Vorlage:Todo/style.css

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

div.notices.todo p:first-child {
    border-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #ccc 10px,
    #ccc 20px
  );
}

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

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