User:Amtiskaw/common.css

From NetHackWiki
Revision as of 00:51, 11 April 2015 by Amtiskaw (talk | contribs)
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, li, h1, h2, h3, h4, dl, dd, p, pre {
	background-color: #000000;
	color: #cccccc;
}

#mw-content-text, #content, #mw-head, #toctitle, #catlinks, #mw-normal-catlinks, #toc {
	background-color: #000000;
	color: #cccccc;
}

.todo, .toc, .mw-headline, .toctext, .mw-warning, .prettytable, table.prettytable th, table.wikitable th, .pBody, .nhencyclopedia, .license_dod {
	background-color: #000000;
	color: #cccccc;
}

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



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