Minecraft Wiki
Advertisement
In andere talen

Let op! Nadat u de wijzigingen hebt opgeslagen is het wellicht nodig uw browsercache te legen.

  • Firefox / Safari: houd ⇧ Shift ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (-⇧ Shift-R op een Mac)
  • Google Chrome: druk op Ctrl-⇧ Shift-R (-⇧ Shift-R op een Mac)
  • Internet Explorer: houd Ctrl ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5
  • Opera: leeg uw cache in Extra → Voorkeuren
/* Minecraft font */
@font-face {
	font-family: Minecraft;
	src: url('/media/hydra/fonts/minecraft.eot?#iefix') format('embedded-opentype'),
	     url('/media/hydra/fonts/minecraft.woff') format('woff'),
	     url('/media/hydra/fonts/minecraft.ttf') format('truetype');
}

/** Responsive main page layout **/
#main-page.main-page {
	display: -ms-grid;
	-ms-grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i" "j";
	-ms-grid-template-columns: 100%;
	display: grid;
	grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i" "j";
	grid-template-columns: 100%;
}
@media screen and (min-width:990px) {
	#main-page.main-page {
		-ms-grid-template-areas: "a a a" "b b c" "d d d" "e f g" "h i j";
		-ms-grid-template-columns: 33% 33% 34%;
		grid-template-areas: "a a a" "b b c" "d d d" "e f g" "h i j";
		grid-template-columns: 33% 33% 34%;
	}
}

#main-page.main-page {
	margin: -1px;
}

.fp-section {
	background-color: #FCFCFC;
	border: 1px solid #ccc;
	vertical-align: top;
	margin: 1px;
	width: calc(100% - 4px);
}

#fp-1 {
	-ms-grid-area: a;
	grid-area: a;
}

#fp-2 {
	-ms-grid-area: b;
	grid-area: b;
}

#fp-3 {
	-ms-grid-area: c;
	grid-area: c;
}

#fp-4 {
	-ms-grid-area: d;
	grid-area: d;
}

#fp-5 {
	-ms-grid-area: e;
	grid-area: e;
}

#fp-6 {
	-ms-grid-area: f;
	grid-area: f;
}

#fp-7 {
	-ms-grid-area: g;
	grid-area: g;
}

#fp-8 {
	-ms-grid-area: h;
	grid-area: h;
}

#fp-9 {
	-ms-grid-area: i;
	grid-area: i;
}

#fp-10 {
	-ms-grid-area: j;
	grid-area: j;
}

#fp-header.fp-header {
	display: -ms-grid;
	-ms-grid-template-areas: "aa" "ac" "ab";
	-ms-grid-template-columns: 100%;
	display: grid;
	grid-template-areas: "aa" "ac" "ab";
	grid-template-columns: 100%;
}
@media screen and (min-width:990px) {
	#fp-header.fp-header {
		-ms-grid-template-areas: "aa ab" "ac ac";
		-ms-grid-template-columns: 335px calc(100% - 335px);
		grid-template-areas: "aa ab" "ac ac";
		grid-template-columns: 335px calc(100% - 335px);
	}
}
@media screen and (min-width:1350px) {
	#fp-header.fp-header {
		-ms-grid-template-columns: 33% 67%;
		grid-template-columns: 33% 67%;
	}
}

#fp-header-file {
	-ms-grid-area: aa;
	grid-area: aa;
}

#fp-header-links {
	-ms-grid-area: ab;
	grid-area: ab;
}

#fp-header-text {
	-ms-grid-area: ac;
	grid-area: ac;
}

#fp-header-file {
	margin: auto;
}
@media screen and (min-width:990px) {
	#fp-header-file {
		margin: auto 0;
	}
}

#fp-header-links {
	margin: auto 0;
}

#fp-header-links ul {
	-ms-columns: 160px;
	-moz-columns: 160px;
	-webkit-columns: 160px;
	columns: 160px;
	-ms-column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	margin-top: 0;
}

/* The grass block background used throughout the wiki. Also for search background. */
.mcwiki-header {
    color:white;
	background: #000000 url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/d/da/Grasachtergrond_infobox.png/revision/latest?format=original);
	border: 1px solid #CCC;
	padding: 5px;
}

/** Main page stylings **/
.edition-boxes p {
	margin: 0 !important;
}

.edition-boxes > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.edition-box {
	-ms-flex: 50%;
	flex: 50%;
}

