模板:Collections Cooking/styles.css:修订间差异
来自星露谷物语扩展百科
更多操作
Margotbean(留言 | 贡献) 建立内容为“#outerdiv {position: relative; width: 800px; height: 304px;} #innerdiv {position: absolute;} #calendartable {margin: 18px 14px 0px 18px; border-spacing: 0; paddin…”的新页面 |
Margotbean(留言 | 贡献) 无编辑摘要 |
||
| 第1行: | 第1行: | ||
# | /* 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:Template]] */ | |||
2021年5月9日 (日) 03:21的版本
/* 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:Template]] */