MediaWiki:Vector.css

Aus Netzliteratur
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* 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: #818181;
}

#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: #818181;*/
    color: #226E93;
}
div#mw-content-text ul li a:visited {
    /*color: #818181;*/
    color: #226E93;
}  

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: #818181;
}
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: #818181; } /* normal unvisited links */
.mw-body a:link:visited { color: #818181; } /* visited links */
.mw-body a:link:active { color: #818181; } /* active links */
.mw-body a:link.new { color: #818181; } /* new links */
.mw-body a:link.interwiki { color: #818181; } /* interwiki links */
.mw-body a:link.external { color: #818181; } /* external links */
.mw-body a:link.stub { color: #818181; } /* hovered links */
 
.mw-body a:link {color: #818181}
.mw-body a:visited {color: #818181}
.mw-body a:hover {color: #818181}
.mw-body a:active {color: #818181}