.edition-box > p {
	display: block;
	font-weight: bold;
	border-bottom: inherit;
}

.edition-box > div {
	margin: 0.4em auto;
}

@supports ((object-fit: contain) or (-o-object-fit: contain)) {
	.edition-box img {
		min-height: 50px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

/* Horizontal list */
.article-content .hlist ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.article-content .hlist li {
	display: inline;
}
.article-content .hlist li:not(:last-child) {
	padding-right: 0.286em;
}
.article-content .hlist li:not(:last-child)::after {
	content: "";
	display: inline-block;
	position: relative;
	left: 0.286em;
	bottom: 0.214em;
	background-color: #000;
	height: 3px;
	width: 3px;
}
.article-content .hlist li li:first-child::before {
	content: "(";
	font-weight: normal;
}
.article-content .hlist li li:last-child::after {
	content: ")";
	font-weight: normal;
}
.article-content .hlist li li li {
	font-size: x-small;
}

/* Element animator */
.article-content .animated > *:not(.animated-active),
.article-content .animated > .animated-subframe > *:not(.animated-active) {
	display: none
}
.article-content span.animated,
.article-content span.animated.animated-visible > *,
.article-content span.animated.animated-visible > .animated-subframe > * {
	display: inline-block;
}
.article-content div.animated.animated-visible > *,
.article-content div.animated.animated-visible > .animated-subframe > * {
	display: block;
}

/* Generic nowrap class */
.nowrap {
	white-space: nowrap;
}

/* Hide noscript only elements */
.noscript {
	display: none;
}

/* Remove bullets/numbers from a list */
.article-content .list-style-none ul, .list-style-none ol {
	list-style: none;
	margin-left: 0;
}

/* Allow setting the text alignment of particular table columns */
.col-1-left td:nth-child(1),
.col-2-left td:nth-child(2),
.col-3-left td:nth-child(3),
.col-4-left td:nth-child(4),
.col-5-left td:nth-child(5),
.col-6-left td:nth-child(6),
.col-7-left td:nth-child(7),
.col-8-left td:nth-child(8),
.col-9-left td:nth-child(9) {
	text-align: left;
}
.col-1-center td:nth-child(1),
.col-2-center td:nth-child(2),
.col-3-center td:nth-child(3),
.col-4-center td:nth-child(4),
.col-5-center td:nth-child(5),
.col-6-center td:nth-child(6),
.col-7-center td:nth-child(7),
.col-8-center td:nth-child(8),
.col-9-center td:nth-child(9) {
	text-align: center;
}
.col-1-right td:nth-child(1),
.col-2-right td:nth-child(2),
.col-3-right td:nth-child(3),
.col-4-right td:nth-child(4),
.col-5-right td:nth-child(5),
.col-6-right td:nth-child(6),
.col-7-right td:nth-child(7),
.col-8-right td:nth-child(8),
.col-9-right td:nth-child(9) {
	text-align: right;
}

/* Centre lists in custom CE TOC */
.toc.console-toc ul {
	text-align: center;
}

/* Bold text in a table header cell shouldn't get extra bold */
b,
strong {
	font-weight: bold;
}

/* Make the first heading row of a table stick to the top of the screen */
/* Won't work properly with rowspan headers, or colspan rows in the table */
.stikitable > * > tr:first-child > th {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	/* This fixes the borders for some reason */
    background-clip: padding-box;
}

/* Add back the bottom border when stuck */
.stikitable > * > tr:first-child > th::after {
    content: "";
    position: absolute;
    bottom: -1px;
	left: 0;
    width: 100%;
    border-bottom: 1px solid;
    border-color: inherit;
}

/* Collapsible elements ([[MediaWiki:Gadget-collapsibleContent.js]]) */
.collapsible.collapsed > tr:not(:first-child),
.collapsible.collapsed > tbody > tr:not(:first-child),
.collapsible.collapsed > thead + tbody > tr:first-child,
.collapsible.collapsed > tbody + tbody > tr:first-child,
.collapsible.collapsed > tfoot > tr,
.collapsible.collapsed > .collapsible-content {
	display: none;
}

.collapsetoggle {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	float: right;
	text-align: right;
	margin-left: 0.8em;
}

.collapsetoggle-left > tr > * > .collapsetoggle,
.collapsetoggle-left > * > tr > * > .collapsetoggle,
.collapsetoggle-left > * > .collapsetoggle {
	float: left;
	text-align: left;
	margin-right: 0.8em;
	margin-left: 0;
}

.collapse-button-none > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > tr > * > .collapsetoggle,
.collapsetoggle-inline > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > * > .collapsetoggle {
	float: none;
	text-align:left;
}

.collapsetoggle-custom {
	visibility: hidden;
}

/* Pre-collapse collapsed tables, so there is no page jump when JS kicks in */
.collapsible.collapsed > tr,
.collapsible.collapsed > tbody > tr {
	display: none;
}
.collapsible.collapsed > tr:first-child,
.collapsible.collapsed > tbody > tr:first-child {
	display: table-row;
}
.collapsible.collapsed > thead + tbody > tr:first-child {
	display: none;
}

/* [[Template:Inventory slot]]: [[File:InvCSS.png]] */
.invslot {
	position: relative;
	display: inline-block;
	background: #8B8B8B no-repeat center center / 32px 32px;
	border: 2px solid;
	border-color: #373737 #FFF #FFF #373737;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 1;
	text-align: left;
	vertical-align: bottom;
}
.invslot::before,
.invslot::after {
	content: "";
	position: absolute;
	background-color: #8B8B8B;
	height: 2px;
	width: 2px;
	pointer-events: none;
}
.invslot::before {
	bottom: -2px;
	left: -2px;
}
.invslot::after {
	top: -2px;
	right: -2px;
}
.invslot-large {
	padding: 8px;
}

.invslot-item,
.invslot-item > a:first-child {
	position: relative;
	display: block;
	margin: -2px;
	padding: 2px;
}

.invslot-item-image > a.new:first-child {
	background: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/0/07/InvCSS.png/revision/latest) no-repeat content-box !important;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}

.invslot-stacksize {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Minecraft, sans-serif !important;
	font-weight: normal !important;
	color: #FFF !important;
	text-shadow: 2px 2px 0 #3F3F3F;
	filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
	z-index: 2;
}

/* Plain slot with no border or background */
.invslot-plain {
	background-color: transparent;
	border: 0;
}
.invslot-plain:before,
.invslot-plain:after {
	content: none;
}
.invslot-plain > .invslot-item,
.invslot-plain > .invslot-item > a:first-child {
	margin: 0;
	padding: 0;
}

/* [[Sjabloon:Blauwdruk met lagen]] */
.layered-blueprint {
	position: relative;
}

.layered-blueprint-radio {
	display: none;
}

.layered-blueprint-tab {
	display: inline-block;
	cursor: default;
	margin-left: 100%;
	border-left: 4px solid #252525;
	padding: 0.2em 0.5em;
	white-space: nowrap;
	transition: color 200ms, border-color 200ms;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.layered-blueprint-tab:hover {
	color: #80b640;
}

.layered-blueprint-radio:checked + .layered-blueprint-tab {
	color: #249a0a;
	border-left-color: #249a0a;
}

@-webkit-keyframes layered-blueprint-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes layered-blueprint-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

.layered-blueprint-layer {
	position: absolute;
	top: 0;
	background-color: rgba(230, 239, 244, 0.6);
	width: 100%;
	height: 100%;
	-webkit-animation: layered-blueprint-fade-in 200ms;
	animation: layered-blueprint-fade-in 200ms;
}

@-webkit-keyframes layered-blueprint-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes layered-blueprint-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

.layered-blueprint-radio:checked + .layered-blueprint-tab + .layered-blueprint-layer ~ .layered-blueprint-layer {
	visibility: hidden;
	-webkit-animation: layered-blueprint-fade-out 200ms;
	animation: layered-blueprint-fade-out 200ms;
}

/* Generic Minecraft interface styling: [[Module:UI]] */
.mcui {
	display: inline-block;
	position: relative;
	background-color: #C6C6C6;
	border: 2px solid;
	border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB;
	padding: 6px;
	text-align: left;
	white-space: nowrap;
	vertical-align: bottom;
}

/* [[Template:Crafting Table]]:
   [[File:Grid layout Arrow (small).png]], [[File:Grid layout Shapeless.png]], [[File:Grid layout Fixed.png]] */
.mcui-Crafting_Table > * {
	display: inline-block;
	vertical-align: top;
}

.mcui-Crafting_Table .mcui-row {
	display: block;
}

.mcui-Crafting_Table > .mcui-arrow {
	background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/8/86/Grid_layout_Arrow_%28small%29.png/revision/latest?format=original) no-repeat;
	width: 32px;
	height: 26px;
	margin: 40px 4px 0;
}

.mcui-Crafting_Table > .mcui-output {
	margin-top: 28px;
}

.mcui-Crafting_Table > .mcui-icons {
	position: absolute;
	top: 6px;
	right: 6px;
}
.mcui-Crafting_Table .mcui-shapeless,
.mcui-Crafting_Table .mcui-fixed {
	display: inline-block;
	background-repeat: no-repeat;
	width: 19px;
	height: 15px;
	cursor: help;
}
.mcui-Crafting_Table .mcui-shapeless {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/a/a9/Grid_layout_Shapeless.png/revision/latest?format=original);
}
.mcui-Crafting_Table .mcui-fixed {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/b/b8/Grid_layout_Fixed.png/revision/latest?format=original);
}

