Ця сторінка повністю захищена, оскільки містить текст інтерфейсу цієї вікі.

MediaWiki:Gadget-netherTheme.css

Матеріал з Minecraft Wiki
Перейти до навігації Перейти до пошуку
Іншими мовами

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 Shift key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* Nether Theme for Minecraft Wiki.
 * [[:en:File:Mobile-header-nether.png]] [[:en:File:Header-background-nether.png]]
 * [[:en:File:Vector-tabs-nether.png]] [[:en:File:Vector-tabs-first-nether.png]]
 * [[:en:File:Header-background-nether-HiDPI.png]] [[:en:File:Vector-tabs-nether-HiDPI.png]]
 * [[:en:File:Vector-tabs-first-nether-HiDPI.png]] [[:File:Nether-wiki-logo.png]] [[File:Nether-wiki-logo-HiDPI.png]]
 */
body:not(.mcw-theme-disable-nether) {
	--wiki-logo: url('filepath://Wiki-logo-nether.png');
	--mobile-header-background: url('https://minecraft.wiki/images/Mobile-header-nether.png');
	--header-background: url('https://minecraft.wiki/images/Header-background-nether.png');
	--base-background: url('https://minecraft.wiki/images/Background-nether.png');
	--vector-tabs: url('https://ru.minecraft.wiki/images/Vector-tabs-nether.png');
	--vector-tabs-first: url('https://minecraft.wiki/images/Vector-tabs-first-nether.png');
	
	--wiki-logo-hidpi: url('filepath://Wiki-logo-nether-HiPDI.png');
	--header-background-hidpi: url('https://minecraft.wiki/images/Header-background-nether-HiDPI.png');
	--base-background-hidpi: url('https://minecraft.wiki/images/Background-nether-HiDPI.png');
	--vector-tabs-hidpi: url('https://ru.minecraft.wiki/images/Vector-tabs-nether-HiDPI.png');
	--vector-tabs-first-hidpi: url('https://minecraft.wiki/images/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:Nether-wiki-logo.png]] [[File:Nether-wiki-logo-HiDPI.png]] */
	--minceraft-wiki-logo: url('https://minecraft.wiki/images/Minceraft-wiki-logo-nether.png');
	--minceraft-wiki-logo-hidpi: url('https://minecraft.wiki/images/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;
}

/*
 * [[:en:File:Dark-header-background-nether.png]] [[:en:File:Dark-mobile-header-nether.png]]
 * [[:en:File:Dark-vector-tabs-nether.png]] [[:en:File:Dark-vector-tabs-first-nether.png]]
 * [[:en:File:Dark-header-background-nether-HiDPI.png]]
 * [[:en:File:Dark-vector-tabs-nether-HiDPI.png]] [[:en:File:Dark-vector-tabs-first-nether-HiDPI.png]]*/
body:not(.mcw-theme-disable-nether).wgl-theme-dark {
	--header-background: url('https://minecraft.wiki/images/Dark-header-background-nether.png');
	--mobile-header-background: url('https://minecraft.wiki/images/Dark-mobile-header-nether.png');
	--base-background: url('https://minecraft.wiki/images/Background-nether.png');
	--vector-tabs: url('https://ru.minecraft.wiki/images/Dark-vector-tabs-nether.png');
	--vector-tabs-first: url('https://minecraft.wiki/images/Dark-vector-tabs-first-nether.png');
	
	--header-background-hidpi: url('https://minecraft.wiki/images/Dark-header-background-nether-HiDPI.png');
	--base-background-hidpi: url('https://minecraft.wiki/images/Background-nether-HiDPI.png');
	--vector-tabs-hidpi: url('https://ru.minecraft.wiki/images/Dark-vector-tabs-nether-HiDPI.png');
	--vector-tabs-first-hidpi: url('https://minecraft.wiki/images/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;
}

/* [[:en:File:Nether-particles.gif]] */
body:not(.mcw-theme-disable-nether) #mw-page-base:before {
	content:"";
	width: 100%;
	left: 0;
	background: url('https://minecraft.wiki/images/Nether-particles.gif') right 6px;
	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;
	}
}

/* [[:en:File:GrassBackground-nether.png]] [[:en:File:Dark-GrassBackground-nether.png]] */
body:not(.mcw-theme-disable-nether) .mcwiki-header-grass {
    background-color: #3E1212;
    border-top: 6px solid #BA2424;
    background-image: url('https://minecraft.wiki/images/GrassBackground-nether.png');
}
body:not(.mcw-theme-disable-nether).wgl-theme-dark .mcwiki-header-grass {
    background-image: url('https://minecraft.wiki/images/Dark-GrassBackground-nether.png');
    border-color: #279292 !important;
}