미디어위키:Common.css: 두 판 사이의 차이
Resultofunion (토론 | 기여) 편집 요약 없음 |
Resultofunion (토론 | 기여) 편집 요약 없음 태그: 수동 되돌리기 |
||
| (사용자 2명의 중간 판 39개는 보이지 않습니다) | |||
| 95번째 줄: | 95번째 줄: | ||
.box-half{width:50%; margin-top:-10px} | .box-half{width:50%; margin-top:-10px} | ||
.cog-item {margin-top:20px} | .cog-item {margin-top:20px} | ||
.mw-content-ltr .cog-box-wrap ul{margin:0; margin-top: | .mw-content-ltr .cog-box-wrap ul{margin:0; margin-top:0.5em;} | ||
.mw-content-ltr .cog-box-wrap ul li{margin-left:14px; padding-left:2px;} | .mw-content-ltr .cog-box-wrap ul li{margin-left:14px; padding-left:2px;} | ||
} | } | ||
| 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: | .infobox th{width:35%} | ||
.infobox td{width:100%} | .infobox td{width:100%} | ||
.infobox td, .infobox th {vertical-align:top; text-align:left} | .infobox td, .infobox th {vertical-align:top; text-align:left} | ||
| 222번째 줄: | 222번째 줄: | ||
/* 공유하기 툴바 스타일 */ | /* 공유하기 툴바 스타일 */ | ||
#wikisharetoolbar{position:absolute; left:-10px; bottom:-100px | #wikisharetoolbar{position:absolute; left:-10px; bottom:-100px; margin-left:10px; margin-bottom:10px; background:transparent !important; border:none; padding:0} | ||
.wikishare_icon {margin: 2px} | .wikishare_icon {margin: 2px} | ||
.wikishare_button_SMS img{width:30px} | .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} | |||
.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} | |||
} | |||