Retour 6.5s/mcui.css
/*
Source du CSS >> minecraft.gamepedia.com
*/

.invslot {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    border: 2px solid;
    border-color: #373737 #FFF #FFF #373737;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    vertical-align: bottom;
    background: #8B8B8B no-repeat center center / 32px 32px;
}

.invslot:before,
.invslot:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #8B8B8B;
    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 {
    display: block;
    position: relative;
    margin: -2px;
    padding: 2px;
}

.invslot-item-image > a.new:first-child {
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(https://download.topazdev.fr/bastion/images/mcui/InvSprite.png) no-repeat content-box;
}

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

.invslot-plain {
    border: 0;
    background-color: transparent;
}

.invslot-plain:before,
.invslot-plain:after {
    content: none;
}

.invslot-plain > .invslot-item,
.invslot-plain > .invslot-item > a:first-child {
    margin: 0;
    padding: 0;
}

.mcui {
    display: inline-block;
    position: relative;
    padding: 6px;
    border: 2px solid;
    border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB;
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    background-color: #C6C6C6;
}

.mcui-Crafting_Table > *,
.mcui-Furnace > * {
    display: inline-block;
    vertical-align: top;
}

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

.mcui-Crafting_Table > .mcui-arrow {
    width: 32px;
    height: 26px;
    margin: 40px 4px 0;
    background: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Arrow_%28small%29.png) no-repeat;
}

.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;
    width: 19px;
    height: 15px;
    background-repeat: no-repeat;
    cursor: help;
}

.mcui-Crafting_Table .mcui-shapeless {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Shapeless.png);
}

.mcui-Crafting_Table .mcui-fixed {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Fixed.png);
}

.mcui-Furnace .mcui-fuel {
    display: block;
    width: 36px;
    height: 36px;
    background: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Fire.png) no-repeat;
}

.mcui-Furnace .mcui-fuel.mcui-inactive {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Fire_%28in-active%29.png);
}

.mcui-Furnace > .mcui-arrow {
    width: 44px;
    height: 32px;
    margin: 36px 18px 0 14px;
    background: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Furnace_Progress.png) no-repeat;
}

.mcui-Furnace > .mcui-arrow.mcui-inactive {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Furnace_Progress_%28in-active%29.png);
}

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

.mcui-Brewing_Stand > * {
    display: block;
}

.mcui-Brewing_Stand .invslot {
    vertical-align: top;
}

.mcui-Brewing_Stand > .mcui-input {
    text-align: center;
}

.mcui-Brewing_Stand > .mcui-input > .invslot {
    margin-top: 3px;
}

.mcui-Brewing_Stand .mcui-bubbling,
.mcui-Brewing_Stand .mcui-arrow {
    display: inline-block;
    width: 24px;
    height: 57px;
    background-repeat: no-repeat;
}

.mcui-Brewing_Stand .mcui-bubbling {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Brewing_Bubbles.gif);
}

.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-bubbling {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Brewing_Bubbles_%28In-active%29.png);
}

.mcui-Brewing_Stand .mcui-arrow {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Brewing_Arrow.png);
}

.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-arrow {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Brewing_Arrow_%28In-active%29.png);
}

.mcui-Brewing_Stand > .mcui-paths {
    z-index: 1;
    position: relative;
    width: 60px;
    height: 40px;
    margin: -20px auto -16px;
    background: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Brewing_Paths.png) no-repeat;
}

.mcui-Brewing_Stand .mcui-output .invslot {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Grid_layout_Brewing_Empty.png);
}

.mcui-Brewing_Stand .mcui-output2 {
    margin: 14px 10px 0;
}

.mcui-Hotbar {
    display: inline-block;
    position: relative;
    padding: 0;
    border: 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;
}

.sprite {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}

.sprite + .sprite-text {
    padding-left: 0.312em;
}

.bloc-sprite {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/BlocCSS.png);
}

.entité-sprite {
    background-image: url("https://download.topazdev.fr/bastion/images/mcui/EntitéCSS.png");
}

.objet-sprite {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/ObjetCSS.png);
}

.comment-sprite {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/CommentCSS.png);
}

.schéma-sprite {
    width: 1em;
    height: 1em;
    background-image: url("https://download.topazdev.fr/bastion/images/mcui/SchémaSprite.png");
    background-size: 32em auto;
}

.inv-sprite {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/InvSprite.png);
}

.nbt-sprite {
    background-image: url(https://download.topazdev.fr/bastion/images/mcui/Nbtsheet.png);
}

.sprite-preview:hover div {
    opacity: 0.7 !important;
}

#file img {
    height: auto;
    max-width: 100%;
}

ol.references li:target,
sup.reference:target,
span.citation:target {
    background-color: #C1DAF2;
}

.nowrap {
    white-space: nowrap;
}

.noscript {
    display: none;
}

.pixel-image,
.grid,
.invslot-item-image,
.sprite {
    image-rendering: optimizeSpeed;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.list-style-none ul,
.list-style-none ol {
    margin-left: 0;
    list-style: none;
}

.format-0 {
    text-shadow: 0.125em 0.125em 0 #000;
    color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.reference {
    white-space: nowrap;
}

b,
strong {
    font-weight: bold;
}

.not-loaded > a {
    background-image: url(https://minecraft-fr.gamepedia.com/resources/src/jquery/images/spinner.gif) !important;
    background-size: 12px;
}

div#content {
    border-top: 6px solid #B4BEC3;
    border-bottom: 0;
    border-left: 6px solid #171717;
    background-color: #E6EFF4;
}

div#content::before {
    content: "";
    position: absolute;
    top: 83px;
    right: 10px;
    border-top: 6px solid #B9855C;
    border-left: 6px solid #B4BEC3;
}