미디어위키:Common.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
37번째 줄: | 37번째 줄: | ||
.externalimage-div { | .externalimage-div { | ||
position: relative; | position: relative; | ||
width: 100%; | width: 100%; |
2022년 3월 2일 (수) 08:30 판
/* 구글 웹 폰트 : Noto Sans KR */ @import url('https://fonts.googleapis.com/css2?&family=Noto+Sans+KR:wght@300&display=swap'); @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:900; font-size:25px;} body .mw-content-ltr { font-family: 'Noto Sans KR', sans-serif; font-size:15px;} body .mw-headline { font-family: 'Noto Sans KR', sans-serif; font-weight:700; } 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 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.3em; } body .mw-content-ltr sub { font-size:0.3em; } /* 본문의 숫자 순서의 좌측 여백 지정 */ 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: 100%; } .externalimage-div img { height: auto; height: 300px; }