MediaWiki:Common.css:修订间差异
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第249行: | 第249行: | ||
.common-box { | .common-box { | ||
padding: .2em .4em; | padding: .2em .4em; | ||
border: | border: 0.8px 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 | -webkit-box-shadow: #666 0 1.5px 2px; | ||
-moz-box-shadow: #666 0 2px | -moz-box-shadow: #666 0 1.5px 2px; | ||
border-radius: 10px; | border-radius: 10px; | ||
box-shadow: #666 0 | box-shadow: #666 0 1px 1.5px; | ||
background: rgba(250,250,250,0.6); | |||
} | } | ||
/* 数据表格 */ | /* 数据表格 */ | ||