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

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

DSLWiki
편집 요약 없음
잔글 "미디어위키:Common.css" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한))
 
(같은 사용자의 중간 판 31개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.citizen-loading {
  animation: unset;
}
.citizen-loading::after {
  animation: unset;
}
html b, html strong {
  color: #e2ebff;
}
html a {
html a {
   color: #E69720;
   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;
}