Difference between revisions of "MediaWiki:Common.css"
From MakeHuman Community Wiki
Line 12: | Line 12: | ||
{ | { | ||
color: #0645ad; | color: #0645ad; | ||
+ | } | ||
+ | |||
+ | a.new, a.new:visited | ||
+ | { | ||
+ | color: red; | ||
} | } |
Latest revision as of 10:16, 4 August 2015
/* CSS placed here will be applied to all skins */ div#mw-panel div.portal div.body ul li a:visited { color: #0645ad; } div#mw-panel div.portal div.body ul li a { color: #0645ad; } a, a:visited { color: #0645ad; } a.new, a.new:visited { color: red; }