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

StayByMe
둘러보기로 이동 검색으로 이동
편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
태그: 되돌려진 기여
6번째 줄: 6번째 줄:
}
}


.mw-portlet-heading {
.self-toggle {
    display: block;
    padding: 5px;
    cursor: pointer;
     font-weight: bold;
     font-weight: bold;
     background-color: #f9f9f9;
     color: #0645AD;
    padding: 5px;
     text-decoration: none;
    border: 1px solid #ccc;
     margin-bottom: 5px;
}
}


.mw-portlet-body {
.self-toggle:hover {
     padding: 5px;
     text-decoration: underline;
}
}

2024년 7월 3일 (수) 02:24 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 로고 이미지 크기 조정 */
#p-logo a img {
    width: 10px;
    height: 10px;
}

.self-toggle {
    display: block;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #0645AD;
    text-decoration: none;
}

.self-toggle:hover {
    text-decoration: underline;
}