模板:Collections Fish/styles.css:修订间差异
来自星露谷物语扩展百科
更多操作
无编辑摘要 |
Margotbean(留言 | 贡献) m 已还原第二个熺(对话)的编辑至最后由Margotbean修订的版本 |
||
| 第21行: | 第21行: | ||
#fishtable td.w34 {width: 34px;} | #fishtable td.w34 {width: 34px;} | ||
#fishtable a { | #fishtable a { | ||
| 第39行: | 第38行: | ||
#outerfishdiv { | #outerfishdiv { | ||
position: relative; | position: relative; | ||
width: | width: 400px; | ||
height: 304px; | height: 304px; | ||
} | } | ||
2024年5月2日 (四) 00:37的版本
/* 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 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: 400px;
height: 304px;
}
#innerfishdiv {position: absolute;}
/* [[Category:Template]] */