MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→All CSS here will be loaded for users of the Vector skin: table.sptable tr:nth-child(odd) td{ background-color:#ffe156!important; } table.sptable tr:nth-child(even) td{ background-color:#ffffff!important; }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
table.sptable tr:nth-child(odd) | table.sptable tr:nth-child(odd) th { | ||
background-color:#ffe156!important; | background-color:#ffe156!important; | ||
} | } | ||
table.sptable tr:nth-child(even) | table.sptable tr:nth-child(even) th { | ||
background-color:#ffffff!important; | background-color:#ffffff!important; | ||
} | } |
Latest revision as of 15:03, 30 September 2024
/* All CSS here will be loaded for users of the Vector skin */ table.sptable tr:nth-child(odd) th { background-color:#ffe156!important; } table.sptable tr:nth-child(even) th { background-color:#ffffff!important; }