MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 51: | Zeile 51: | ||
div.mw-category-generated h3 { | div.mw-category-generated h3 { | ||
display: none; | display: none; | ||
} | |||
p { | |||
margin: 1.25em 0 0.5em 0; | |||
} | } | ||
Version vom 1. Januar 2024, 16:47 Uhr
html, body {
font-family: sans-serif !important;
}
/* Ueberschriften */
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: sans-serif !important;
}
h1,h2,h3,h4,h5,h6,h7,h8 {
font-family: sans-serif !important;
}
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;
}
p {
margin: 1.25em 0 0.5em 0;
}