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

From NetHackWiki
Jump to navigation Jump to search
Line 49: Line 49:
 
{
 
{
 
border-top-width:0px !important;
 
border-top-width:0px !important;
 +
}
 +
pre
 +
{
 +
border: 1px dashed rgb(161, 161, 112) !important;
 +
background-color: #111 !important;
 +
color: #EEE !important;
 
}
 
}
 
/** Wikia logo and dropper stuff**/
 
/** Wikia logo and dropper stuff**/

Revision as of 16:57, 1 February 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_page, .widget, .modalWrapper
{
background-color: rgb(223, 219, 160) !important;
border: 1px solid black !important;
}
#page_tabs > .selected
{
background-color: rgb(223, 219, 160) !important;
}
#navigation a:hover, .navigation-hover
{
background-color: black !important;
color: #C0C0C0 !important;
}
.color2, .toolbar.neutral, #page_tabs > li, #link_box_dynamic
{
background-color: rgb(191, 191, 142) !important;
}
#catlinks, #toc, #pagehistory > .selected, .mw-specialpagesgroup, .sidebox
{
background-color: rgb(191, 191, 142) !important;
border: 1px solid rgb(181, 181, 132) !important;
}
#user_masthead + #page_bar
{
border-bottom-width: 0px !important;
}
.toolbar.neutral
{
border-top-width:0px !important;
}
pre
{
border: 1px dashed rgb(161, 161, 112) !important;
background-color: #111 !important;
color: #EEE !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;
}