MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 55: | Zeile 55: | ||
.vector-body p { | .vector-body p { | ||
margin: 1.25em; | margin: 1.25em; | ||
} | |||
/** Erste Spalte **/ | |||
table.wikitable.options tr td:nth-child(1) { | |||
font-weight: bold; | |||
white-space: nowrap; | |||
} | } | ||
Version vom 4. Januar 2024, 15:41 Uhr
html, body {
font-family: sans-serif;
}
/* Ueberschriften */
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: sans-serif;
}
h1,h2,h3,h4,h5,h6,h7,h8 {
font-family: sans-serif;
}
div#mw-content-text.mw-body-content.mw-content-ltr div.mw-parser-output h1 {
margin-top: 5em;
}
div#mw-content-text.mw-body-content.mw-content-ltr div.mw-parser-output h2 {
margin-top: 4.5em;
}
div#mw-content-text.mw-body-content.mw-content-ltr div.mw-parser-output h3 {
margin-top: 4em;
border-bottom: solid lightgrey;
}
div#mw-content-text.mw-body-content.mw-content-ltr div.mw-parser-output h4 {
margin-top: 3.5em;
border-bottom: solid lightgrey;
}
div#mw-content-text.mw-body-content.mw-content-ltr div.mw-parser-output h5 {
margin-top: 3em;
}
div#mw-content-text.mw-body-content.mw-content-ltr div.mw-parser-output h6 {
margin-top: 2.5em;
}
/* Zwischenueberschriften */
div#bodyContent div#mw-content-text.mw-body-content.mw-content-ltr div.mw-parser-output dl dt {
font-size: 1.1em;
font-family: sans-serif !important;
margin-top: 2em;
}
/* Tabellen */
/* Inhaltsverzeichnis */
/** Nur Überschiften 1-3 **/
div#toc.toc li.toclevel-3 {
display:none;
}
/* Hide letter headlines on category pages */
div.mw-category-generated h3 {
display: none;
}
.vector-body p {
margin: 1.25em;
}
/** Erste Spalte **/
table.wikitable.options tr td:nth-child(1) {
font-weight: bold;
white-space: nowrap;
}