Benutzerin:KaZi/common.css: Unterschied zwischen den Versionen

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen
(test indiv. Skin)
 
K
Zeile 7: Zeile 7:
 
.toptextcells td {
 
.toptextcells td {
 
vertical-align: top;
 
vertical-align: top;
 +
}
 +
 +
.zebrab tr:nth-child(2n+1) {
 +
    background-color: #ff0000;
 
}
 
}

Version vom 12. März 2013, 22:43 Uhr

/* Zebra-Tabellen */
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
	background: red;
}

/* Ausrichtung Inhalte in Tabellenzellen oben (Standard ist mittig) */
.toptextcells td {
	vertical-align: top;
}

.zebrab tr:nth-child(2n+1) {
    background-color: #ff0000;
}