MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Foxwiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 201: | Zeile 201: | ||
.col17bold td:nth-child(17), | .col17bold td:nth-child(17), | ||
.col18bold td:nth-child(18), | .col18bold td:nth-child(18), | ||
.col19bold td:nth-child(19) { font-weight: bold; white-space: nowrap; } | .col19bold td:nth-child(19) { font-weight: bold; } | ||
.col1nowrap td:nth-child(1), | |||
.col2nowrap td:nth-child(2), | |||
.col3nowrap td:nth-child(3), | |||
.col4nowrap td:nth-child(4), | |||
.col5nowrap td:nth-child(5), | |||
.col6nowrap td:nth-child(6), | |||
.col7nowrap td:nth-child(7), | |||
.col8nowrap td:nth-child(8), | |||
.col9nowrap td:nth-child(9), | |||
.col10nowrap td:nth-child(10), | |||
.col11nowrap td:nth-child(11), | |||
.col12nowrap td:nth-child(12), | |||
.col13nowrap td:nth-child(13), | |||
.col14nowrap td:nth-child(14), | |||
.col15nowrap td:nth-child(15), | |||
.col16nowrap td:nth-child(16), | |||
.col17nowrap td:nth-child(17), | |||
.col18nowrap td:nth-child(18), | |||
.col19nowrap td:nth-child(19) { white-space: nowrap; } | |||
Aktuelle Version vom 11. September 2026, 21:14 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;
}
/** 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;
}
/** Zweite Spalte **/
table tr td:nth-child(2) {
/* white-space: nowrap; */
}
/* Table alignment */
.defaultleft { text-align:left; }
.defaultcenter { text-align:center; }
.defaultright { text-align:right; }
.col1left td:nth-child(1),
.col2left td:nth-child(2),
.col3left td:nth-child(3),
.col4left td:nth-child(4),
.col5left td:nth-child(5),
.col6left td:nth-child(6),
.col7left td:nth-child(7),
.col8left td:nth-child(8),
.col9left td:nth-child(9),
.col10left td:nth-child(10),
.col11left td:nth-child(11),
.col12left td:nth-child(12),
.col13left td:nth-child(13),
.col14left td:nth-child(14),
.col15left td:nth-child(15),
.col16left td:nth-child(16),
.col17left td:nth-child(17),
.col18left td:nth-child(18),
.col19left td:nth-child(19) { text-align:left; }
.col1center td:nth-child(1),
.col2center td:nth-child(2),
.col3center td:nth-child(3),
.col4center td:nth-child(4),
.col5center td:nth-child(5),
.col6center td:nth-child(6),
.col7center td:nth-child(7),
.col8center td:nth-child(8),
.col9center td:nth-child(9),
.col10center td:nth-child(10),
.col11center td:nth-child(11),
.col12center td:nth-child(12),
.col13center td:nth-child(13),
.col14center td:nth-child(14),
.col15center td:nth-child(15),
.col16center td:nth-child(16),
.col17center td:nth-child(17),
.col18center td:nth-child(18),
.col19center td:nth-child(19) { text-align:center; }
.col1right td:nth-child(1),
.col2right td:nth-child(2),
.col3right td:nth-child(3),
.col4right td:nth-child(4),
.col5right td:nth-child(5),
.col6right td:nth-child(6),
.col7right td:nth-child(7),
.col8right td:nth-child(8),
.col9right td:nth-child(9),
.col10right td:nth-child(10),
.col11right td:nth-child(11),
.col12right td:nth-child(12),
.col13right td:nth-child(13),
.col14right td:nth-child(14),
.col15right td:nth-child(15),
.col16right td:nth-child(16),
.col17right td:nth-child(17),
.col18right td:nth-child(18),
.col19right td:nth-child(19) { text-align:right; }
.col1bold td:nth-child(1),
.col2bold td:nth-child(2),
.col3bold td:nth-child(3),
.col4bold td:nth-child(4),
.col5bold td:nth-child(5),
.col6bold td:nth-child(6),
.col7bold td:nth-child(7),
.col8bold td:nth-child(8),
.col9bold td:nth-child(9),
.col10bold td:nth-child(10),
.col11bold td:nth-child(11),
.col12bold td:nth-child(12),
.col13bold td:nth-child(13),
.col14bold td:nth-child(14),
.col15bold td:nth-child(15),
.col16bold td:nth-child(16),
.col17bold td:nth-child(17),
.col18bold td:nth-child(18),
.col19bold td:nth-child(19) { font-weight: bold; }
.col1nowrap td:nth-child(1),
.col2nowrap td:nth-child(2),
.col3nowrap td:nth-child(3),
.col4nowrap td:nth-child(4),
.col5nowrap td:nth-child(5),
.col6nowrap td:nth-child(6),
.col7nowrap td:nth-child(7),
.col8nowrap td:nth-child(8),
.col9nowrap td:nth-child(9),
.col10nowrap td:nth-child(10),
.col11nowrap td:nth-child(11),
.col12nowrap td:nth-child(12),
.col13nowrap td:nth-child(13),
.col14nowrap td:nth-child(14),
.col15nowrap td:nth-child(15),
.col16nowrap td:nth-child(16),
.col17nowrap td:nth-child(17),
.col18nowrap td:nth-child(18),
.col19nowrap td:nth-child(19) { white-space: nowrap; }