Vorlage:Todo/style.css: Unterschied zwischen den Versionen
Aus KGS-Wiki
Sn (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Sn (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 3: | Zeile 3: | ||
} | } | ||
div.notices.todo | div.notices.todo div.notices-content { | ||
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; | ||
} | } |
Version vom 21. April 2024, 12:38 Uhr
div.notices.todo p {
background: #fef6e7!important;
}
div.notices.todo div.notices-content {
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;
}