Template:Alternating rows table/styles.css
Template page
More actions
/* [[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;
}