/* [[Template:Furnace]]:
   [[File:Grid layout Fire.png]], [[File:Grid layout Fire (in-active).png]]
   [[File:Grid layout Furnace Progress.png]], [[File:Grid layout Furnace Progress (in-active).png]] */
.mcui-Furnace > * {
	display: inline-block;
	vertical-align: top;
}

.mcui-Furnace .mcui-fuel {
	display: block;
	background: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/d/d8/Grid_layout_Fire.png/revision/latest?format=original) no-repeat;
	width: 36px;
	height: 36px;
}
.mcui-Furnace .mcui-fuel.mcui-inactive {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/a/ab/Grid_layout_Fire_%28in-active%29.png/revision/latest?format=original);
}
	
.mcui-Furnace > .mcui-arrow {
	background: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/8/8e/Grid_layout_Furnace_Progress.png/revision/latest?format=original) no-repeat;
	width: 44px;
	height: 32px;
	margin: 36px 18px 0 14px;
}
.mcui-Furnace > .mcui-arrow.mcui-inactive {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/d/dc/Grid_layout_Furnace_Progress_%28in-active%29.png/revision/latest?format=original);
}

.mcui-Furnace > .mcui-output {
	margin-top: 28px;
}

-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/4/4b/Grid_layout_Brewing_Arrow.png/revision/latest?format=original);
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-arrow {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/5/59/Grid_layout_Brewing_Arrow_%28In-active%29.png/revision/latest?format=original);
}

