MediaWiki:Common.css

From GMOD
Revision as of 23:09, 14 December 2007 by Clements (Talk | contribs)

Jump to: navigation, 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: Clear the cache in Tools → Preferences
/** CSS placed here will be applied to all skins */
 
/* Don't display Main Page on main page.  Code from the MediaWiki Manual FAQ. */
 
body.page-Main_Page h1.firstHeading { 
  display:none; 
}
 
 
/* Used in Site Guidelines page to highlight guidelines */
.guideline {
  background: #ccffcc;  /* light green */
  font-weight: bold;
  border: 1px solid blue;
  margin: 0.5em;
  padding 0.5em;
}