Difference between revisions of "MediaWiki:Common.css"
From Akvopedia
(Made link colors brighter.) |
(Red links should be red regardless of visited) |
||
Line 9: | Line 9: | ||
div#content a:visited, div#content a.extiw:visited, div#content a.external:visited { | div#content a:visited, div#content a.extiw:visited, div#content a.external:visited { | ||
color: #5E14A9; | color: #5E14A9; | ||
+ | } | ||
+ | |||
+ | div#content a.new:visited { | ||
+ | color: #ba0000; | ||
} | } |
Revision as of 13:58, 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; }