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