User:Fenhl/vector.css: Difference between revisions
From FrathWiki
Jump to navigationJump to search
No edit summary |
(added fix for visited redlinks) |
||
Line 6: | Line 6: | ||
a:visited { | a:visited { | ||
color: #0645ad; | color: #0645ad; | ||
} | |||
a.new:visited, | |||
#p-personal a.new:visited { | |||
color: #CC2200; | |||
} | } |
Revision as of 11:50, 28 September 2012
div#bodyContent { font-family: "Times New Roman", Times, Georgia, serif; font-size: 14px; } #mw-panel div.portal div.body ul li a:visited, a:visited { color: #0645ad; } a.new:visited, #p-personal a.new:visited { color: #CC2200; }