미디어위키:Minerva.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
50번째 줄: 50번째 줄:
#p-main-categories .category span,
#p-main-categories .category span,
#p-main-categories .language span{font-weight:500}
#p-main-categories .language span{font-weight:500}
.recommended-open > li:hover {
    background-color: #eaeff7;
    list-style: none;
}


/* 로그인 */
/* 로그인 */
98번째 줄: 102번째 줄:
     .infobox .custom-image {width: 100% !important; left:0}
     .infobox .custom-image {width: 100% !important; left:0}
     .infobox .custom-album {width: 100% !important}
     .infobox .custom-album {width: 100% !important}
}
#mw-mf-page-left ul {
    padding-bottom: 22px;
}
#mw-mf-page-left ul li {
    background-color: #ffffff;
    position: relative;
    border-top: 1px solid #eaecf0;
    margin-top: -1px
}
#mw-mf-page-left ul li:first-child {
    border-top: 0
}
#mw-mf-page-left ul li a {
    color: #54595d;
    display: flex;
    align-items: center;
    line-height: inherit;
    max-width: 100%;
    padding: 12px 10px 12px 15px;
}
#mw-mf-page-left ul li a:hover {
    box-shadow: inset 4px 0 0 0 #3366cc;
    text-decoration: none
}
#mw-mf-page-left ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: bold
}
}