미디어위키:Vector-2022.css

항공위키
Sayme (토론 | 기여)님의 2023년 1월 20일 (금) 22:21 판

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 구글 웹폰트 적용 */
@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-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 { 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%); }
/* 테이블/표 접기 문자 우측 여백 */
.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; }
}

#siteNotice { margin: 24px 0 24px 250px; }