메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

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

DSLWiki
편집 요약 없음
편집 요약 없음
태그: 되돌려진 기여
4번째 줄: 4번째 줄:
}
}


.citizen-loading::after {
  animation: unset;
}


html b, html strong {  
html b, html strong {  

2024년 12월 7일 (토) 23:28 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.citizen-loading {
   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;
}