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