Vorlage:Todo/style.css: Unterschied zwischen den Versionen

Aus KGS-Wiki
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
div.notices.todo p {
div.notices.todo p {
     border-top: 30px solid rgba(217, 83, 79, 0.8);
     border-top: 30px solid rgba(217, 83, 79, 0.8)!important;
     background: #fae2e2;
     background: #fae2e2!important;
}
}


div.notices.todo p:first-child:after {
div.notices.todo p:first-child:after {
     content: "Baustelle";
     content: "Baustelle"!important;
}
}


div.notices.todo p:first-child::before {
div.notices.todo p:first-child::before {
     content: "👷";
     content: "👷"!important;
}
}

Version vom 17. April 2024, 12:36 Uhr

div.notices.todo p {
    border-top: 30px solid rgba(217, 83, 79, 0.8)!important;
    background: #fae2e2!important;
}

div.notices.todo p:first-child:after {
    content: "Baustelle"!important;
}

div.notices.todo p:first-child::before {
    content: "👷"!important;
}