Difference between revisions of "User:Rcollins/common.css"

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

Revision as of 23:16, 7 January 2015

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