Difference between revisions of "User:Rcollins/common.css"
From Wiki-DIY
(Created page with "table.wikitable tr:nth-child(even) {background: #CCC} table.wikitable tr:nth-child(odd) {background: #FFF}") |
|||
Line 1: | Line 1: | ||
− | table.wikitable tr:nth-child( | + | table.wikitable th {background:#666666;color:#ffffff;} |
− | table.wikitable tr:nth-child( | + | table.wikitable tr:nth-child(odd) {background: #CCC} |
+ | table.wikitable tr:nth-child(even) {background: #FFF} |
Revision as of 05:34, 8 January 2015
table.wikitable th {background:#666666;color:#ffffff;} table.wikitable tr:nth-child(odd) {background: #CCC} table.wikitable tr:nth-child(even) {background: #FFF}