Toggle menu
648
119
74
6.9K
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:Main Page - styles/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* ============================================ */
/* ============================================ */
/* MAIN PAGE HEADER */
/* MAIN PAGE HERO                              */
/* ============================================ */
/* ============================================ */
 
.lw-hero {
.main-header-logo {
  margin: 0 0 10px;
    text-align: center;
    padding: 3rem 1rem 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
}
}
 
.lw-hero__ident {
.logo-container {
  display: flex;
    text-align: center;
  align-items: center;
    margin-bottom: 1.5rem;
  gap: 14px;
  margin: 0 0 10px;
}
}
 
.lw-hero__logo {
.logo-container img {
  width: 44px;
    max-width: 150px;
  height: 44px;
    height: auto;
  flex-shrink: 0;
    display: block;
    margin: 0 auto;
}
}
 
.lw-hero__logo img {
.header-text {
  display: block;
    max-width: 800px;
  width: 100% !important;
    margin: 0 auto;
  height: auto !important;
    text-align: center;
  max-width: none !important;
}
}
 
.lw-hero__title {
.site-title {
  margin: 0;
    font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 2rem;
    font-size: 5rem;
  font-weight: 700;
    font-weight: 400;
  color: #1a2612;
    letter-spacing: -0.02em;
  line-height: 1.15;
    color: #2d5016;
  border: none;
    margin: 1rem 0 1.5rem 0;
  font-family: inherit;
    line-height: 1.1;
  letter-spacing: 0;
    position: relative;
}
}
 
.lw-hero__title::after {
.site-title::after {
  display: none;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2d5016;
    margin: 1rem auto 0;
}
}
 
.lw-hero__desc {
.main-tagline {
  margin: 0;
    font-size: 1.25rem;
  font-size: .95rem;
    color: #2d5016;
  color: #34402d;
    font-weight: 600;
  line-height: 1.6;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 100%;
}
}
 
.lw-hero__desc a {
.sub-tagline {
  color: #2d6a4f;
    font-size: 1rem;
  text-decoration: underline;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 1rem;
}
}
 
.lw-hero__desc a:hover {
.call-to-action {
  color: #40916c;
     font-size: 0.9rem;
}
     color: #495057;
@media (max-width: 600px) {
     font-style: italic;
  .lw-hero__ident {
     margin-bottom: 0;
    gap: 10px;
  }
  .lw-hero__logo {
     width: 36px;
     height: 36px;
  }
  .lw-hero__title {
     font-size: 1.6rem;
  }
  .lw-hero__desc {
     font-size: .9rem;
  }
}
}

Latest revision as of 14:19, 1 April 2026

/* ============================================ */
/* MAIN PAGE HERO                               */
/* ============================================ */
.lw-hero {
  margin: 0 0 10px;
}
.lw-hero__ident {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
}
.lw-hero__logo {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.lw-hero__logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
.lw-hero__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1a2612;
  line-height: 1.15;
  border: none;
  font-family: inherit;
  letter-spacing: 0;
}
.lw-hero__title::after {
  display: none;
}
.lw-hero__desc {
  margin: 0;
  font-size: .95rem;
  color: #34402d;
  line-height: 1.6;
}
.lw-hero__desc a {
  color: #2d6a4f;
  text-decoration: underline;
}
.lw-hero__desc a:hover {
  color: #40916c;
}
@media (max-width: 600px) {
  .lw-hero__ident {
    gap: 10px;
  }
  .lw-hero__logo {
    width: 36px;
    height: 36px;
  }
  .lw-hero__title {
    font-size: 1.6rem;
  }
  .lw-hero__desc {
    font-size: .9rem;
  }
}