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

Aus KGS-Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
     border-image: repeating-linear-gradient(
     border-image: repeating-linear-gradient(
     45deg,
     45deg,
     transparent,
     red,
     transparent 10px,
     red 10px,
     #ccc 10px,
     white 10px,
     #ccc 20px
     white 20px
   );
   );
}
}

Version vom 17. April 2024, 17:53 Uhr

div.notices.todo p {
    background: #fae2e2!important;
}

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

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

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