Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
#mw-panel li a:visited { | #mw-panel li a:visited { | ||
− | color: # | + | color: #eb9104; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 24: | Line 24: | ||
#mw-panel .portal .body li a:visited { | #mw-panel .portal .body li a:visited { | ||
− | color: # | + | color: #eb9104; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 33: | Line 33: | ||
a.new { | a.new { | ||
− | color: # | + | color: #eb9104 !important; |
} | } | ||
a.new:visited { | a.new:visited { | ||
− | color: #1177a2!important; | + | color: #1177a2 !important; |
} | } |
Revision as of 00:42, 10 April 2020
body { background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg") repeat; } #mw-head { background: url("http://rainwallrpg.com/doc/skins/Vector/images/wikibackground.jpg"); } #mw-head li a { color: #198476; font-weight: bold; } #mw-panel li a:visited { color: #eb9104; font-weight: bold; } #mw-panel .portal .body li a { color: #198476; font-weight: bold; } #mw-panel .portal .body li a:visited { color: #eb9104; font-weight: bold; } a { color: #198476; } a.new { color: #eb9104 !important; } a.new:visited { color: #1177a2 !important; }