Template:Alternating rows table/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
.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;
}