"미디어위키:Print.css"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
잔글 |
잔글 |
||
11번째 줄: | 11번째 줄: | ||
h3, h4, h5, h6 { | h3, h4, h5, h6 { | ||
− | |||
margin-top: 0.3em; | margin-top: 0.3em; | ||
margin-bottom: 0; | margin-bottom: 0; |
2020년 6월 16일 (화) 17:19 판
/* 이 CSS 설정은 인쇄 출력 화면에 적용됩니다 */
html body {
font-family: sans-serif;
}
.firstHeading, h1, h2 {
font-weight: normal;
font-family: sans-serif;
}
h3, h4, h5, h6 {
margin-top: 0.3em;
margin-bottom: 0;
padding-bottom: 0;
}
.mw-body-content {
font-size: 0.875em;
}
.mw-content-ltr dd {
margin-left: 1.6em;
}