KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
:root { | :root { | ||
--me-width: | --me-width: 32% | ||
} | } | ||
Zeile 19: | Zeile 19: | ||
code { | code { | ||
color: #6e251e; | color: #6e251e; | ||
} | |||
.flexelement.items_n { | |||
width: var(--me-width); | |||
align-items: stretch; | |||
border: 0; | |||
padding: 0px; | |||
background-color: white; | |||
font-size: 110%; | |||
text-align: left; | |||
/*overflow: hidden;*/ | |||
margin: 2px 10px 1px 0px; | |||
flex-wrap: wrap; | |||
} | } |
Version vom 7. Juni 2019, 15:59 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ :root { --me-width: 32% } 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; } code { color: #6e251e; } .flexelement.items_n { width: var(--me-width); align-items: stretch; border: 0; padding: 0px; background-color: white; font-size: 110%; text-align: left; /*overflow: hidden;*/ margin: 2px 10px 1px 0px; flex-wrap: wrap; }