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

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen
K (tbc.)
(tbc.)
Zeile 11: Zeile 11:
 
.toptextcells td {
 
.toptextcells td {
 
vertical-align: top;
 
vertical-align: top;
 +
}
 +
 +
.zebra tr:nth-child(2n+1) {
 +
    background-color: #ddd;
 
}
 
}

Version vom 25. Februar 2013, 00:35 Uhr

body {
 color: red;
}

/* 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;
}

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