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
Revision as of 18:30, 2 July 2025 by JoshuaEpstein (talk | contribs) (Make images render with pixelated image rendering so that they can be as small as they want, but retain quality)
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
.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;
}

.mw-file-element {
	image-rendering: pixelated;
}