Vorlage:Hugo-Notiz/style.css: Unterschied zwischen den Versionen

Aus KGS-Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
     margin: 2rem 0;
     margin: 2rem 0;
     position: relative;
     position: relative;
    border-radius: 8px;
}
}
div.notices p {
div.notices p {
Zeile 10: Zeile 11:
     margin-bottom: 0rem;
     margin-bottom: 0rem;
     color: #666;
     color: #666;
    border-top: 30px solid #888;
    background: #ddd;
}
}
div.notices p:first-child:before {
div.notices p:first-child:before {
Zeile 24: Zeile 27:
     color: #fff;
     color: #fff;
     left: 2rem;
     left: 2rem;
}
div.notices p {
    border-top: 30px solid #888;
    background: #ddd;
}
}

Version vom 17. April 2024, 12:38 Uhr

div.notices {
    margin: 2rem 0;
    position: relative;
    border-radius: 8px;
}
div.notices p {
    padding: 15px;
    display: block;
    font-size: 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    color: #666;
    border-top: 30px solid #888;
    background: #ddd;
}
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;
}