MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
||
| (5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 7: | Zeile 7: | ||
table.bm_list_table td:nth-child(2) { | table.bm_list_table td:nth-child(2) { | ||
order: 0; | order: 0; | ||
width: | width: 750px; | ||
} | } | ||
table.bm_list_table td:nth-child(3) { | table.bm_list_table td:nth-child(3) { | ||
| Zeile 14: | Zeile 14: | ||
table.bm_list_table tr { | table.bm_list_table tr { | ||
display: flex; | display: flex; | ||
} | |||
#t-specialpages { | |||
display: none; | |||
} | } | ||
Aktuelle Version vom 10. Dezember 2025, 13:03 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: 150px !important;
}
table.bm_list_table td:nth-child(2) {
order: 0;
width: 750px;
}
table.bm_list_table td:nth-child(3) {
order: 2;
}
table.bm_list_table tr {
display: flex;
}
#t-specialpages {
display: none;
}