User:Selfice/管理员工具箱/styles.css:修订间差异

创建页面,内容为“.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; }”
 
无编辑摘要
第1行: 第1行:
.common-box {
.common-box {
    padding: 0.2em 0.4em;
padding: 0.2em 0.4em;
    border: 1px solid #ddd;
border: 1px solid #ddd;
    -moz-border-radius: 10px;
-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
-khtml-border-radius: 10px;
    -o-border-radius: 10px;
-o-border-radius: 10px;
    -webkit-box-shadow: #666 0 2px 3px;
-webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
-moz-box-shadow: #666 0 2px 3px;
    border-radius: 10px;
border-radius: 10px;
    box-shadow: #666 0 2px 3px;
box-shadow: #666 0 2px 3px;
}
}