미디어위키:Mobile.css: 두 판 사이의 차이
보이기
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
| (같은 사용자의 중간 판 30개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */ | /* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */ | ||
body .externalimage | /* 구글 웹 폰트 : Noto Sans KR */ | ||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap'); | |||
.noto-sans-kr { | |||
font-family: "Noto Sans KR", sans-serif; | |||
font-optical-sizing: auto; | |||
font-weight: 300; | |||
font-style: normal; | |||
} | |||
.noto-sans-kr { | |||
font-family: "Noto Sans KR", sans-serif; | |||
font-optical-sizing: auto; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.noto-sans-kr { | |||
font-family: "Noto Sans KR", sans-serif; | |||
font-optical-sizing: auto; | |||
font-weight: 500; | |||
font-style: normal; | |||
} | |||
.noto-sans-kr { | |||
font-family: "Noto Sans KR", sans-serif; | |||
font-optical-sizing: auto; | |||
font-weight: 600; | |||
font-style: normal; | |||
} | |||
.noto-sans-kr { | |||
font-family: "Noto Sans KR", sans-serif; | |||
font-optical-sizing: auto; | |||
font-weight: 700; | |||
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:600; font-size:1.0rem;} | |||
body .mw-content-ltr { font-family: 'Noto Sans KR', sans-serif; font-size:0.7rem; font-weight:300;} | |||
body .mw-heading h2 { font-family: 'Noto Sans KR', sans-serif; font-weight:600;} | |||
body .mw-heading h3 { font-family: 'Noto Sans KR', sans-serif; font-weight:500;} | |||
body p { text-indent:0.5em; } | |||
.externalimage { | |||
position: relative; | position: relative; | ||
width:100%; | width:auto; | ||
max-width:100%; | |||
line-height:150%; | |||
text-align:left; | |||
} | } | ||
.externalimage img { | |||
height: auto; | height: auto; | ||
max-width:100%; | |||
max-height: 600px; | |||
clip: rect(10, 10, 10, 10); | |||
margin-bottom:5px; | |||
} | |||
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%; | |||
} | } | ||
2025년 11월 23일 (일) 15:22 기준 최신판
/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */
/* 구글 웹 폰트 : Noto Sans KR */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');
.noto-sans-kr {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
}
.noto-sans-kr {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.noto-sans-kr {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
.noto-sans-kr {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}
.noto-sans-kr {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
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:600; font-size:1.0rem;}
body .mw-content-ltr { font-family: 'Noto Sans KR', sans-serif; font-size:0.7rem; font-weight:300;}
body .mw-heading h2 { font-family: 'Noto Sans KR', sans-serif; font-weight:600;}
body .mw-heading h3 { font-family: 'Noto Sans KR', sans-serif; font-weight:500;}
body p { text-indent:0.5em; }
.externalimage {
position: relative;
width:auto;
max-width:100%;
line-height:150%;
text-align:left;
}
.externalimage img {
height: auto;
max-width:100%;
max-height: 600px;
clip: rect(10, 10, 10, 10);
margin-bottom:5px;
}
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%;
}