MediaWiki:Monobook.css

From WikiGardener
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 / Edge: 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.
/* replace the book in the background with dark green */
body { background: #003816; }

/* tab formatting */
#p-cactions ul li a { background: #008434; } /* change background of unselected tabs to green*/
#p-cactions ul li a { color: #FFF; } /* change text colour of unselected tabs to white */
#p-cactions ul li a:hover { color: #339933;} /* change text colour of unselected, highlighted tab to green */
#p-cactions ul li.selected a { color: #339933; } /* change text colour of selected tab to green */
#p-cactions ul li.selected a:hover { text-decoration: underline; } /* change text of selected tab to underlined on hover */

/* Make sidebar headers white and bold */
div#column-one div.portlet h5 {
	color: #FFF;
	font-weight: bold;
}

/* Hide the main page title */
body.page-Main_Page h1.firstHeading,
body.page-WikiGardener h1.firstHeading {
	display: none;
}