Vorlage:Todo/style.css

Aus KGS-Wiki
div.notices.todo p {
    background: #fef6e7!important;
}

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

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

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