Zuletzt bearbeitet vor einem Jahr
von Margit

Vorlage:CS Startseite/styles.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:
.sectionflex.col4 > div {flex-basis:22%}
.sectionflex.col4 > div {flex-basis:22%}
.sectionflex > div:hover {background:#fff}
.sectionflex > div:hover {background:#fff}
sectionflex.center {text-align:center}
.sectionflex.center {text-align:center}
sectionflex.plain {background:transparent; border:0}
.sectionflex.plain {background:transparent; border:0}
.sectionflex .bs-chapter-number, .sectionflex .mw-headline-number {display:none}

Version vom 6. April 2023, 09:14 Uhr

h2 {margin: 1.8rem 0 0.5rem 0;}
.sectionflex {justify-content:start; gap:20px;    border-radius: 20px;
    border: 1px solid #d9dfdf; padding:20px; background: #f3f3f3;}
.sectionflex > div {
    text-decoration: none; padding:10px !important;
    color: #798187; margin:0!important;
    box-shadow: 0 0 1.25rem rgba(121, 129, 135, 0.5) !important;}
.sectionflex.col4 > div {flex-basis:22%}
.sectionflex > div:hover {background:#fff}
.sectionflex.center {text-align:center}
.sectionflex.plain {background:transparent; border:0}
.sectionflex .bs-chapter-number, .sectionflex .mw-headline-number {display:none}