틀:CraftingRecipes/styles.css

Stardew Valley Wiki
< 틀:CraftingRecipes
Horizon98 (토론 | 기여)님의 2021년 5월 16일 (일) 22:30 판 (Update)
둘러보기로 가기 검색하러 가기
.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;}

/* [[Category:틀]] */