No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
border:1px solid black; | border:1px solid black; | ||
position: relative; | position: relative; | ||
top: - | top: -0px; | ||
text-align: right; | text-align: right; | ||
padding: 0px; | padding: 0px; | ||
font-weight:bold; | font-weight:bold; | ||
width: | width:36px; | ||
} | } | ||
.crafting-grid-image { | .crafting-grid-image { |
/* CSS placed here will be applied to all skins */
body {
background:#FFFFF5;
}
h1 {
clear:both;
}
h2 {
clear:both;
}
table.crafting {
margin:auto;
width:auto;
}
table.crafting td:not(.crafting-nosize) {
width:36px;
height:36px;
text-align:center;
vertical-align:middle;
}
.infobox-header, .infobox-embedded {
width:100%;
text-align:center;
font-weight:bold;
font-size:14px;
}
.crafting-grid-div {
width:32px;
height:32px;
}
.crafting-grid-number {
font-size:20px;
color:white;
z-index: 1;
position: relative;
top: -22px;
text-align: right;
padding: 2px;
font-weight:bolder;
text-shadow: 2px 2px black;
}
.crafting-grid-percentage {
background-color:white;
color:black;
z-index: 1;
border:1px solid black;
position: relative;
top: -0px;
text-align: right;
padding: 0px;
font-weight:bold;
width:36px;
}
.crafting-grid-image {
}
.infobox-tiles {
float: none;
clear: none;
display:inline-block;
width: 296px;
height: auto;
}
.infobox-tiles .infobox {
float: none;
clear: none;
display:inline-block;
width: 284px;
}
.animated-grid {
position: absolute;
left: 0;
top: 0;
width: 0px;
height: 0px;
opacity: 0;
overflow: hidden;
}
.animated-grid.active {
position: relative;
width:auto;
height:auto;
opacity: 1;
}
Do you need a wiki for your Minecraft mod/gaming wiki? We'll host it for free! Contact us.