MediaWiki:Vector-2022.css: Difference between revisions

Apparently relevant CSS for crafting table UI
m Custom CSS classes
(3 intermediate revisions by the same user not shown)
Line 402: Line 402:


.mcui-Crafting_Table > .mcui-arrow {
.mcui-Crafting_Table > .mcui-arrow {
     background: url(/images/Grid_layout_Arrow_%28small%29.png?a4894) no-repeat;
     background: url(https://minecraft.wiki/images/Grid_layout_Arrow_%28small%29.png?a4894) no-repeat;
     width: 32px;
     width: 32px;
     height: 26px;
     height: 26px;
Line 427: Line 427:


.mcui-Crafting_Table .mcui-shapeless {
.mcui-Crafting_Table .mcui-shapeless {
     background-image: url(/images/Grid_layout_Shapeless.png?9dddf)
     background-image: url(https://minecraft.wiki/images/Grid_layout_Shapeless.png?9dddf)
}
}


.mcui-Crafting_Table .mcui-fixed {
.mcui-Crafting_Table .mcui-fixed {
     background-image: url(/images/Grid_layout_Fixed.png?bb1da)
     background-image: url(https://minecraft.wiki/images/Grid_layout_Fixed.png?bb1da)
}
}


Line 483: Line 483:
     font-size: 16px;
     font-size: 16px;
     color: #404040
     color: #404040
}
/* Used to render low-res textures in larger sizes */
.pixel-image, .invslot-item-image, .sprite {
    image-rendering: pixelated;
}
.item-padding {
padding: 16px;
}
}