Difference between revisions of "User:Horizon98/CraftingRecipes/styles.css"

From Stardew Valley Wiki
Jump to navigation Jump to search
Line 30: Line 30:
 
   border-style: solid;
 
   border-style: solid;
 
   border-color: blue;
 
   border-color: blue;
   border-width: 3px;
+
   border-width: 0px;
 
   box-sizing: border-box;
 
   box-sizing: border-box;
 
}
 
}

Revision as of 13:48, 16 May 2021

/* 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 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: 0px;
   box-sizing: border-box;
}

.outercraftingrecipediv {
   clear: both;
   position: relative; 
   width: 560px; 
   height: 233px;
}

.innercraftingrecipediv {position: absolute;}