미디어위키:Minerva.css: 두 판 사이의 차이
Resultofunion (토론 | 기여) 편집 요약 없음 |
Resultofunion (토론 | 기여) 편집 요약 없음 |
||
| 16번째 줄: | 16번째 줄: | ||
footer .footer-content h2 {display:none} | footer .footer-content h2 {display:none} | ||
footer #mw-data-after-content h2 {display:block} | footer #mw-data-after-content h2 {display:block} | ||
/*각주*/ | /*각주*/ | ||
| 27번째 줄: | 24번째 줄: | ||
.content * + h3{margin-top: 1.5em} | .content * + h3{margin-top: 1.5em} | ||
.content p{margin-top:0} | .content p{margin-top:0} | ||
/* PDF 다운로드, 주시하기, 편집 버튼 숨김 */ | /* PDF 다운로드, 주시하기, 편집 버튼 숨김 */ | ||
| 37번째 줄: | 30번째 줄: | ||
/* 공유하기 표시 여백 */ | /* 공유하기 표시 여백 */ | ||
#content{padding-bottom:110px} | #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} | |||