MediaWiki:Vector.css
Version vom 21. Januar 2014, 10:01 Uhr von Admin (Diskussion | Beiträge)
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: #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}