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

홍익학당 아카이브
둘러보기로 이동 검색으로 이동
편집 요약 없음
편집 요약 없음
 
3번째 줄: 3번째 줄:




/* 한국어 글꼴에 맞춰 글자 크기 조절(118% 증가) */  
/* 한국어 글꼴에 맞춰 글자 크기 조절(118%증가) */
#bodyContent { font-size:118%; }  
#bodyContent {
  font-size:118%;
}


/* 글자 크기 조절 */  
/* 글자 크기 조절 */
.portlet h5, .portlet ul,  
.portlet h5,
#toc .toctoggle { font-size: 100%; } .pBody,  
.portlet ul,
#footer,  
#toc .toctoggle {
.thumb div { font-size: 95%; } h2 { font-weight: bold; }
    font-size: 100%;
}
.pBody,
#footer,
.thumb div {
  font-size: 95%;
}
h2 {  
  font-weight: bold;
}

2024년 5월 19일 (일) 02:59 기준 최신판

/* 여기의 모든 CSS는 모노북 스킨을 사용하는 사용자에게 로드됩니다 */



/* 한국어 글꼴에 맞춰 글자 크기 조절(118%로 증가) */
#bodyContent {
  font-size:118%;
}

/* 글자 크기 조절 */
.portlet h5,
.portlet ul,
#toc .toctoggle {
    font-size: 100%;
}
.pBody,
#footer,
.thumb div {
  font-size: 95%;
}
h2 { 
  font-weight: bold;
}