Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Crafting table/styles.css

Template page
.mcui-Crafting_Table > * {
  display: inline-block;
  vertical-align: top;
}
.mcui-Crafting_Table .mcui-row {
  display: block;
}
.mcui-Crafting_Table > .mcui-arrow {
  background-image: url("images/f/f8/Grid_layout_Arrow_(small)_dark.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 26px;
  margin: 40px 10px 0;
}
.mcui-Crafting_Table > .mcui-output {
  margin-top: 36px;
}
.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;
}