User:Chiyansama/common.css:修订间差异

来自有兽档案馆
(页面内容被替换为“@media (min-width: 1200px) { div#toc { background: transparent; border: 0; padding: 0; line-height: 21px; padding: 0; overflow: auto; } .toc ul ul { margin: 0 0 0 1.2em; } .toc-sticky { padding-left: 21%; position: relative; } div#toc { position: sticky; top: 90px; float: left; margin-left: calc(-20% - 80px); width: calc(20% + 60px); height: 85vh; di…”)
标签替换
(清空全部内容)
标签清空 手工回退
第1行: 第1行:
@media (min-width: 1200px) {
div#toc {
background: transparent;
border: 0;
padding: 0;
line-height: 21px;
padding: 0;
overflow: auto;
}

.toc ul ul {
margin: 0 0 0 1.2em;
}
.toc-sticky {
padding-left: 21%;
position: relative;
}
div#toc {
position: sticky;
top: 90px;
float: left;
margin-left: calc(-20% - 80px);
width: calc(20% + 60px);
height: 85vh;
display: block;
padding: 0 30px 0 0;
}
.toc::-webkit-scrollbar {
width: 10px;
}
.toc::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 5px;
}
.toc{
scrollbar-width: thin;
}

pre, .mw-code {
background-color: #f8f9fa33;
border: 1px solid #eaecf078;
}

.bread-crumb a:last-child .b-name {
color: white!important;
}
}

2023年5月23日 (二) 14:31的版本