Difference between revisions of "MediaWiki:Vector.css"
From ipswichmakerspace
(Created page with "→CSS placed here will affect users of the Vector skin: tr.subtotal td { background-color:#f2f2f2; }") |
m |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
− | tr. | + | |
+ | table.magitable tr:nth-child(odd) td { | ||
+ | background-color:#f9f9f9; | ||
+ | } | ||
+ | table.magitable tr:nth-child(odd) td { | ||
background-color:#f2f2f2; | background-color:#f2f2f2; | ||
+ | } | ||
+ | |||
+ | table.magitable th { | ||
+ | } | ||
+ | |||
+ | table.magitable tr.subtotal td { | ||
+ | background-color:#e9e9e9; | ||
} | } |
Revision as of 01:25, 14 July 2018
/* CSS placed here will affect users of the Vector skin */ table.magitable tr:nth-child(odd) td { background-color:#f9f9f9; } table.magitable tr:nth-child(odd) td { background-color:#f2f2f2; } table.magitable th { } table.magitable tr.subtotal td { background-color:#e9e9e9; }