Vorlage:Hugo-Notiz/style.css: Unterschied zwischen den Versionen
Aus KGS-Wiki
Sn (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Sn (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 10: | Zeile 10: | ||
margin-bottom: 0rem; | margin-bottom: 0rem; | ||
color: #666; | color: #666; | ||
background: #ddd; | |||
} | |||
div.notives p:first-child { | |||
border-top: 30px solid #888; | border-top: 30px solid #888; | ||
border-top-left-radius: 8px; | |||
border-radius: 8px; | border-top-right-radius: 8px; | ||
} | |||
div.notives p:last-child { | |||
border-bottom-left-radius: 8px; | |||
border-bottom-right-radius: 8px; | |||
} | } | ||
div.notices p:first-child:before { | div.notices p:first-child:before { |
Version vom 17. April 2024, 17:31 Uhr
div.notices {
margin: 2rem 0;
position: relative;
}
div.notices p {
padding: 15px;
display: block;
font-size: 1rem;
margin-top: 0rem;
margin-bottom: 0rem;
color: #666;
background: #ddd;
}
div.notives p:first-child {
border-top: 30px solid #888;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
div.notives p:last-child {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
div.notices p:first-child:before {
position: absolute;
top: 2px;
color: #fff;
font-weight: 900;
content: "ℹ️";
left: 10px;
}
div.notices p:first-child:after {
position: absolute;
top: 2px;
color: #fff;
left: 2rem;
}