Vorlage:Todo/style.css

Aus KGS-Wiki
< Vorlage:Todo
Version vom 17. April 2024, 11:12 Uhr von Sn (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „div.notices.todo p { border-top: 30px solid rgba(217, 83, 79, 0.8); background: #fae2e2; } div.notices.todo p:first-child:after { content: "Baustelle"; } div.notices.todo p:first-child::before { content: "👷"; }“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

div.notices.todo p {

   border-top: 30px solid rgba(217, 83, 79, 0.8);
   background: #fae2e2;

}

div.notices.todo p:first-child:after {

   content: "Baustelle";

}

div.notices.todo p:first-child::before {

   content: "👷";

}