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

From Wiki-DIY
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
table.wikitable {background:#666666;color:#ffffff}
+
table.wikitable td {padding-left: 8px}
table.wikitable tr:nth-child(odd) {background: #CCC}
+
table.wikitable tr:nth-child(odd) {background: #CCC;}
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;}

Latest revision as of 23:23, 7 January 2015

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