Difference between revisions of "MediaWiki:Common.css"
From Akvopedia
(Removing old CSS code) |
(Made link colors brighter.) |
||
Line 3: | Line 3: | ||
.RSSReader-head h3 { | .RSSReader-head h3 { | ||
font-size: 100%; | font-size: 100%; | ||
+ | } | ||
+ | |||
+ | /** Brighter link colors */ | ||
+ | |||
+ | div#content a:visited, div#content a.extiw:visited, div#content a.external:visited { | ||
+ | color: #5E14A9; | ||
} | } |
Revision as of 07:25, 20 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; }