미디어위키:Mobile.css

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */

/* 구글 웹 폰트 : Noto Sans KR */
@import url('https://fonts.googleapis.com/css2?&family=Noto+Sans+KR:wght@350&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:800; font-size:25px;}
body .mw-headline { font-family: 'Noto Sans KR', sans-serif; font-weight:800; }
body h2 { font-size:21px; }
body h3 { font-size:19px; margin-top:15px; }

body .mw-content-ltr { font-family: 'Noto Sans KR', sans-serif; font-size:15px; line-height:160%; }

body p { text-indent:0.5em; }

body .externalimage-div {
    position: relative;
    width:100%;
}
body .externalimage-div img {
    max-width:100%;
    height: auto;
}

body .reference_list {
	font-size:13px;
	background-color:#EEEEEE;
	padding-left:11px;
	padding-right:11px;
	padding-top:1px;
	padding-bottom:11px;
	margin-top:20px;
	line-height:150%;
}