![]() |
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.
/* Pale Garden style for the Minecraft wiki. */ /* * [[File:Mobile-header-palegarden.png]] [[File:Header-background-palegarden.png]] * [[File:Vector-tabs-palegarden.png]] [[File:Vector-tabs-first-palegarden.png]] * [[File:Header-background-palegarden-HiDPI.png]] * [[File:Vector-tabs-palegarden-HiDPI.png]] [[File:Vector-tabs-first-palegarden-HiDPI.png]] */ htmlbody:not(.mcw-theme-disable-palegarden){ --header-background:url('filepath://Header-background-palegarden.png'); --mobile-header-background:url('filepath://Mobile-header-palegarden.png'); --vector-tabs:url('filepath://Vector-tabs-palegarden.png'); --vector-tabs-first:url('filepath://Vector-tabs-first-palegarden.png'); --header-background-hidpi:url('filepath://Header-background-palegarden-HiDPI.png'); --vector-tabs-hidpi:url('filepath://Vector-tabs-palegarden-HiDPI.png'); --vector-tabs-first-hidpi:url('filepath://Vector-tabs-first-palegarden-HiDPI.png'); --mobile-header-background-color:#ababab; } /* * [[File:Dark-mobile-header-palegarden.png]] [[File:Dark-header-background-palegarden.png]] * [[File:Dark-vector-tabs-palegarden.png]] [[File:Dark-vector-tabs-first-palegarden.png]] * [[File:Dark-header-background-palegarden-HiDPI.png]] * [[File:Dark-vector-tabs-palegarden-HiDPI.png]] [[File:Dark-vector-tabs-first-palegarden-HiDPI.png]] */ htmlbody:not(.mcw-theme-disable-palegarden).wgl-theme-dark{ --header-background:url('filepath://Dark-header-background-palegarden.png'); --mobile-header-background:url('filepath://Dark-mobile-header-palegarden.png'); --vector-tabs:url('filepath://Dark-vector-tabs-palegarden.png'); --vector-tabs-first:url('filepath://Dark-vector-tabs-first-palegarden.png'); --header-background-hidpi:url('filepath://Dark-header-background-palegarden-HiDPI.png'); --vector-tabs-hidpi:url('filepath://Dark-vector-tabs-palegarden-HiDPI.png'); --vector-tabs-first-hidpi:url('filepath://Dark-vector-tabs-first-palegarden-HiDPI.png'); --mobile-header-background-color:#1f1f1f; }