User:Rcollins/common.css: Difference between revisions

From Wiki-DIY
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
table.wikitable tr:nth-child(odd) {background: #CCC}
table.wikitable tr:nth-child(odd) {background: #CCC; padding-left: 8px}
table.wikitable tr:nth-child(even) {background: #FFF}
table.wikitable tr:nth-child(even) {background: #FFF; padding-left: 8px}
table.wikitable > * > tr > th {background-color: #666666; color: #FFF; padding-left: 8px;}
table.wikitable > * > tr > th {background-color: #666666; color: #FFF;}

Revision as of 06:15, 8 January 2015

table.wikitable tr:nth-child(odd) {background: #CCC; padding-left: 8px}
table.wikitable tr:nth-child(even) {background: #FFF; padding-left: 8px}
table.wikitable > * > tr > th {background-color: #666666; color: #FFF;}