Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→CSS an dieser Stelle wirkt sich auf alle Skins aus: body { font-family: Helvetica,Verdana,Arial,sans-serif; font-size: 13px; color: black; b…“) |
KKeine Bearbeitungszusammenfassung |
||
Zeile 11: | Zeile 11: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
line-height: 18px; | line-height: 18px; | ||
} | |||
.flexelement { | |||
background-color: green; | |||
} | } |
Version vom 29. Mai 2019, 09:26 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ body { font-family: Helvetica,Verdana,Arial,sans-serif; font-size: 13px; color: black; background-color: #b40001; text-align: justify; background-position: top center; background-repeat: no-repeat; line-height: 18px; } .flexelement { background-color: green; }