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

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


.l-box-item {
.l-box-item {
    padding: 12px 20px;
     border-bottom: 1px solid rgba(255,255,255,0.05);
     border-bottom: 1px solid rgba(255,255,255,0.05);
     border-left: 3px solid transparent;
     border-left: 3px solid transparent;
    color: #8ab4f8;
    cursor: pointer;
     transition: all 0.15s;
     transition: all 0.15s;
}
}
Рядок 892: Рядок 895:
.l-box-item-last {
.l-box-item-last {
     border-bottom: none;
     border-bottom: none;
}
.l-box-item a {
    display: block;
    padding: 12px 20px;
    color: #8ab4f8 !important;
    text-decoration: none !important;
}
}


Рядок 904: Рядок 900:
     background: #252525;
     background: #252525;
     border-left-color: #555;
     border-left-color: #555;
}
     color: #fff;
 
.l-box-item:hover a {
     color: #fff !important;
}
}


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