MediaWiki:Common.css: verschil tussen versies

Uit Buitenwatersloot Delft
kGeen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 32: Regel 32:
}
}


img.halfwidth {
.halfwidth img {
     width: 45%;
     width: 45%;
     height: auto;
     height: auto;
}
}

Versie van 3 apr 2024 21:06

/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0 0 1em 1em;
    padding: 0;
    font-size: 85%;
    float: right;
    clear: right;
    width: 270px;
}
.infobox-title {
    font-size: 1.2em;
    text-align: center;
    background-color: #e3e3e3;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox-table td {
    vertical-align: top;
}

#bodyContent a {
 text-decoration: underline;
}

.halfwidth img {
    width: 45%;
    height: auto;
}