![]() |
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.
/* Winter Style for Minecraft Wiki. * [[File:Winter wiki.png]] [[File:Winter-mobile-header.png]] [[File:Winter-header-background.png]] * [[File:Winter-vector-tabs.png]] [[File:Winter-vector-tabs-first.png]] * [[File:Winter wiki HiDPI.png]] [[File:Winter-header-background-HiDPI.png]] * [[File:Winter-vector-tabs-HiDPI.png]] [[File:Winter-vector-tabs-first-HiDPI.png]] */ body:not(.mcw-theme-disable-winter){ --wiki-logo:url('filepath://Winter_wiki.png'); --mobile-header-background:url('filepath://Winter-mobile-header.png'); --header-background:url('filepath://Winter-header-background.png'); --vector-tabs:url('filepath://Winter-vector-tabs.png'); --vector-tabs-first:url('filepath://Winter-vector-tabs-first.png'); --wiki-logo-hidpi:url('filepath://Winter_wiki_HiDPI.png'); --header-background-hidpi:url('filepath://Winter-header-background-HiDPI.png'); --vector-tabs-hidpi:url('filepath://Winter-vector-tabs-HiDPI.png'); --vector-tabs-first-hidpi:url('filepath://Winter-vector-tabs-first-HiDPI.png'); --mobile-header-background-color:#5A6AFB; --simplesearch-topright-grass-color:#c8e3e9; /* Overwrite theme gadget styles */ --base-background:url('filepath://Background.png'); --base-background-hidpi:url('filepath://Background-HiDPI.png'); /* Minceraft [[File:Minceraft_winter_wiki.png]] [[File:Minceraft_winter_wiki_HiDPI.png]] */ --minceraft-wiki-logo:url('filepath://Minceraft_winter_wiki.png'); --minceraft-wiki-logo-hidpi:url('filepath://Minceraft_winter_wiki_HiDPI.png'); } /* * [[File:Dark-winter-header-background.png]] [[File:Dark-mobile-header-winter.png]] * [[File:Dark-winter-vector-tabs.png]] [[File:Dark-winter-vector-tabs-first.png]] * [[File:Dark-winter-header-background-HiDPI.png]] * [[File:Dark-winter-vector-tabs-HiDPI.png]] [[File:Dark-winter-vector-tabs-first-HiDPI.png]] */ htmlbody:not(.mcw-theme-disable-winter).wgl-theme-dark{ --header-background:url('filepath://Dark-winter-header-background.png'); --vector-tabs:url('filepath://Dark-winter-vector-tabs.png'); --vector-tabs-first:url('filepath://Dark-winter-vector-tabs-first.png'); --mobile-header-background-color:#2014A5; --mobile-header-background:url('filepath://Dark-mobile-header-winter.png'); --header-background-hidpi:url('filepath://Dark-winter-header-background-HiDPI.png'); --vector-tabs-hidpi:url('filepath://Dark-winter-vector-tabs-HiDPI.png'); --vector-tabs-first-hidpi:url('filepath://Dark-winter-vector-tabs-first-HiDPI.png'); /* Overwrite theme gadget styles */ --base-background:url('filepath://Dark-background.png'); --base-background-hidpi:url('filepath://Dark-background-HiDPI.png'); } /* [[File:SnowBG.gif]] */ body:not(.mcw-theme-disable-winter)#mw-page-base:before{ content:""; width:100%; left:0; background:url('filepath://SnowBG.gif')right6px; height:48px; opacity:0.7; position:absolute; } @media(prefers-reduced-motion){ body:not(.mcw-theme-disable-winter)#mw-page-base:before{ content:none!important; } } /* [[File:Winter-GrassBackground.png]] [[File:Dark-winter-GrassBackground.png]] */ htmlbody:not(.mcw-theme-disable-winter).mcwiki-header-grass{ border-top:6pxsolid#fff; background-image:url('filepath://Winter-GrassBackground.png'); outline:1pxsolid#ddd; } htmlbody:not(.mcw-theme-disable-winter).wgl-theme-dark.mcwiki-header-grass{ background-image:url('filepath://Dark-winter-GrassBackground.png'); border-color:#bed2de!important; outline:none; }