MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Netzliteratur
Wechseln zu: Navigation, Suche
Zeile 25: Zeile 25:
  
 
div#mw-panel div.portal div.body ul li a {
 
div#mw-panel div.portal div.body ul li a {
     color: #378008;
+
     color: #EAEAEA;
 
}
 
}
 
div#mw-panel div.portal div.body ul li a:visited {
 
div#mw-panel div.portal div.body ul li a:visited {
     color: #378008;
+
     color: #EAEAEA;
 
}
 
}

Version vom 21. Januar 2014, 07:41 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-panel {
    background-color: #FAFAFA;
}

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-panel div.portal div.body ul li a {
    color: #EAEAEA;
}
div#mw-panel div.portal div.body ul li a:visited {
    color: #EAEAEA;
}