MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Foxwiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 40: | Zeile 40: | ||
margin: 1em 0 1em 0; | margin: 1em 0 1em 0; | ||
height: 0.5px; | height: 0.5px; | ||
} | |||
/* Zwischenueberschriften */ | |||
#bodyContent #mw-content-text.mw-body-content .mw-content-ltr.mw-parser-output dl dt { | |||
font-size: 1em; | |||
font-family: sans-serif; | |||
margin-top: 3.5em; | |||
border-bottom: solid lightgrey; | |||
font-weight: bold; | |||
margin-bottom: 1em; | |||
} | |||
dl dt a { | |||
font-weight: bold!important; | |||
} | } | ||
Version vom 12. August 2026, 10:22 Uhr
/* Ueberschriften */
.mw-heading {
border-bottom: solid lightgray;
}
.mw-heading.mw-heading1 {
margin-top: 4em;
font-weight: normal;
font-family: serif;
}
.mw-heading.mw-heading2 {
margin: 3.5em 0 0.25em 0;
font-weight: normal;
font-family: serif;
}
.mw-heading.mw-heading3 {
margin: 3em 0 0.8em 0;
font-weight: normal;
font-family: serif;
}
.mw-heading.mw-heading4 {
margin: 2em 0 0.7em 0;
font-family: serif;
}
.mw-heading.mw-heading5 {
margin: 1.6em 0 0.5em 0;
font-family: serif;
}
.mw-heading.mw-heading6 {
margin: 1em 0 0.5em 0;
font-family: serif;
}
hr {
margin: 1em 0 1em 0;
height: 0.5px;
}
/* Zwischenueberschriften */
#bodyContent #mw-content-text.mw-body-content .mw-content-ltr.mw-parser-output dl dt {
font-size: 1em;
font-family: sans-serif;
margin-top: 3.5em;
border-bottom: solid lightgrey;
font-weight: bold;
margin-bottom: 1em;
}
dl dt a {
font-weight: bold!important;
}