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

Aus KGS-Wiki
(Die Seite wurde neu angelegt: „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: "👷"; }“)
 
Keine Bearbeitungszusammenfassung
 
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
div.notices.todo p {
div.notices.todo div.notices-content {
     border-top: 30px solid rgba(217, 83, 79, 0.8);
     border-image: repeating-linear-gradient(135deg, black, black 50px, #fc3 50px, #fc3 100px) 25 0!important;
    background: #fae2e2;
}
 
div.notices.todo p:first-child:after {
    content: "Baustelle";
}
 
div.notices.todo p:first-child::before {
    content: "👷";
}
}

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;
}