Toggle menu
648
116
71
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:ResearchItem/styles.css: Difference between revisions

Template page
Created page with ".research-item{ background:#fff; border:1px solid #e8ede5; border-radius:10px; padding:0.9rem 1rem; box-shadow:0 1px 2px rgba(0,0,0,0.03); } .research-item__meta{ display:flex; gap:0.5rem; flex-wrap:wrap; font-size:0.78rem; color:#5a6650; font-weight:700; margin-bottom:0.35rem; } .research-item__type{ background:#f0f5ed; border:1px solid #d2ddce; border-radius:999px; padding:0.12rem 0.5rem; } .research-item__title{ font-size:1.05rem;..."
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
.research-item{
/* -------------------------------------------- */
  background:#fff;
/* RESEARCH CARDS                              */
  border:1px solid #e8ede5;
/* -------------------------------------------- */
  border-radius:10px;
 
  padding:0.9rem 1rem;
.news-card--research {
  box-shadow:0 1px 2px rgba(0,0,0,0.03);
    border-left: 4px solid #7a6c3a;
}
 
.news-card.news-card--research .news-card__header {
    background: #f7f5f0;
    border-bottom: 1px solid #e8e3d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
}
 
.news-card--research .news-card__date {
    font-size: 0.75rem;
    font-weight: 700;
    color: #55624d;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
 
.news-card--research .news-card__badge {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #7a6c3a;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
}
}


.research-item__meta{
.news-card--research .news-card__region {
  display:flex;
    padding: 0.4rem 1rem 0;
  gap:0.5rem;
    font-size: 0.78rem;
  flex-wrap:wrap;
    color: #7a8472;
  font-size:0.78rem;
    font-style: italic;
  color:#5a6650;
    font-weight: 500;
  font-weight:700;
  margin-bottom:0.35rem;
}
}


.research-item__type{
.news-card--research .news-card__title {
  background:#f0f5ed;
    padding: 0.25rem 1rem 0.1rem;
  border:1px solid #d2ddce;
    font-size: 1.05rem;
  border-radius:999px;
    font-weight: 700;
  padding:0.12rem 0.5rem;
    line-height: 1.4;
    color: #1a2612;
    margin: 0;
}
}


.research-item__title{
.news-card--research .news-card__byline {
  font-size:1.05rem;
    padding: 0.15rem 1rem 0;
  font-weight:800;
    font-size: 0.82rem;
  line-height:1.25;
    color: #5a6650;
  margin:0.1rem 0 0.3rem;
    font-style: italic;
}
}


.research-item__authors{
.news-card--research .news-card__publine {
  font-size:0.9rem;
    padding: 0.15rem 1rem 0;
  color:#26351a;
    font-size: 0.78rem;
  font-weight:600;
    color: #7a8472;
  margin-bottom:0.2rem;
    font-weight: 600;
}
}


.research-item__venue{
.news-card.news-card--research .news-card__summary {
  font-size:0.85rem;
    padding: 0.3rem 1rem 0.6rem;
  color:#5a6650;
    font-size: 0.92rem;
  margin-bottom:0.55rem;
    line-height: 1.6;
    color: #34402d;
}
}


.research-item__summary{
.news-card.news-card--research .news-card__footer {
  font-size:0.9rem;
    background: #f7f5f0;
  color:#2b2f2b;
    border-top: 1px solid #e8e3d5;
  line-height:1.35;
    padding: 0.5rem 1rem;
  margin-bottom:0.55rem;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
}


.research-item__links{
.news-card.news-card--research .news-card__btn--source {
  display:flex;
    display: inline-block;
  gap:0.8rem;
    padding: 5px 12px;
  flex-wrap:wrap;
    border-radius: 6px;
  font-size:0.8rem;
    font-size: 0.78rem;
  margin-bottom:0.35rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #7a6c3a;
    color: #ffffff;
    border: 1px solid #7a6c3a;
}
}


.research-item__link a{
.news-card.news-card--research .news-card__btn--source:hover {
  text-decoration:none;
    background: #635830;
    border-color: #635830;
}
}
.research-item__link a:hover{
 
  text-decoration:underline;
.news-card--research .news-card__btn--source a {
    color: #ffffff !important;
    text-decoration: none !important;
}
}


.research-item__context{
.news-card--research .news-card__link a.external:after {
  font-size:0.8rem;
    display: none;
  color:#5a6650;
}
}

Latest revision as of 18:20, 1 March 2026

/* -------------------------------------------- */
/* RESEARCH CARDS                               */
/* -------------------------------------------- */

.news-card--research {
    border-left: 4px solid #7a6c3a;
}

.news-card.news-card--research .news-card__header {
    background: #f7f5f0;
    border-bottom: 1px solid #e8e3d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
}

.news-card--research .news-card__date {
    font-size: 0.75rem;
    font-weight: 700;
    color: #55624d;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.news-card--research .news-card__badge {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #7a6c3a;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
}

.news-card--research .news-card__region {
    padding: 0.4rem 1rem 0;
    font-size: 0.78rem;
    color: #7a8472;
    font-style: italic;
    font-weight: 500;
}

.news-card--research .news-card__title {
    padding: 0.25rem 1rem 0.1rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1a2612;
    margin: 0;
}

.news-card--research .news-card__byline {
    padding: 0.15rem 1rem 0;
    font-size: 0.82rem;
    color: #5a6650;
    font-style: italic;
}

.news-card--research .news-card__publine {
    padding: 0.15rem 1rem 0;
    font-size: 0.78rem;
    color: #7a8472;
    font-weight: 600;
}

.news-card.news-card--research .news-card__summary {
    padding: 0.3rem 1rem 0.6rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #34402d;
}

.news-card.news-card--research .news-card__footer {
    background: #f7f5f0;
    border-top: 1px solid #e8e3d5;
    padding: 0.5rem 1rem;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.news-card.news-card--research .news-card__btn--source {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #7a6c3a;
    color: #ffffff;
    border: 1px solid #7a6c3a;
}

.news-card.news-card--research .news-card__btn--source:hover {
    background: #635830;
    border-color: #635830;
}

.news-card--research .news-card__btn--source a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.news-card--research .news-card__link a.external:after {
    display: none;
}