MediaWiki:Vector-2022.css: Difference between revisions

Apparently relevant CSS for crafting table UI
Grabbing files from MW test
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)
}
}