MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Foxwiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (56 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* Ueberschriften */ | /* Ueberschriften */ | ||
.mw-heading { | .mw-heading { | ||
border-bottom: solid lightgray; | border-bottom: solid lightgray; | ||
| Zeile 12: | Zeile 7: | ||
margin-top: 4em; | margin-top: 4em; | ||
font-weight: normal; | font-weight: normal; | ||
font-family: serif; | font-family: sans-serif; | ||
} | } | ||
| Zeile 18: | Zeile 13: | ||
margin: 3.5em 0 0.25em 0; | margin: 3.5em 0 0.25em 0; | ||
font-weight: normal; | font-weight: normal; | ||
font-family: serif; | font-family: sans-serif; | ||
} | } | ||
| Zeile 24: | Zeile 19: | ||
margin: 3em 0 0.8em 0; | margin: 3em 0 0.8em 0; | ||
font-weight: normal; | font-weight: normal; | ||
font-family: serif; | font-family: sans-serif; | ||
} | } | ||
.mw-heading.mw-heading4 { | .mw-heading.mw-heading4 { | ||
margin: 2em 0 0.7em 0; | margin: 2em 0 0.7em 0; | ||
font-family: serif; | font-family: sans-serif; | ||
} | } | ||
.mw-heading.mw-heading5 { | .mw-heading.mw-heading5 { | ||
margin: 1.6em 0 0.5em 0; | margin: 1.6em 0 0.5em 0; | ||
font-family: serif; | font-family: sans-serif; | ||
} | } | ||
.mw-heading.mw-heading6 { | .mw-heading.mw-heading6 { | ||
margin: 1em 0 0.5em 0; | margin: 1em 0 0.5em 0; | ||
font-family: serif; | font-family: sans-serif; | ||
} | } | ||
| Zeile 58: | Zeile 53: | ||
dl dt a { | dl dt a { | ||
font-weight: | font-weight: bold!important; | ||
} | } | ||
. | big a.mw-selflink.selflink { | ||
color: black; | |||
} | } | ||
. | div.card-header b big a { | ||
color: white; | |||
} | } | ||
card-header ve-ce-branchNode { | |||
color: white; | |||
} | } | ||
. | div.card-header b big a.mw-selflink.selflink { | ||
color: white; | |||
} | } | ||
.osi { | .osi { | ||
| Zeile 118: | Zeile 93: | ||
.osicolor6 {background-color: #ffff79;} | .osicolor6 {background-color: #ffff79;} | ||
.osicolor7 {background-color: #a3bfe1;} | .osicolor7 {background-color: #a3bfe1;} | ||
/*** Tabellen ***/ | /*** Tabellen ***/ | ||
/** Erste Spalte **/ | /** Erste Spalte **/ | ||
. | .table table-striped table-hover.options tr td:nth-child(1), | ||
. | .table table-striped table-hover.options tr th:nth-child(1) { | ||
font-weight: bold; | font-weight: bold; | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
/** | |||
.options { | |||
font-weight: bold; | |||
white-space: nowrap; | |||
/** | |||
} | } | ||
/** | |||
Aktuelle Version vom 19. August 2026, 10:13 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;
}
big a.mw-selflink.selflink {
color: black;
}
div.card-header b big a {
color: white;
}
card-header ve-ce-branchNode {
color: white;
}
div.card-header b big a.mw-selflink.selflink {
color: white;
}
.osi {
padding: 0.5em 1em;
white-space: nowrap;
font-size: 85%;
}
/*** Farben ***/
.hintergrundfarbe8 {
background-color: #FFEBAD ;
}
/** OSI-Farben **/
.osicolor0 {background-color: #b9ffc5;}
.osicolor1 {background-color: #ffebad;}
.osicolor2 {background-color: #ffcbcb;}
.osicolor3 {background-color: #b3b7ff;}
.osicolor4 {background-color: #eaecf0;}
.osicolor5 {background-color: #d7be8f;}
.osicolor6 {background-color: #ffff79;}
.osicolor7 {background-color: #a3bfe1;}
/*** Tabellen ***/
/** Erste Spalte **/
.table table-striped table-hover.options tr td:nth-child(1),
.table table-striped table-hover.options tr th:nth-child(1) {
font-weight: bold;
white-space: nowrap;
}
/**
.options {
font-weight: bold;
white-space: nowrap;
}
/**