![]() |
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.
/* Halloween style for the Minecraft wiki. */ /* * [[File:Halloween Wiki.png]] [[File:Mobile-header-halloween.png]] [[File:Header-background-halloween.png]] * [[File:Vector-tabs-halloween.png]] [[File:Vector-tabs-first-halloween.png]] * [[File:Header-background-halloween-HiDPI.png]] * [[File:Vector-tabs-halloween-HiDPI.png]] [[File:Vector-tabs-first-halloween-HiDPI.png]] */ htmlbody:not(.mcw-theme-disable-halloween){ --wiki-logo:url('filepath://Halloween_Wiki.png'); --mcw-infobox-header:linear-gradient(0deg,#cfcfcf3d,#cfcfcf3d),url('filepath://Halloween-box-background_%28hell%29.png')!important; --header-background:url('filepath://Header-background-halloween.png'); --mobile-header-background:url('filepath://Mobile-header-halloween.png'); --vector-tabs:url('filepath://Vector-tabs-halloween.png'); --vector-tabs-first:url('filepath://Vector-tabs-first-halloween.png'); --wiki-logo-hidpi:url('filepath://Halloween_Wiki.png'); --header-background-hidpi:url('filepath://Header-background-halloween-HiDPI.png'); --vector-tabs-hidpi:url('filepath://Vector-tabs-halloween-HiDPI.png'); --vector-tabs-first-hidpi:url('filepath://Vector-tabs-first-halloween-HiDPI.png'); --mobile-header-background-color:#efbb7c; /* Minceraft: [[File:Minceraft_halloween_wiki.png]] */ --minceraft-wiki-logo:url('filepath://Minceraft_halloween_wiki.png'); --minceraft-wiki-logo-hidpi:url('filepath://Minceraft_halloween_wiki.png'); } /* * [[File:Dark-header-background-halloween.png]] [[File:Dark-mobile-header-halloween.png]] * [[File:Dark-vector-tabs-halloween.png]] [[File:Dark-vector-tabs-first-halloween.png]] * [[File:Dark-header-background-halloween-HiDPI.png]] * [[File:Dark-vector-tabs-halloween-HiDPI.png]] [[File:Dark-vector-tabs-first-halloween-HiDPI.png]] * [[File:Dark-mobile-header-halloween.png]] */ htmlbody:not(.mcw-theme-disable-halloween).wgl-theme-dark{ --mcw-infobox-header:linear-gradient(0deg,#8383833d,#8383833d),url('filepath://Halloween-box-background_%28dunkel%29.png')!important; --header-background:url('filepath://Dark-header-background-halloween.png'); --vector-tabs:url('filepath://Dark-vector-tabs-halloween.png'); --vector-tabs-first:url('filepath://Dark-vector-tabs-first-halloween.png'); --mobile-header-background:url('filepath://Dark-mobile-header-halloween.png'); --header-background-hidpi:url('filepath://Dark-header-background-halloween-HiDPI.png'); --vector-tabs-hidpi:url('filepath://Dark-vector-tabs-halloween-HiDPI.png'); --vector-tabs-first-hidpi:url('filepath://Dark-vector-tabs-first-halloween-HiDPI.png'); --mobile-header-background-color:#3721B7; } body:not(.mcw-theme-disable-halloween).mw-wiki-logo{ background-size:150px; } /* [[File:GrassBackground-halloween.png]] [[File:Dark-GrassBackground-halloween.png]] */ htmlbody:not(.mcw-theme-disable-halloween).mcwiki-header-grass{ background-color:#522771; border-top:6pxsolid#9558c0; background-image:url('filepath://GrassBackground-halloween.png'); } htmlbody:not(.mcw-theme-disable-halloween).wgl-theme-dark.mcwiki-header-grass{ background-image:url('filepath://Dark-GrassBackground-halloween.png'); border-color:#583e7b!important; }