Difference between revisions of "MediaWiki:Common.css"
Line 14: | Line 14: | ||
#mw-head { background-color: #313131; } | #mw-head { background-color: #313131; } | ||
#footer { background-color: #313131; } | #footer { background-color: #313131; } | ||
− | #a { color: # | + | a:visited { color: #0645AD !IMPORTANT; } |
+ | a.new:link { color: #cc2200 !IMPORTANT; } | ||
+ | a.new:visited { color: #a55858 !IMPORTANT; } |
Revision as of 17:03, 17 July 2020
body { background-color: #313131;}
#p-navigation { background-color: #414141; }
#p-tb { background-color: #414141; }
#content { background-color: #414141; color: #ffffff;}
#content p { color: #ffffff;}
#content h1 { color: #ffffff;}
#content h2 { color: #ffffff;}
#p-navigation { color: #54123b; }
#footer-places { display: none; }
#mw-head-base { background-color: #313131; }
#p-logo { background-color: #313131;}
#left-navigation { background-color: #313131; color: #ffffff;}
#right-navigation { background-color: #313131; color: #ffffff;}
#mw-head { background-color: #313131; }
#footer { background-color: #313131; }
a:visited { color: #0645AD !IMPORTANT; }
a.new:link { color: #cc2200 !IMPORTANT; }
a.new:visited { color: #a55858 !IMPORTANT; }