MediaWiki:Vector.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 21: | Zeile 21: | ||
div#mw-content-text ul li a { | div#mw-content-text ul li a { | ||
− | color: # | + | color: #CC0000; |
} | } | ||
div#mw-content-text ul li a:visited { | div#mw-content-text ul li a:visited { | ||
− | color: # | + | color: #CC0000; |
} | } | ||
Version vom 21. Januar 2014, 07:57 Uhr
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */ div#mw-head { background-color: #FAFAFA; } #firstHeading { background-color: #EAEAEA; } div#mw-body { background-color: #EAEAEA; } #bodyContent { background-color: #EAEAEA; } div#mw-content-text { background-color: #EAEAEA; } div#mw-content-text ul li a { color: #CC0000; } div#mw-content-text ul li a:visited { color: #CC0000; } div#footer { background-color: #CCCCCC; } div#mw-panel div.portal div.body ul li a { color: #999999; } div#mw-panel div.portal div.body ul li a:visited { color: #999999; } div#mw-panel { background-color: #FAFAFA; }