Soft launch: Soldier biographies and research notes vary in completeness. Prefer class-roster, NARA, newspapers, and other cited sources for contested facts — treat Research notes as leads, not settled history. Anyone can correct a page; contact us with questions.
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Fix Main Page punctuation and full-width layout. |
Keep research-notes CSS |
||
| Line 56: | Line 56: | ||
.soldier-infobox .infobox-label, | .soldier-infobox .infobox-label, | ||
.soldier-infobox th.infobox-label { | .soldier-infobox th.infobox-label { | ||
width: 38%; | width: 38%; | ||
font-weight: bold; | font-weight: bold; | ||
| Line 68: | Line 67: | ||
.infobox td.infobox-data, | .infobox td.infobox-data, | ||
.soldier-infobox td.infobox-data { | .soldier-infobox td.infobox-data { | ||
vertical-align: top; | vertical-align: top; | ||
padding: 0.2em 0.5em 0.2em 0.4em; | padding: 0.2em 0.5em 0.2em 0.4em; | ||
background: #f8f9fa; | background: #f8f9fa; | ||
} | } | ||
| Line 117: | Line 110: | ||
.soldier-research-notes { | .soldier-research-notes { | ||
display: none; | margin: 0.4em 0 0.8em 0; | ||
} | |||
.soldier-research-notes-heading { | |||
font-weight: bold; | |||
margin: 0.4em 0 0.2em 0; | |||
} | |||
.mw-parser-output h2:has(#Research_notes), | |||
.mw-parser-output h2:has(#Research_notes) + ul, | |||
.mw-parser-output h2:has(#Research_notes) + p { | |||
display: none !important; | |||
} | } | ||
| Line 127: | Line 131: | ||
font-size: 92%; | font-size: 92%; | ||
line-height: 1.45; | line-height: 1.45; | ||
max-width: | max-width: 48em; | ||
color: #202122; | color: #202122; | ||
} | } | ||
.home-lead { | .home-lead { | ||
max-width: | max-width: 46em; | ||
font-size: 1.05em; | font-size: 1.05em; | ||
} | } | ||
| Line 150: | Line 154: | ||
} | } | ||
} | } | ||
Revision as of 12:00, 18 August 2026
/* Wikipedia-like article infobox (Vector does not ship these styles). */
table.infobox,
table.infobox.vcard,
table.soldier-infobox,
.infobox.soldier-infobox {
float: right;
clear: right;
margin: 0.5em 0 0.8em 1.4em;
padding: 0.2em;
width: 22em;
max-width: 40%;
background: #f8f9fa;
color: #202122;
border: 1px solid #a2a9b1;
border-spacing: 3px;
border-collapse: separate;
font-size: 88%;
line-height: 1.5em;
text-align: left;
}
.infobox .infobox-above,
.soldier-infobox .infobox-above {
background: #eaecf0;
color: #000;
font-size: 125%;
font-weight: bold;
text-align: center;
padding: 0.4em 0.5em;
}
.infobox .infobox-header,
.soldier-infobox .infobox-header {
background: #eaecf0;
color: #000;
font-weight: bold;
text-align: center;
padding: 0.3em 0.5em;
}
.infobox .infobox-image,
.soldier-infobox .infobox-image {
text-align: center;
padding: 0.4em 0.2em 0.2em;
background: #f8f9fa;
}
.infobox .infobox-caption,
.soldier-infobox .infobox-caption {
font-size: 95%;
padding: 0.2em 0.4em 0.5em;
}
.infobox .infobox-label,
.infobox th.infobox-label,
.soldier-infobox .infobox-label,
.soldier-infobox th.infobox-label {
width: 38%;
font-weight: bold;
text-align: left;
vertical-align: top;
padding: 0.2em 0.5em 0.2em 0.5em;
background: #f8f9fa;
color: #202122;
}
.infobox td.infobox-data,
.soldier-infobox td.infobox-data {
vertical-align: top;
padding: 0.2em 0.5em 0.2em 0.4em;
background: #f8f9fa;
}
/* Vector 2010 sidebar logo: source file is 1024px, so scale it into the 160px slot. */
#p-logo {
height: 160px !important;
width: 160px !important;
margin: 0 auto 0.6em auto;
}
#p-logo a,
#p-logo a.mw-wiki-logo,
.mw-wiki-logo {
height: 160px !important;
width: 160px !important;
background-size: contain !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}
/* If someone uses Vector 2022, do not leave the badge at 50px. */
.skin-vector-2022 .mw-logo-icon {
height: 120px !important;
width: 120px !important;
}
.hatnote,
.hatnote.unconfirmed-banner,
.unconfirmed-banner {
background: transparent;
border: none;
padding: 0 0 0.5em 1.6em;
margin: 0 0 0.6em 0;
font-style: italic;
color: #202122;
}
.hatnote.research-notes-disclaimer {
color: #54595d;
}
.soldier-research-notes {
margin: 0.4em 0 0.8em 0;
}
.soldier-research-notes-heading {
font-weight: bold;
margin: 0.4em 0 0.2em 0;
}
.mw-parser-output h2:has(#Research_notes),
.mw-parser-output h2:has(#Research_notes) + ul,
.mw-parser-output h2:has(#Research_notes) + p {
display: none !important;
}
.class-data-disclaimer {
border: 1px solid #a2a9b1;
background: #f8f9fa;
padding: 0.7em 0.9em;
margin: 0.8em 0 1em 0;
font-size: 92%;
line-height: 1.45;
max-width: 48em;
color: #202122;
}
.home-lead {
max-width: 46em;
font-size: 1.05em;
}
.mw-parser-output > p:first-of-type {
margin-top: 0.2em;
}
@media (max-width: 640px) {
table.infobox,
table.soldier-infobox {
float: none;
clear: both;
width: 100%;
max-width: 100%;
margin: 0 0 1em 0;
}
}