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

편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
 
(같은 사용자의 중간 판 590개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }


.nav-wrapper.navbar-fixed-top {
.liberty-content-header {
    height: 80px !important; /* 원하는 높이로 설정 */
border-bottom: 0.8px !important;
    line-height: 80px !important; /* 텍스트 수직 정렬 */
    padding: 0 20px !important; /* 내부 여백 */
}
 
body {
    padding-top: 80px !important; /* 네비게이션 바 높이에 따라 본문 시작 위치 조정 */
}
}

2025년 7월 4일 (금) 06:03 기준 최신판

.liberty-content-header {
	border-bottom: 0.8px !important;
}