Benutzerin:KaZi/common.css: Unterschied zwischen den Versionen
Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springenKaZi (Diskussion | Beiträge) |
KaZi (Diskussion | Beiträge) |
||
| Zeile 4: | Zeile 4: | ||
.zebra th { | .zebra th { | ||
| − | background: | + | background: bbb !important; |
| − | border-color: # | + | border-color: #ccc !important; |
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
Version vom 12. März 2013, 23:06 Uhr
.zebra tr:nth-child(2n+1) {
background-color: #ddd;
}
.zebra th {
background: bbb !important;
border-color: #ccc !important;
color: #ffffff !important;
}
.toptextcells td {
vertical-align:top !important;
}