Note: After publishing, you may have to bypass your browser's cache to see the changes.
/* 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-percent {
font-size:20px;
background-color:white;
color:black;
z-index: 1;
border:1px solid black;
position: relative;
top: -20px;
text-align: right;
padding: 2px;
font-weight:bolder;
}
.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.