미디어위키:Common.css
보이기
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
/* 구글 웹 폰트 : Noto Sans KR */
@font-face {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
}
@font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; }
body #firstHeading { font-family: 'GmarketSansMedium'; font-weight:700; font-size:1.6rem;}
body .mw-content-ltr { font-family: 'Noto Sans KR', sans-serif; font-size:0.95rem; font-weight:400; }
.mw-html-heading { font-size:1.5rem; }
body .mw-heading2 h2 { font-size:5rem; }
/* 내용 시작 시 들여쓰기 */
body p { text-indent:0.5em; }
/* 표 위치 정렬 : 페이지 중앙 */
body .mw-content-ltr table { margin-left:auto; margin-right:auto;}
/* 표 내부 좌우 여백 */
body .mw-content-ltr table caption { font-size:14px; padding-bottom:5px;}
body .mw-content-ltr th { font-size:14px; padding-left:10px; padding-right:10px; }
body .mw-content-ltr td { font-size:14px; padding-left:10px; padding-right:10px; text-align:center; }
/* pre css */
body .mw-content-ltr pre { font-family: 'Noto Sans KR', sans-serif; font-size:14px; display:inline-block; margin-top:10px; margin-bottom:10px; line-height:180%; }
/* sup, sub 태그 크기 조절 */
body .mw-content-ltr sup { font-size:0.65em; }
body .mw-content-ltr sub { font-size:0.65em; }
/* 본문의 숫자 순서의 좌측 여백 지정 */
body .mw-content-ltr ol, body .mw-content-rtl .mw-content-ltr ol { margin-left: 2.0em; }
body .mw-content-ltr ul ul { list-style-type: circle; list-style-image:none; }
/* 목차의 2단계 이하의 기호 없앰 */
body .toclevel-1 ul li { list-style: none; list-style-image:none; padding-left:0px;}
.externalimage-div {
position: relative;
width:auto;
max-width:70%;
line-height:130%;
}
.externalimage-div img {
height: auto;
max-width:100%;
max-height: 400px;
clip: rect(10, 10, 10, 10);
}
body .wikitable td {
text-align:left;
font-size:90%;
}
body .reference_list {
font-size:90%;
background-color:#EEEEEE;
padding-left:11px;
padding-right:11px;
padding-top:1px;
padding-bottom:11px;
margin-top:20px;
}