MediaWiki:Common.css: verschil tussen versies
Uit Buitenwatersloot Delft
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
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 { |
Versie van 19 nov 2023 12:47
/** 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; }