.mcui-Brewing_Stand > .mcui-paths {
	position: relative;
	background: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/8/82/Grid_layout_Brewing_Paths.png/revision/latest?format=original) no-repeat;
	width: 60px;
	height: 40px;
	margin: -20px auto -16px;
	z-index: 1;
}

.mcui-Brewing_Stand .mcui-output .invslot {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/5/59/Grid_layout_Brewing_Empty.png/revision/latest?format=original);
}
.mcui-Brewing_Stand .mcui-output2 {
	margin: 14px 10px 0;
}

/* [[Template:Hotbar]] */
.mcui-Hotbar {
	display: inline-block;
	position: relative;
	border: 0;
	padding: 0;
	background-color: transparent;
}
.mcui-Hotbar > .mcui-selector {
	position: absolute;
	top: -2px;
	margin-left: -2px;
}
.mcui-Hotbar > .mcui-slots {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
}
.mcui-Hotbar .invslot {
	margin: 4px;
}

/* [[Sjabloon:Navbox]] */
.notanavbox {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 1em auto 0;
	clear: both;
	width: 100%;
}

.notanavbox table {
	background: #FFF;
	margin-left: -4px;
	margin-right: -2px;
}
.notanavbox table:first-child {
	margin-top: -2px;
}
.notanavbox table:last-child {
	margin-bottom: -2px;
}

.notanavbox .notanavbox-top {
	white-space: nowrap;
	background-color: #CCC;
	padding: 0 3px;
	text-align: center;
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/c/cc/Navbox_achtergrond.png/revision/latest?format=original);
}

.notanavbox-navbar,
.notanavbox-navbar-mini {
	float: left;
	font-size: 80%;
}

.notanavbox-title {
	padding: 0 10px;
	font-size: 125%;
	display: block;
    text-align: right;
}

.notanavbox th {
	background-color: #EEE;
	padding: 0 10px;
	white-space: nowrap;
	text-align: right;
}

