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

Aus KGS-Wiki
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 12: Zeile 12:


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

Version vom 19. April 2024, 21:52 Uhr

div.notices.todo p {
    background: #fef6e7!important;
}

div.notices.todo p:first-child {
    border-image: repeating-linear-gradient(135deg, black, black 50px, #fc3 50px, #fc3 100px) 25 0!important;
}

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

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