Vorlage:Todo/style.css: Unterschied zwischen den Versionen
Aus KGS-Wiki
Sn (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Sn (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
div.notices.todo p:first-child { | div.notices.todo p:first-child { | ||
border-image: repeating-linear-gradient( | border-image: repeating-linear-gradient(135deg, red, red 50px, white 50px, white 100px) 25 0!important; | ||
} | } | ||
Version vom 17. April 2024, 18:52 Uhr
div.notices.todo p {
background: #fae2e2!important;
}
div.notices.todo p:first-child {
border-image: repeating-linear-gradient(135deg, red, red 50px, white 50px, white 100px) 25 0!important;
}
div.notices.todo p:first-child:after {
content: "Baustelle"!important;
}
div.notices.todo p:first-child::before {
content: "👷"!important;
}