Toggle menu
83
56
34
2.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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.research-item{
.news-card--research{
  background:#fff;
border-left:none;
  border:1px solid #e8ede5;
  border-radius:10px;
  padding:0.9rem 1rem;
  box-shadow:0 1px 2px rgba(0,0,0,0.03);
}
}
 
.news-card--research .news-card__meta{
.research-item__meta{
display:flex;
  display:flex;
gap:10px;
  gap:0.5rem;
align-items:center;
  flex-wrap:wrap;
flex-wrap:wrap;
  font-size:0.78rem;
margin-bottom:6px;
  color:#5a6650;
  font-weight:700;
  margin-bottom:0.35rem;
}
}
 
.news-card--research .news-card__date{
.research-item__type{
font-weight:700;
  background:#f0f5ed;
text-transform:none;
  border:1px solid #d2ddce;
letter-spacing:normal;
  border-radius:999px;
font-size:13px;
  padding:0.12rem 0.5rem;
color:#111827;
}
}
 
.news-card--research .news-card__badge{
.research-item__title{
display:inline-flex;
  font-size:1.05rem;
align-items:center;
  font-weight:800;
padding:2px 8px;
  line-height:1.25;
border-radius:999px;
  margin:0.1rem 0 0.3rem;
font-size:12px;
font-weight:700;
border:1px solid #e5e7eb;
background:#f9fafb;
color:#111827;
}
}
 
.news-card--research .news-card__venue{
.research-item__authors{
font-size:13px;
  font-size:0.9rem;
color:#6b7280;
  color:#26351a;
  font-weight:600;
  margin-bottom:0.2rem;
}
}
 
.news-card--research .news-card__year{
.research-item__venue{
font-size:13px;
  font-size:0.85rem;
color:#6b7280;
  color:#5a6650;
  margin-bottom:0.55rem;
}
}
 
.news-card--research .news-card__year:before{
.research-item__summary{
content:"·";
  font-size:0.9rem;
margin-right:8px;
  color:#2b2f2b;
color:#9ca3af;
  line-height:1.35;
  margin-bottom:0.55rem;
}
}
 
.news-card--research .news-card__title{
.research-item__links{
margin-top:2px;
  display:flex;
line-height:1.2;
  gap:0.8rem;
  flex-wrap:wrap;
  font-size:0.8rem;
  margin-bottom:0.35rem;
}
}
 
.news-card--research .news-card__byline{
.research-item__link a{
margin-top:6px;
  text-decoration:none;
font-size:13px;
color:#374151;
}
}
.research-item__link a:hover{
.news-card--research .news-card__summary{
  text-decoration:underline;
margin-top:8px;
line-height:1.45;
}
}
 
.news-card--research .news-card__links{
.research-item__context{
margin-top:10px;
  font-size:0.8rem;
display:flex;
  color:#5a6650;
gap:8px;
flex-wrap:wrap;
}
.news-card--research .news-card__link a{
display:inline-flex;
align-items:center;
padding:3px 8px;
border-radius:999px;
font-size:12px;
font-weight:700;
text-decoration:none;
border:1px solid #e5e7eb;
background:#fff;
}
.news-card--research .news-card__link a.external:after{
display:none;
}
}

Latest revision as of 08:10, 20 January 2026

.news-card--research{
border-left:none;
}
.news-card--research .news-card__meta{
display:flex;
gap:10px;
align-items:center;
flex-wrap:wrap;
margin-bottom:6px;
}
.news-card--research .news-card__date{
font-weight:700;
text-transform:none;
letter-spacing:normal;
font-size:13px;
color:#111827;
}
.news-card--research .news-card__badge{
display:inline-flex;
align-items:center;
padding:2px 8px;
border-radius:999px;
font-size:12px;
font-weight:700;
border:1px solid #e5e7eb;
background:#f9fafb;
color:#111827;
}
.news-card--research .news-card__venue{
font-size:13px;
color:#6b7280;
}
.news-card--research .news-card__year{
font-size:13px;
color:#6b7280;
}
.news-card--research .news-card__year:before{
content:"·";
margin-right:8px;
color:#9ca3af;
}
.news-card--research .news-card__title{
margin-top:2px;
line-height:1.2;
}
.news-card--research .news-card__byline{
margin-top:6px;
font-size:13px;
color:#374151;
}
.news-card--research .news-card__summary{
margin-top:8px;
line-height:1.45;
}
.news-card--research .news-card__links{
margin-top:10px;
display:flex;
gap:8px;
flex-wrap:wrap;
}
.news-card--research .news-card__link a{
display:inline-flex;
align-items:center;
padding:3px 8px;
border-radius:999px;
font-size:12px;
font-weight:700;
text-decoration:none;
border:1px solid #e5e7eb;
background:#fff;
}
.news-card--research .news-card__link a.external:after{
display:none;
}