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

라이언양 위키
둘러보기로 가기 검색하러 가기
1번째 줄: 1번째 줄:
 
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
 
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
  
/* 20190720: set a proper font */
+
/* 20190720: make contents more beautiful and easy to read */
 +
 
 
.mw-body-content {
 
.mw-body-content {
 
   font-family: Tahoma, Geneva, sans-serif, "Spoqa Han Sans", sans-serif;
 
   font-family: Tahoma, Geneva, sans-serif, "Spoqa Han Sans", sans-serif;
13번째 줄: 14번째 줄:
  
 
/* 20190706: to make images responsive */
 
/* 20190706: to make images responsive */
 +
 
.res-img img {
 
.res-img img {
 
max-width:100%;
 
max-width:100%;
 
height:auto;
 
height:auto;
 
}
 
}

2019년 7월 20일 (토) 14:51 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */

/* 20190720: make contents more beautiful and easy to read */

.mw-body-content {
  font-family: Tahoma, Geneva, sans-serif, "Spoqa Han Sans", sans-serif;
  font-size: 1.0em;
  line-height: 180%;
}

.mw-body-content p {
  margin: 1.0em;
}

/* 20190706: to make images responsive */

.res-img img {
	max-width:100%;
	height:auto;
}