MediaWiki:Monobook.css

From Zelda Dungeon Wiki
Revision as of 00:28, January 21, 2020 by Locke (talk | contribs) (add ZD colors)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.

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 (Command+R on a Mac)
  • Google Chrome: press Ctrl+Shift+R (Command+Shift+R on a Mac)
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl+F5
  • Konqueror: click Reload or press F5
  • Opera: clear the cache in Tools → Preferences
/* CSS placed here will affect users of the MonoBook skin */

/* Green background */
body {
	background-color: #253125;
	background-image: none;
}
#globalWrapper {
	background-image: none;
}

/* Beige foreground */
#content, #sidebar .portlet, #sidebar .pBody, #p-cactions li a, #p-cactions li > a {
	background-color: #FBF0D4;
}

/* White text on dark background */
div#p-personal a {
	color: #ffffff;
}