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

Aus KGS-Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
div.notices.todo p {
div.notices.todo div.notices-content {
    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;
     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;
}
}

Aktuelle Version vom 21. April 2024, 13:07 Uhr

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