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

편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
5번째 줄: 5번째 줄:
.content-wrapper {
.content-wrapper {
     margin-top: 72px !important; /* 본문 위쪽 간격 */
     margin-top: 72px !important; /* 본문 위쪽 간격 */
}
/* 모바일 환경 간격 설정 */
@media (max-width: 768px) {
    .nav-wrapper.navbar-fixed-top + .content-wrapper {
        margin-top: 10px; /* 모바일 간격 설정 */
    }
}
}

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

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

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

/* 모바일 환경 간격 설정 */
@media (max-width: 768px) {
    .nav-wrapper.navbar-fixed-top + .content-wrapper {
        margin-top: 10px; /* 모바일 간격 설정 */
    }
}