미디어위키:Mobile.css: 두 판 사이의 차이
보이기
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
| 5번째 줄: | 5번째 줄: | ||
width:100%; | width:100%; | ||
max-height:300px; | max-height:300px; | ||
color:#DDDDDD; | |||
} | } | ||
body .externalimage-div img { | body .externalimage-div img { | ||
2022년 2월 12일 (토) 15:03 판
/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다 */
body .externalimage-div {
position: relative;
width:100%;
max-height:300px;
color:#DDDDDD;
}
body .externalimage-div img {
width: 100%;
height: auto;
}