User:Selfice/管理员工具箱/styles.css

Selfice留言 | 贡献2025年4月16日 (三) 18:49的版本 (创建页面,内容为“.common-box { padding: 0.2em 0.4em; border: 1px solid #ddd; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -o-border-radius: 10px; -webkit-box-shadow: #666 0 2px 3px; -moz-box-shadow: #666 0 2px 3px; border-radius: 10px; box-shadow: #666 0 2px 3px; }”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.common-box {
    padding: 0.2em 0.4em;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    border-radius: 10px;
    box-shadow: #666 0 2px 3px;
}