Benutzer:Moin/monobook.css: Unterschied zwischen den Versionen

Aus X-Lexikon
Zur Navigation springenZur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Style für Tabellen */
/* Style für Tabellen */
table.moin { margin:0; padding:2; border:0; border-spacing:0}
table.station { margin:0; padding:2px; border:1px solid transparent; border-spacing:0; border-collapse:collapse}
table.moin th {background-color:black; font-weight:bold;}
table.station th {background-color:black; font-weight:bold; padding:2px; border:1px solid #222;}
table.moin td {background-color:#333; font-weight:bold;}
table.station td {background-color:#444; font-weight:bold; padding:2px; border:1px solid #222;}
table.moin td.light {/*color:blue;*/ background-color:#444;}
/*
table.moin tr.light {background-color:#444;}
table.station tr.light,table.station tr.light td,table.station td.light {background-color:#555;}
table.moin tr.light td {background-color:#444;}
table.station th.light,table.station tr.light th {background-color:#444;}
table.moin tr.light th {background-color:#333;}
table.station tr.dark,table.station tr.dark td,table.station td.dark {background-color:#333;}
table.moin th.light {background-color:#333;}
table.station th.dark,table.station tr.dark th {background-color:#222;}
*/

Aktuelle Version vom 13. Juni 2008, 22:02 Uhr

/* Style für Tabellen */
table.station { margin:0; padding:2px; border:1px solid transparent; border-spacing:0; border-collapse:collapse}
table.station th {background-color:black; font-weight:bold; padding:2px; border:1px solid #222;}
table.station td {background-color:#444; font-weight:bold; padding:2px; border:1px solid #222;}
/*
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;}
*/