×
Create a new article
Write your page title here:
We currently have 454 articles on FHODS Archive. Type your article name above or click on one of the titles below and start writing!



FHODS Archive
454Articles

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 233: Line 233:
   Paste into MediaWiki:Common.css
   Paste into MediaWiki:Common.css
   ============================================================= */
   ============================================================= */
 
/* --- INFOBOX ------------------------------------------------ */
/* --- INFOBOX ----------------------------------------------- */
.fhods-infobox {
.fhods-infobox {
     float: right;
     float: right;
Line 245: Line 245:
     font-family: Georgia, serif;
     font-family: Georgia, serif;
}
}
 
.fhods-infobox-table {
.fhods-infobox-table {
     width: 100% !important;
     width: 100% !important;
Line 253: Line 253:
     background: transparent !important;
     background: transparent !important;
}
}
 
.fhods-infobox-table tr {
.fhods-infobox-table tr {
     border-bottom: 1px solid #ede5cc;
     border-bottom: 1px solid #ede5cc;
}
}
 
.fhods-infobox-table tr:last-child {
.fhods-infobox-table tr:last-child {
     border-bottom: none;
     border-bottom: none;
}
}
 
.fhods-infobox-header {
.fhods-infobox-header {
     background: #1a1a1a !important;
     background: #1a1a1a !important;
Line 268: Line 268:
     border-bottom: 3px solid #d4af37 !important;
     border-bottom: 3px solid #d4af37 !important;
}
}
 
.fhods-infobox-title {
.fhods-infobox-title {
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     font-size: 1.1em;
     font-size: 1.1em;
     color: #d4af37;
     color: #d4af37;
    font-style: italic;
     letter-spacing: 0.02em;
     letter-spacing: 0.02em;
    display: block;
    margin-bottom: 4px;
}
}
 
.fhods-infobox-section {
    font-size: 0.78em;
    color: #888;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 4px;
}
.fhods-infobox-image {
.fhods-infobox-image {
     text-align: center !important;
     text-align: center !important;
     padding: 0 !important;
     padding: 0 !important;
    background: #2a2a2a !important;
     border-bottom: 3px solid #d4af37 !important;
     border-bottom: 3px solid #d4af37 !important;
}
}
 
.fhods-infobox-caption {
.fhods-infobox-caption {
     font-size: 0.8em;
     font-size: 0.8em;
Line 298: Line 290:
     padding: 6px 10px;
     padding: 6px 10px;
     font-style: italic;
     font-style: italic;
     background: #1a1a1a;
     background: #111;
}
}
 
.fhods-infobox-label {
.fhods-infobox-label {
     padding: 7px 12px !important;
     padding: 7px 12px !important;
     font-style: italic;
     font-style: italic !important;
     color: #8b6914 !important;
     color: #8b6914 !important;
     font-weight: normal !important;
     font-weight: normal !important;
     text-align: left !important;
     text-align: left !important;
     width: 42% !important;
     width: 44% !important;
     vertical-align: top !important;
     vertical-align: top !important;
     background: #faf7ef !important;
     background: #faf7ef !important;
     border-right: 1px solid #ede5cc;
     border-right: 1px solid #ede5cc !important;
}
}
 
.fhods-infobox-value {
.fhods-infobox-value {
     padding: 7px 12px !important;
     padding: 7px 12px !important;
Line 319: Line 311:
     background: #ffffff !important;
     background: #ffffff !important;
}
}
 
.fhods-infobox-footer {
.fhods-infobox-footer {
     padding: 8px 12px !important;
     padding: 8px 12px !important;
     font-size: 0.8em;
     font-size: 0.8em !important;
     color: #888;
     color: #888 !important;
     font-style: italic;
     font-style: italic !important;
     text-align: center !important;
     text-align: center !important;
     background: #faf7ef !important;
     background: #faf7ef !important;
     border-top: 1px solid #ede5cc !important;
     border-top: 1px solid #ede5cc !important;
}
}
 
/* --- SECTION DIVIDER ---------------------------------------- */
/* --- SECTION DIVIDER --------------------------------------- */
.fhods-section-divider {
.fhods-section-divider {
     display: flex;
     display: flex;
Line 337: Line 329:
     margin: 2em 0 1em;
     margin: 2em 0 1em;
}
}
 
