Difference between revisions of "Template:CraftingRecipes/styles.css"

From Stardew Valley Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
.craftingrecipetable tr.h24 td {height: 24px;}
 
.craftingrecipetable tr.h24 td {height: 24px;}
 
.craftingrecipetable tr.h26 td {height: 26px;}
 
.craftingrecipetable tr.h26 td {height: 26px;}
 +
.craftingrecipetable tr.h45 td {height: 45px;}
 
.craftingrecipetable tr.h47 td {height: 47px;}
 
.craftingrecipetable tr.h47 td {height: 47px;}
 
.craftingrecipetable tr.h49 td {height: 49px;}
 
.craftingrecipetable tr.h49 td {height: 49px;}
 
.craftingrecipetable tr.h51 td {height: 51px;}
 
.craftingrecipetable tr.h51 td {height: 51px;}
 
.craftingrecipetable tr.h52 td {height: 52px;}
 
.craftingrecipetable tr.h52 td {height: 52px;}
 +
.craftingrecipetable tr.h53 td {height: 53px;}
 
.craftingrecipetable tr.h55 td {height: 55px;}
 
.craftingrecipetable tr.h55 td {height: 55px;}
 
.craftingrecipetable tr.h102 td {height: 102px;}
 
.craftingrecipetable tr.h102 td {height: 102px;}
Line 26: Line 28:
 
   border: 0;
 
   border: 0;
 
}
 
}
 +
 +
.craftingrecipetable td.w1 {width: 1px;}
 +
.craftingrecipetable td.w51 {width: 51px;}
 +
.craftingrecipetable td.w52 {width: 52px;}
 +
.craftingrecipetable td.w53 {width: 53px;}
  
 
.craftingrecipetable a {
 
.craftingrecipetable a {

Revision as of 20:38, 15 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 tr.h24 td {height: 24px;}
.craftingrecipetable tr.h26 td {height: 26px;}
.craftingrecipetable tr.h45 td {height: 45px;}
.craftingrecipetable tr.h47 td {height: 47px;}
.craftingrecipetable tr.h49 td {height: 49px;}
.craftingrecipetable tr.h51 td {height: 51px;}
.craftingrecipetable tr.h52 td {height: 52px;}
.craftingrecipetable tr.h53 td {height: 53px;}
.craftingrecipetable tr.h55 td {height: 55px;}
.craftingrecipetable tr.h102 td {height: 102px;}

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

.craftingrecipetable td.w1 {width: 1px;}
.craftingrecipetable td.w51 {width: 51px;}
.craftingrecipetable td.w52 {width: 52px;}
.craftingrecipetable td.w53 {width: 53px;}

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

/* [[Category:Template stylesheets]] */