MediaWiki:Vector.css: verschil tussen versies
Uit wiki-lilaca
(3 tussenliggende versies door 2 gebruikers niet weergegeven) | |||
Regel 1: | Regel 1: | ||
/* CSS die hier wordt geplaatst heeft alleen invloed op het uiterlijk Vector */ | /* CSS die hier wordt geplaatst heeft alleen invloed op het uiterlijk Vector */ | ||
+ | #p-cactions .pBody, #content { | ||
+ | margin-left:300px !important; | ||
+ | } | ||
/* increase Vector sidebar width */ | /* increase Vector sidebar width */ | ||
− | div#mw-panel { width: | + | div#mw-panel { width: 300px; } |
− | div#footer, #mw-head-base, div#content { margin-left: | + | div#footer, #mw-head-base, div#content { margin-left: 300px; } |
− | #left-navigation { margin-left: | + | #left-navigation { margin-left: 300px; } |
Huidige versie van 20 mrt 2016 om 20:58
/* CSS die hier wordt geplaatst heeft alleen invloed op het uiterlijk Vector */ #p-cactions .pBody, #content { margin-left:300px !important; } /* increase Vector sidebar width */ div#mw-panel { width: 300px; } div#footer, #mw-head-base, div#content { margin-left: 300px; } #left-navigation { margin-left: 300px; }