@font-face { font-family: "Minecraftia"; src: url("/MC.js/Minecraftia-Regular.ttf"); font-weight: normal; font-style: normal; } .main-content { margin-top: 20px; } .mcitem { display: inline-block; width: 32px; height: 32px; vertical-align: middle; margin-right: 4px; .count { position: relative; top: 18px; float: right; font-family: Minecraftia, Arial, sans-serif; font-size: 14px; color: white; text-shadow: 2px 2px rgb(25, 25, 25); } } .recipe-crafting { background-image: url(/img/crafting-recipe.png); width: 248px; height: 124px; margin-bottom: 15px; table { position: relative; left: 8px; top: 8px; width: 108px; height: 108px; td { width: 32px; height: 32px; display: inline-block; margin: 2px; padding: 0px; .mcitem { margin: 0px; } } } .output { position: relative; left: 198px; bottom: 62px; } } .mods-list { padding-left: 0px; li { list-style: none; } } pre { margin-bottom: 15px; padding: 8px 12px; overflow-x: auto; line-height: 17px; tab-size: 4; } .tooltip-inner > .mcitem { vertical-align: initial; margin-right: 0px; } .icon { width: 16px; height: 16px; display: inline-block; > svg { vertical-align: middle; } } html { position: relative; min-height: 100%; } body { margin-bottom: 200px } .site-footer { position: absolute; bottom: 0px; width: 100%; padding-top: 20px; padding-bottom: 20px; background-color: #f5f5f5; }