편집 요약 없음 |
편집 요약 없음 |
||
| 22번째 줄: | 22번째 줄: | ||
} | } | ||
.mw-parser-output hr, | |||
.mw- | .liberty-content-main hr { | ||
. | border: none !important; /* 기존 스타일 제거 */ | ||
border: none; /* 기존 스타일 제거 */ | border-top: 1px solid #000 !important; /* 실선으로 강제 변경 */ | ||
border-top: 1px solid #000; /* | margin: 1em 0 !important; /* 상하 간격 강제 설정 */ | ||
margin: 1em 0; /* 상하 간격 설정 */ | |||
} | } | ||
2024년 12월 1일 (일) 16:42 판
/* Pretendard */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* 기본 폰트 변경 */
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;
}
/* 제목 부분 폰트 변경 */
#firstHeading {
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;
}
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }
/* 분류칸 그림자 제거 */
.skin-liberty .catlinks {
box-shadow: none !important; /* 그림자 제거 */
border: 1px solid #ddd; /* 필요 시 테두리 스타일을 정의 */
}
.mw-parser-output hr,
.liberty-content-main hr {
border: none !important; /* 기존 스타일 제거 */
border-top: 1px solid #000 !important; /* 실선으로 강제 변경 */
margin: 1em 0 !important; /* 상하 간격 강제 설정 */
}