Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* =============================================
FHODS Archive – Homepage layout
============================================= */
.fhods-homepage {
font-family: sans-serif;
max-width: 900px;
margin: 0 auto;
padding: 0 0 2rem;
}
/* Hero */
.fhods-hero {
text-align: center;
padding: 3rem 1.5rem 2.5rem;
border-bottom: 1px solid #e0ddd6;
}
.fhods-hero-eyebrow {
font-size: 12px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #888;
margin-bottom: 10px;
}
.fhods-hero-title {
font-size: 26px;
font-weight: 500;
margin-bottom: 10px;
border: none;
}
.fhods-hero-desc {
font-size: 15px;
color: #555;
max-width: 480px;
margin: 0 auto 1.5rem;
line-height: 1.6;
}
.fhods-hero-stats {
display: flex;
justify-content: center;
gap: 2.5rem;
}
.fhods-hero-stat {
display: flex;
flex-direction: column;
align-items: center;
}
.fhods-stat-num {
font-size: 22px;
font-weight: 500;
color: #222;
}
.fhods-stat-num a { color: #222; text-decoration: none; }
.fhods-stat-label {
font-size: 12px;
color: #999;
margin-top: 2px;
}
/* Two-column layout */
.fhods-main-layout {
display: grid;
grid-template-columns: 1fr 280px;
gap: 20px;
padding: 24px 0 0;
}
.fhods-col-main,
.fhods-col-sidebar {
display: flex;
flex-direction: column;
gap: 16px;
}
/* Cards */
.fhods-card {
background: #fff;
border: 0.5px solid #ddd;
border-radius: 10px;
overflow: hidden;
}
.fhods-card-header {
padding: 12px 16px;
border-bottom: 0.5px solid #e8e8e8;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.8px;
color: #777;
}
.fhods-card-header--split {
display: flex;
justify-content: space-between;
align-items: center;
}
.fhods-card-link {
font-size: 12px;
font-weight: 400;
text-transform: none;
letter-spacing: 0;
color: #999;
}
.fhods-card-link a { color: #999; }
/* Browse grid */
.fhods-browse-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.fhods-browse-item {
padding: 16px;
border-right: 0.5px solid #eee;
border-bottom: 0.5px solid #eee;
cursor: pointer;
}
.fhods-browse-item:nth-child(even) { border-right: none; }
.fhods-browse-item:nth-child(3),
.fhods-browse-item:nth-child(4) { border-bottom: none; }
.fhods-browse-icon { font-size: 22px; margin-bottom: 6px; }
.fhods-browse-label { font-size: 14px; font-weight: 500; }
.fhods-browse-label a { color: #222; text-decoration: none; }
.fhods-browse-label a:hover { text-decoration: underline; }
.fhods-browse-count { font-size: 12px; color: #999; margin-top: 2px; }
/* News */
.fhods-news-table {
width: 100%;
border-collapse: collapse;
margin: 0;
}
.fhods-news-table tr {
border-bottom: 0.5px solid #f0f0f0;
}
.fhods-news-date {
font-size: 12px;
color: #aaa;
padding: 12px 12px 12px 16px;
vertical-align: top;
white-space: nowrap;
width: 80px;
}
.fhods-news-body {
font-size: 14px;
padding: 12px 16px 12px 0;
vertical-align: top;
line-height: 1.5;
}
/* Site map */
.fhods-sitemap { padding: 12px 16px; }
.fhods-sitemap-row {
display: flex;
gap: 12px;
align-items: baseline;
padding: 8px 0;
border-bottom: 0.5px solid #f0f0f0;
font-size: 13px;
}
.fhods-sitemap-row:last-child { border-bottom: none; padding-bottom: 0; }
.fhods-sitemap-label {
color: #aaa;
min-width: 56px;
font-size: 12px;
}
.fhods-sitemap-tags { color: #444; line-height: 1.8; }
.fhods-sitemap-tags a { color: #444; }
/* Progress */
.fhods-progress-body { padding: 14px 16px; }
.fhods-progress-row {
display: flex;
justify-content: space-between;
font-size: 13px;
color: #555;
margin-bottom: 6px;
}
.fhods-progress-row strong a { color: #222; }
.fhods-progress-row--small { font-size: 11px; color: #aaa; margin-top: 4px; }
.fhods-progress-bar-outer {
background: #f0ede8;
border-radius: 4px;
height: 6px;
margin: 4px 0 6px;
}
.fhods-progress-bar-inner {
height: 6px;
border-radius: 4px;
background: #888;
}
.fhods-progress-note {
font-size: 12px;
color: #aaa;
margin-top: 10px;
line-height: 1.5;
}
/* Latest additions */
.fhods-latest-list {
list-style: decimal;
padding: 10px 16px 10px 36px;
margin: 0;
}
.fhods-latest-list li {
font-size: 13px;
padding: 6px 0;
border-bottom: 0.5px solid #f0f0f0;
}
.fhods-latest-list li:last-child { border-bottom: none; }
/* Getting started */
.fhods-gs-list {
list-style: none;
padding: 0;
margin: 0;
}
.fhods-gs-list li {
padding: 10px 16px;
border-bottom: 0.5px solid #f0f0f0;
font-size: 13px;
}
.fhods-gs-list li:last-child { border-bottom: none; }
/* Responsive: stack on narrow screens */
@media (max-width: 680px) {
.fhods-main-layout {
grid-template-columns: 1fr;
}
}
/* ============================================================
FHODS Archive — Production page styles
Add to the bottom of MediaWiki:Common.css
============================================================ */
/* --- Section headings --------------------------------------- */
.fhods-section-heading {
font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
font-size: 0.82em;
font-weight: normal;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #8b6914;
margin: 2em 0 0.9em 0;
padding-bottom: 0.45em;
border-bottom: 2px solid #d4af37;
}
/* --- Foreword ---------------------------------------------- */
.fhods-foreword {
border-left: 4px solid #d4af37;
padding: 1em 1.5em;
background: #fdfbf4;
margin: 0 0 0.5em 0;
font-style: italic;
font-size: 0.92em;
line-height: 1.9;
color: #333;
}
.fhods-foreword p {
margin: 0 0 0.8em 0;
}
.fhods-foreword-sig {
margin-top: 1.2em;
font-style: normal;
font-size: 0.9em;
color: #555;
}
.fhods-foreword-credits {
font-size: 0.83em;
color: #777;
font-style: italic;
margin: 0.8em 0 0.5em 0;
padding: 0.7em 1em;
border-left: 2px solid #e8ddb5;
background: #faf8f0;
line-height: 1.7;
}
/* --- Cast -------------------------------------------------- */
.fhods-cast-section {
margin-bottom: 0.5em;
}
.fhods-cast-label {
display: inline-block;
background: #1a1a1a;
color: #d4af37;
font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
font-size: 0.76em;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 4px 14px;
margin: 1em 0 0 0;
}
dl.fhods-cast-leads {
margin: 0 0 0.8em 0;
padding: 0;
border: 1px solid #e2d9b8;
border-top: 3px solid #d4af37;
background: #fff;
}
dl.fhods-cast-leads dt {
font-weight: bold;
font-size: 0.93em;
color: #1a1a1a;
padding: 6px 14px 1px 14px;
margin: 0;
}
dl.fhods-cast-leads dd {
font-style: italic;
font-size: 0.85em;
color: #8b6914;
padding: 0 14px 6px 14px;
margin: 0;
border-bottom: 1px solid #f0e8cc;
}
dl.fhods-cast-leads dd:last-child {
border-bottom: none;
}
.fhods-cast-ensemble {
border: 1px solid #e2d9b8;
background: #faf7ed;
padding: 0.5em 0.5em 0.5em 1.2em;
margin-bottom: 0.5em;
font-size: 0.93em;
}
.fhods-cast-ensemble ul {
margin: 0;
padding-left: 1em;
column-gap: 2em;
}
.fhods-cast-ensemble li {
padding: 2px 0;
}
/* --- Crew -------------------------------------------------- */
.fhods-crew-section {
border: 1px solid #e2d9b8;
margin-bottom: 1.2em;
background: #fff;
}
.fhods-crew-group-label {
font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
font-size: 0.76em;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #8b6914;
background: #f5eed8;
padding: 5px 14px;
border-bottom: 1px solid #e2d9b8;
border-top: 1px solid #e2d9b8;
margin-top: -1px;
}
.fhods-crew-section .fhods-crew-group-label:first-child {
border-top: 3px solid #d4af37;
margin-top: 0;
}
dl.fhods-crew-list {
display: grid;
grid-template-columns: minmax(8em, 26%) 1fr;
margin: 0;
padding: 0;
border-bottom: 1px solid #ede5cc;
}
dl.fhods-crew-list:last-child {
border-bottom: none;
}
dl.fhods-crew-list dt {
font-style: italic;
font-weight: normal;
font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
font-size: 0.87em;
color: #8b6914;
background: #faf7ed;
padding: 7px 12px;
border-bottom: 1px solid #ede5cc;
border-right: 1px solid #ede5cc;
display: block;
margin: 0;
}
dl.fhods-crew-list dd {
font-size: 0.9em;
color: #1a1a1a;
background: #fff;
padding: 7px 14px;
border-bottom: 1px solid #ede5cc;
display: block;
margin: 0;
}
dl.fhods-crew-list dt:last-of-type,
dl.fhods-crew-list dd:last-child {
border-bottom: none;
}
/* --- Footer note ------------------------------------------- */
.fhods-footer-note {
font-size: 0.84em;
color: #888;
font-style: italic;
margin-top: 0.8em;
padding-top: 0.6em;
border-top: 1px solid #e2d9b8;
line-height: 1.7;
}
/* --- Mobile: collapse crew grid to single column ----------- */
@media screen and (max-width: 600px) {
dl.fhods-crew-list {
grid-template-columns: 1fr;
}
dl.fhods-crew-list dt {
border-right: none;
border-bottom: none;
padding-bottom: 2px;
background: #f5eed8;
}
dl.fhods-crew-list dd {
padding-top: 3px;
padding-left: 14px;
}
.fhods-cast-label {
display: block;
}
}
