Benutzer:J. 'mach' wust/vector.css
Erscheinungsbild
Hinweis: Leere nach dem Veröffentlichen 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
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Zeichen in der Standard-Schriftart des Browsers anzeigen */
html, body {
font: inherit !important;
font-size: 110% !important;
}
/* don't show "Take me back" and "New features" */
li#pt-prefswitch-link-on, li#pt-prefswitch-link-anon { display: none; }
/* standard link colors */
a:link { color: blue !important; }
a:visited { color: purple !important; }
a.new:link { color: red !important; }
a.new:visited { color: #ff6060 !important; }
a.extiw:link { color: #6060ff !important; }
a.extiw:visited { color: #806080 !important; }
a.external:link { color: blue !important; }
a.external:visited { color: purple !important; }
/* fix left toolbox */
div#mw-panel { position: fixed;
overflow: auto;
top: 0px;
bottom: 0px;
height: 100%;
}