.fhods-section-divider-line {
.fhods-section-divider-line {
     flex: 1;
     flex: 1;
Line 344: Line 336:
     display: block;
     display: block;
}
}
 
.fhods-section-divider-title {
.fhods-section-divider-title {
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
     font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
Line 354: Line 346:
     white-space: nowrap;
     white-space: nowrap;
}
}
 
/* --- FOREWORD ----------------------------------------------- */
/* --- FOREWORD ---------------------------------------------- */
.fhods-foreword {
.fhods-foreword {
     border-left: 3px solid #d4af37;
     border-left: 3px solid #d4af37;
Line 366: Line 358:
     color: #3a3a3a;
     color: #3a3a3a;
}
}
 
.fhods-foreword-text p {
    margin-bottom: 0.8em;
}
.fhods-foreword-text p:last-child {
    margin-bottom: 0;
}
.fhods-foreword-attribution {
.fhods-foreword-attribution {
     margin-top: 14px;
     margin-top: 14px;
     font-style: normal;
     font-style: normal;
     font-size: 0.85em;
     font-size: 0.85em;
     color: #888;
     color: #666;
    letter-spacing: 0.03em;
}
}
 
/* --- CAST TABLE --------------------------------------------- */
/* --- CAST TABLE -------------------------------------------- */
.fhods-cast-table {
.fhods-cast-table {
     width: 100% !important;
     width: 100% !important;
Line 391: Line 374:
     margin-bottom: 1.5em !important;
     margin-bottom: 1.5em !important;
}
}
 
.fhods-cast-th {
.fhods-cast-th {
     background: #1a1a1a !important;
     background: #1a1a1a !important;
Line 401: Line 384:
     text-align: left !important;
     text-align: left !important;
     border: none !important;
     border: none !important;
     letter-spacing: 0.04em;
     letter-spacing: 0.04em !important;
}
}
 
.fhods-cast-section-label {
.fhods-cast-section-label {
     background: #f0ece0 !important;
     background: #f0ece0 !important;
     padding: 6px 14px !important;
     padding: 6px 14px !important;
     font-size: 0.78em;
     font-size: 0.78em !important;
     letter-spacing: 0.1em;
     letter-spacing: 0.1em !important;
     text-transform: uppercase;
     text-transform: uppercase !important;
     color: #8b6914 !important;
     color: #8b6914 !important;
     font-family: Georgia, serif;
     font-family: Georgia, serif !important;
     border-bottom: 1px solid #d4c9a8 !important;
     border-bottom: 1px solid #d4c9a8 !important;
    font-weight: normal !important;
}
}
 
.fhods-cast-lead-row {
.fhods-cast-lead-row {
     background: #fdfbf4 !important;
     background: #fdfbf4 !important;
}
}
 
.fhods-cast-row {
.fhods-cast-row {
     background: #ffffff !important;
     background: #ffffff !important;
}
}
 
.fhods-cast-lead-row:hover,
.fhods-cast-lead-row:hover,
.fhods-cast-row:hover {
.fhods-cast-row:hover {
     background: #faf7ef !important;
     background: #faf7ef !important;
}
}
 
.fhods-cast-name {
.fhods-cast-name {
     padding: 8px 14px !important;
     padding: 8px 14px !important;
     font-weight: bold !important;
     font-weight: bold !important;
     border-bottom: 1px solid #ede5cc !important;
     border-bottom: 1px solid #ede5cc !important;
     width: 50%;
     width: 50% !important;
}
}
 
.fhods-cast-role {
.fhods-cast-role {
     padding: 8px 14px !important;
     padding: 8px 14px !important;
Line 440: Line 424:
     border-bottom: 1px solid #ede5cc !important;
     border-bottom: 1px solid #ede5cc !important;
}
}
 
.fhods-badge-lead {
.fhods-badge-lead {
     display: inline-block;
     display: inline-block;
Line 455: Line 439:
     margin-left: 6px;
     margin-left: 6px;
}
}
 
