Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
/* [[Category:CSS from Wikimedia]] */
.alternating > thead + tbody > tr:nth-child(even),
.alternating > caption + tbody > tr:nth-child(odd),
.alternating > tbody:first-child > tr:nth-child(odd) {
	background-color: #eee;
}