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

Aus KGS-Wiki
(Sn änderte das Inhaltsmodell der Seite Vorlage:Todo/style.css von „Wikitext“ nach „Bereinigtes CSS“)
Markierung: Änderung des Inhaltsmodells
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 9: Zeile 9:


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

Version vom 17. April 2024, 12:01 Uhr

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

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

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