MediaWiki:Common.css
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
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Allow limiting of which header levels are shown in a TOC;
<div class="toclimit-3">, for instance, will limit to
showing ==headings== and ===headings=== but no further.
*/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }
#content h1 { font-size: 280%;}
#content h2 { font-size: 230%;}
#content h3 { font-size: 200%; font-weight: normal; font-family: 'Linux Libertine','Georgia','Times',serif; text-decoration: underline gray; }
#content h4 { font-size: 170%; font-weight: normal; font-family: 'Linux Libertine','Georgia','Times',serif; }
#content h5 { font-size: 140%; font-weight: normal; font-family: 'Linux Libertine','Georgia','Times',serif; }
#content h6 { font-size: 120%; font-weight: normal; font-family: 'Linux Libertine','Georgia','Times',serif; }
.customcode pre {
margin: 30px;
}