Toggle menu
84
103
34
3.2K
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:EradicationCampaign/styles.css

Template page
.ec-infobox {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 14px 14px 10px 14px;
  background: #fff;
  max-width: 520px;
  margin: 0 0 16px 0;
}

.ec-title {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.ec-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
  padding: 6px 0;
  border-top: 1px solid #eee;
}

.ec-row:first-of-type {
  border-top: none;
}

.ec-k {
  font-weight: 600;
  color: #333;
}

.ec-v {
  color: #111;
}

.ec-summary {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  color: #111;
  line-height: 1.45;
}