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

From NetHackWiki
Jump to navigation Jump to search
Line 37: Line 37:
 
background-color: rgb(191, 191, 142) !important;
 
background-color: rgb(191, 191, 142) !important;
 
}
 
}
#catlinks, #toc, #pagehistory > .selected, .mw-specialpagesgroup, .sidebox, #filetoc
+
#catlinks, #toc, #pagehistory > .selected, .mw-specialpagesgroup, .sidebox, #filetoc, #wikia-mediawiki-recentchangestext
 
{
 
{
 
background-color: rgb(191, 191, 142) !important;
 
background-color: rgb(191, 191, 142) !important;
Line 78: Line 78:
 
}
 
}
 
/** Some tables **/
 
/** Some tables **/
.prettytable, .prettytable > tbody > tr > td {
+
.prettytable, .prettytable > tbody > tr > td, .wikitable, .wikitable > tbody > tr > td, .filehistory, .filehistory > tbody > tr > td {
 
border: 1px solid rgb(181, 181, 132) !important;
 
border: 1px solid rgb(181, 181, 132) !important;
 
background-color: rgb(203, 203, 152) !important;
 
background-color: rgb(203, 203, 152) !important;
 
}
 
}
.prettytable > tbody > tr > th {
+
.prettytable > tbody > tr > th, .wikitable > tbody > tr > th, .filehistory > tbody > tr > th {
 
border: 1px solid rgb(181, 181, 132) !important;
 
border: 1px solid rgb(181, 181, 132) !important;
 
background-color:  rgb(181, 181, 132) !important;
 
background-color:  rgb(181, 181, 132) !important;
 
}
 
}

Revision as of 15:03, 5 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, #filetoc, #wikia-mediawiki-recentchangestext
{
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_button {
   background: transparent url(http://images2.wikia.nocookie.net/nethack/images/e/e0/Wikia_button_sprite.png) no-repeat scroll -360px -62px;
}
.wikia_button span {
   background: transparent url(http://images2.wikia.nocookie.net/nethack/images/e/e0/Wikia_button_sprite.png) no-repeat scroll right top;
}
#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, .wikitable, .wikitable > tbody > tr > td, .filehistory, .filehistory > tbody > tr > td {
border: 1px solid rgb(181, 181, 132) !important;
background-color: rgb(203, 203, 152) !important;
}
.prettytable > tbody > tr > th, .wikitable > tbody > tr > th, .filehistory > tbody > tr > th {
border: 1px solid rgb(181, 181, 132) !important;
background-color:  rgb(181, 181, 132) !important;
}