MediaWiki:Common.css: Difference between revisions
From MCM Combat Operations
mNo edit summary |
No edit summary |
||
| (23 intermediate revisions by the same user not shown) | |||
| 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( | .gallerytext p { | ||
color: #c1c1c1; | |||
} | |||
table.infobox { | |||
border: 1px solid; | |||
margin-left:1em; | |||
margin-bottom:1em; | |||
} | |||
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(odd) { | |||
background: #c1c1c1; | background: #c1c1c1; | ||
color: #2a2a2a; | color: #2a2a2a; | ||
} | } | ||
table.infobox tr:nth-child( | table.infobox tr:nth-child(odd) th { | ||
background: #c1c1c1; | background: #c1c1c1; | ||
} | } | ||
.hover:not(:hover) { | |||
width: 150px; | |||
} | |||
.mw-editform #wpTextbox1 { | |||
white-space: pre; | |||
overflow-wrap: normal; | |||
overflow-x: scroll; | |||
} | |||
/* Hide letter headlines in the subcategory div on category pages */ | |||
#mw-subcategories div.mw-category-group h3 { | |||
display: none; | |||
} | |||
.noautonum .tocnumber { display: none; } | |||
.timelinedate {font-family:monospace,monospace} | |||
Latest revision as of 19:13, 20 June 2024
/* CSS placed here will be applied to all skins */
.gallerytext p {
color: #c1c1c1;
}
table.infobox {
border: 1px solid;
margin-left:1em;
margin-bottom:1em;
}
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(odd) {
background: #c1c1c1;
color: #2a2a2a;
}
table.infobox tr:nth-child(odd) th {
background: #c1c1c1;
}
.hover:not(:hover) {
width: 150px;
}
.mw-editform #wpTextbox1 {
white-space: pre;
overflow-wrap: normal;
overflow-x: scroll;
}
/* Hide letter headlines in the subcategory div on category pages */
#mw-subcategories div.mw-category-group h3 {
display: none;
}
.noautonum .tocnumber { display: none; }
.timelinedate {font-family:monospace,monospace}