.notanavbox td {
	width: 100%; 
	padding: 0 0 0 2px;
}

/* [[Sjabloon:LoadBox]] with navbox */
.loadbox-navbox {
	padding: 2px !important;
	margin: 1em 0 0 !important;
	clear: both;
}
#content .loadbox-navbox > p {
	background-color: #CCC;
	text-align: center;
	margin: 0;
	padding: 0 3px;
}
.loadbox-navbox > p > b {
	font-size: 110%;
}

.loadbox-navbox .notanavbox {
	margin: 0 -2px -2px;
	border: 0;
}
.loadbox-navbox .notanavbox > tbody > tr:first-child {
	display: none;
}

/* LEGACY */
.notanavbox-title-legacy {
	padding: 0 10px;
	font-size: 110%;
    background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/c/cc/Navbox_achtergrond.png/revision/latest?format=original);
}

/* [[Sjabloon:Sprite]] */
.sprite {
	display: inline-block;
	vertical-align: text-top;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.sprite + .sprite-text {
	padding-left: 0.312em;
}

@media all and (min-width: 1200px) {
	/* [[Sjabloon:Sprite/Preview]] */
	.sprite-preview:hover div {
		opacity: 0.7 !important;
	}
}

/* [[Sjabloon:EffectSprite]]: [[File:EffectsCSS]] */
.effect-sprite {
    background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/b/b7/EffectsCSS.png/revision/latest);
    width: 18px;
    height: 18px;
}

/* [[Sjabloon:CommentSprite]]: [[File:CommentCSS.png]] */
.comment-sprite {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/9/9c/CommentCSS.png/revision/latest);
}

/* [[Sjabloon:BlockSprite]]: [[File:BlockCSS.png]] */
.block-sprite {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/d/df/BlockCSS.png/revision/latest);
}

/* [[Sjabloon:EntitySprite]]: [[File:EntityCSS.png]] */
.entity-sprite {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/4/40/EntityCSS.png/revision/latest);
}

/* [[Sjabloon:ItemSprite]]: [[File:ItemCSS.png]] */
.item-sprite {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/f/f5/ItemCSS.png/revision/latest);
}

/* [[Sjabloon:EnvSprite]]: [[File:EnvCSS.png]] */
.env-sprite {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/5/54/EnvCSS.png/revision/latest);
}

/* [[Sjabloon:InvSprite]]: [[File:InvCSS.png]] */
.inv-sprite {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/0/07/InvCSS.png/revision/latest);
	width: 32px;
	height: 32px;
}

/* [[Sjabloon:EditionSprite]]: [[File:EditionCSS.png]] */
.edition-sprite {
    background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/7/7c/EditionCSS.png/revision/latest);
}

/* [[Template:Nbt/sprite]]: [[File:Nbtsheet.png]] */
.nbt-sprite {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/d/d0/Nbtsheet.png/revision/latest);
}

/* [[Sjabloon:PrestatieSprite]]: [[Bestand:PrestatieSprite.png]] */
.prestatie-sprite {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/2/2c/PrestatieSprite.png/revision/latest);
	width: 94px;
	height: 94px;
}

