Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bern baut
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 21: Zeile 21:
}
}


.full-width-image img {
/* Container für Full-Width Bilder */
.responsive-image-container {
    width: 100%;
    margin: 1.5em 0;
    clear: both;
}
 
/* Erzwingt die volle Breite für das Bild */
.responsive-image-container img {
     width: 100% !important;
     width: 100% !important;
     height: auto !important;
     height: auto !important;
    display: block;
}
/* Styling für die Bildunterschrift */
.responsive-image-caption {
    font-size: 0.9em;
    line-height: 1.5;
    color: #444;
    padding: 8px 0;
    border-bottom: 1px solid #eaecf0; /* Typische MediaWiki-Linienfarbe */
}
}

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

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

.normalien-box h4 {
    margin-top: 0;
    color: #0055aa;
}

.normalien-content {}

.normalien-verweis {
    font-size: 0.85em;
    font-color: #cccccc;
}

/* Container für Full-Width Bilder */
.responsive-image-container {
    width: 100%;
    margin: 1.5em 0;
    clear: both;
}

/* Erzwingt die volle Breite für das Bild */
.responsive-image-container img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

/* Styling für die Bildunterschrift */
.responsive-image-caption {
    font-size: 0.9em;
    line-height: 1.5;
    color: #444;
    padding: 8px 0;
    border-bottom: 1px solid #eaecf0; /* Typische MediaWiki-Linienfarbe */
}