MediaWiki:Common.css: verschil tussen versies
Uit Buitenwatersloot Delft
Geen bewerkingssamenvatting |
kGeen bewerkingssamenvatting |
||
(4 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */ | /** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */ | ||
.infobox { | .infobox { | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
background-color: #f9f9f9; | |||
color: black; | |||
margin: 0 0 1em 1em; | |||
padding: 0; | |||
font-size: 85%; | |||
float: right; | float: right; | ||
clear: right; | |||
width: 270px; | |||
width: | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: 1.2em; | font-size: 1.2em; | ||
text-align: center; | text-align: center; | ||
background-color: #e3e3e3; | |||
} | } | ||
.infobox-image { | .infobox-image { | ||
Regel 23: | Regel 26: | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
#bodyContent a { | |||
text-decoration: underline; | |||
} | |||
.halfwidth img { | |||
width: 49%; | |||
height: auto; | |||
} | } |
Huidige versie van 3 apr 2024 om 21:08
/** 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: 49%; height: auto; }