/* [[Sjabloon:VakSprite]]: [[Bestand:VakSprite.png]] */
.vak-sprite {
	background-image: url(https://gamepedia.cursecdn.com/minecraft_nl_gamepedia/b/bd/VakSprite.png);
	width: 32px;
	height: 32px;
}

/* [[Sjabloon:Schematic]]: [[File:SchematicSprite.png]] */
.schematic-sprite {
	background-image: url(https://static.wikia.nocookie.net/minecraft_nl_gamepedia/images/c/c2/SchematicSprite.png/revision/latest);
	background-size: 32em auto;
	width: 1em;
	height: 1em;
}

/* Template output styling */
.thumb .schematic {
	margin: auto;
}
table.schematic {
	border-collapse: collapse;
	font-size: 32px;
}
span.schematic {
	display: inline-block;
	font-size: 32px;
}

table.schematic td {
	vertical-align: top;
}
table.schematic td,
span.schematic {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 0;
	width: 1em;
	height: 1em;
	overflow: hidden;
}
table.schematic td > div,
span.schematic {
	position: relative;
}
table.schematic td > div .sprite,
table.schematic td > div .text,
span.schematic .sprite,
span.schematic .text {
	position: absolute;
	left: 0;
}

.schematic .text {
	line-height: 1.5em;
	font-size: 75%;
	width: 100%;
	color: black;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 2px #FFF;
}

/* Classes corresponding to Minecraft formatting codes */
.format-0 {
	color: #000;
	text-shadow: 0.125em 0.125em 0 #000;
}

.format-1 {
	color: #00A;
	text-shadow: 0.125em 0.125em 0 #00002A;
}

.format-2 {
	color: #0A0;
	text-shadow: 0.125em 0.125em 0 #002A00;
}

.format-3 {
	color: #0AA;
	text-shadow: 0.125em 0.125em 0 #002A2A;
}

.format-4 {
	color: #A00;
	text-shadow: 0.125em 0.125em 0 #2A0000;
}

.format-5 {
	color: #A0A;
	text-shadow: 0.125em 0.125em 0 #A200A2;
}

.format-6 {
	color: #FA0;
	text-shadow: 0.125em 0.125em 0 #2A2A00;
}

.format-7 {
	color: #AAA;
	text-shadow: 0.125em 0.125em 0 #2A2A2A;
}

.format-8 {
	color: #555;
	text-shadow: 0.125em 0.125em 0 #151515;
}

.format-9 {
	color: #55F;
	text-shadow: 0.125em 0.125em 0 #15153F;
}

.format-a {
	color: #5F5;
	text-shadow: 0.125em 0.125em 0 #153F15;
}

.format-b {
	color: #5FF;
	text-shadow: 0.125em 0.125em 0 #153F3F;
}

.format-c {
	color: #F55;
	text-shadow: 0.125em 0.125em 0 #3F1515;
}

.format-d {
	color: #F5F;
	text-shadow: 0.125em 0.125em 0 #3F153F;
}

.format-e {
	color: #FF5;
	text-shadow: 0.125em 0.125em 0 #3F3F15;
}

.format-l {
	font-weight: bold;
	letter-spacing: 0.125em;
}

.format-m {
	text-decoration: line-through;
}

.format-n {
	text-decoration: underline;
}

.format-o {
	font-style: italic;
}

/* Styling for minecraft style tooltip */
#minetip-tooltip {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #100010;
	background-color: rgba(16, 0, 16, 0.94);
	color: #FFF;
	padding: 0.375em;
	font-family: Minecraft, sans-serif;
	font-size: 16px;
	word-spacing: 4px;
	white-space: nowrap;
	line-height: 1.25em;
	text-shadow: 0.125em 0.125em 0 #3F3F3F;
	margin: 0.125em 0.25em;
	pointer-events: none;
	z-index: 99;
}

#minetip-tooltip:before {
	content: "";
	position: absolute;
	top: 0.125em;
	right: -0.125em;
	bottom: 0.125em;
	left: -0.125em;
	border: 0.125em solid #100010;
	border-style: none solid;
	border-color: rgba(16, 0, 16, 0.94);
}

#minetip-tooltip:after {
	content: "";
	position: absolute;
	top: 0.125em;
	right: 0;
	bottom: 0.125em;
	left: 0;
	border: 0.125em solid #2D0A63;
	border-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
	border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
}

#minetip-tooltip > .description,
#minetip-tooltip > .minetip-description {
	display: block;
	margin-top: 0.25em;
}

/* Turn a list into a tree view style (See [[.minecraft]]) */
.treeview {
	margin-top: 0.3em;
}

.treeview .treeview-header {
	padding-left: 3px;
	font-weight: bold;
}
.treeview .treeview-header:last-child {
	border-color: #636363 !important;
	border-left-style: dotted;
}
.treeview .treeview-header:not(:last-child)::before {
	content: none;
}
.treeview .treeview-header:last-child::before {
	border-bottom: 0;
}

.treeview ul,
.treeview li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.treeview li li {
	position: relative;
	padding-left: 13px;
	margin-left: 7px;
	border-left: 1px solid #636363;
}
.treeview li li::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 11px;
	height: 11px;
	border-bottom: 1px solid #636363;
}

.treeview li li:last-child:not(.treeview-continue) {
	border-color: transparent;
}
.treeview li li:last-child:not(.treeview-continue)::before {
	border-left: 1px solid #636363;
	width: 10px;
}

.nbttree-inherited {
	background-color: #E6E6FA;
}

/* Fix treeview overlapping floating content */
div.thumb {
	position: relative;
	z-index: 1;
}
Advertisement