다른 명령
편집 요약 없음 |
편집 요약 없음 |
||
32번째 줄: | 32번째 줄: | ||
* { font-family: 'Nanum Gothic', sans-serif; }/*모든 글꼴을 나눔고딕으로. */ | * { font-family: 'Nanum Gothic', sans-serif; }/*모든 글꼴을 나눔고딕으로. */ | ||
/* | /* 접힌 상태에서도 버튼을 항상 표시 */ | ||
.mw-collapsible-toggle { | .mw-collapsible .mw-collapsible-toggle { | ||
display: | display: block !important; /* 버튼이 숨겨지지 않도록 함 */ | ||
text-align: center; | text-align: center; | ||
margin: 10px | margin-top: 10px; | ||
} | } | ||
.mw-collapsible .mw-collapsible-toggle-collapsed { | |||
. | display: block !important; /* 접힌 상태에서도 버튼을 표시 */ | ||
} | } |
2024년 10월 21일 (월) 02:09 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 400;
src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 700;
src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 800;
src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
src: url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
url(http://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}
* { font-family: 'Nanum Gothic', sans-serif; }/*모든 글꼴을 나눔고딕으로. */
/* 접힌 상태에서도 버튼을 항상 표시 */
.mw-collapsible .mw-collapsible-toggle {
display: block !important; /* 버튼이 숨겨지지 않도록 함 */
text-align: center;
margin-top: 10px;
}
.mw-collapsible .mw-collapsible-toggle-collapsed {
display: block !important; /* 접힌 상태에서도 버튼을 표시 */
}