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

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


.l-box-item {
.l-box-item {
    display: block;
    padding: 12px 20px;
    color: #8ab4f8 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
     border-left: 3px solid transparent;
     border-left: 3px solid transparent;
     transition: all 0.15s;
     transition: all 0.15s;
}
}


.l-box-item a {
.l-box-item-last {
     color: #8ab4f8 !important;
     border-bottom: none;
    text-decoration: none !important;
}
}


Рядок 897: Рядок 901:
     background: #252525;
     background: #252525;
     border-left-color: #555;
     border-left-color: #555;
}
.l-box-item:hover a {
     color: #fff !important;
     color: #fff !important;
}
}
Рядок 906: Рядок 907:
     background: #2a2a2a;
     background: #2a2a2a;
     border-left-color: #8ab4f8;
     border-left-color: #8ab4f8;
}
.l-box-item.active a {
     color: #fff !important;
     color: #fff !important;
}
}