.fhods-badge-ensemble {
.fhods-badge-ensemble {
     display: inline-block;
     display: inline-block;
Line 467: Line 451:
     font-weight: normal;
     font-weight: normal;
}
}
 
/* --- CREW TABLE --------------------------------------------- */
/* --- CREW TABLE -------------------------------------------- */
.fhods-crew-wrapper {
.fhods-crew-wrapper {
     border: 1px solid #d4c9a8;
     border: 1px solid #d4c9a8;
Line 474: Line 458:
     margin-bottom: 1.5em;
     margin-bottom: 1.5em;
}
}
 
.fhods-crew-section-label {
.fhods-crew-section-label {
     background: #f0ece0;
     background: #f0ece0;
Line 486: Line 470:
     border-top: 1px solid #d4c9a8;
     border-top: 1px solid #d4c9a8;
}
}
 
.fhods-crew-wrapper .fhods-crew-section-label:first-child {
.fhods-crew-wrapper > .fhods-crew-section-label:first-child {
     border-top: none;
     border-top: none;
}
}
 
.fhods-crew-table {
.fhods-crew-table {
     width: 100% !important;
     width: 100% !important;
     border-collapse: collapse !important;
     border-collapse: collapse !important;
     font-size: 0.9em;
     font-size: 0.9em !important;
     border: none !important;
     border: none !important;
     margin: 0 !important;
     margin: 0 !important;
     background: #fff !important;
     background: #fff !important;
}
}
 
.fhods-crew-table tr {
.fhods-crew-table tr {
     border-bottom: 1px solid #ede5cc !important;
     border-bottom: 1px solid #ede5cc !important;
}
}
 
.fhods-crew-table tr:last-child {
.fhods-crew-table tr:last-child {
     border-bottom: none !important;
     border-bottom: none !important;
}
}
 
.fhods-crew-role {
.fhods-crew-role {
     padding: 8px 14px !important;
     padding: 8px 14px !important;
Line 520: Line 504:
     border-right: 1px solid #ede5cc !important;
     border-right: 1px solid #ede5cc !important;
}
}
 
.fhods-crew-name {
.fhods-crew-name {
     padding: 8px 14px !important;
     padding: 8px 14px !important;
Line 527: Line 511:
     background: #ffffff !important;
     background: #ffffff !important;
}
}
 
.fhods-crew-name a {
/* --- CREDITS NOTE ------------------------------------------ */
    color: #8b6914;
    text-decoration: none;
}
.fhods-crew-name a:hover {
    text-decoration: underline;
}
/* --- CREDITS NOTE ------------------------------------------- */
.fhods-credits-note {
.fhods-credits-note {
     font-size: 0.82em;
     font-size: 0.82em;
Line 545: Line 520:
     line-height: 1.7;
     line-height: 1.7;
}
}
 
/* --- RESPONSIVE --------------------------------------------- */
/* --- RESPONSIVE -------------------------------------------- */
@media screen and (max-width: 680px) {
@media screen and (max-width: 680px) {
     .fhods-infobox {
     .fhods-infobox {

Revision as of 11:42, 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;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 4px;
}

.fhods-infobox-image {
    text-align: center !important;
    padding: 0 !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: #111;
}

.fhods-infobox-label {
    padding: 7px 12px !important;
    font-style: italic !important;
    color: #8b6914 !important;
    font-weight: normal !important;
    text-align: left !important;
    width: 44% !important;
    vertical-align: top !important;
    background: #faf7ef !important;
    border-right: 1px solid #ede5cc !important;
}

.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 !important;
    color: #888 !important;
    font-style: italic !important;
    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-attribution {
    margin-top: 14px;
    font-style: normal;
    font-size: 0.85em;
    color: #666;
}

/* --- 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 !important;
}

.fhods-cast-section-label {
    background: #f0ece0 !important;
    padding: 6px 14px !important;
    font-size: 0.78em !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #8b6914 !important;
    font-family: Georgia, serif !important;
    border-bottom: 1px solid #d4c9a8 !important;
    font-weight: normal !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% !important;
}

.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 !important;
    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;
}

/* --- 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;
    }
}