미디어위키:Common.css: 두 판 사이의 차이
에이펙스 한국어 위키
더 많은 작업
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
| 46번째 줄: | 46번째 줄: | ||
} | } | ||
iframe[data-extension="youtube"] { | |||
width: 100%; | width: 100%; | ||
max-width: 600px; | max-width: 600px; | ||
} | } | ||
2026년 9월 2일 (수) 02:11 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 큰 이미지를 반응형 100%로 만드는 클래스 */
.responsive-big-img img {
width: 99% !important;
max-width: 99% !important;
height: auto !important;
object-fit: cover;
}
/* 위키 안내 상자 */
.wiki-notice {
border: 1px solid #a2a9b1;
padding: 12px;
margin: 10px 0;
}
.wiki-notice-orange {
border-top: 5px solid #f28c28;
}
.wiki-notice-red {
border-top: 5px solid #d33;
}
.wiki-notice-blue {
border-top: 5px solid #36c;
}
.wiki-notice-green {
border-top: 5px solid #14866d;
}
/* 달력 사이즈 설정 */
.google-calendar {
max-width: 800px;
width: auto;
}
.google-calendar iframe {
display: block;
width: 100%;
height: auto;
min-height: 500px;
aspect-ratio: 4 / 3;
border: solid 1px #777;
}
iframe[data-extension="youtube"] {
width: 100%;
max-width: 600px;
}