Difference between revisions of "User:Zapwire/monaco.css"

From NetHackWiki
Jump to navigation Jump to search
(Created page with '#wikia_header, #background_strip, #monaco_shrinkwrap_main, html, body { background-color: rgb(191, 191, 142) !important; border-width:0px !important; } .color1, #page_controls > …')
 
Line 18: Line 18:
 
border-width:0px !important;
 
border-width:0px !important;
 
}
 
}
/** FRAKKING HELL WHY DOES IT NOT WANNA REPLACE THE WIKIA LOGO **/
+
#wikia_logo {
 +
background-image: url(http://images1.wikia.nocookie.net/nethack/images/3/3c/Monaco_wikia.png);
 +
}
 +
* html #wikia_logo {
 +
background-image: none;
 +
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/nethack/images/3/3c/Monaco_wikia.png', sizingMethod='crop');
 +
}
 +
 
 +
.headerMenuButton dt, .headerMenuButton dd {
 +
background-image: url(http://images2.wikia.nocookie.net/nethack/images/6/69/Monaco_header_button.png);
 +
}
 +
* html .headerMenuButton dt, * html .headerMenuButton dd  {
 +
background-image: none;
 +
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/nethack/images/6/69/Monaco_header_button.png', sizingMethod='crop');
 +
}

Revision as of 13:34, 13 November 2009

#wikia_header, #background_strip, #monaco_shrinkwrap_main, html, body
{
background-color: rgb(191, 191, 142) !important;
border-width:0px !important;
}
.color1, #page_controls > LI > A, .color1.selected > A
{
background-color: black !important;
color:white!important;
}
.dark_text_1, #header_username > A
{
color: black!important;
}
.accent
{
background-color: rgb(181, 181, 132) !important;
border-width:0px !important;
}
#wikia_logo {
	background-image: url(http://images1.wikia.nocookie.net/nethack/images/3/3c/Monaco_wikia.png);
}
* html #wikia_logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/nethack/images/3/3c/Monaco_wikia.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
	background-image: url(http://images2.wikia.nocookie.net/nethack/images/6/69/Monaco_header_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/nethack/images/6/69/Monaco_header_button.png', sizingMethod='crop');
}