편집 요약 없음 태그: 수동 되돌리기 |
편집 요약 없음 태그: 되돌려진 기여 |
||
| 15번째 줄: | 15번째 줄: | ||
#firstHeading { | #firstHeading { | ||
font-family: 'Pretendard', sans-serif !important; | font-family: 'Pretendard', sans-serif !important; | ||
} | |||
/* 제목과 본문을 하나로 이어지게 조정 */ | |||
#content { | |||
background-color: transparent; /* 본문 배경색 투명화 */ | |||
margin-top: 0; /* 제목과 본문의 간격 제거 */ | |||
} | |||
#liberty-content-header h1.firstHeading { | |||
background-color: transparent; /* 제목 배경색 투명화 */ | |||
margin-bottom: 0; /* 본문과의 간격 제거 */ | |||
border-bottom: none; /* 구분선 제거 */ | |||
padding-bottom: 0; /* 여백 제거 */ | |||
} | |||
#contentSub { | |||
margin-top: -5px; /* 본문 바로 아래의 설명 간격 조정 */ | |||
} | |||
#liberty-content-main { | |||
background-color: #ffffff; /* 전체 배경을 동일한 색으로 통합 */ | |||
padding: 0; /* 불필요한 여백 제거 */ | |||
border: none; /* 테두리 제거 */ | |||
} | } | ||
2024년 12월 1일 (일) 06:21 판
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }
/* 분류칸 그림자 제거 */
.skin-liberty .catlinks {
box-shadow: none !important; /* 그림자 제거 */
border: 1px solid #ddd; /* 필요 시 테두리 스타일을 정의 */
}
/* 기본 폰트 변경 */
body {
font-family: 'Pretendard', sans-serif !important; /* 폰트를 강제로 적용 */
}
/* 제목 부분 폰트 변경 */
#firstHeading {
font-family: 'Pretendard', sans-serif !important;
}
/* 제목과 본문을 하나로 이어지게 조정 */
#content {
background-color: transparent; /* 본문 배경색 투명화 */
margin-top: 0; /* 제목과 본문의 간격 제거 */
}
#liberty-content-header h1.firstHeading {
background-color: transparent; /* 제목 배경색 투명화 */
margin-bottom: 0; /* 본문과의 간격 제거 */
border-bottom: none; /* 구분선 제거 */
padding-bottom: 0; /* 여백 제거 */
}
#contentSub {
margin-top: -5px; /* 본문 바로 아래의 설명 간격 조정 */
}
#liberty-content-main {
background-color: #ffffff; /* 전체 배경을 동일한 색으로 통합 */
padding: 0; /* 불필요한 여백 제거 */
border: none; /* 테두리 제거 */
}