MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Foxwiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 54: | Zeile 54: | ||
dl dt a { | dl dt a { | ||
font-weight: bold!important; | font-weight: bold!important; | ||
} | |||
.mw-selflink .selflink { | |||
color: black; | |||
} | |||
} | } | ||
Version vom 13. August 2026, 09:08 Uhr
/* Ueberschriften */
.mw-heading {
border-bottom: solid lightgray;
}
.mw-heading.mw-heading1 {
margin-top: 4em;
font-weight: normal;
font-family: sans-serif;
}
.mw-heading.mw-heading2 {
margin: 3.5em 0 0.25em 0;
font-weight: normal;
font-family: sans-serif;
}
.mw-heading.mw-heading3 {
margin: 3em 0 0.8em 0;
font-weight: normal;
font-family: sans-serif;
}
.mw-heading.mw-heading4 {
margin: 2em 0 0.7em 0;
font-family: sans-serif;
}
.mw-heading.mw-heading5 {
margin: 1.6em 0 0.5em 0;
font-family: sans-serif;
}
.mw-heading.mw-heading6 {
margin: 1em 0 0.5em 0;
font-family: sans-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;
}
.mw-selflink .selflink {
color: black;
}
}