![]() |
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.
/* Nether Theme for Minecraft Wiki. * [[File:Mobile-header-nether.png]] [[File:Header-background-nether.png]] * [[File:Vector-tabs-nether.png]] [[File:Vector-tabs-first-nether.png]] * [[File:Header-background-nether-HiDPI.png]] [[File:Vector-tabs-nether-HiDPI.png]] * [[File:Vector-tabs-first-nether-HiDPI.png]] [[File:Wiki-logo-nether.png]] [[File:Wiki-logo-nether-HiDPI.png]] */ body:not(.mcw-theme-disable-nether){ --wiki-logo:url('filepath://Wiki-logo-nether.png'); --mobile-header-background:url('filepath://Mobile-header-nether.png'); --header-background:url('filepath://Header-background-nether.png'); --base-background:url('filepath://Background-nether.png'); --vector-tabs:url('filepath://Vector-tabs-nether.png'); --vector-tabs-first:url('filepath://Vector-tabs-first-nether.png'); --wiki-logo-hidpi:url('filepath://Wiki-logo-nether-HiDPI.png'); --header-background-hidpi:url('filepath://Header-background-nether-HiDPI.png'); --base-background-hidpi:url('filepath://Background-nether-HiDPI.png'); --vector-tabs-hidpi:url('filepath://Vector-tabs-nether-HiDPI.png'); --vector-tabs-first-hidpi:url('filepath://Vector-tabs-first-nether-HiDPI.png'); --mobile-header-background-color:#000000; --simplesearch-topright-grass-color:#BA2424; /*infobox-header*/ --infobox-title-background-color:#ad4343; --infobox-title-top-border-color:#c77878; --infobox-title-border-inline-color:#9d3939; --infobox-title-bottom-border-color:#7a1717; /* Minceraft [[File:Minceraft-wiki-logo-nether.png]] [[File:Minceraft-wiki-logo-nether-HiDPI.png]] */ --minceraft-wiki-logo:url('filepath://Minceraft-wiki-logo-nether.png'); --minceraft-wiki-logo-hidpi:url('filepath://Minceraft-wiki-logo-nether-HiDPI.png'); } body:not(.mcw-theme-disable-nether).wgl-theme-light{ /*content area*/ --content-background-color:#F4E6E6; --content-border-top-color:#C3B4B4; } /* * [[File:Dark-header-background-nether.png]] [[File:Dark-mobile-header-nether.png]] * [[File:Dark-vector-tabs-nether.png]] [[File:Dark-vector-tabs-first-nether.png]] * [[File:Dark-header-background-nether-HiDPI.png]] * [[File:Dark-vector-tabs-nether-HiDPI.png]] [[File:Dark-vector-tabs-first-nether-HiDPI.png]]*/ body:not(.mcw-theme-disable-nether).wgl-theme-dark{ --header-background:url('filepath://Dark-header-background-nether.png'); --mobile-header-background:url('filepath://Dark-mobile-header-nether.png'); --base-background:url('filepath://Background-nether.png'); --vector-tabs:url('filepath://Dark-vector-tabs-nether.png'); --vector-tabs-first:url('filepath://Dark-vector-tabs-first-nether.png'); --header-background-hidpi:url('filepath://Dark-header-background-nether-HiDPI.png'); --base-background-hidpi:url('filepath://Background-nether-HiDPI.png'); --vector-tabs-hidpi:url('filepath://Dark-vector-tabs-nether-HiDPI.png'); --vector-tabs-first-hidpi:url('filepath://Dark-vector-tabs-first-nether-HiDPI.png'); --mobile-header-background-color:#000000; /*infobox-header*/ --infobox-title-background-color:#0e6a5a; --infobox-title-top-border-color:#32806f; --infobox-title-border-inline-color:#074c50; --infobox-title-bottom-border-color:#08403e; } /* [[File:Nether-particles.gif]] */ body:not(.mcw-theme-disable-nether)#mw-page-base:before{ content:""; width:100%; left:0; background:url('filepath://Nether-particles.gif')right6px; height:7%; position:absolute; } body:not(.mcw-theme-disable-nether).wgl-theme-dark#mw-page-base:before{ filter:invert(0%)sepia(0%)saturate(1235%)hue-rotate(192deg)brightness(55%)contrast(96%); } @media(prefers-reduced-motion){ body:not(.mcw-theme-disable-nether)#mw-page-base:before{ content:none!important; } } /* [[File:GrassBackground-nether.png]] [[File:Dark-GrassBackground-nether.png]] */ body:not(.mcw-theme-disable-nether).mcwiki-header-grass{ background-color:#3E1212; border-top:6pxsolid#BA2424; background-image:url('filepath://GrassBackground-nether.png'); } body:not(.mcw-theme-disable-nether).wgl-theme-dark.mcwiki-header-grass{ background-image:url('filepath://Dark-GrassBackground-nether.png'); border-color:#279292!important; }