styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
K
K
Zeile 26: Zeile 26:
 
span.strong-c {
 
span.strong-c {
 
   color: #b51f1f;
 
   color: #b51f1f;
 +
  font-weight: bold;
 
}
 
}

Version vom 20. November 2020, 09:20 Uhr

/* Allgemein */
p.strong-p {
  background-color: #b51f1f;
}
p.strong-p.biber {
  background-color: #AD7E42;
}

p.strong-p.wiwo {
  background-color: #F7E400;
}

p.strong-p.gusp {
  background-color: #009960;
}

p.strong-p.caex {
  background-color: #353990;
  color: white;
}

p.strong-p.raro {
  background-color: #CE0026;
}

span.strong-c {
  color: #b51f1f;
  font-weight: bold;
}