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

(새 문서: →‎이 CSS 설정은 모든 스킨에 적용됩니다: .externalimage-holder { position: relative; } .externalimage-holder img { width: 100%; height: auto; })
 
잔글
7번째 줄: 7번째 줄:
 
     height: auto;
 
     height: auto;
 
}
 
}
 +
 +
/* 본문 글꼴 크기 조정 */
 +
body {
 +
    font-size: 1.1em; /* 기본 크기 */
 +
}
 +
 +
/* 제목 크기 조정 */
 +
h1 { font-size: 2em; }
 +
h2 { font-size: 1.8em; }
 +
h3 { font-size: 1.6em; }

2024년 11월 22일 (금) 17:51 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}

/* 본문 글꼴 크기 조정 */
body {
    font-size: 1.1em; /* 기본 크기 */
}

/* 제목 크기 조정 */
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }