다른 명령
편집 요약 없음 |
잔글 "미디어위키:Common.css" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) |
||
| (같은 사용자의 중간 판 28개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | ||
.citizen-loading { | |||
animation: unset; | |||
} | |||
.citizen-loading::after { | |||
animation: unset; | |||
} | |||
html b, html strong { | |||
color: #e2ebff; | |||
} | |||
html a { | html a { | ||
color: # | color: #4da0b2; | ||
} | |||
html a:hover { | |||
color: #3a7c89; | |||
} | } | ||
| 8번째 줄: | 24번째 줄: | ||
height: 100%; | height: 100%; | ||
} | } | ||
aaa | |||
.img_table img { | .img_table img { | ||
width: 100%; | width: 100%;aaa | ||
height: 100%; | height: 100%; | ||
max-width: 400px; | max-width: 400px; | ||
} | } | ||
2025년 1월 29일 (수) 06:28 기준 최신판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.citizen-loading {
animation: unset;
}
.citizen-loading::after {
animation: unset;
}
html b, html strong {
color: #e2ebff;
}
html a {
color: #4da0b2;
}
html a:hover {
color: #3a7c89;
}
.img img {
width: 100%;
height: 100%;
}
aaa
.img_table img {
width: 100%;aaa
height: 100%;
max-width: 400px;
}