Toggle menu
4
19
10
1.1K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
/* Template:Accession/styles.css - MediaWiki Compatible Version */

/* Container */
.mw-parser-output .accession-simple {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 1rem !important;
}

/* ===== HERO HEADER ===== */
.mw-parser-output .hero-header {
  background: #1a3b2e !important;
  border: 1px solid #2d5a47 !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  margin-bottom: 2rem !important;
  position: relative !important;
}

/* ===== HERO TOP SECTION ===== */
.mw-parser-output .hero-top {
  background: #0f2419 !important;
  color: white !important;
  padding: 2rem 2rem 1.75rem 2rem !important;
  position: relative !important;
  border-bottom: 1px solid rgba(109, 154, 124, 0.2) !important;
}

.mw-parser-output .title-section {
  margin-bottom: 1rem !important;
  position: relative !important;
}

.mw-parser-output .hero-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  margin: 0 0 0.75rem 0 !important;
  line-height: 1.2 !important;
  color: #f8faf9 !important;
  letter-spacing: -0.02em !important;
  width: 100% !important;
}

/* ===== HEADER BADGES ROW ===== */
.mw-parser-output .header-badges-row {
  margin-top: 1rem !important;
}

.mw-parser-output .header-badges-row > div {
  display: flex !important;
  gap: 0.5rem !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

/* Base status badge styling */
.mw-parser-output .status-badge {
  padding: 0.3rem 0.7rem !important;
  border-radius: 4px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  border: 1px solid transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.3rem !important;
  white-space: nowrap !important;
  margin-right: 0.5rem !important;
}

/* Accession ID badge */
.mw-parser-output .accession-id-badge {
  background: rgba(134, 239, 172, 0.2) !important;
  color: #86efac !important;
  border: 1px solid rgba(134, 239, 172, 0.4) !important;
  font-family: "SF Mono", Monaco, monospace !important;
}

.mw-parser-output .accession-id-badge::before {
  content: "#" !important;
  font-size: 0.7rem !important;
  opacity: 0.8 !important;
}

/* Geographic badges */
.mw-parser-output .geographic-current {
  background: rgba(109, 154, 124, 0.3) !important;
  color: #f0f6f2 !important;
  border: 1px solid rgba(109, 154, 124, 0.5) !important;
}

.mw-parser-output .geographic-current::before {
  content: "📍" !important;
  font-size: 0.7rem !important;
}

.mw-parser-output .geographic-parent {
  background: rgba(109, 154, 124, 0.15) !important;
  color: #a3c4b0 !important;
  border: 1px solid rgba(109, 154, 124, 0.25) !important;
}

.mw-parser-output .geographic-badge {
  padding: 0.3rem 0.7rem !important;
  border-radius: 4px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  text-align: center !important;
  display: inline-block !important;
  margin-right: 0.3rem !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  background: rgba(109, 154, 124, 0.15) !important;
  color: #a3c4b0 !important;
  border: 1px solid rgba(109, 154, 124, 0.25) !important;
}

/* Active status styling */
.mw-parser-output .status-active {
  background: #16a34a !important;
  color: white !important;
  border-color: #15803d !important;
}

.mw-parser-output .status-active::before {
  content: "✓" !important;
  font-size: 0.7rem !important;
}

/* Tier 1 status styling */
.mw-parser-output .status-tier1 {
  background: #0891b2 !important;
  color: white !important;
  border-color: #0e7490 !important;
}

.mw-parser-output .status-tier1::before {
  content: "●" !important;
  font-size: 0.6rem !important;
}

/* ===== HERO SPLIT SECTION ===== */
.mw-parser-output .hero-split {
  display: table !important;
  width: 100% !important;
  table-layout: fixed !important;
  background: #faf8f5 !important;
  border-top: 1px solid rgba(109, 154, 124, 0.2) !important;
}

.mw-parser-output .hero-image, 
.mw-parser-output .hero-map {
  display: table-cell !important;
  width: 50% !important;
  vertical-align: top !important;
  height: 420px !important;
  position: relative !important;
}

.mw-parser-output .hero-image {
  background: #f5f3f0 !important;
  border-right: 1px solid #d4c5b8 !important;
}

.mw-parser-output .hero-image img {
  width: 100% !important;
  height: 420px !important;
  object-fit: cover !important;
}

/* ===== PHOTO PLACEHOLDER ===== */
.mw-parser-output .photo-placeholder {
  height: 420px !important;
  background: #faf8f5 !important;
  display: table !important;
  width: 100% !important;
  position: relative !important;
}

.mw-parser-output .placeholder-content {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
  padding: 3rem !important;
  position: relative !important;
}

.mw-parser-output .placeholder-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 1.25rem !important;
  color: #2f4538 !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
  letter-spacing: -0.01em !important;
}

