MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus StaBue Testumgebung
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: table.asbtable tr:nth-child(1) th:nth-child(1) { width: 5em; text-align:left; } table.asbtable tr:nth-child(1) th:nth-child(2) { width: 35em; text-align:left; } table.asbtable tr:nth-child(1) th:nth-child(3) { min-width: 20em; }“) |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
table.asbtable tr th { | |||
text-align:left; | |||
} | |||
table.asbtable tr:nth-child(1) th:nth-child(1) { | table.asbtable tr:nth-child(1) th:nth-child(1) { | ||
width: 5em; | width: 5em; | ||
} | } | ||
table.asbtable tr:nth-child(1) th:nth-child(2) { | table.asbtable tr:nth-child(1) th:nth-child(2) { | ||
width: 35em; | width: 35em; | ||
} | } | ||
Version vom 31. Mai 2024, 15:07 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
table.asbtable tr th {
text-align:left;
}
table.asbtable tr:nth-child(1) th:nth-child(1) {
width: 5em;
}
table.asbtable tr:nth-child(1) th:nth-child(2) {
width: 35em;
}
table.asbtable tr:nth-child(1) th:nth-child(3) {
min-width: 20em;
}