Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Fuego Fish (talk | contribs) |
Fuego Fish (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .fourth tr:nth-child(2n+1) { background-color: #dfdece; border-bottom: 2px solid | + | .fourth tr:nth-child(2n+1) { background-color: #dfdece; border-bottom: 2px solid white; } |
− | .fourth tr:nth-child(2n+2) { background-color: #cecdb5; border-bottom: 2px solid | + | .fourth tr:nth-child(2n+2) { background-color: #cecdb5; border-bottom: 2px solid white; } |
Revision as of 14:07, 23 August 2021
/* CSS placed here will be applied to all skins */
.fourth tr:nth-child(2n+1) { background-color: #dfdece; border-bottom: 2px solid white; }
.fourth tr:nth-child(2n+2) { background-color: #cecdb5; border-bottom: 2px solid white; }