模板:Collections Cooking/styles.css:修订间差异
来自星露谷物语扩展百科
更多操作
Margotbean(留言 | 贡献) 无编辑摘要 |
Sizau将页面模板:Collections Cooking/styles.css的内容模型从“CSS”更改为“已过滤的CSS” |
||
| (未显示同一用户的2个中间版本) | |||
| 第45行: | 第45行: | ||
#innercookingdiv {position: absolute;} | #innercookingdiv {position: absolute;} | ||
/* [[Category: | /* [[Category:模板]] */ | ||
2026年1月13日 (二) 12:47的最新版本
/* Derived from #calendartable in vector.css */
#cookingtable {
position: absolute;
margin: 20px 14px 0px 20px;
border-collapse: collapse;
display: block;
border-spacing: 0;
padding: 0;
}
#cookingtable td {
height: 36px;
width: 36px;
border-style: solid;
border: 0;
padding: 0;
}
#cookingtable tr.h34 td {height: 34px;}
#cookingtable td.w34 {width: 34px;}
#cookingtable td.w46 {width: 46px;}
#cookingtable a {
width: 100%;
height: 100%;
display: block;
font-size: 0px;
}
#cookingtable a:hover {
border-style: solid;
border-color: blue;
border-width: 3px;
box-sizing: border-box;
}
#outercookingdiv {
position: relative;
width: 800px;
height: 304px;
}
#innercookingdiv {position: absolute;}
/* [[Category:模板]] */