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

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 727개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 전체 사이트의 기본 폰트 변경 */
body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; /* 원하는 폰트로 변경 */
    font-size: 14px; /* 기본 폰트 크기 (선택 사항) */
    line-height: 1.6; /* 줄 간격 */
}


/* 제목 스타일 (H1 ~ H6) */
.liberty-content-header {
h1, h2, h3, h4, h5, h6 {
border-bottom: 0.8px !important;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; /* 원하는 폰트로 변경 */
}
 
/* 본문 전체의 기본 글자 크기 */
body {
    font-size: 15px !important; /* 강제 적용 */
}
 
/* 목차의 글자 크기 조정 */
#toc {
    font-size: 15px !important; /* 강제 적용 */
}
 
.rellink {
    text-align: left; /* 텍스트를 왼쪽으로 정렬 */
    margin: 0; /* 여백 초기화 */
    padding: 0; /* 여백 초기화 */
}
 
 
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }
 
/* 분류칸 그림자 제거 */
.skin-liberty .catlinks {
    box-shadow: none !important; /* 그림자 제거 */
    border: 1px solid #ddd; /* 필요 시 테두리 스타일을 정의 */
}
}

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

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