"틀:CraftingRecipes/styles.css"의 두 판 사이의 차이

Stardew Valley Wiki
둘러보기로 가기 검색하러 가기
잔글 (Horizon98(토론)의 편집을 Margotbean의 마지막 판으로 되돌림)
태그: 되돌리기
(resize to 2/3)
 
1번째 줄: 1번째 줄:
 
.craftingrecipetable {
 
.craftingrecipetable {
 
   position: absolute;
 
   position: absolute;
   margin: 26px 0 0 16px;
+
   margin: 18px 0 0 10px;
 
   border-collapse: collapse;
 
   border-collapse: collapse;
 
   display: block;
 
   display: block;
8번째 줄: 8번째 줄:
 
}
 
}
  
.craftingrecipetable tr.h24 td {height: 24px;}
+
.craftingrecipetable tr.h16 td {height: 16px;}
.craftingrecipetable tr.h26 td {height: 26px;}
+
.craftingrecipetable tr.h30 td {height: 30px;}
.craftingrecipetable tr.h45 td {height: 45px;}
+
.craftingrecipetable tr.h32 td {height: 32px;}
.craftingrecipetable tr.h47 td {height: 47px;}
+
.craftingrecipetable tr.h35 td {height: 35px;}
.craftingrecipetable tr.h49 td {height: 49px;}
+
.craftingrecipetable tr.h68 td {height: 68px;}
.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 {
 
.craftingrecipetable td {
   width: 50px;
+
   width: 34px;
   height: 50px;
+
   height: 34px;
 
   border-style: solid;
 
   border-style: solid;
 
   padding: 0;
 
   padding: 0;
28번째 줄: 23번째 줄:
  
 
.craftingrecipetable td.w1 {width: 1px;}
 
.craftingrecipetable td.w1 {width: 1px;}
.craftingrecipetable td.w51 {width: 51px;}
 
.craftingrecipetable td.w52 {width: 52px;}
 
.craftingrecipetable td.w53 {width: 53px;}
 
  
 
.craftingrecipetable a {
 
.craftingrecipetable a {
49번째 줄: 41번째 줄:
 
   clear: both;
 
   clear: both;
 
   position: relative;  
 
   position: relative;  
   width: 600px;  
+
   width: 400px;  
   height: 249px;
+
   height: 166px;
 
}
 
}
  

2021년 11월 21일 (일) 17:34 기준 최신판

.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:틀]] */