FHODSArchive (talk | contribs) No edit summary |
FHODSArchive (talk | contribs) No edit summary |
||
| Line 229: | Line 229: | ||
/* ============================================================= | |||
FHODS Archive — Production page styles | |||
Paste into MediaWiki:Common.css | |||
============================================================= */ | |||
/* --- INFOBOX ------------------------------------------------ */ | |||
.fhods-infobox { | |||
float: right; | |||
clear: right; | |||
/* | margin: 0 0 1.5em 2em; | ||
.infobox { | width: 280px; | ||
border: 1px solid #c8b87a; | |||
font-size: 0.875em; | |||
background: #ffffff; | |||
font-family: Georgia, serif; | |||
} | } | ||
.fhods-infobox-table { | |||
width: 100% !important; | |||
border-collapse: collapse !important; | |||
} | border: none !important; | ||
margin: 0 !important; | |||
background: transparent !important; | |||
} | |||
.fhods-infobox-table tr { | |||
border-bottom: 1px solid #ede5cc; | |||
} | |||
.fhods-infobox-table tr:last-child { | |||
border-bottom: none; | |||
} | |||
.fhods-infobox-header { | |||
background: #1a1a1a !important; | |||
padding: 14px 16px !important; | |||
text-align: center !important; | |||
border-bottom: 3px solid #d4af37 !important; | |||
} | |||
.fhods-infobox-title { | |||
font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif; | |||
font-size: 1.1em; | |||
color: #d4af37; | |||
font-style: italic; | |||
letter-spacing: 0.02em; | |||
} | |||
.fhods-infobox-section { | |||
font-size: 0.78em; | |||
color: #888; | |||
letter-spacing: 0.1em; | |||
text-transform: uppercase; | |||
margin-top: 4px; | |||
} | |||
.fhods-infobox-image { | |||
text-align: center !important; | |||
padding: 0 !important; | |||
background: #2a2a2a !important; | |||
border-bottom: 3px solid #d4af37 !important; | |||
} | |||
.fhods-infobox-caption { | |||
font-size: 0.8em; | |||
color: #888; | |||
text-align: center; | |||
padding: 6px 10px; | |||
font-style: italic; | |||
background: #1a1a1a; | |||
} | |||
.fhods-infobox-label { | |||
padding: 7px 12px !important; | |||
font-style: italic; | |||
color: #8b6914 !important; | |||
font-weight: normal !important; | |||
text-align: left !important; | |||
width: 42% !important; | |||
vertical-align: top !important; | |||
background: #faf7ef !important; | |||
border-right: 1px solid #ede5cc; | |||
} | |||
.fhods-infobox-value { | |||
padding: 7px 12px !important; | |||
vertical-align: top !important; | |||
color: #1a1a1a !important; | |||
background: #ffffff !important; | |||
} | |||
.fhods-infobox-footer { | |||
padding: 8px 12px !important; | |||
font-size: 0.8em; | |||
color: #888; | |||
font-style: italic; | |||
text-align: center !important; | |||
background: #faf7ef !important; | |||
border-top: 1px solid #ede5cc !important; | |||
} | |||
/* --- SECTION DIVIDER ---------------------------------------- */ | |||
.fhods-section-divider { | |||
display: flex; | |||
align-items: center; | |||
gap: 12px; | |||
margin: 2em 0 1em; | |||
} | |||
.fhods-section-divider-line { | |||
flex: 1; | |||
height: 1px; | |||
background: #d4c9a8; | |||
display: block; | |||
} | |||
.fhods-section-divider-title { | |||
font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif; | |||
font-size: 0.78em; | |||
font-weight: normal; | |||
color: #8b6914; | |||
letter-spacing: 0.12em; | |||
text-transform: uppercase; | |||
white-space: nowrap; | |||
} | |||
/* --- FOREWORD ----------------------------------------------- */ | |||
.fhods-foreword { | |||
border-left: 3px solid #d4af37; | |||
padding: 14px 20px; | |||
background: #fdfbf5; | |||
margin: 0 0 1.5em; | |||
font-style: italic; | |||
font-size: 0.9em; | |||
line-height: 1.85; | |||
color: #3a3a3a; | |||
} | |||
.fhods-foreword-text p { | |||
margin-bottom: 0.8em; | |||
} | |||
.fhods-foreword-text p:last-child { | |||
margin-bottom: 0; | |||
} | |||
.fhods-foreword-attribution { | |||
margin-top: 14px; | |||
font-style: normal; | |||
font-size: 0.85em; | |||
color: #888; | |||
letter-spacing: 0.03em; | |||
} | |||
/* --- CAST TABLE --------------------------------------------- */ | |||
.fhods-cast-table { | |||
width: 100% !important; | |||
border-collapse: collapse !important; | |||
font-size: 0.9em; | |||
border: 1px solid #d4c9a8 !important; | |||
margin-bottom: 1.5em !important; | |||
} | |||
.fhods-cast-th { | |||
background: #1a1a1a !important; | |||
color: #d4af37 !important; | |||
font-family: Georgia, serif !important; | |||
font-weight: normal !important; | |||
font-style: italic !important; | |||
padding: 9px 14px !important; | |||
text-align: left !important; | |||
border: none !important; | |||
letter-spacing: 0.04em; | |||
} | |||
.fhods-cast-section-label { | |||
background: #f0ece0 !important; | |||
padding: 6px 14px !important; | |||
font-size: 0.78em; | |||
letter-spacing: 0.1em; | |||
text-transform: uppercase; | |||
color: #8b6914 !important; | |||
font-family: Georgia, serif; | |||
border-bottom: 1px solid #d4c9a8 !important; | |||
} | |||
.fhods-cast-lead-row { | |||
background: #fdfbf4 !important; | |||
} | |||
.fhods-cast-row { | |||
background: #ffffff !important; | |||
} | |||
.fhods-cast-lead-row:hover, | |||
.fhods-cast-row:hover { | |||
background: #faf7ef !important; | |||
} | |||
.fhods-cast-name { | |||
padding: 8px 14px !important; | |||
font-weight: bold !important; | |||
border-bottom: 1px solid #ede5cc !important; | |||
width: 50%; | |||
} | |||
.fhods-cast-role { | |||
padding: 8px 14px !important; | |||
color: #555 !important; | |||
border-bottom: 1px solid #ede5cc !important; | |||
} | |||
.fhods-badge-lead { | |||
display: inline-block; | |||
background: #1a1a1a; | |||
color: #d4af37; | |||
font-size: 0.7em; | |||
padding: 1px 7px; | |||
letter-spacing: 0.08em; | |||
text-transform: uppercase; | |||
font-family: Georgia, serif; | |||
font-style: italic; | |||
font-weight: normal; | |||
vertical-align: middle; | |||
margin-left: 6px; | |||
} | |||
.fhods-badge-ensemble { | |||
display: inline-block; | |||
background: #f0ece0; | |||
color: #8b6914; | |||
font-size: 0.72em; | |||
padding: 1px 7px; | |||
letter-spacing: 0.06em; | |||
text-transform: uppercase; | |||
font-family: Georgia, serif; | |||
font-weight: normal; | |||
} | } | ||
/* --- CREW TABLE --------------------------------------------- */ | |||
.fhods-crew-wrapper { | |||
border: 1px solid #d4c9a8; | |||
overflow: hidden; | |||
margin-bottom: 1.5em; | |||
} | } | ||
.fhods-crew-section-label { | |||
background: #f0ece0; | |||
padding: 7px 14px; | |||
font-size: 0.78em; | |||
letter-spacing: 0.1em; | |||
text-transform: uppercase; | |||
color: #8b6914; | |||
font-family: Georgia, serif; | |||
border-bottom: 1px solid #d4c9a8; | |||
border-top: 1px solid #d4c9a8; | |||
} | } | ||
. | .fhods-crew-wrapper .fhods-crew-section-label:first-child { | ||
border-top: none; | |||
. | |||
} | } | ||
. | .fhods-crew-table { | ||
width: 100% !important; | |||
border-collapse: collapse !important; | |||
font-size: 0.9em; | |||
border: none !important; | |||
margin: 0 !important; | |||
background: #fff !important; | |||
} | } | ||
.fhods-crew-table tr { | |||
border-bottom: 1px solid #ede5cc !important; | |||
} | } | ||
. | .fhods-crew-table tr:last-child { | ||
border-bottom: none !important; | |||
} | } | ||
.fhods-crew-role { | |||
padding: 8px 14px !important; | |||
font-family: Georgia, serif !important; | |||
font-weight: normal !important; | |||
font-style: italic !important; | |||
color: #8b6914 !important; | |||
text-align: left !important; | |||
width: 36% !important; | |||
vertical-align: top !important; | |||
background: #faf7ef !important; | |||
border-right: 1px solid #ede5cc !important; | |||
} | } | ||
.fhods-crew-name { | |||
padding: 8px 14px !important; | |||
color: #1a1a1a !important; | |||
vertical-align: top !important; | |||
background: #ffffff !important; | |||
} | } | ||
.fhods-crew-name a { | |||
color: #8b6914; | |||
text-decoration: none; | |||
} | } | ||
.fhods-crew-name a:hover { | |||
text-decoration: underline; | |||
} | } | ||
/* --- CREDITS NOTE ------------------------------------------- */ | |||
.fhods-credits-note { | |||
font-size: 0.82em; | |||
color: #888; | |||
font-style: italic; | |||
margin-top: 8px; | |||
line-height: 1.7; | |||
} | } | ||
/* --- RESPONSIVE --------------------------------------------- */ | |||
@media screen and (max-width: 680px) { | |||
.fhods-infobox { | |||
float: none; | |||
width: 100%; | |||
margin: 0 0 1.5em; | |||
} | |||
} | } | ||
Revision as of 11:35, 16 June 2026
/* =============================================
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
Paste into MediaWiki:Common.css
============================================================= */
/* --- INFOBOX ------------------------------------------------ */
.fhods-infobox {
float: right;
clear: right;
margin: 0 0 1.5em 2em;
width: 280px;
border: 1px solid #c8b87a;
font-size: 0.875em;
background: #ffffff;
font-family: Georgia, serif;
}
.fhods-infobox-table {
width: 100% !important;
border-collapse: collapse !important;
border: none !important;
margin: 0 !important;
background: transparent !important;
}
.fhods-infobox-table tr {
border-bottom: 1px solid #ede5cc;
}
.fhods-infobox-table tr:last-child {
border-bottom: none;
}
.fhods-infobox-header {
background: #1a1a1a !important;
padding: 14px 16px !important;
text-align: center !important;
border-bottom: 3px solid #d4af37 !important;
}
.fhods-infobox-title {
font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
font-size: 1.1em;
color: #d4af37;
font-style: italic;
letter-spacing: 0.02em;
}
.fhods-infobox-section {
font-size: 0.78em;
color: #888;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-top: 4px;
}
.fhods-infobox-image {
text-align: center !important;
padding: 0 !important;
background: #2a2a2a !important;
border-bottom: 3px solid #d4af37 !important;
}
.fhods-infobox-caption {
font-size: 0.8em;
color: #888;
text-align: center;
padding: 6px 10px;
font-style: italic;
background: #1a1a1a;
}
.fhods-infobox-label {
padding: 7px 12px !important;
font-style: italic;
color: #8b6914 !important;
font-weight: normal !important;
text-align: left !important;
width: 42% !important;
vertical-align: top !important;
background: #faf7ef !important;
border-right: 1px solid #ede5cc;
}
.fhods-infobox-value {
padding: 7px 12px !important;
vertical-align: top !important;
color: #1a1a1a !important;
background: #ffffff !important;
}
.fhods-infobox-footer {
padding: 8px 12px !important;
font-size: 0.8em;
color: #888;
font-style: italic;
text-align: center !important;
background: #faf7ef !important;
border-top: 1px solid #ede5cc !important;
}
/* --- SECTION DIVIDER ---------------------------------------- */
.fhods-section-divider {
display: flex;
align-items: center;
gap: 12px;
margin: 2em 0 1em;
}
.fhods-section-divider-line {
flex: 1;
height: 1px;
background: #d4c9a8;
display: block;
}
.fhods-section-divider-title {
font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
font-size: 0.78em;
font-weight: normal;
color: #8b6914;
letter-spacing: 0.12em;
text-transform: uppercase;
white-space: nowrap;
}
/* --- FOREWORD ----------------------------------------------- */
.fhods-foreword {
border-left: 3px solid #d4af37;
padding: 14px 20px;
background: #fdfbf5;
margin: 0 0 1.5em;
font-style: italic;
font-size: 0.9em;
line-height: 1.85;
color: #3a3a3a;
}
.fhods-foreword-text p {
margin-bottom: 0.8em;
}
.fhods-foreword-text p:last-child {
margin-bottom: 0;
}
.fhods-foreword-attribution {
margin-top: 14px;
font-style: normal;
font-size: 0.85em;
color: #888;
letter-spacing: 0.03em;
}
/* --- CAST TABLE --------------------------------------------- */
.fhods-cast-table {
width: 100% !important;
border-collapse: collapse !important;
font-size: 0.9em;
border: 1px solid #d4c9a8 !important;
margin-bottom: 1.5em !important;
}
.fhods-cast-th {
background: #1a1a1a !important;
color: #d4af37 !important;
font-family: Georgia, serif !important;
font-weight: normal !important;
font-style: italic !important;
padding: 9px 14px !important;
text-align: left !important;
border: none !important;
letter-spacing: 0.04em;
}
.fhods-cast-section-label {
background: #f0ece0 !important;
padding: 6px 14px !important;
font-size: 0.78em;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #8b6914 !important;
font-family: Georgia, serif;
border-bottom: 1px solid #d4c9a8 !important;
}
.fhods-cast-lead-row {
background: #fdfbf4 !important;
}
.fhods-cast-row {
background: #ffffff !important;
}
.fhods-cast-lead-row:hover,
.fhods-cast-row:hover {
background: #faf7ef !important;
}
.fhods-cast-name {
padding: 8px 14px !important;
font-weight: bold !important;
border-bottom: 1px solid #ede5cc !important;
width: 50%;
}
.fhods-cast-role {
padding: 8px 14px !important;
color: #555 !important;
border-bottom: 1px solid #ede5cc !important;
}
.fhods-badge-lead {
display: inline-block;
background: #1a1a1a;
color: #d4af37;
font-size: 0.7em;
padding: 1px 7px;
letter-spacing: 0.08em;
text-transform: uppercase;
font-family: Georgia, serif;
font-style: italic;
font-weight: normal;
vertical-align: middle;
margin-left: 6px;
}
.fhods-badge-ensemble {
display: inline-block;
background: #f0ece0;
color: #8b6914;
font-size: 0.72em;
padding: 1px 7px;
letter-spacing: 0.06em;
text-transform: uppercase;
font-family: Georgia, serif;
font-weight: normal;
}
/* --- CREW TABLE --------------------------------------------- */
.fhods-crew-wrapper {
border: 1px solid #d4c9a8;
overflow: hidden;
margin-bottom: 1.5em;
}
.fhods-crew-section-label {
background: #f0ece0;
padding: 7px 14px;
font-size: 0.78em;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #8b6914;
font-family: Georgia, serif;
border-bottom: 1px solid #d4c9a8;
border-top: 1px solid #d4c9a8;
}
.fhods-crew-wrapper .fhods-crew-section-label:first-child {
border-top: none;
}
.fhods-crew-table {
width: 100% !important;
border-collapse: collapse !important;
font-size: 0.9em;
border: none !important;
margin: 0 !important;
background: #fff !important;
}
.fhods-crew-table tr {
border-bottom: 1px solid #ede5cc !important;
}
.fhods-crew-table tr:last-child {
border-bottom: none !important;
}
.fhods-crew-role {
padding: 8px 14px !important;
font-family: Georgia, serif !important;
font-weight: normal !important;
font-style: italic !important;
color: #8b6914 !important;
text-align: left !important;
width: 36% !important;
vertical-align: top !important;
background: #faf7ef !important;
border-right: 1px solid #ede5cc !important;
}
.fhods-crew-name {
padding: 8px 14px !important;
color: #1a1a1a !important;
vertical-align: top !important;
background: #ffffff !important;
}
.fhods-crew-name a {
color: #8b6914;
text-decoration: none;
}
.fhods-crew-name a:hover {
text-decoration: underline;
}
/* --- CREDITS NOTE ------------------------------------------- */
.fhods-credits-note {
font-size: 0.82em;
color: #888;
font-style: italic;
margin-top: 8px;
line-height: 1.7;
}
/* --- RESPONSIVE --------------------------------------------- */
@media screen and (max-width: 680px) {
.fhods-infobox {
float: none;
width: 100%;
margin: 0 0 1.5em;
}
}
