미디어위키:Common.css: 두 판 사이의 차이
(새 문서: →이 CSS 설정은 모든 스킨에 적용됩니다: .coders30{width:30%;} .coders50{width:50%;} .coders70{width:70%;} .coders100{width:100%;}) |
잔글편집 요약 없음 |
||
(같은 사용자의 중간 판 9개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | ||
.coders30{width:30%;} | .coders30 { width:100%; text-align: center;} | ||
.coders50{width:50%;} | .coders50 { width:100%; text-align: center;} | ||
.coders70{width:70%;} | .coders70 { width:100%; text-align: center;} | ||
.coders100{width:100%;} | .coders100 { width:100%; text-align: center;} | ||
.coders30 img{width:30%; height:auto;} | |||
.coders50 img{width:50%; height:auto;} | |||
.coders70 img{width:70%; height:auto;} | |||
.coders100 img{width:100%; height:auto;} | |||
.coders70 iframe{width:70% !important; } | |||
.coders100 iframe{width:100% !important; } |
2024년 6월 12일 (수) 18:31 기준 최신판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.coders30 { width:100%; text-align: center;}
.coders50 { width:100%; text-align: center;}
.coders70 { width:100%; text-align: center;}
.coders100 { width:100%; text-align: center;}
.coders30 img{width:30%; height:auto;}
.coders50 img{width:50%; height:auto;}
.coders70 img{width:70%; height:auto;}
.coders100 img{width:100%; height:auto;}
.coders70 iframe{width:70% !important; }
.coders100 iframe{width:100% !important; }