Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bern baut
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:
     margin-top: 0;
     margin-top: 0;
     color: #0055aa;
     color: #0055aa;
}
.full-width-image img {
    width: 100% !important;
    height: auto !important;
}
}

Version vom 18. März 2026, 14:46 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.normalie-box {
    border-left: 5px solid #D5001C;
    background-color: #f9f9f9;
    padding: 15px;
    margin: 20px 0;
    overflow: auto;
    clear: both;
}
.normalie-box h4 {
    margin-top: 0;
    color: #0055aa;
}

.full-width-image img {
    width: 100% !important;
    height: auto !important;
}