MediaWiki:Gadget-VectorClassic.css
aus Wikipedia, der freien Enzyklopädie
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
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/**
* Gadget to reset typography refresh
*/
html, body {
font-family: sans-serif !important;
}
.mw-body {
color: black;
}
.mw-body h1,
.mw-body h2,
.mw-body #firstHeading,
.mw-body .mw-editsection {
font-family: inherit;
}
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
line-height: inherit;
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.17em;
}
.mw-body #firstHeading {
font-size: 1.6em;
line-height: 1.2em;
margin-bottom: 0.1em;
padding-bottom: 0;
}
.mw-body h1 {
font-size: 188%;
margin-bottom: 0.6em;
}
.mw-body h2 {
font-size: 150%;
margin-bottom: 0.6em;
}
.mw-body h3 {
font-size: 132%;
}
.mw-body h4 {
font-size: 116%;
}
.mw-body h5 {
font-size: 108%;
}
.mw-body h6 {
font-size: 100%;
}
#bodyContent {
font-size: 0.8125em;
line-height: 1.5em;
}