User:Amtiskaw/common.css

From NetHackWiki
Revision as of 13:05, 11 April 2015 by Amtiskaw (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
body, table, tr, td, th, tbody, ul, li, h1, h2, h3, h4, dl, dd, p, pre, code {
	background: #000000;
	background-color: #000000;
	color: #dddddd;
}

#mw-content-text, #content, #mw-head, #toctitle, #catlinks, #mw-normal-catlinks, #toc, #p-cactions li a, #p-cactions li.selected a, div#footer, #mainpage-featured, #mainpage-news, #mainpage-forum {
	background-color: #000000;
	color: #dddddd;
}

.todo, .toc, .mw-headline, .toctext, .mw-warning, .prettytable, table.prettytable th, table.wikitable th, .pBody, .nhencyclopedia, .sidebox, .mw-geshi li:nth-child(even), .mw-geshi li:nth-child(odd), .li1, .de1, .mw-geshi, .license_fairuse, .license_ngpl, .license_cwi, .license_rodney, .license_basedon, .license_jah, .license_dod, div.thumbinner, div.noarticletext, .captioninner {
	background-color: #000000;
	color: #dddddd;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #000000;
	color: #dddddd;
}

.mwe-math-fallback-png-inline, .tex {
	background-color: #999999;
}

a:link {color: #8b8ea9}
a:visited {color: #8b8ea9}
a:hover {color: #8b8ea9}
a:active {color: #8b8ea9}