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