Benutzerin:KaZi/Vector.css

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen

Beachte: Nach dem Speichern muss Du Deinem Browser sagen, die neue Version zu laden: Mozilla/Firefox: Strg-Shift-R, IE: Strg-F5, Safari: Cmd-Shift-R, Konqueror: F5.

/* weiterer Test */
body {
	font: x-small sans-serif;
	/* @embed */
	background: #00ff00 url(headbg.jpg) 0 0 no-repeat;
	color: black;
	margin: 0;
	padding: 0;
	direction: ltr; /* Needed for RTL flipping */
	unicode-bidi: embed;
}

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

table {
background-color: #1C1E20;
color: ffffff;
}
 
thead tr {           /* erste Tabellenzeile bzw. Tabellenüberschrift */
background-color: #AF6B18;
color: black;
}
 
tbody tr:nth-child(even) {
background-color: #000000;
}