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
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Research cards: align with News cards, but tuned for academic metadata */
.news-card--research{
 
border-left:none;
}
.news-card--research .news-card__meta{
.news-card--research .news-card__meta{
  display:flex;
display:flex;
  gap:10px;
gap:10px;
  align-items:baseline;
align-items:center;
  flex-wrap:wrap;
flex-wrap:wrap;
margin-bottom:6px;
}
}
.news-card--research .news-card__date{
.news-card--research .news-card__date{
  font-weight:700;
font-weight:700;
text-transform:none;
letter-spacing:normal;
font-size:13px;
color:#111827;
}
}
.news-card--research .news-card__badge{
.news-card--research .news-card__badge{
  display:inline-flex;
display:inline-flex;
  align-items:center;
align-items:center;
  padding:2px 8px;
padding:2px 8px;
  border-radius:999px;
border-radius:999px;
  font-size:12px;
font-size:12px;
  font-weight:700;
font-weight:700;
  border:1px solid #e5e7eb;
border:1px solid #e5e7eb;
  background:#f9fafb;
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{
.news-card--research .news-card__submeta{
content:"·";
  color:#6b7280;
margin-right:8px;
  font-size:13px;
color:#9ca3af;
}
}
.news-card--research .news-card__title{
.news-card--research .news-card__title{
  margin-top:6px;
margin-top:2px;
  font-weight:800;
line-height:1.2;
  line-height:1.2;
}
 
.news-card--research .news-card__title a{
  text-decoration:none;
}
}
.news-card--research .news-card__byline{
.news-card--research .news-card__byline{
  margin-top:6px;
margin-top:6px;
  color:#374151;
font-size:13px;
  font-size:13px;
color:#374151;
}
}
.news-card--research .news-card__summary{
.news-card--research .news-card__summary{
  margin-top:8px;
margin-top:8px;
  color:#111827;
line-height:1.45;
  line-height:1.45;
}
 
.news-card--research .news-card__context{
  margin-top:10px;
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}
 
.news-card--research .news-card__chip{
  display:inline-flex;
  align-items:center;
  padding:2px 8px;
  border-radius:999px;
  font-size:12px;
  border:1px solid #e5e7eb;
  background:#fff;
}
}
.news-card--research .news-card__links{
.news-card--research .news-card__links{
  margin-top:10px;
margin-top:10px;
  display:flex;
display:flex;
  gap:10px;
gap:8px;
  flex-wrap:wrap;
flex-wrap:wrap;
}
}
.news-card--research .news-card__link a{
.news-card--research .news-card__link a{
  font-size:12px;
display:inline-flex;
  font-weight:700;
align-items:center;
  text-decoration:none;
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{
/* tighten vertical rhythm inside feed */
display:none;
.portal-events-feed .news-card--research{
  width:100%;
}
}

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;
}