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

홍익학당 아카이브
둘러보기로 이동 검색으로 이동
새 문서: 여기의 모든 CSS는 모노북 스킨을 사용하는 사용자에게 로드됩니다: 한국어 글꼴에 맞춰 글자 크기 조절(118% 증가): #bodyContent { font-size:118%; } 글자 크기 조절: .portlet h5, .portlet ul, #toc .toctoggle { font-size: 100%; } .pBody, #footer, div.thumb div { font-size: 95%; } h2 { font-weight: bold; }
 
편집 요약 없음
3번째 줄: 3번째 줄:




/* 한국어 글꼴에 맞춰 글자 크기 조절(118% 증가) */ #bodyContent { font-size:118%; } /* 글자 크기 조절 */ .portlet h5, .portlet ul, #toc .toctoggle { font-size: 100%; } .pBody, #footer, div.thumb div { font-size: 95%; } h2 { font-weight: bold; }
/* 한국어 글꼴에 맞춰 글자 크기 조절(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; }

2024년 5월 19일 (일) 02:54 판

/* 여기의 모든 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; }