편집 요약 없음 |
편집 요약 없음 |
||
| 11번째 줄: | 11번째 줄: | ||
} | } | ||
/* 기본 글자 크기 */ | |||
body { | |||
font-size: 14px; /* 원하는 크기로 설정 (기본값: 약 14~16px) */ | |||
} | |||
.rellink { | .rellink { | ||
2024년 12월 1일 (일) 17:03 판
/* 전체 사이트의 기본 폰트 변경 */
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) */
h1, h2, h3, h4, h5, h6 {
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: 14px; /* 원하는 크기로 설정 (기본값: 약 14~16px) */
}
.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; /* 필요 시 테두리 스타일을 정의 */
}