MediaWiki:Common.css: verschil tussen versies
Uit Buitenwatersloot Delft
Geen bewerkingssamenvatting |
(duidelijkere links in de tekst) |
||
| Regel 26: | Regel 26: | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
#bodyContent a { | |||
text-decoration: underline; | |||
} | } | ||
Versie van 12 feb 2024 09:05
/** 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;
}