“MediaWiki:Common.css”的版本间的差异
来自BioHos-生命健康创投百科
Jianjdandd(讨论 | 贡献) |
Jianjdandd(讨论 | 贡献) |
||
| (未显示同一用户的4个中间版本) | |||
| 第4行: | 第4行: | ||
display: block; | display: block; | ||
position: fixed; | position: fixed; | ||
| − | top: | + | top: 85px; |
right: 20px; | right: 20px; | ||
| − | min-width: | + | min-width: 250px; |
| − | max-width: | + | max-width: 325px; |
max-height: 600px; | max-height: 600px; | ||
overflow-y: scroll; | overflow-y: scroll; | ||
2017年6月25日 (日) 09:44的最新版本
/* 放置于这里的CSS将应用于所有皮肤 */
/* == 浮动目录 == */
.toc,#toc {
display: block;
position: fixed;
top: 85px;
right: 20px;
min-width: 250px;
max-width: 325px;
max-height: 600px;
overflow-y: scroll;
border: 1px solid #aaa;
border-radius: 0 0 1px 1px;
-moz-border-radius: 0 0 1px 1px;
background: rgba(249,249,249,0.85);
padding: 12px;
box-shadow: 0 1px 8px #000;
-webkit-box-shadow: 0 1px 8px #000;
-moz-box-shadow: 0 1px 8px #000;
}
body { overflow-x: hidden;}