미디어위키:Common.css
에이펙스 한국어 위키
더 많은 작업
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
/* 이 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;
aspect-ratio: 16 / 9;
height: auto;
}
/* 무기 정보상자 컨테이너 */
.weapon-infobox-wrapper {
float: none;
}
@media (min-width: 720px) {
.weapon-infobox-wrapper {
float: right;
}
}
/* 등급 색상 */
.lv1-color {
color: #a8a8a8;
}
.lv2-color {
color: #51a8d6;
}
.lv3-color {
color: #b237c8;
}
.lv4-color {
color: #cead21;
}
.lv5-color {
color: #ff4e1d;
}
.bold {
font-weight: 700;
}
/* 너프 버프 표시 */
.nerf {
color: #c42212;
}
.buff {
color: #2ECC71;
}