MediaWiki:Common.css: відмінності між версіями

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 871: Рядок 871:
}
}


.l-box a {
.toc-sidebar {
     color: #ccc !important;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 100;
    width: 220px;
    background-color: #1d1f21;
    border: 1px solid #3c3c3c;
    border-radius: 4px;
    font-size: 13px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
 
.toc-title {
    padding: 10px 12px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background-color: #2a2d30;
    border-bottom: 1px solid #3c3c3c;
}
 
.toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.toc-item {
    border-bottom: 1px solid #2a2d30;
}
 
.toc-item:last-child {
    border-bottom: none;
}
 
.toc-item a {
    display: block;
    padding: 8px 12px 8px 0;
     color: #8ab4f8 !important;
     text-decoration: none !important;
     text-decoration: none !important;
    transition: background-color 0.15s;
}
}


.l-box-item:hover {
.toc-item:hover {
     background-color: rgba(255,255,255,0.08);
     background-color: #2a2d30;
}
}


.l-box-item:hover a {
.toc-item:hover a {
     color: #fff !important;
     color: #fff !important;
}
.toc-number {
    display: inline-block;
    width: 28px;
    padding: 8px 0 8px 12px;
    color: #888;
    font-size: 12px;
}
}


@media (max-width: 1400px) {
@media (max-width: 1400px) {
     .l-box {
     .toc-sidebar {
         display: none !important;
         display: none !important;
     }
     }