MediaWiki:Common.css: Difference between revisions
From MCM Combat Operations
mNo edit summary Tag: Reverted |
mNo edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
table.infobox tr:nth-child( | table.infobox tr:nth-child(odd) { | ||
background: #c1c1c1; | background: #c1c1c1; | ||
color: #2a2a2a; | color: #2a2a2a; | ||
line-height:1.2em" | line-height:1.2em" | ||
} | } |
Revision as of 12:20, 8 June 2023
/* CSS placed here will be applied to all skins */ table.infobox tr:nth-child(odd) { background: #c1c1c1; color: #2a2a2a; line-height:1.2em" }