Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
/* Nether style for the Minecraft Wiki. Created by [[User:Oakar567]], rewritten for FandomDesktop by [[User:Kingcat 100]]. */

/* [[File:Nether Wiki.png]] */
body.theme-fandomdesktop-light .fandom-community-header__image,
body.theme-fandomdesktop-dark .fandom-community-header__image {
	background-image: url("https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/e/e6/Site-logo.png/revision/latest");
	background-repeat: no-repeat;
	background-size: 120px;
}

body.theme-fandomdesktop-light .fandom-community-header__image img,
body.theme-fandomdesktop-dark .fandom-community-header__image img {
	padding: 50px 60px;
}

@media screen and (max-width: 1279px) {
	body.theme-fandomdesktop-light .fandom-community-header__image img,
	body.theme-fandomdesktop-dark .fandom-community-header__image img {
		padding: 41px 50px;
	}
	body.theme-fandomdesktop-light .fandom-community-header__image,
	body.theme-fandomdesktop-dark .fandom-community-header__image{
		background-image: url("https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/e/e6/Site-logo.png/revision/latest");
		background-repeat: no-repeat;
		background-size: 100px;
	}
}

body.theme-fandomdesktop-light .fandom-sticky-header__logo img,
body.theme-fandomdesktop-dark .fandom-sticky-header__logo img {
	padding: 20px 20px;
}

body.theme-fandomdesktop-light .fandom-sticky-header__logo,
body.theme-fandomdesktop-dark .fandom-sticky-header__logo {
	background-image: url("https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/e/e6/Site-logo.png/revision/latest");
	background-repeat: no-repeat;
	background-size: 40px;
	position: relative;
	z-index: 2;
}

/* Reset styles */
body .fandom-community-header__background:after {
	display: none;
}

/* [[File:Nether-background.png]] */
html body.skin-fandomdesktop {
	background-image: url("https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/a/a8/Nether_Background.png/revision/latest") !important;
}

html body.skin-fandomdesktop:after,
html body.skin-fandomdesktop:before {
	display: none;
}

/*[[File:FD-Nether-header-bg.png]]*/
body.skin-fandomdesktop.theme-fandomdesktop-light,
body.skin-fandomdesktop.theme-fandomdesktop-dark {
	--mcw-nether-base: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/2/27/FD-Nether-header-bg.png/revision/latest?format=original);
	--mcw-header-background: linear-gradient(0deg,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 42%),var(--mcw-nether-base),linear-gradient(0deg,rgba(255,255,255,0) 0%,rgb(34 6 6) 58%,rgb(61 11 11) 70%,rgb(64 12 12) 90%);
	--mcw-header-background-small-screen: linear-gradient(0deg,rgba(0,0,0,0) 52%,rgba(255,255,255,0) 42%),var(--mcw-nether-base),linear-gradient(0deg,rgba(255,255,255,0) 26%,rgb(34 6 6) 54%,rgb(61 11 11) 73%,rgb(64 12 12) 92%);
	--mcw-infobox-header: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/f/fb/Nether_Header_BG2.png/revision/latest?format=original);
}

/* [[File:Nether-Particles.gif]] */
body.theme-fandomdesktop-light .fandom-community-header__background:before,
body.theme-fandomdesktop-dark .fandom-community-header__background:before {
	background: url("https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/7/7c/Nether_Particles.gif/revision/latest") right 6px;
	height: 50%;
}

/* [[File:Nether-box-background.png]] */
body.theme-fandomdesktop-light .mcwiki-header, 
body.theme-fandomdesktop-dark .mcwiki-header {
	background: #000000 var(--mcw-infobox-header) repeat-x scroll 0% 0% !important;
	padding: 5px;
	image-rendering: pixelated;
	border-top: 6px solid #be2c2d !important;
}

body.theme-fandomdesktop-light .infobox-title, 
body.theme-fandomdesktop-dark .infobox-title {
	background: #000000 var(--mcw-infobox-header) repeat-x scroll 0% 0%;
	border-color: var(--theme-border-color);
	image-rendering: pixelated;
}

body.theme-fandomdesktop-light .portable-infobox .pi-title,
body.theme-fandomdesktop-dark .portable-infobox .pi-title {
	background: #000000 var(--mcw-infobox-header) repeat-x scroll 0% 0%;
	image-rendering: pixelated;
}

body.skin-fandomdesktop.theme-fandomdesktop-light {
	--theme-community-header-color: #FFFFFF;
	--theme-community-header-color--hover: #cccccc;
}