MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
} | } | ||
a:link { | a:link #mw-panel #mw-head{ | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
a:visited { | a:visited #mw-panel #mw-head{ | ||
color: #0000ff; | color: #0000ff; | ||
} | } |
Revision as of 18:03, 27 March 2025
/* CSS placed here will be applied to all skins */ body { background-color: #88847c !important; } #mw-panel { background-color: #88847c !important; } #mw-head { background-color: #88847c !important; } a:link #mw-panel #mw-head{ color: #ffffff !important; } a:visited #mw-panel #mw-head{ color: #0000ff; }