Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bern baut
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 39: Zeile 39:
     font-size: 0.9em;
     font-size: 0.9em;
     line-height: 1.2;
     line-height: 1.2;
     font-face: default;
     font-family: sans-serif !important;
     color: #444;
     color: #333;
    background-color: none;
     padding: 0 0 8px 0;
     padding: 0 0 8px 0;
     border-bottom: 1px solid #eaecf0; /* Typische MediaWiki-Linienfarbe */
     border-bottom: 1px solid #eaecf0; /* Typische MediaWiki-Linienfarbe */
}
/* Entfernt Rahmen und Hintergründe von MediaWiki-Standard-Containern innerhalb unserer Klasse */
.responsive-image-container,
.responsive-image-container .thumb,
.responsive-image-container .thumbinner,
.responsive-image-container img {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}
}

Version vom 18. März 2026, 15:44 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 a {
    font-size: 0.85em;
    font-color: #333;
}

/* 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.2;
    font-family: sans-serif !important;
    color: #333;
    background-color: none;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #eaecf0; /* Typische MediaWiki-Linienfarbe */
}

/* Entfernt Rahmen und Hintergründe von MediaWiki-Standard-Containern innerhalb unserer Klasse */
.responsive-image-container,
.responsive-image-container .thumb,
.responsive-image-container .thumbinner,
.responsive-image-container img {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}