미디어위키:Citizen.css: 두 판 사이의 차이
HamWiki
더 많은 작업
편집 요약 없음 |
편집 요약 없음 |
||
| 17번째 줄: | 17번째 줄: | ||
sans-serif; | sans-serif; | ||
} | } | ||
/* Advertising 라벨 제거 */ | /* Advertising 라벨 제거 */ | ||
body.skin-citizen #siteNotice | body.skin-citizen #siteNotice > p { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* 광고 영역 자체 */ | ||
body.skin-citizen #siteNotice { | body.skin-citizen #siteNotice { | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | |||
text-align: center !important; | |||
} | |||
/* 광고 바깥쪽 */ | |||
body.skin-citizen #siteNotice > div { | |||
margin: 0 auto !important; | |||
padding: 0 !important; | padding: 0 !important; | ||
text-align: center !important; | text-align: center !important; | ||
} | } | ||
2026년 8월 10일 (월) 21:04 판
/* Pretendard */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css");
body.skin-citizen,
body.skin-citizen input,
body.skin-citizen button,
body.skin-citizen textarea,
body.skin-citizen select {
font-family:
"Pretendard Variable",
Pretendard,
-apple-system,
BlinkMacSystemFont,
"Apple SD Gothic Neo",
"Noto Sans KR",
"Malgun Gothic",
sans-serif;
}
/* Advertising 라벨 제거 */
body.skin-citizen #siteNotice > p {
display: none !important;
}
/* 광고 영역 자체 */
body.skin-citizen #siteNotice {
margin: 0 !important;
padding: 0 !important;
text-align: center !important;
}
/* 광고 바깥쪽 */
body.skin-citizen #siteNotice > div {
margin: 0 auto !important;
padding: 0 !important;
text-align: center !important;
}