참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 인터넷 익스플로러: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
- 오페라: 메뉴 → 설정(맥의 경우 오페라 → 환경 설정)으로 이동한 다음 개인 정보 보호 및 보안 → 검색 데이터 지우기 → 캐시한 영상 및 파일을 누름.
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.externalimage-holder {
position: relative;
}
.externalimage-holder img {
width: 100%;
height: auto;
}
/* 본문 글꼴 크기 조정 */
body {
font-size: 1.1em; /* 기본 크기 */
}
/* 제목 크기 조정 */
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
.liberty-notice {
border: none !important;
background: transparent !important;
box-shadow: none !important;
padding: 0 !important;
margin: 0 !important;
color: #333 !important;
line-height: 1.5 !important;
}
.liberty-notice .alert {
border: none !important;
background: transparent !important;
box-shadow: none !important;
padding: 0 !important;
margin: 0 !important;
color: inherit !important;
line-height: inherit !important;
}
.liberty-notice div {
margin: 0 !important;
padding: 0 !important;
}
.liberty-notice .close {
display: none !important;
}
.liberty-notice .alert-dismissible {
padding-right: 0 !important;
}
/* 다크 모드 대응 */
@media (prefers-color-scheme: dark) {
.liberty-notice {
color: #ddd !important;
}
}
