미디어위키:Common.css: 두 판 사이의 차이
IT 위키
편집 요약 없음 |
편집 요약 없음 |
||
22번째 줄: | 22번째 줄: | ||
.mw-parser-output li, mw-parser-output ol { | .mw-parser-output li, mw-parser-output ol { | ||
margin-top:. | margin-top:.4rem; | ||
margin-bottom:. | margin-bottom:.4rem; | ||
} | } |
2022년 7월 4일 (월) 22:53 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@500&family=Nanum+Gothic:wght@400;700&display=swap');
body {
font-family: 'Nanum Gothic', sans-serif;
}
h1, h2, h3, h4, h5, h6, dt {
font-family: 'IBM Plex Sans KR', sans-serif !important;
}
#p-logo-text a {
font-family: 'IBM Plex Sans KR', sans-serif !important;
text-decoration:none !important;
}
blockquote {
border-left: 3px solid #555;
padding: 0.1rem 1rem;
background-color: #f5f5f5;
margin: 1rem;
}
.mw-parser-output li, mw-parser-output ol {
margin-top:.4rem;
margin-bottom:.4rem;
}