Zuletzt bearbeitet vor 4 Monaten
von Tim

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 21: Zeile 21:
     padding-bottom: 0.5em;
     padding-bottom: 0.5em;
     text-align: center;
     text-align: center;
}
.infobox-image {
    text-align: center;
    margin: 0.5em 0;
}
.infobox-image img {
    max-width: 100%;
}
.infobox-image-caption {
    font-size: 85%;
    text-align: center;
    padding: 0.5em 0;
}
}



Version vom 16. Juli 2024, 21:04 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@media only screen and (max-width: 600px) {
  table.table {
    float:none;
  }
}


.infobox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    width: 22em;
    padding: 0.5em;
    font-size: 95%;
    line-height: 1.5em;
}

.infobox-title {
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 0.5em;
    text-align: center;
}

.infobox-image {
    text-align: center;
    margin: 0.5em 0;
}

.infobox-image img {
    max-width: 100%;
}

.infobox-image-caption {
    font-size: 85%;
    text-align: center;
    padding: 0.5em 0;
}

.infobox-row {
    display: flex;
    margin: 0.2em 0;
}

.infobox-label {
    flex: 1;
    font-weight: bold;
}

.infobox-data {
    flex: 2;
}
Keine Kategorien vergebenBearbeiten