User:Chiyansama/common.css

来自有兽档案馆
< User:Chiyansama
Chiyansama留言 | 贡献2023年5月23日 (二) 14:25的版本 (页面内容被替换为“@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…”)
@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;
}
}