MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
Regel 5: | Regel 5: | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
/* | /* Content links uitlijnen naast de sidebar */ | ||
#content { | #content { | ||
max-width: 900px; | max-width: 900px; /* smalle kolom */ | ||
margin-left: | margin-left: 11em; /* ruimte voor de sidebar (pas eventueel aan) */ | ||
margin-right: auto; /* rechts | margin-right: auto; /* rechts witruimte */ | ||
} | } |
Versie van 11 sep 2025 07:48
/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */ #ca-history { display: none !important;} #ca-talk { display: none !important; } /* Content links uitlijnen naast de sidebar */ #content { max-width: 900px; /* smalle kolom */ margin-left: 11em; /* ruimte voor de sidebar (pas eventueel aan) */ margin-right: auto; /* rechts witruimte */ }