Vorlage:Hugo-Notiz/style.css: Unterschied zwischen den Versionen

Aus KGS-Wiki
K (inline-block, damit auch Thumbnails vollständig drin landen. Macht wahrscheinlich irgendwas anderes kaputt.)
K (Nächster Versuch.)
 
Zeile 6: Zeile 6:
div.notices div.notices-content {
div.notices div.notices-content {
     padding: 15px;
     padding: 15px;
     display: inline-block;
     display: flow-root;
     margin-top: 0rem;
     margin-top: 0rem;
     margin-bottom: 0rem;
     margin-bottom: 0rem;

Aktuelle Version vom 1. Oktober 2024, 06:22 Uhr

div.notices {
    margin: 2rem 0;
    position: relative;
    display: flow-root;
}
div.notices div.notices-content {
    padding: 15px;
    display: flow-root;
    margin-top: 0rem;
    margin-bottom: 0rem;
    color: #666;
    background-color: #ddd;
    border-top: 30px solid #888;
    border-radius: 8px;
}
div.notices > div.notices-icon {
    position: absolute;
    top: 2px;
    color: #fff;
    font-weight: 900;
    left: 10px;
}
div.notices > div.notices-title{
    position: absolute;
    top: 2px;
    color: #fff;
    left: 2rem;
    font-weight: bold;
}