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

편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
태그: 되돌려진 기여
2번째 줄: 2번째 줄:
.mw-headline-number { color: #0275d8; }
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }
.mw-headline-number::after { content: "."; }
.nav-wrapper.navbar-fixed-top {
    margin-bottom: 20px; /* 네비게이션 바와 본문 사이의 간격 */
}


.content-wrapper {
.content-wrapper {
     margin-top: 72px !important; /* 본문 위쪽 간격 */
     margin-top: 72px !important; /* 본문 위쪽 간격 */
}
}

2024년 12월 2일 (월) 15:46 판

/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }

.nav-wrapper.navbar-fixed-top {
    margin-bottom: 20px; /* 네비게이션 바와 본문 사이의 간격 */
}

.content-wrapper {
    margin-top: 72px !important; /* 본문 위쪽 간격 */
}