MediaWiki:Common.css
Aus StaBue Testumgebung
Zur Navigation springenZur Suche springen
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* ------------------------------------ */
/* Tabellen für ASB und Notensystematik */
/* ------------------------------------ */
/* Textausrichtung in Titelzeilen /*
table.asbtable * tr th, table.asbtable_special * tr th {
text-align: left;
}
/* Spaltenbreite für Kennzeichen */
table.asbtable tr:nth-child(1) th:nth-child(1), table.asbtable tr:nth-child(1) td:nth-child(1) {
width: 5em;
}
/* Spaltenbreite für Titel */
table.asbtable tr:nth-child(1) th:nth-child(2), table.asbtable tr:nth-child(1) td:nth-child(2) {
width: 35em;
}
/* Spaltenbreite für Kommentare */
table.asbtable tr:nth-child(1) th:nth-child(3), table.asbtable tr:nth-child(1) td:nth-child(3) {
min-width: 30em;
}
/* Spaltenbreite für Kennzeichen bei besonderen Sachgruppen (bspw. Wirtschaft, SL Romane) */
table.asbtable_special tr:nth-child(1) th:nth-child(1), table.asbtable_special tr:nth-child(1) td:nth-child(1) {
width: 10em;
}
/* Spaltenbreite für Titel bei besonderen Sachruppen (bspw. Wirtschaft, SL Romane) */
table.asbtable_special tr:nth-child(1) th:nth-child(2), table.asbtable_special tr:nth-child(1) td:nth-child(2) {
width: 30em;
}
/* Spaltenbreite für Kommentare bei besonderen Sachruppen (bspw. Wirtschaft, SL Romane) */
table.asbtable_special tr:nth-child(1) th:nth-child(3), table.asbtable_special tr:nth-child(1) td:nth-child(3) {
min-width: 30em;
}