|
|
1번째 줄: |
1번째 줄: |
| /* 이 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}
| |
| }
| |