MediaWiki:Common.css

From Akvopedia
Revision as of 14:58, 27 August 2013 by Andreas Jonsson (talk | contribs) (Red links should be red regardless of visited)

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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/** CSS placed here will be applied to all skins */

.RSSReader-head h3 {
  font-size: 100%;
}

/** Brighter link colors */

div#content a:visited, div#content a.extiw:visited, div#content a.external:visited {
   color: #5E14A9;
}

div#content a.new:visited {
   color: #ba0000;
}