MediaWiki:Common.css

From GFIPM Implementation Wiki
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 */

.gfipmnav {
  font-size: .75em;
  font-weight: normal;
  color: black;
  text-align: left;
  background-color: #eeeeee;
  border: 1px solid #888888;
  padding: 0 5px 0 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.gfipmnav a {color: black}