Benutzer:Moin/monobook.css
Aus X-Lexikon
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
/* Style für Tabellen */ table.station { margin:0; padding:2px; border:1px solid transparent; border-spacing:0} table.station th {background-color:black; font-weight:bold; padding:2px; border:1px solid #000;} table.station td {background-color:#444; font-weight:bold; padding:2px; border:1px solid #000;} table.station tr.light,table.station tr.light td,table.station td.light {background-color:#555;} table.station th.light,table.station tr.light th {background-color:#444;} table.station tr.dark,table.station tr.dark td,table.station td.dark {background-color:#333;} table.station th.dark,table.station tr.dark th {background-color:#222;}