MediaWiki:Minerva.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 157: | Line 157: | ||
.last-modified-bar { | .last-modified-bar { | ||
display: none; | display: none; | ||
} | |||
/* 미네르바 스킨의 썸네일 이미지 크기 보정 */ | |||
@media(max-width:719px){ | |||
.thumbinner{width:100% !important} | |||
a.image > img{width:100% !important} | |||
table.infobox{display:table} | |||
.thumb, .gallery .gallerybox div.thumb{position: relative; width: calc(100% + 32px) !important; left: -16px} | |||
.thumb .thumbcaption{margin-left:16px} | |||
.infobox .thumb{position:static; width:auto !important; left:0} | |||
.custom-image{width: 100vw !important; position: relative; left: -16px; background: none; border: none; padding: 0 !important; float: none !important; margin-left: unset !important; margin-right: unset !important;} | |||
.custom-image .thumbcaption {padding:0 16px !important} | |||
.custom-album {border:none !important; background:none !important; float:none !important; margin:0 !important; padding:0 !important} | |||
.custom-album .thumbcaption{margin-bottom:10px} | |||
.custom-album .custom-image{width: calc(100vw + 3px) !important} | |||
.custom-album .albumitem{margin:5px 0} | |||
.infobox .custom-image {width: 100% !important; left:0} | |||
.infobox .custom-album {width: 100% !important} | |||
} | } | ||