style.css

Aus Infopedia
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „→‎Allgemein: .s-authors { font-style: italic; } .s-title { font-weight: bold; } .s-title.linked { color: #b51f1f; text-decoration: underline; } .…“)
 
K
 
Zeile 6: Zeile 6:
 
.s-title {
 
.s-title {
 
   font-weight: bold;
 
   font-weight: bold;
}
 
 
.s-title.linked {
 
  color: #b51f1f;
 
  text-decoration: underline;
 
 
}
 
}
  

Aktuelle Version vom 18. November 2020, 10:59 Uhr

/* Allgemein */
.s-authors {
  font-style: italic;
}

.s-title {
  font-weight: bold;
}

.s-year {
  color: #aaa;
}