MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
KKeine Bearbeitungszusammenfassung |
KKeine 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.bm_list_table tr td:first-of-type {display:none;} | /*table.bm_list_table tr td:first-of-type{display:none}*/ | ||
table.bm_list_table td:nth-child(1) { | |||
order: 1; | |||
width: 130px !important; | |||
/*background-color: yellow;*/ | |||
} | |||
table.bm_list_table td:nth-child(2) { | |||
order: 0; | |||
width: 630px; | |||
/*background-color: red;*/ | |||
} | |||
table.bm_list_table td:nth-child(3) { | |||
order: 2; | |||
} | |||
table.bm_list_table tr { | |||
display: flex; | |||
} | |||
Version vom 3. November 2025, 10:32 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*table.bm_list_table tr td:first-of-type{display:none}*/
table.bm_list_table td:nth-child(1) {
order: 1;
width: 130px !important;
/*background-color: yellow;*/
}
table.bm_list_table td:nth-child(2) {
order: 0;
width: 630px;
/*background-color: red;*/
}
table.bm_list_table td:nth-child(3) {
order: 2;
}
table.bm_list_table tr {
display: flex;
}