Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Home/FeaturedRegionCard/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 4: Line 4:


/* Grid wrapper (used on Main Page) */
/* Grid wrapper (used on Main Page) */
.fr-grid {
.fa-grid {
   display: grid;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
Line 27: Line 27:
.fa-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.fa-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.12); }


/* --- 16:9 banner with cover, no @supports --- */
/* --- 16:9 banner with cover --- */
.fa-media {
.fa-media {
   position: relative;
   position: relative;
   overflow: hidden;
   overflow: hidden;
   background: #f3f4f6;
   background: #f3f4f6;
   line-height: 0;         /* remove inline-img baseline gap */
   line-height: 0;       /* remove inline-img baseline gap */
  height: auto;            /* ensure no fixed height remains */
   border-bottom: 1px solid #eef2f7;
   border-bottom: 1px solid #eef2f7;
}
}
Line 40: Line 39:
   display: block;
   display: block;
   width: 100%;
   width: 100%;
   padding-top: 56.25%;     /* 16:9 ratio */
   padding-top: 56.25%; /* 16:9 ratio */
}
}


/* Fill the box */
/* Fill the box */
.fa-img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.fa-img { position: absolute; inset: 0; }
.fa-img,
.fa-img,
.fa-img a,
.fa-img a,
Line 64: Line 63:
   object-position: center center;
   object-position: center center;
}
}
/* keep card footers aligned */
.fa-body { display: flex; flex-direction: column; }
.fa-cta { margin-top: auto; }


/* Placeholder */
/* Placeholder */
Line 84: Line 78:
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
   gap: 8px; /* consistent vertical rhythm */
   gap: 8px;
}
}


/* Kicker (status + path) */
/* Title (now directly under image) */
.fa-title {
  margin: 8px 0 2px 0;
  line-height: 1.2;
  font-size: 1.125rem; /* 18px */
  color: #1f2937;
}
.fa-title a { color: inherit; text-decoration: none; }
.fa-title a:hover { text-decoration: underline; }
 
