틀:CraftingRecipes/styles.css

Stardew Valley Wiki
< 틀:CraftingRecipes
Margotbean (토론 | 기여)님의 2021년 11월 21일 (일) 17:34 판 (resize to 2/3)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 가기 검색하러 가기
.craftingrecipetable {
   position: absolute;
   margin: 18px 0 0 10px;
   border-collapse: collapse;
   display: block;
   border-spacing: 0;
   padding: 0;
}

.craftingrecipetable tr.h16 td {height: 16px;}
.craftingrecipetable tr.h30 td {height: 30px;}
.craftingrecipetable tr.h32 td {height: 32px;}
.craftingrecipetable tr.h35 td {height: 35px;}
.craftingrecipetable tr.h68 td {height: 68px;}

.craftingrecipetable td {
   width: 34px;
   height: 34px;
   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: 400px; 
   height: 166px;
}

.innercraftingrecipediv {position: absolute;}

/* [[Category:틀]] */