미디어위키:Vector.css

항공위키

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 여기의 모든 CSS는 벡터 스킨을 사용하는 사용자에게 로드됩니다 */

/* 구글 웹폰트 적용 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
body { 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; }

#globalWrapper { font-size: 140%; }
p { margin: 0.7em 0 0.7em 0; line-height: 1.6; }
li { margin-bottom: 0.5em; }
.vector-body { font-size: 1em !important; font-family:'Apple SD Gothic Neo', 'Gowun Dodum'; }
.wikitable { font-size: 90%; }
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { border: 1px solid #d0d4d9; padding: 0.3em 0.4em; }

pre, code, tt, kbd, samp, .mw-code { font-family:'Apple SD Gothic Neo', 'Gowun Dodum'; font-size: 95%; background-color: #ebebeb; line-height: 1.5; }

/* 본문 div 박스 안에 이미지 사이즈 조절 */
.img_box { width: 400px; text-align: center; margin: 0px auto 20px; }
.img_box > img { object-fit: cover; width: 100%; }
/* img { object-fit: cover; width: 100%; } */

/* 본문 안 iframe 사이즈 맞춤 */
.mov_box { width: 400px; text-align: center; margin: 0px auto 20px; }
.mov_box > iframe { display:block; width:100%; height: auto; }

/* 화면 폭에 따른 자동 변경 */
@media (max-width: 600px) {
  .cascade { display: flex; flex: 1; flex-flow:column; }
  .cascade-sub-left { margin: 10px 0 0 0; width: 99.5% !important; }
  .cascade-sub-right { margin: 10px 0 0 0; width: 99.5% !important; }
  .main-board { display: none; margin: 15px 10px 0 0;} /* display: block; */
  .mobile_mode { display: none; }
  .img_box { width: 100%; }
}

@media (min-width: 601px) {
  .cascade { display: flex; }
  .cascade-sub-left { margin: 10px 5px 0 0; }
  .cascade-sub-right { margin: 10px 0 0 5px; }
  .main-board { margin: 5px 0 10px 30px !important; width: 340px; float: right; }
  .mobile_mode { display: inline-block; }
}

/* 대문 페이지에서 타이틀 감추기 */
body.page-대문 h1.firstHeading { display: none; }

.airlines_info, .people_info {
	float: right;
	border: solid 1px #dfdddd;
	margin: 0 0 10px 20px;
}

.people_info { width: 260px; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 0.27em !important; }

/* <br> 태그 없애기 */
body br { content: ""; }

/* 각주 컬럼 너비 여백, 들여쓰기 등 */
.mw-references-wrap { font-size: 90%; line-height: 1.3; }
.mw-references-columns, .mw-references-wrap { -webkit-column-width: 20em; -moz-column-width: 20em; -ms-column-width: 20em; column-width: 20em; margin-top: 0 !important; }
ol.references, ol.references > li { margin: 0; padding-left: 19px !important; text-indent: -19px !important; word-break: break-all; }