MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus ISDV Wiki
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: #mw-content-container { background: #ffffff; border-bottom: solid 4px #df790d;…“)
 
 
Zeile 5: Zeile 5:
     background-image: url(https://www.isdv.net/querTemplate/isdv/img/bg_pattern.png);
     background-image: url(https://www.isdv.net/querTemplate/isdv/img/bg_pattern.png);
     background-repeat: repeat;
     background-repeat: repeat;
}
.mw-body h1.firstHeading {
    border-bottom: solid 4px #df790d;
}
.color-middle, .color-left, .color-right {
    background: #df790d;
}
}

Aktuelle Version vom 23. Juli 2021, 13:21 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#mw-content-container {
    background: #ffffff;
    border-bottom: solid 4px #df790d;
    background-image: url(https://www.isdv.net/querTemplate/isdv/img/bg_pattern.png);
    background-repeat: repeat;
}
.mw-body h1.firstHeading {
    border-bottom: solid 4px #df790d;
}

.color-middle, .color-left, .color-right {
    background: #df790d;
}