Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 42: | Line 42: | ||
a:visited { | a:visited { | ||
color: #2793d7 !important; | color: #2793d7 !important; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | color: #006e6b; | ||
} | } |
Revision as of 00:57, 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: #006e6b; font-weight: bold; text-shadow: 1px 1px #333; } #mw-panel li a:visited { color: #2793d7; font-weight: bold; text-shadow: 1px 1px #333; } #mw-panel .portal .body li a { color: #006e6b; font-weight: bold; text-shadow: 1px 1px #333; } #mw-panel .portal .body li a:visited { color: #2793d7; font-weight: bold; text-shadow: 1px 1px #333; } a { color: #006e6b; } a.new { color: #e4851e !important; } a:visited { color: #2793d7 !important; } h1 { color: #006e6b; }