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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.Liberty .nav-wrapper .navbar .navbar-login .logout-btn {
    display: none;
}
.btn.btn-secondary.tools-btn.tools-share {
    display: none;
}


.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
   border: 1px solid #e1e8ed;
   border: 1px solid #e1e8ed;
}
}

2021년 1월 4일 (월) 23:42 판

/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */

.Liberty .nav-wrapper .navbar .navbar-login .logout-btn {
    display: none;
}

.btn.btn-secondary.tools-btn.tools-share {
    display: none;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable, .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
  border: 1px solid #e1e8ed;
}