미디어위키:Common.css: 두 판 사이의 차이

731 바이트 추가됨 ,  2024년 5월 8일 (수)
편집 요약 없음
편집 요약 없음
편집 요약 없음
(같은 사용자의 중간 판 26개는 보이지 않습니다)
3번째 줄: 3번째 줄:
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+CJK&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+CJK&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap");
body { font-family: 'Gowun Dodum', 'Noto Sans CJK', 'Apple SD Gothic Neo', '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; font-size: 1.14em; color: #000;}
body { font-family: /* 'Gowun Dodum', */ 'Noto Sans CJK', 'Apple SD Gothic Neo', '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; font-size: 1.04em; color: #000; background: #fff; }


/* 비주얼에디터 */
/* 비주얼에디터 */
40번째 줄: 40번째 줄:
.cm-mw-section-4 { font-size: 110% !important; font-weight: 700 !important; }
.cm-mw-section-4 { font-size: 110% !important; font-weight: 700 !important; }
.cm-mw-section-5 { font-size: 100% !important; font-weight: 700 !important; }
.cm-mw-section-5 { font-size: 100% !important; font-weight: 700 !important; }
.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { line-height: Normal; }
.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { line-height: Normal; font-size: 110%; }


/* pre, code 등에서 폰트
/* pre, code 등에서 폰트
72번째 줄: 72번째 줄:


/* 틀:항공사/인물 css */
/* 틀:항공사/인물 css */
.airlines_info, .apo_info, .people_info, .air_movie { max-width: 260px; font-size: 90%; line-height: 1.5; background-color: #f9f9f9; float: right; border: 1px solid #ddd; margin-left: 10px; }
.airlines_info, .apo_info, .people_info, .air_movie { max-width: 260px; font-size: 87%; line-height: 1.5; background-color: #f9f9f9; float: right; border: 1px solid #ddd; margin-left: 10px; }
/* .apo_info { border: 1px solid #dddddd; 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%); } */
/* .apo_info { border: 1px solid #dddddd; 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%); } */
.airlines_info br, .apo_info br, .people_info br, .air_movie br { content: unset !important; } /* br 태그 유효하게 */
.airlines_info br, .apo_info br, .people_info br, .air_movie br { content: unset !important; } /* br 태그 유효하게 */
.airlines_info p, .apo_info p, .people_info p, .air_movie p { margin: 0 auto !important; } /* p 태그 상하 마진 없앰 */
.airlines_info p, .apo_info p, .people_info p, .air_movie p { margin: 0 auto !important; } /* p 태그 상하 마진 없앰 */
.t-inner-padding { padding: 0 0.4em; word-break: break-all; }
.t-inner-padding { padding: 0 0.4em; word-break: break-all; }
/* 편집 상태에서 가로줄 방지 */
table { display: inline-table; }


@media (max-width: 640px) {
@media (max-width: 640px) {
88번째 줄: 91번째 줄:


/* 위키 테이블 */
/* 위키 테이블 */
.wikitable { font-size: 90%; border-collapse: collapse; }
table.wikitable tr th, table.wikitable tr td { padding: .3em .5em; }
table.wikitable tr th, table.wikitable tr td { padding: .3em .5em; }
/* table.wikitable caption { text-align: center; width: max-content; margin-left: auto; margin-right: auto; margin-top: 0; } */
/* table.wikitable caption { text-align: center; width: max-content; margin-left: auto; margin-right: auto; margin-top: 0; } */
.wikitable > * > tr > th, .wikitable > * > tr > td { border: 1px solid #ddd !important; /* font-size: 95% !important;*/ }
.wikitable > * > tr > th, .wikitable > * > tr > td { border: 1px solid #ddd !important; /* font-size: 95% !important;*/ }
/* .wikitable { font-size: 95%; } */
.wikitable caption { text-align: center; /* font-size: 95%; */ }
.wikitable caption { text-align: center; font-size: 95%; }
table.wikitable tr th { background-color: #EAEAEA; font-size: 100%; font-weight: 800; text-align: center; }
table.wikitable tr th { background-color: #EAEAEA; font-size: 100%; font-weight: 800; text-align: center; }
.wikitable > * > tr > th > p, .wikitable > * > tr > td > p { margin-top: 0; margin-bottom: 0; }
.wikitable > * > tr > th > p, .wikitable > * > tr > td > p { margin-top: 0; margin-bottom: 0; }
/*
.wikitable tr:last-of-type th:first-child, .wikitable tr:last-of-type td:first-child, .wikitable tr:first-of-type th:first-child, .wikitable tr:first-of-type td:first-child, .wikitable tr:last-of-type th:last-child, .wikitable tr:last-of-type td:last-child, .wikitable tr:first-of-type th:last-child, .wikitable tr:first-of-type td:last-child { border-top-right-radius: unset; border-top-left-radius: unset; border-bottom-right-radius: unset; border-bottom-left-radius: unset; }
*/


/* pre, .mw-code 인용문 등 */
/* pre, .mw-code 인용문 등 */
154번째 줄: 160번째 줄:
.mw-tag-markers .mw-tag-marker { padding: 0 6px; }
.mw-tag-markers .mw-tag-marker { padding: 0 6px; }
table.mw-enhanced-rc th, table.mw-enhanced-rc td { padding: 2px 0; }
table.mw-enhanced-rc th, table.mw-enhanced-rc td { padding: 2px 0; }
/* 시티즌 스킨 최상단 메뉴 버튼 */
.citizen-menu .mw-list-item { line-height: unset; }


[[분류:관리]]
[[분류:관리]]