Khác biệt giữa bản sửa đổi của “MediaWiki:Minerva.css”
Không có tóm lược sửa đổi |
Không có tóm lược sửa đổi |
||
| Dòng 25: | Dòng 25: | ||
.content p{margin-top:0} | .content p{margin-top:0} | ||
/* PDF 다운로드, 주시하기, 편집 버튼 숨김 */ | /* 언어선택, PDF 다운로드, 주시하기, 편집 버튼 숨김 */ | ||
#page-actions | #page-actions{margin-top:20px; display:none} | ||
/* 공유하기 표시 여백 */ | /* 공유하기 표시 여백 */ | ||
| Dòng 41: | Dòng 41: | ||
nav li.open .ico-arrow {transform:rotate(180deg)} | nav li.open .ico-arrow {transform:rotate(180deg)} | ||
#p-main-categories .recommended, | #p-main-categories .recommended, | ||
#p-main-categories .category{display:none} | #p-main-categories .category, | ||
#p-main-categories .language{display:none} | |||
#p-main-categories.recommended-open .recommended, | #p-main-categories.recommended-open .recommended, | ||
#p-main-categories.category-open .category{display:list-item} | #p-main-categories.category-open .category, | ||
#p-main-categories.language-open .language{display:list-item} | |||
#p-main-categories .recommended span, | #p-main-categories .recommended span, | ||
#p-main-categories .category span{font-weight:500} | #p-main-categories .category span, | ||
#p-main-categories .language span{font-weight:500} | |||
.recommended-open > li:hover { | |||
background-color: #eaeff7; | |||
list-style: none; | |||
} | |||
/* 로그인 */ | /* 로그인 */ | ||
| Dòng 66: | Dòng 74: | ||
.a2a_kit a {display:inline-block; margin-right:10px} | .a2a_kit a {display:inline-block; margin-right:10px} | ||
.content .wikishare_toolbox a > img{width:28px} | .content .wikishare_toolbox a > img{width:28px} | ||
.content .infobox tbody > tr > th { | |||
flex: initial; | |||
} | |||
/* 미네르바 스킨의 썸네일 이미지 크기 보정 */ | /* 미네르바 스킨의 썸네일 이미지 크기 보정 */ | ||
.content .infobox {max-width:356px !important;} | |||
@media(max-width:719px){ | @media(max-width:719px){ | ||
.thumbinner{width:100% !important} | .thumbinner{width:100% !important} | ||
a.image{width:100%} | a.image{width:100%} | ||
a.image img{width:100% !important} | a.image > img{width:100% !important} | ||
table.infobox{display:table} | table.infobox{display:table} | ||
.thumb, .gallery .gallerybox div.thumb{position: relative; width: calc(100% + 32px) !important; left: -16px} | .thumb, .gallery .gallerybox div.thumb{position: relative; width: calc(100% + 32px) !important; left: -16px} | ||
| Dòng 87: | Dòng 104: | ||
} | } | ||
#mw-mf-page-left ul { | |||
padding-bottom: 22px; | |||
} | |||
#mw-mf-page-left ul li { | |||
background-color: #ffffff; | |||
position: relative; | |||
border-top: 1px solid #eaecf0; | |||
margin-top: -1px | |||
} | } | ||
#mw-mf-page-left ul li:first-child { | |||
border-top: 0 | |||
} | |||
#mw-mf-page-left ul li a { | |||
color: #54595d; | |||
display: flex; | |||
align-items: center; | |||
line-height: inherit; | |||
max-width: 100%; | |||
padding: 12px 10px 12px 15px; | |||
} | |||
#mw-mf-page-left ul li a:hover { | |||
box-shadow: inset 4px 0 0 0 #3366cc; | |||
text-decoration: none | |||
} | |||
#mw-mf-page-left ul li a span { | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
white-space: nowrap; | |||
font-size: 0.875rem; | |||
font-weight: bold | |||
} | } | ||