MediaWiki:Minerva.css: Difference between revisions
Jump to navigation
Jump to search
문서를 비움 Tags: Blanking Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
/* 최근편집일, 개인정보처리방침, 면책조항 삭제 */ | |||
#footer-info-lastmod, | |||
#footer-places-privacy, | |||
#footer-places-disclaimer { | |||
display: none; | |||
} | |||
/* 푸터 하나님의교회 소개 표시 */ | |||
#footer-places-about { | |||
display: inline; | |||
} | |||
/* 저작권 표시 */ | |||
#footer-info-custom-copyright { | |||
display: inline-block; | |||
} | |||
/* 미네르바 노이어 대문의 'OO님, 환영합니다!' 삭제 */ | |||
.page-Main_Page #section_0 { | |||
display: none; | |||
} | |||
/* 푸터 위키이름 삭제 */ | |||
footer .footer-content h2 { | |||
display: none; | |||
} | |||
footer #mw-data-after-content h2 { | |||
display: block; | |||
} | |||
/*각주*/ | |||
ol.references > li { | |||
font-size: 12px; | |||
margin-top: 4px; | |||
line-height: 1.6; | |||
} | |||
ol.references { | |||
padding-left: 24px; | |||
} | |||
.client-js .collapsible-block { | |||
margin-top: 10px; | |||
margin-bottom: 10px; | |||
} | |||
.content h3 { | |||
font-size: 16px; | |||
} | |||
.content * + h3 { | |||
margin-top: 1.5em; | |||
} | |||
.content p { | |||
margin-top: 0; | |||
} | |||
/* PDF 다운로드, 주시하기, 편집 버튼 숨김 */ | |||
#page-actions > li:not(#language-selector) { | |||
display: none; | |||
} | |||
/* 공유하기 표시 여백 */ | |||
#content { | |||
padding-bottom: 110px; | |||
} | |||
/* 모바일 메뉴 푸터 삭제*/ | |||
#mw-mf-page-left .hlist { | |||
display: none; | |||
} | |||
/* 모바일 메뉴 열기/닫기 */ | |||
nav .ico-arrow { | |||
position: absolute; | |||
top: 50%; | |||
right: 20px; | |||
} | |||
nav .ico-arrow::before { | |||
transform: rotate(45deg); | |||
} | |||
nav .ico-arrow::after { | |||
transform: rotate(-45deg); | |||
margin-left: 4px; | |||
margin-top: -1px; | |||
} | |||
nav .ico-arrow::before, | |||
nav .ico-arrow::after { | |||
content: ""; | |||
position: relative; | |||
width: 6px; | |||
height: 1px; | |||
display: block; | |||
background: #000; | |||
} | |||
nav li.open .ico-arrow { | |||
transform: rotate(180deg); | |||
} | |||
#p-main-categories .recommended, | |||
#p-main-categories .category { | |||
display: none; | |||
} | |||
#p-main-categories.recommended-open .recommended, | |||
#p-main-categories.category-open .category { | |||
display: list-item; | |||
} | |||
#p-main-categories .recommended span, | |||
#p-main-categories .category span { | |||
font-weight: 500; | |||
} | |||
/* 로그인 */ | |||
#userloginForm .warningbox { | |||
display: none; | |||
} | |||
/* 유튜브 */ | |||
.video-wrap { | |||
position: relative; | |||
width: 100%; | |||
height: 0; | |||
overflow: hidden; | |||
padding-bottom: 56.26%; | |||
margin-top: 20px; | |||
background-color: #666; | |||
} | |||
.video-wrap iframe { | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
} | |||
/* p iframe{width:100%; height:200px} | |||
@media(min-width:720px){ | |||
p iframe{width:600px; height:340px} | |||
} | |||
@media(min-width:1300px){ | |||
p iframe{width:1000px; height:560px} | |||
}*/ | |||
.mw-parser-output a.extiw, | |||
.mw-parser-output a.external { | |||
color: #69f; | |||
} | |||
.mw-notification, | |||
.toast, | |||
.drawer { | |||
z-index: 9999; | |||
} | |||
.a2a_kit a { | |||
display: inline-block; | |||
margin-right: 10px; | |||
} | |||
.content .wikishare_toolbox a > img { | |||
width: 28px; | |||
} | |||
/* 편집역사 */ | |||
.last-modified-bar { | |||
display: none; | |||
} |
Revision as of 15:27, 30 June 2022
/* 최근편집일, 개인정보처리방침, 면책조항 삭제 */ #footer-info-lastmod, #footer-places-privacy, #footer-places-disclaimer { display: none; } /* 푸터 하나님의교회 소개 표시 */ #footer-places-about { display: inline; } /* 저작권 표시 */ #footer-info-custom-copyright { display: inline-block; } /* 미네르바 노이어 대문의 'OO님, 환영합니다!' 삭제 */ .page-Main_Page #section_0 { display: none; } /* 푸터 위키이름 삭제 */ footer .footer-content h2 { display: none; } footer #mw-data-after-content h2 { display: block; } /*각주*/ ol.references > li { font-size: 12px; margin-top: 4px; line-height: 1.6; } ol.references { padding-left: 24px; } .client-js .collapsible-block { margin-top: 10px; margin-bottom: 10px; } .content h3 { font-size: 16px; } .content * + h3 { margin-top: 1.5em; } .content p { margin-top: 0; } /* PDF 다운로드, 주시하기, 편집 버튼 숨김 */ #page-actions > li:not(#language-selector) { display: none; } /* 공유하기 표시 여백 */ #content { padding-bottom: 110px; } /* 모바일 메뉴 푸터 삭제*/ #mw-mf-page-left .hlist { display: none; } /* 모바일 메뉴 열기/닫기 */ nav .ico-arrow { position: absolute; top: 50%; right: 20px; } nav .ico-arrow::before { transform: rotate(45deg); } nav .ico-arrow::after { transform: rotate(-45deg); margin-left: 4px; margin-top: -1px; } nav .ico-arrow::before, nav .ico-arrow::after { content: ""; position: relative; width: 6px; height: 1px; display: block; background: #000; } nav li.open .ico-arrow { transform: rotate(180deg); } #p-main-categories .recommended, #p-main-categories .category { display: none; } #p-main-categories.recommended-open .recommended, #p-main-categories.category-open .category { display: list-item; } #p-main-categories .recommended span, #p-main-categories .category span { font-weight: 500; } /* 로그인 */ #userloginForm .warningbox { display: none; } /* 유튜브 */ .video-wrap { position: relative; width: 100%; height: 0; overflow: hidden; padding-bottom: 56.26%; margin-top: 20px; background-color: #666; } .video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* p iframe{width:100%; height:200px} @media(min-width:720px){ p iframe{width:600px; height:340px} } @media(min-width:1300px){ p iframe{width:1000px; height:560px} }*/ .mw-parser-output a.extiw, .mw-parser-output a.external { color: #69f; } .mw-notification, .toast, .drawer { z-index: 9999; } .a2a_kit a { display: inline-block; margin-right: 10px; } .content .wikishare_toolbox a > img { width: 28px; } /* 편집역사 */ .last-modified-bar { display: none; }