Difference between revisions of "MediaWiki:Common.css"

From Akvopedia
Jump to: navigation, search
(Undo revision 20005 by Andreas Jonsson (talk))
Line 13: Line 13:
 
div#content a.new:visited {
 
div#content a.new:visited {
 
   color: #ba0000;
 
   color: #ba0000;
  text-decoration: none;
 
 
}
 
}

Revision as of 15:00, 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;
}