.mw-parser-output .placeholder-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 1rem !important;
  color: #5a6b5d !important;
  line-height: 1.6 !important;
  max-width: 65ch !important;
  margin: 0 auto 1.5rem !important;
}

/* ===== IMAGE OVERLAY ===== */
.mw-parser-output .image-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: rgba(15, 36, 25, 0.9) !important;
  color: white !important;
  padding: 1.25rem !important;
}

.mw-parser-output .image-caption {
  font-family: "SF Mono", Monaco, monospace !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  color: #e8f0ec !important;
}

/* ===== MAP SECTION ===== */
.mw-parser-output .hero-map {
  background: #fefcfa !important;
  border: 1px solid #e5d5c8 !important;
  position: relative !important;
}

.mw-parser-output .map-container {
  height: 418px !important;
  width: calc(100% - 2px) !important;
  background: #f9f6f3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #6b7d6f !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  position: relative !important;
}

/* ===== HERO DETAILS STRIP ===== */
.mw-parser-output .hero-details {
  background: #3a5d4a !important;
  border-top: 1px solid rgba(109, 154, 124, 0.3) !important;
  padding: 0.75rem 1rem !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-evenly !important;
  gap: 0.75rem !important;
  position: relative !important;
  overflow-x: auto !important;
}

.mw-parser-output .detail-group {
  display: flex !important;
  flex-direction: column !important;
  min-width: 80px !important;
  max-width: 120px !important;
  text-align: center !important;
  position: relative !important;
  flex-shrink: 0 !important;
}

.mw-parser-output .detail-label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 0.65rem !important;
  color: #a3c4b0 !important;
  font-weight: 500 !important;
  margin-bottom: 0.25rem !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
}

.mw-parser-output .detail-value {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  color: #f0f6f2 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.mw-parser-output .detail-value.highlight {
  color: #86efac !important;
}

.mw-parser-output .unit {
  font-size: 0.8rem !important;
  color: #a3c4b0 !important;
  margin-left: 0.1rem !important;
}

/* ===== TIER 1 DATA SECTION ===== */
.mw-parser-output .tier1 {
  background: #f9fafb !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 2rem !important;
  margin-top: 2rem !important;
}

.mw-parser-output .tier1 h2 {
  color: #1f2937 !important;
  margin-bottom: 1.5rem !important;
  font-size: 1.5rem !important;
}

.mw-parser-output .tier1 h3 {
  color: #374151 !important;
  margin: 1.5rem 0 0.75rem 0 !important;
  font-size: 1.1rem !important;
  border-bottom: 1px solid #e5e7eb !important;
  padding-bottom: 0.5rem !important;
}

.mw-parser-output .tier1 .detail-label {
  font-weight: bold !important;
  color: #4b5563 !important;
  min-width: 200px !important;
  display: inline-block !important;
}

.mw-parser-output .tier1 .detail-value {
  color: #111827 !important;
}

.mw-parser-output .tier1 > div {
  margin-bottom: 0.5rem !important;
  padding: 0.25rem 0 !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  .mw-parser-output .hero-split {
    display: block !important;
  }
  
  .mw-parser-output .hero-image, 
  .mw-parser-output .hero-map {
    display: block !important;
    width: 100% !important;
    height: 320px !important;
  }
  
  .mw-parser-output .hero-map {
    border-right: none !important;
    border-top: 1px solid #d4c5b8 !important;
  }
  
  .mw-parser-output .photo-placeholder {
    height: 320px !important;
  }
  
  .mw-parser-output .map-container {
    height: 318px !important;
  }
  
  .mw-parser-output .hero-title {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
  
  .mw-parser-output .hero-top {
    padding: 1.5rem !important;
  }
  
  .mw-parser-output .hero-details {
    padding: 0.75rem 1rem !important;
    gap: 0.5rem !important;
  }
  
  .mw-parser-output .detail-group {
    min-width: 70px !important;
    max-width: 100px !important;
  }
  
  .mw-parser-output .header-badges-row {
    margin-top: 0.5rem !important;
  }
  
  .mw-parser-output .tier1 {
    padding: 1.5rem !important;
  }
}