다른 명령
편집 요약 없음 태그: 되돌려진 기여 |
태그: 편집 취소 |
||
| 1번째 줄: | 1번째 줄: | ||
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | ||
.citizen-loading::after { | |||
animation: unset; | |||
} | |||
html b, html strong { | html b, html strong { | ||
| 21번째 줄: | 24번째 줄: | ||
width: 100%;aaa | width: 100%;aaa | ||
height: 100%; | height: 100%; | ||
max-width: 400px; | max-width: 400px; | ||
} | } | ||
2024년 12월 7일 (토) 21:47 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.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%;
}
.img_table img {
width: 100%;aaa
height: 100%;
max-width: 400px;
}