×
Create a new article
Write your page title here:
We currently have 6 articles on GoldnWiki for Minecraft. Type your article name above or click on one of the titles below and start writing!



GoldnWiki for Minecraft

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Removes the box behind transparent images */
li.gallerybox div.thumb {
    border: 0px solid #444444;
    background-color: #444444;
}
@font-face {
font-family: Minecraft;
src: url('https://goldnwiki.xyz/fonts/minecraft/MinecraftRegular-Bmg3.otf') format("opentype");
}
@font-face {
font-family: Minecraft;
src: url('https://goldnwiki.xyz/fonts/minecraft/MinecraftBold-nMK1.otf') format("opentype");
font-weight: bold;
}
@font-face {
font-family: Minecraft;
src: url('https://goldnwiki.xyz/fonts/minecraft/MinecraftItalic-R8Mo.otf') format("opentype");
font-weight: italic;
}
.mcui-Crafting_Table > *, .mcui-Furnace > * {
    display: inline-block;
    vertical-align: top;
}
.mcui-Crafting_Table .mcui-row {
    display: block;
}
.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;
}
.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;
}
.mcui-Crafting_Table > .mcui-arrow {
    background: url(/images/a/a5/Grid_layout_Arrow_29.png) no-repeat;
    width: 32px;
    height: 26px;
    margin: 40px 4px 0;
}
.mcui-Crafting_Table > .mcui-output {
    margin-top: 28px;
}
.invslot-large {
    padding: 8px;
}
.invslot-item, .invslot-item > a:first-child {
    position: relative;
    display: block;
    margin: -2px;
    padding: 2px;
    width: 32px;
    height: 32px;
}
.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;
}