미디어위키:Common.css: 두 판 사이의 차이
보이기
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
| 4번째 줄: | 4번째 줄: | ||
body #firstHeading { font-size:25px; font-family: 'Noto Sans KR'; font-weight:900;} | body #firstHeading { font-size:25px; font-family: 'Noto Sans KR'; font-weight:900;} | ||
body .mw-content-ltr { font-size:15px; font-family: 'Noto Sans KR'; font-weight: | body .mw-content-ltr { font-size:15px; font-family: 'Noto Sans KR'; font-weight:100;} | ||
body .mw-headline { font-family: 'Noto Sans KR'; font-weight:600; } | body .mw-headline { font-family: 'Noto Sans KR'; font-weight:600; } | ||
body h2 { font-size:19px; } | body h2 { font-size:19px; } | ||
2020년 5월 25일 (월) 04:08 판
/* 구글 웹 폰트 : Noto Sans KR */
@import url('https://fonts.googleapis.com/css2?&family=Noto+Sans+KR&display=swap');
body #firstHeading { font-size:25px; font-family: 'Noto Sans KR'; font-weight:900;}
body .mw-content-ltr { font-size:15px; font-family: 'Noto Sans KR'; font-weight:100;}
body .mw-headline { font-family: 'Noto Sans KR'; font-weight:600; }
body h2 { font-size:19px; }
body h3 { font-size:17px; }
/* 내용 시작 시 들여쓰기 */
body p { text-indent:0.5em; }
/* 표 위치 정렬 : 페이지 중앙 */
body .mw-content-ltr table { margin-left:auto; margin-right:auto;}
/* 표 내부 좌우 여백 */
body .mw-content-ltr th { font-size:15px; padding-left:15px; padding-right:15px; }
body .mw-content-ltr td { font-size:14px; padding-left:15px; padding-right:15px; }
/* 본문의 숫자 순서의 좌측 여백 지정 */
body .mw-content-ltr ol, body .mw-content-rtl .mw-content-ltr ol { margin-left: 2.0em; }