User:Zapwire/monaco.css

From NetHackWiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/** 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;
}
.CSitem
{
background-color: rgb(191, 191, 142) !important;
border: 1px solid black !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**/
#search_button {
   background-image: url(http://images1.wikia.nocookie.net/nethack/images/9/95/Search.png);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/nethack/images/9/95/Search.png', sizingMethod='crop');
}
.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, #editpage-specialchars, #csMainContainer {
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;
}