MediaWiki:Gadget-FloatToc.css:修订间差异
跳到导航
跳到搜索
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第9行: | 第9行: | ||
} | } | ||
.toc-custom { | .toc-custom { | ||
opacity: 0. | opacity: 0.85; | ||
position: fixed; | position: fixed; | ||
left: -6px; | left: -6px; | ||
| 第16行: | 第16行: | ||
} | } | ||
.toc-custom:hover { | .toc-custom:hover { | ||
opacity: | opacity: 0.95; | ||
z-index: | z-index: 99; | ||
} | } | ||
.toc-custom>ul { | .toc-custom>ul { | ||
2021年8月10日 (二) 20:37的版本
/* 由用户:850710247liu设计的浮动目录效果*/
#toc{
padding: 0.8em;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12);
border-radius: 10px;
overflow: hidden;
border: 1px solid #ddd;
background: rgb(254 254 254);
}
.toc-custom {
opacity: 0.85;
position: fixed;
left: -6px;
top: 62px;
width: 176px;
}
.toc-custom:hover {
opacity: 0.95;
z-index: 99;
}
.toc-custom>ul {
height: 60vh;
overflow-y: scroll;
}
#btn-showtoc {
cursor: pointer;
}
.toc .toctoggle {
display: none;
}