미디어위키:Common.css: 두 판 사이의 차이
편집 요약 없음 |
Resultofunion (토론 | 기여) 편집 요약 없음 태그: 수동 되돌리기 |
||
| (사용자 2명의 중간 판 27개는 보이지 않습니다) | |||
| 125번째 줄: | 125번째 줄: | ||
.mw-footer > ul{max-width:960px; margin-left:auto; margin-right:auto} | .mw-footer > ul{max-width:960px; margin-left:auto; margin-right:auto} | ||
.mw-body-content h2{font-weight:600} | .mw-body-content h2{font-weight:600} | ||
.mw-body-content p{text-align: | .mw-body-content p{text-align: left} | ||
#p-search{margin-right:0} | #p-search{margin-right:0} | ||
.content .section-heading{margin-bottom:0 !important; font-size:18px} | .content .section-heading{margin-bottom:0 !important; font-size:18px} | ||
| 148번째 줄: | 148번째 줄: | ||
#footer-info-custom-copyright a {color:#000} | #footer-info-custom-copyright a {color:#000} | ||
.infobox {border:1px solid #a2a9b1; border-spacing:3px; background-color:#f8f9fa; color:black; margin:0.5em 0 0.5em 1em; padding:0.2em; float:right; clear:right; font-size:88%; line-height:1.5em; width:22em} | .infobox {border:1px solid #a2a9b1; border-spacing:3px; background-color:#f8f9fa; color:black; margin:0.5em 0 0.5em 1em; padding:0.2em; float:right; clear:right; font-size:88% !important; line-height:1.5em; width:22em} | ||
.infobox-subbox {padding:0; border:none; margin:-3px; width:auto; min-width:100%; font-size:100%; clear:none; float:none; background-color:transparent} | .infobox-subbox {padding:0; border:none; margin:-3px; width:auto; min-width:100%; font-size:100%; clear:none; float:none; background-color:transparent} | ||
.infobox th{width:35%} | .infobox th{width:35%} | ||
| 225번째 줄: | 225번째 줄: | ||
.wikishare_icon {margin: 2px} | .wikishare_icon {margin: 2px} | ||
.wikishare_button_SMS img{width:30px; opacity:0.5} | .wikishare_button_SMS img{width:30px; opacity:0.5} | ||
.wikishare_button_KakaoTalk{display:none;} | |||
.wikishare_button_Copy{display:none;} | |||
.mg-top-sm{margin-top:14px} | .mg-top-sm{margin-top:14px} | ||
| 230번째 줄: | 232번째 줄: | ||
.tx-center p {text-align:center;} | .tx-center p {text-align:center;} | ||
.gallerytext p {text-align:center;} | |||
ul.gallery{padding:0; margin:0} | |||
ul.gallery .thumb{margin:0 !important} | |||
/* 본문 스타일 */ | |||
.mw-parser-output{line-height:1.7; font-size:15px} | |||
.skin-minerva .mw-parser-output{font-size:18px} | |||
.mw-parser-output i{font-style: italic} | |||
/* 틀:그림, 틀:앨범 스타일 */ | |||
.custom-image {background-color:#f8f9fa; border:1px solid #c8ccd1; color: #000; padding:3px; overflow:hidden} | |||
.custom-image.noborder, .custom-album .custom-image {background:none; border:none} | |||
.custom-image img{width:100%; height:auto} | |||
.custom-image .thumbcaption{text-align:center} | |||
.skin-vector .custom-image .thumbcaption{text-align:left} | |||
.church-thumb .custom-image .thumbcaption{text-align:center} | |||
.custom-image pre{overflow:hidden; background:none; border:none; padding:0; margin:0; line-height:0} | |||
.custom-image.center {margin:0 auto} | |||
.custom-image.right {margin-left:auto} | |||
.custom-image.float-left {clear:left; float:left; margin:5px 0; margin-right:10px} | |||
.custom-image.float-right {clear:right; float:right; margin:5px 0; margin-left:10px} | |||
.custom-album {display:flex; flex-wrap:wrap; max-width:100%; align-items:flex-start; border: solid 1px #d3d8e1; background-color: #f4f5f7} | |||
.custom-album * {box-sizing:border-box} | |||
.custom-album .custom-image {max-height: 100%} | |||
.custom-album.center {margin:0 auto} | |||
.custom-album.right {margin-left:auto} | |||
.custom-album.float-left {clear:left; float:left; margin:5px 0; margin-right: 10px} | |||
.custom-album.float-right {clear:right; float:right; margin:5px 0; margin-left: 10px} | |||
.custom-album.noborder {border: none; background: none} | |||
.custom-album > p {display:none} | |||
@media(max-width:719px){ | |||
.custom-album > *{width:100% !important} | |||
} | |||