미디어위키:Common.css: 두 판 사이의 차이
좌파도서관
잔글편집 요약 없음 |
태그: 일괄 되돌리기 |
||
(사용자 2명의 중간 판 8개는 보이지 않습니다) | |||
6번째 줄: | 6번째 줄: | ||
#mw-related-navigation *, | #mw-related-navigation *, | ||
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt { font-family: 'Noto Sans','Helvetica Neue','Helvetica',sans-serif } | .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt { font-family: 'Noto Sans','Helvetica Neue','Helvetica',sans-serif } | ||
ol, ul { margin-bottom: 5px !important; } | |||
@media screen and ( min-width: 600px ) { | @media screen and ( min-width: 600px ) { | ||
17번째 줄: | 18번째 줄: | ||
.mobileHide {display: none} | .mobileHide {display: none} | ||
.pc-left { width: 100% !important } | .pc-left { width: 100% !important } | ||
.no-margin { margin: 0 !important } | |||
.mw-changeslist-legend { float: none !important } | |||
table.mw-changeslist-line { width:auto } | |||
* {word-break: break-all} | |||
} | } |
2023년 12월 26일 (화) 22:31 기준 최신판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *,
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt { font-family: 'Noto Sans','Helvetica Neue','Helvetica',sans-serif }
ol, ul { margin-bottom: 5px !important; }
@media screen and ( min-width: 600px ) {
#mw-content {margin-top: 1em}
.pc-right { float: right }
.pc-left { float: left }
}
@media screen and ( max-width: 550px ) {
#mw-content {padding-top: 1em}
.mobileHide {display: none}
.pc-left { width: 100% !important }
.no-margin { margin: 0 !important }
.mw-changeslist-legend { float: none !important }
table.mw-changeslist-line { width:auto }
* {word-break: break-all}
}