미디어위키:Common.css: 두 판 사이의 차이
Resultofunion (토론 | 기여) 편집 요약 없음 |
Resultofunion (토론 | 기여) 편집 요약 없음 |
||
| 238번째 줄: | 238번째 줄: | ||
.mw-parser-output i{font-style: italic} | .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 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 {float:left; margin:0 10px} | |||
.custom-image.float-right {float:right; margin:0 10px} | |||
.custom-album {display:flex; flex-wrap:wrap; max-width:100%; align-items:center; border: solid 1px #d3d8e1; background-color: #f4f5f7} | |||
.custom-album * {box-sizing:border-box} | |||
.custom-album .custom-image {max-height: 100%} | |||
.custom-album .thumbcaption{text-align:center} | |||
.custom-album.center {margin:0 auto} | |||
.custom-album.right {margin-left:auto} | |||
.custom-album.float-left {float:left; margin:0 10px} | |||
.custom-album.float-right {float:right; margin:0 10px} | |||
.custom-album.noborder {border: none; background: none} | |||
.custom-album > p {display:none} | |||
@media(max-width:719px){ | |||
.custom-album > *{width:100% !important} | |||
} | |||