/* Kicker (path) */
.fa-kicker {
.fa-kicker {
   margin: 0;
   margin: 0 0 8px 0;
   color: #6b7280;
   color: #6b7280;
   font-size: .88rem;
   font-size: .88rem;
Line 98: Line 102:
}
}
.k-item { display: inline-flex; align-items: center; gap: 4px; }
.k-item { display: inline-flex; align-items: center; gap: 4px; }
.fa-status { font-weight: 700; color: #374151; }


/* Title */
/* Metrics row (pills) */
.fa-title {
.fa-metrics { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 8px 0; }
   margin: 0;
.mt-item {
   font-size: 1.125rem; /* 18px */
   display: inline-flex;
   line-height: 1.25;
   align-items: center;
   color: #1f2937;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
   border-radius: 999px;
   font-weight: 600;
}
}
.fa-title a { color: inherit; text-decoration: none; }
.mt-num { font-weight: 700; }
.fa-title a:hover { text-decoration: underline; }
.mt-label { font-size: .85rem; color: #6b7280; }


/* Subline (location) */
/* Province line (avoid redundant country) */
.fa-sub {
.fa-sub { margin: 0 0 6px 0; color: #6b7280; }
  margin: 0;
  color: #4b5563;
  font-size: .92rem;
}


/* Provenance/meta (dot-separated via CSS) */
/* Meta (dot-separated) */
.fa-provenance {
.fa-provenance {
   margin: 0;
   margin: 0 0 8px 0;
   color: #64748b;
   color: #64748b;
   font-size: .88rem;
   font-size: .88rem;
Line 132: Line 136:
}
}
.fa-provenance .pv-item + .pv-item::before {
.fa-provenance .pv-item + .pv-item::before {
   content: "·";
   content: "";
   margin: 0 8px;
   padding: 0 6px;
   color: #cbd5e1;
   color: #9ca3af;
}
}


/* Hook (one-line pitch) */
/* Hook (one-line pitch) */
.fa-hook {
.fa-hook { margin: 0; color: #334155; font-size: .95rem; }
  margin: 0;
 
  color: #334155;
/* Footer (pinned) */
  font-size: .95rem;
.fa-foot {
  margin-top: auto;              /* push footer to bottom */
  border-top: 1px solid #e5e7eb;
  padding-top: 10px;
}
}
.fa-statusline { margin: 0 0 6px 0; font-weight: 600; }
.fa-foot-sep { height: 1px; background: #e5e7eb; margin: 8px 0; }


/* CTA */
/* CTA */
.fa-cta {
.fa-cta { margin: 0; font-weight: 600; }
  margin: 2px 0 0 0;
  font-weight: 600;
}
.fa-cta a {
.fa-cta a {
   color: #2d5016;
   color: #2d5016;
Line 158: Line 164:
.fa-cta .fa-missing { color: #6b7280; }
.fa-cta .fa-missing { color: #6b7280; }


/* Badges (kept for future use if needed) */
/* Optional badges (kept for future use) */
.fa-badge {
.fa-badge {
   display: inline-block;
   display: inline-block;
Line 171: Line 177:
.fa-badge--tier { background: #ecfeff; color: #155e75; }
.fa-badge--tier { background: #ecfeff; color: #155e75; }
.fa-badge--pres { background: #f0fdf4; color: #166534; }
.fa-badge--pres { background: #f0fdf4; color: #166534; }
/* Make body a column so footer can sit at the bottom cleanly */
.fa-body {
  display: flex;
  flex-direction: column;
}
/* Footer wrapper places Status above CTA and gives a subtle divider */
.fa-foot {
  margin-top: auto;          /* pushes footer block to the bottom of the card */
  border-top: 1px solid #e5e7eb;
  padding-top: 10px;
}
/* Status line near CTA */
.fa-statusline {
  margin: 0 0 6px 0;
  font-weight: 600;
}
/* Divider between status and CTA */
.fa-foot-sep {
  height: 1px;
  background: #e5e7eb;
  margin: 8px 0;
}
/* Reuse your existing .fa-status text color/weight if defined; harmless otherwise */
.fa-cta { margin: 0; }
/* Small screens */
@media (max-width: 480px) {
  .fa-media { height: 160px; }
  .fa-body { padding: 12px 14px 14px 14px; gap: 6px; }
  .fa-title { font-size: 1.05rem; }
  .fa-provenance { font-size: .86rem; }
}


/* Status pill */
/* Status pill */
Line 222: Line 190:
   border: 1px solid #e5e7eb;
   border: 1px solid #e5e7eb;
}
}
/* Tiny colored dot inside the pill */
.pill-dot {
.pill-dot {
   width: 8px;
   width: 8px;
Line 232: Line 198:


/* Color themes per status */
/* Color themes per status */
.sp--stable     { background: #e8f5e9; color: #1b5e20; border-color: #c8e6c9; }
.sp--stable     { background: #e8f5e9; color: #1b5e20; border-color: #c8e6c9; }
.sp--vulnerable { background: #fff7ed; color: #7c2d12; border-color: #fed7aa; }
.sp--vulnerable { background: #fff7ed; color: #7c2d12; border-color: #fed7aa; }
.sp--endangered { background: #fff1f2; color: #7f1d1d; border-color: #fecdd3; }
.sp--endangered { background: #fff1f2; color: #7f1d1d; border-color: #fecdd3; }
.sp--critical   { background: #fee2e2; color: #7f1d1d; border-color: #fecaca; }
.sp--critical   { background: #fee2e2; color: #7f1d1d; border-color: #fecaca; }
.sp--extinct     { background: #f3f4f6; color: #111827; border-color: #e5e7eb; }
.sp--extinct   { background: #f3f4f6; color: #111827; border-color: #e5e7eb; }
.sp--unknown     { background: #f3f4f6; color: #374151; border-color: #e5e7eb; }
.sp--unknown   { background: #f3f4f6; color: #374151; border-color: #e5e7eb; }


/* Match dot to status color */
/* Match dot to status */
.sp--stable .pill-dot    { background: #2e7d32; }
.sp--stable .pill-dot    { background: #2e7d32; }
.sp--vulnerable .pill-dot { background: #b45309; }
.sp--vulnerable .pill-dot { background: #b45309; }
Line 247: Line 213:
.sp--unknown .pill-dot    { background: #9ca3af; }
.sp--unknown .pill-dot    { background: #9ca3af; }


/* Keep footer behavior from earlier step */
/* Small screens */
.fa-body { display: flex; flex-direction: column; }
@media (max-width: 480px) {
.fa-foot { margin-top: auto; border-top: 1px solid #e5e7eb; padding-top: 10px; }
  .fa-body { padding: 12px 14px 14px 14px; gap: 6px; }
.fa-statusline { margin: 0 0 6px 0; font-weight: 600; }
  .fa-title { font-size: 1.05rem; }
.fa-foot-sep { height: 1px; background: #e5e7eb; margin: 8px 0; }
  .fa-provenance { font-size: .86rem; }
 
}
/* Ensure body stacks cleanly */
.fa-body { display: flex; flex-direction: column; }
 
/* Title now sits directly under the image */
.fa-title { margin: 8px 0 2px 0; line-height: 1.2; }
 
/* Kicker (path) follows title, lighter tone */
.fa-kicker { margin: 0 0 6px 0; color: #6b7280; }
 
/* Footer stays pinned; pill + divider already added */
.fa-foot { margin-top: auto; border-top: 1px solid #e5e7eb; padding-top: 10px; }
.fa-statusline { margin: 0 0 6px 0; font-weight: 600; }
.fa-foot-sep { height: 1px; background: #e5e7eb; margin: 8px 0; }
 
/* Status pill styles (from previous step) remain unchanged */

Revision as of 06:03, 26 August 2025

/* ================================
   FeaturedRegionCard — TemplateStyles-safe CSS
   ================================ */

/* Grid wrapper (used on Main Page) */
.fa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card shell */
.fa-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  transition: box-shadow .2s ease;
  height: 100%;
}
.fa-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.12); }

/* --- 16:9 banner with cover --- */
.fa-media {
  position: relative;
  overflow: hidden;
  background: #f3f4f6;
  line-height: 0;       /* remove inline-img baseline gap */
  border-bottom: 1px solid #eef2f7;
}
.fa-media::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;  /* 16:9 ratio */
}

/* Fill the box */
.fa-img { position: absolute; inset: 0; }
.fa-img,
.fa-img a,
.fa-media .image,
.fa-media .mw-file-description {
  display: block;
  width: 100%;
  height: 100%;
}

/* Actual <img> element */
.fa-media img,
.fa-media .mw-file-element {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
}

/* Placeholder */
.fa-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: .9rem;
}

/* Body */
.fa-body {
  padding: 14px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Title (now directly under image) */
.fa-title {
  margin: 8px 0 2px 0;
  line-height: 1.2;
  font-size: 1.125rem; /* 18px */
  color: #1f2937;
}
.fa-title a { color: inherit; text-decoration: none; }
.fa-title a:hover { text-decoration: underline; }

/* Kicker (path) */
.fa-kicker {
  margin: 0 0 8px 0;
  color: #6b7280;
  font-size: .88rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.k-item { display: inline-flex; align-items: center; gap: 4px; }

/* Metrics row (pills) */
.fa-metrics { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 8px 0; }
.mt-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 999px;
  font-weight: 600;
}
.mt-num { font-weight: 700; }
.mt-label { font-size: .85rem; color: #6b7280; }

/* Province line (avoid redundant country) */
.fa-sub { margin: 0 0 6px 0; color: #6b7280; }

/* Meta (dot-separated) */
.fa-provenance {
  margin: 0 0 8px 0;
  color: #64748b;
  font-size: .88rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fa-provenance .pv-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.fa-provenance .pv-item + .pv-item::before {
  content: "•";
  padding: 0 6px;
  color: #9ca3af;
}

/* Hook (one-line pitch) */
.fa-hook { margin: 0; color: #334155; font-size: .95rem; }

/* Footer (pinned) */
.fa-foot {
  margin-top: auto;               /* push footer to bottom */
  border-top: 1px solid #e5e7eb;
  padding-top: 10px;
}
.fa-statusline { margin: 0 0 6px 0; font-weight: 600; }
.fa-foot-sep { height: 1px; background: #e5e7eb; margin: 8px 0; }

/* CTA */
.fa-cta { margin: 0; font-weight: 600; }
.fa-cta a {
  color: #2d5016;
  text-decoration: none;
  border-bottom: 1px solid rgba(45,80,22,.3);
  padding-bottom: 1px;
}
.fa-cta a:hover { border-bottom-color: rgba(45,80,22,.6); }
.fa-cta .fa-missing { color: #6b7280; }

/* Optional badges (kept for future use) */
.fa-badge {
  display: inline-block;
  font-size: .75rem;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  border: 1px solid #e5e7eb;
}
.fa-badge--tier { background: #ecfeff; color: #155e75; }
.fa-badge--pres { background: #f0fdf4; color: #166534; }

/* Status pill */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .9rem;
  line-height: 1;
  border: 1px solid #e5e7eb;
}
.pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #9ca3af; /* default */
}

/* Color themes per status */
.sp--stable     { background: #e8f5e9; color: #1b5e20; border-color: #c8e6c9; }
.sp--vulnerable { background: #fff7ed; color: #7c2d12; border-color: #fed7aa; }
.sp--endangered { background: #fff1f2; color: #7f1d1d; border-color: #fecdd3; }
.sp--critical   { background: #fee2e2; color: #7f1d1d; border-color: #fecaca; }
.sp--extinct    { background: #f3f4f6; color: #111827; border-color: #e5e7eb; }
.sp--unknown    { background: #f3f4f6; color: #374151; border-color: #e5e7eb; }

/* Match dot to status */
.sp--stable .pill-dot     { background: #2e7d32; }
.sp--vulnerable .pill-dot { background: #b45309; }
.sp--endangered .pill-dot { background: #b91c1c; }
.sp--critical .pill-dot   { background: #991b1b; }
.sp--extinct .pill-dot    { background: #111827; }
.sp--unknown .pill-dot    { background: #9ca3af; }

/* Small screens */
@media (max-width: 480px) {
  .fa-body { padding: 12px 14px 14px 14px; gap: 6px; }
  .fa-title { font-size: 1.05rem; }
  .fa-provenance { font-size: .86rem; }
}