MediaWiki:Common.css: Difference between revisions
From MCM Combat Operations
mNo edit summary |
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 */ | ||
.gallerytext { | |||
color: #c1c1c1; | |||
} | |||
table.infobox .header { | table.infobox .header { | ||
background: #DEDDE2; | background: #DEDDE2; | ||
Revision as of 01:23, 8 June 2023
/* CSS placed here will be applied to all skins */
.gallerytext {
color: #c1c1c1;
}
table.infobox .header {
background: #DEDDE2;
color: #2a2a2a;
font-size: 110%;
line-height: 1.6em;
}
table.infobox tr {
line-height: 1.2em;
}
table.infobox tr:nth-child(even) {
background: #c1c1c1;
color: #2a2a2a;
}
table.infobox tr:nth-child(even) th {
background: #c1c1c1;
}