No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
src: url('https://goldnwiki.xyz/fonts/minecraft/MinecraftItalic-R8Mo.otf') format("opentype"); | src: url('https://goldnwiki.xyz/fonts/minecraft/MinecraftItalic-R8Mo.otf') format("opentype"); | ||
font-weight: italic; | 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; | |||
} | } |
Latest revision as of 04:11, 19 June 2023
/* 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;
}