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

From NetHackWiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
/** Main colour **/
 
#wikia_header, #background_strip, #monaco_shrinkwrap_main, html, body
 
#wikia_header, #background_strip, #monaco_shrinkwrap_main, html, body
 
{
 
{
Line 18: Line 19:
 
border-width:0px !important;
 
border-width:0px !important;
 
}
 
}
 +
/** Wikia logo and dropper stuff**/
 
#wikia_logo {
 
#wikia_logo {
 
background-image: url(http://images1.wikia.nocookie.net/nethack/images/3/3c/Monaco_wikia.png);
 
background-image: url(http://images1.wikia.nocookie.net/nethack/images/3/3c/Monaco_wikia.png);
Line 25: Line 27:
 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/nethack/images/3/3c/Monaco_wikia.png', sizingMethod='crop');
 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/nethack/images/3/3c/Monaco_wikia.png', sizingMethod='crop');
 
}
 
}
 
 
.headerMenuButton dt, .headerMenuButton dd {
 
.headerMenuButton dt, .headerMenuButton dd {
 
background-image: url(http://images2.wikia.nocookie.net/nethack/images/6/69/Monaco_header_button.png);
 
background-image: url(http://images2.wikia.nocookie.net/nethack/images/6/69/Monaco_header_button.png);
Line 32: Line 33:
 
background-image: none;
 
background-image: none;
 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/nethack/images/6/69/Monaco_header_button.png', sizingMethod='crop');
 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/nethack/images/6/69/Monaco_header_button.png', sizingMethod='crop');
 +
}
 +
/** Some tables **/
 +
.prettytable, .prettytable > tbody > tr > td {
 +
border: 1px solid rgb(181, 181, 132) !important;
 +
background-color: rgb(203, 203, 152) !important;
 +
}
 +
.prettytable > tbody > tr > th {
 +
border: 1px solid rgb(181, 181, 132) !important;
 +
background-color:  rgb(181, 181, 132) !important;
 
}
 
}

Revision as of 18:10, 28 January 2010

/** Main colour **/
#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 and dropper stuff**/
#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');
}
/** Some tables **/
.prettytable, .prettytable > tbody > tr > td {
border: 1px solid rgb(181, 181, 132) !important;
background-color: rgb(203, 203, 152) !important;
}
.prettytable > tbody > tr > th {
border: 1px solid rgb(181, 181, 132) !important;
background-color:  rgb(181, 181, 132) !important;
}