![]() |
VOOZH | about |
Note: After saving, you have to bypass your browser's cache to see the changes.
Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.
:root{ --mcw-width-transition:0.5s; } body{ max-width:var(--mcw-width); transition:max-widthvar(--mcw-width-transition); margin:auto; } #mw-head{ max-width:var(--mcw-width); transition:max-widthvar(--mcw-width-transition); right:unset; } #mw-panel{ left:unset; } .vector-search-box-inner{ width:min(20vw,calc(var(--mcw-width)/5)); transition:widthvar(--mcw-width-transition); } #p-search#searchform.cdx-search-input__input-wrapper{ width:min(20vw,calc(var(--mcw-width)/5)); transition:widthvar(--mcw-width-transition); } body.mw-notification-area{ right:calc(50%-min(50%,var(--mcw-width)/2)); transition:rightvar(--mcw-width-transition); } div#mw-page-base::after{ position:relative; display:block; width:0; right:calc(16px-min(100%,var(--mcw-width))); transition:rightvar(--mcw-width-transition); }