MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Fuego Fish (talk | contribs) No edit summary |
Fuego Fish (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
tr.fourthed:first-child { background-color: #11324a } | tr.fourthed:first-child { background-color: #11324a; } | ||
tr.fourthed:nth-child(2n+2) { background-color: #dfdece } | tr.fourthed:nth-child(2n+2) { background-color: #dfdece; } | ||
tr.fourthed:nth-child(2n+3) { background-color: #cecdb5 } | tr.fourthed:nth-child(2n+3) { background-color: #cecdb5; } |
Revision as of 12:35, 23 August 2021
/* CSS placed here will be applied to all skins */
tr.fourthed:first-child { background-color: #11324a; }
tr.fourthed:nth-child(2n+2) { background-color: #dfdece; }
tr.fourthed:nth-child(2n+3) { background-color: #cecdb5; }