MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Netzliteratur
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
  
 
#firstHeading {
 
#firstHeading {
     background-color: #EAF4E2;
+
     background-color: #EAEAEA;
 
}
 
}
  
 
div#mw-body {
 
div#mw-body {
     background-color: #FAFAFA;
+
     background-color: #EAEAEA;
 
}
 
}
  
 
#bodyContent {
 
#bodyContent {
     background-color: #EAF4E2;
+
     background-color: #EAEAEA;
 
}
 
}
  
 
div#mw-content-text {
 
div#mw-content-text {
     background-color: #EAF4E2;
+
     background-color: #EAEAEA;
 
}
 
}
  

Version vom 21. Januar 2014, 07:40 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: #378008;
}
div#mw-panel div.portal div.body ul li a:visited {
    color: #378008;
}