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

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 877: Рядок 877:
     z-index: 100;
     z-index: 100;
     width: 220px;
     width: 220px;
     background-color: #1d1f21;
     background: #1a1a1a;
    border: 1px solid #3c3c3c;
     border-radius: 4px;
     border-radius: 4px;
     font-size: 13px;
     font-size: 13px;
Рядок 886: Рядок 885:


.toc-title {
.toc-title {
     padding: 10px 12px;
     padding: 12px 15px;
     font-weight: bold;
     font-weight: 600;
     font-size: 14px;
     font-size: 14px;
     color: #fff;
     color: #fff;
    background-color: #2a2d30;
     border-bottom: 1px solid #333;
     border-bottom: 1px solid #3c3c3c;
}
}


Рядок 898: Рядок 896:
     margin: 0;
     margin: 0;
     padding: 0;
     padding: 0;
}
.toc-item {
    border-bottom: 1px solid #2a2d30;
}
.toc-item:last-child {
    border-bottom: none;
}
}


.toc-item a {
.toc-item a {
     display: block;
     display: flex;
     padding: 8px 12px 8px 0;
    align-items: center;
     padding: 10px 15px;
     color: #8ab4f8 !important;
     color: #8ab4f8 !important;
     text-decoration: none !important;
     text-decoration: none !important;
     transition: background-color 0.15s;
    border-left: 3px solid transparent;
     transition: all 0.15s;
}
}


.toc-item:hover {
.toc-item a:hover {
     background-color: #2a2d30;
     background: #252525;
    color: #fff !important;
    border-left-color: #555;
}
}


.toc-item:hover a {
.toc-item a.active {
    background: #2a2a2a;
     color: #fff !important;
     color: #fff !important;
    border-left-color: #8ab4f8;
}
}


.toc-number {
.toc-number {
     display: inline-block;
     color: #666;
     width: 28px;
     margin-right: 10px;
     padding: 8px 0 8px 12px;
     min-width: 18px;
    color: #888;
}
     font-size: 12px;
 
.toc-text {
     flex: 1;
}
}