미디어위키:Citizen.css: 두 판 사이의 차이
HamWiki
더 많은 작업
편집 요약 없음 |
편집 요약 없음 태그: 되돌려진 기여 |
||
| 18번째 줄: | 18번째 줄: | ||
} | } | ||
/* WimaAdvertising | /* ========================================= | ||
body.skin-citizen #siteNotice > div > p | Citizen + WimaAdvertising | ||
광고 라벨 제거 + 상/하단 광고 크기 조정 | |||
========================================= */ | |||
/* Advertising 라벨 제거 */ | |||
body.skin-citizen #siteNotice > div > p { | |||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* 상단/하단 광고 영역 */ | ||
body.skin-citizen #siteNotice { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
text-align: center !important; | |||
} | |||
/* 광고 컨테이너 */ | |||
body.skin-citizen #siteNotice > div { | body.skin-citizen #siteNotice > div { | ||
margin- | margin: 0 auto !important; | ||
padding: 0 !important; | |||
text-align: center !important; | |||
} | |||
/* Google 광고 */ | |||
body.skin-citizen #siteNotice ins.adsbygoogle { | |||
display: block !important; | |||
width: 100% !important; | |||
max-width: 728px !important; | |||
height: 90px !important; | |||
max-height: 90px !important; | |||
margin: 0 auto !important; | |||
} | |||
/* Google이 생성하는 iframe */ | |||
body.skin-citizen #siteNotice iframe { | |||
width: 100% !important; | |||
max-width: 728px !important; | |||
height: 90px !important; | |||
max-height: 90px !important; | |||
} | |||
/* 모바일 */ | |||
@media screen and (max-width: 500px) { | |||
body.skin-citizen #siteNotice ins.adsbygoogle { | |||
width: 100% !important; | |||
max-width: 320px !important; | |||
height: 100px !important; | |||
max-height: 100px !important; | |||
} | |||
body.skin-citizen #siteNotice iframe { | |||
width: 100% !important; | |||
max-width: 320px !important; | |||
height: 100px !important; | |||
max-height: 100px !important; | |||
} | |||
} | } | ||
2026년 8월 10일 (월) 21:02 판
/* 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;
}
/* =========================================
Citizen + WimaAdvertising
광고 라벨 제거 + 상/하단 광고 크기 조정
========================================= */
/* Advertising 라벨 제거 */
body.skin-citizen #siteNotice > div > 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;
}
/* Google 광고 */
body.skin-citizen #siteNotice ins.adsbygoogle {
display: block !important;
width: 100% !important;
max-width: 728px !important;
height: 90px !important;
max-height: 90px !important;
margin: 0 auto !important;
}
/* Google이 생성하는 iframe */
body.skin-citizen #siteNotice iframe {
width: 100% !important;
max-width: 728px !important;
height: 90px !important;
max-height: 90px !important;
}
/* 모바일 */
@media screen and (max-width: 500px) {
body.skin-citizen #siteNotice ins.adsbygoogle {
width: 100% !important;
max-width: 320px !important;
height: 100px !important;
max-height: 100px !important;
}
body.skin-citizen #siteNotice iframe {
width: 100% !important;
max-width: 320px !important;
height: 100px !important;
max-height: 100px !important;
}
}