User:Horizon98/CraftingRecipes/styles.css

From Stardew Valley Wiki
< User:Horizon98‎ | CraftingRecipes
Revision as of 12:51, 16 May 2021 by Horizon98 (talk | contribs) (Horizon98 changed the content model of the page User:Horizon98/CraftingRecipes/styles.css from "CSS" to "Sanitized CSS")
Jump to navigation Jump to search
/* Moved from vector.css */

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

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

.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;}