Difference between revisions of "MediaWiki:Common.css"

From Akvopedia
Jump to: navigation, search
(Red links should be red regardless of visited)
Line 13: Line 13:
 
div#content a.new:visited {
 
div#content a.new:visited {
 
   color: #ba0000;
 
   color: #ba0000;
 +
  text-decoration: none;
 
}
 
}

Revision as of 14:59, 27 August 2013

/** 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;
   text-decoration: none;
}