MediaWiki:Vector-2022.css: Difference between revisions
m Background fix |
Apparently relevant CSS for crafting table UI |
||
Line 256: | Line 256: | ||
bottom: -18px; | bottom: -18px; | ||
} | } | ||
} | |||
/* CSS for crafting table UI */ | |||
.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 | |||
} | |||
.mcui-Crafting_Table > *,.mcui-Furnace > * { | |||
display: inline-block; | |||
vertical-align: top | |||
} | |||
.mcui-Crafting_Table .mcui-row { | |||
display: block | |||
} | |||
.mcui-Crafting_Table > .mcui-arrow { | |||
background: url(/images/Grid_layout_Arrow_%28small%29.png?a4894) no-repeat; | |||
width: 32px; | |||
height: 26px; | |||
margin: 40px 4px 0 | |||
} | |||
.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; | |||
background-repeat: no-repeat; | |||
width: 19px; | |||
height: 15px; | |||
cursor: help | |||
} | |||
.mcui-Crafting_Table .mcui-shapeless { | |||
background-image: url(/images/Grid_layout_Shapeless.png?9dddf) | |||
} | |||
.mcui-Crafting_Table .mcui-fixed { | |||
background-image: url(/images/Grid_layout_Fixed.png?bb1da) | |||
} | } |