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

좌파도서관
(새 문서: →‎이 CSS 설정은 모든 스킨에 적용됩니다: →‎Top bar font modernization: #mw-header *, #mw-site-navigation *, #mw-related-navigation * { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif })
 
잔글 (관리자(토론)의 편집을 좌파도서관의 마지막 판으로 되돌림)
태그: 일괄 되돌리기
 
(사용자 2명의 중간 판 21개는 보이지 않습니다)
4번째 줄: 4번째 줄:
#mw-header *,
#mw-header *,
#mw-site-navigation *,
#mw-site-navigation *,
#mw-related-navigation *  { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif  }
#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}
}

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}
}