Vorlage:Hugo-Notiz/style.css

Aus KGS-Wiki
< Vorlage:Hugo-Notiz
Version vom 17. April 2024, 12:06 Uhr von Sn (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „div.notices { margin: 2rem 0; position: relative; } div.notices p { padding: 15px; display: block; font-size: 1rem; margin-top: 0rem; margin-bottom: 0rem; color: #666; } div.notices p:first-child:before { position: absolute; top: 2px; color: #fff; font-weight: 900; content: "ℹ️"; left: 10px; } div.notices p:first-child:after { position: absolute; top: 2px; color: #fff; left: 2rem; }“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
div.notices {
    margin: 2rem 0;
    position: relative;
}
div.notices p {
    padding: 15px;
    display: block;
    font-size: 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    color: #666;
}
div.notices p:first-child:before {
    position: absolute;
    top: 2px;
    color: #fff;
    font-weight: 900;
    content: "ℹ️";
    left: 10px;
}
div.notices p:first-child:after {
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
}