미디어위키:Vector-2022.css: 두 판 사이의 차이

항공위키
편집 요약 없음
편집 요약 없음
4번째 줄: 4번째 줄:
.vector-body { font-size: .98em !important;  }
.vector-body { font-size: .98em !important;  }
wikitable { font-size: 90%; }
wikitable { font-size: 90%; }
.mw-parser-output { font-size: 1em; } /* 비주얼에디터 편집 시 폰트 사이즈 */


.mw-body h1 { font-size: 140%; font-weight: 800; text-shadow: 2px 1px 7px #787878; }
.mw-body h1 { font-size: 140%; font-weight: 800; text-shadow: 2px 1px 7px #787878; }

2023년 1월 21일 (토) 01:33 판

/* 구글 웹폰트 적용 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
.vector-body, .mw-page-title-main { font-family: 'Apple SD Gothic Neo', 'Gowun Dodum', 'Hahmlet', 'Noto Serif KR', 'Noto Sans KR', 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important; }
.vector-body { font-size: .98em !important;  }
wikitable { font-size: 90%; }
.mw-parser-output { font-size: 1em; } /* 비주얼에디터 편집 시 폰트 사이즈 */

.mw-body h1 { font-size: 140%; font-weight: 800; text-shadow: 2px 1px 7px #787878; }
.mw-body h2 { font-size: 130%; font-weight: 800; }
.mw-body h3 { font-size: 120%; font-weight: 800; }
.mw-body h4 { font-size: 110%; font-weight: 800; }
.mw-body h5 { font-size: 105%; font-weight: 800; }
.mw-body h6 { font-size: 100%; font-weight: 800; }

/* 메인 컨테이너 */
.mw-page-container, .vector-sticky-header { max-width: 84.75em !important; }

/* 항공역사 버튼 */
.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; }

/* 항공사/인물 테이블 */
.airlines_info, .apo_info, .people_info, .air_movie { max-width: 240px; font-size: 90%; line-height: 1.5; }
.apo_info { border: 1px solid #dddddd; background-color: #f9f9f9; color: #001133; margin: 0.5em 0 0.5em 1em !important; padding: 0.2em; float: right; 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; }
/* 테이블/표 접기 문자 우측 여백 */
.mw-collapsible-toggle-default:after { margin-right: 10px; }
/* .mw-collapsed { display: inline-flex; }
.airlines_info .mw-collapsed { display: inline-table; } */

/* 블릿 아래 여백 */
li { margin-bottom: 0.1em !important; }
.mw-content-ltr ol { margin-left: 1.6em; }

/* 섬네일 이미지 */
.thumbcaption { font-size: 90%; }
div.thumbinner { padding: 7px; }

/* 댓글 시스템 */
.full, .f-message, .reply, .r-message { width: unset; }
.c-container { margin: 0; }
.c-user { margin-top: 8px; }
textarea#comment { width: 100%; }

/* RTRC 패널 */
.mw-rtrc-settings .sub-panel { display: inline-grid !important; }
@media (max-width: 1440px) {
	.mw-rtrc-settings { display: none; }
}

.vector-sitenotice-container { margin-left: 230px; }