User:Horizon98/CraftingRecipes/styles.css

From Stardew Valley Wiki
Jump to navigation Jump to search
/* Moved from vector.css */

.craftingrecipetable {
   position: absolute;
   margin: 12px 0 0 16px;
   border-collapse: collapse;
   display: block;
   border-spacing: 0;
   padding: 0;
}

.craftingrecipetable td {
   width: 54px;
   height: 54px;
   border-style: solid;
   padding: 0;
   border: 0;
}

.craftingrecipetable td.w1 {width: 1px;}

.craftingrecipetable a {
   width: 100%;
   height: 100%;
   display: block;
   font-size: 0px;
}

.craftingrecipetable a:hover {
   border-style: solid;
   border-color: blue;
   border-width: 3px;
   box-sizing: border-box;
}

.outercraftingrecipediv {
   clear: both;
   position: relative; 
   width: 600px; 
   height: 249px;
}

.innercraftingrecipediv {position: absolute;}