편집 요약 없음 |
편집 요약 없음 |
||
53번째 줄: | 53번째 줄: | ||
/* 블릿 좌측 여백 */ | /* 블릿 좌측 여백 */ | ||
.mw-content-ltr ol, .mw-content-ltr ul { margin-left: | .mw-content-ltr ol, .mw-content-ltr ul { margin-left: 1em !important; padding-left: 1em; } |
2023년 1월 25일 (수) 17:55 판
/* 여기의 모든 CSS는 모바일 사이트를 사용하는 사용자에게 로드됩니다 */
/* 섹션 포맷 정의 */
.mw-body h1 { font-size: 140%; font-weight: 800; }
.mw-body h2 { font-size: 130%; font-weight: 800; line-height: 1; margin-top: 20px; margin-bottom: 0; }
.mw-body h3 { font-size: 120%; font-weight: 800; line-height: 1; margin-top: 20px; margin-bottom: 0; }
.mw-body h4 { font-size: 110%; font-weight: 800; line-height: 1; margin-top: 20px; margin-bottom: 0; }
.mw-body h5 { font-size: 105%; font-weight: 800; line-height: 1; margin-top: 20px; margin-bottom: 0; }
.mw-body h6 { font-size: 100%; font-weight: 800; line-height: 1; margin-top: 20px; margin-bottom: 0; }
/* 사용자 틀 */
.airlines_info, .apo_info, .people_info, .air_movie { width: 100%; border: 1px solid #dddddd; background-color: #f9f9f9; color: #001133; margin: 0.5em 0 0.5em 1em !important; padding: 0.2em; clear: right; text-align:left; box-shadow: 0 1px 2px 1px rgb(0 0 0 / 4%); }
.t-inner-padding { padding: 0 0.6em; word-break: break-all; }
/* 섬네일 이미지 */
.thumbinner, .img_box .thumbinner { padding: 10px; /* border: 1px solid #ddd; */ box-shadow: 1px 1px 10px #ddd; border-radius: 5px; background-color: white; }
/* 본문 div 박스 안에 이미지 사이즈 조절 */
.img_box { width: 400px; text-align: center; margin: 10px 0 20px 10px; }
.img_box > img { object-fit: cover; width: 100%; border-radius: 5px; }
/* img { object-fit: cover; width: 100%; } */
/* 본문 안 iframe 사이즈 맞춤 */
.mov_box { width: 400px; text-align: center; margin: 10px 0 20px 10px; }
.mov_box > iframe { display:block; width:100%; height: auto; border-radius: 5px; }
/* 항공역사 버튼 */
.history_box { margin: 30px auto 20px auto; width: fit-content; }
.history_center { display: inline-block; padding: 5px 20px; border-radius: 3px; background-color: #EBEBEB; font-weight: 600; margin: 0; }
.history_left { display: inline-block; padding: 5px 20px; border-radius: 18px 0 0 18px; background-color: #EBEBEB; font-weight: 600; }
.history_right { display: inline-block; padding: 5px 20px; border-radius: 0 18px 18px 0; background-color: #EBEBEB; font-weight: 600; }
/* 화면 폭에 따른 자동 변경 */
@media (max-width: 640px) {
.main-board { display: none; margin: 15px 10px 0 0;} /* display: block; */
.history_box { margin: 30px 0 20px 0; width: 100%; text-align: center; }
.history_center { margin: 0; text-align: center; padding: 5px 0; width: 100%; border-radius: 18px; }
.history_left, .history_right { display: none !important; }
.img_box { width: 100%; }
.thumbinner, .img_box .thumbinner { width: 150px !important; }
}
/* 항공사, 인물 등 박스 100% 확장 */
@media (max-width: 720px) {
.content table { display: inline-table;}
}
/* 기본 기능 infobox */
div.tright, div.floatright, table.floatright { clear: right; float: right; }
/* <br> 태그 줄바꿈 안보이게 */
.mw-body br { content: ""; }
/* 블릿 좌측 여백 */
.mw-content-ltr ol, .mw-content-ltr ul { margin-left: 1em !important; padding-left: 1em; }