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

카이스트 백과사전
둘러보기로 가기 검색하러 가기
잔글
잔글
1번째 줄: 1번째 줄:
 
/* 이 CSS 설정은 인쇄 출력 화면에 적용됩니다 */
 
/* 이 CSS 설정은 인쇄 출력 화면에 적용됩니다 */
 +
 +
html body {
 +
font-family: sans-serif;
 +
}
 +
 
.firstHeading, h1, h2 {
 
.firstHeading, h1, h2 {
 
font-weight: normal;
 
font-weight: normal;
5번째 줄: 10번째 줄:
 
}
 
}
  
html body {
+
h3, h4, h5, h6 {
font-family: sans-serif;
+
line-height: 1.6;
 +
margin-top: 0.3em;
 +
margin-bottom: 0;
 +
padding-bottom: 0;
 
}
 
}
  

2020년 6월 16일 (화) 17:17 판

/* 이 CSS 설정은 인쇄 출력 화면에 적용됩니다 */

html body {
	font-family: sans-serif;
}

.firstHeading, h1, h2 {
	font-weight: normal;
	font-family: sans-serif;
}

h3, h4, h5, h6 {
	line-height: 1.6;
	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;
}