テンプレート:CraftingRecipes/styles.css

提供: Stardew Valley Wiki
< テンプレート:CraftingRecipes
2021年11月21日 (日) 17:25時点におけるMargotbean (トーク | 投稿記録)による版 (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:テンプレート]] */