MediaWiki:Vector.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 32: | Zeile 32: | ||
} | } | ||
div#mw-content-text ul li a:visited { | div#mw-content-text ul li a:visited { | ||
− | color: # | + | color: #818181; |
} | } | ||
Zeile 40: | Zeile 40: | ||
div#footer ul li a { | div#footer ul li a { | ||
− | color: # | + | color: #818181; |
} | } | ||
div#footer ul li a:visited { | div#footer ul li a:visited { | ||
− | color: # | + | color: #818181; |
} | } | ||
Zeile 51: | Zeile 51: | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:visited { | div#mw-panel div.portal div.body ul li a:visited { | ||
− | color: # | + | color: #818181; |
} | } | ||
Zeile 59: | Zeile 59: | ||
div#p-personal a { | div#p-personal a { | ||
− | color: # | + | color: #818181; |
} | } | ||
Version vom 21. Januar 2014, 10:01 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; } div#mw-head a { color: #999999; } #firstHeading { background-color: #EAEAEA; } div#content.mw-body { background-color: #EAEAEA; } #content { background-color: #EAEAEA; } #bodyContent { background-color: #EAEAEA; } div#mw-content-text { background-color: #EAEAEA; } div#mw-content-text ul li a { color: #999999; } div#mw-content-text ul li a:visited { color: #818181; } div#footer { background-color: #CCCCCC; } div#footer ul li a { color: #818181; } div#footer ul li a:visited { color: #818181; } div#mw-panel div.portal div.body ul li a { color: #999999; } div#mw-panel div.portal div.body ul li a:visited { color: #818181; } div#mw-panel { background-color: #FAFAFA; } div#p-personal a { color: #818181; } .mw-body a:link { color: #999999; } /* normal unvisited links */ .mw-body a:link:visited { color: #999999; } /* visited links */ .mw-body a:link:active { color: #999999; } /* active links */ .mw-body a:link.new { color: #999999; } /* new links */ .mw-body a:link.interwiki { color: #999999; } /* interwiki links */ .mw-body a:link.external { color: #999999; } /* external links */ .mw-body a:link.stub { color: #999999; } /* hovered links */ .mw-body a:link {color: #999999} .mw-body a:visited {color: #999999} .mw-body a:hover {color: #999999} .mw-body a:active {color: #999999}