MediaWiki:Vector.css: Unterschied zwischen den Versionen
| Admin (Diskussion | Beiträge) | Admin (Diskussion | Beiträge)  | ||
| Zeile 18: | Zeile 18: | ||
| div#mw-content-text { | div#mw-content-text { | ||
|      background-color: #EAEAEA; |      background-color: #EAEAEA; | ||
| + | } | ||
| + | |||
| + | div#mw-content-text ul li a { | ||
| + |     color: #999999; | ||
| + | } | ||
| + | div#mw-content-text ul li a:visited { | ||
| + |     color: #999999; | ||
| } | } | ||
Version vom 21. Januar 2014, 07:54 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: #999999;
}
div#mw-content-text ul li a:visited {
    color: #999999;
}
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;
}
