본문으로 이동

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

잔글편집 요약 없음
잔글편집 요약 없음
 
(같은 사용자의 중간 판 4개는 보이지 않습니다)
75번째 줄: 75번째 줄:
     position: relative;
     position: relative;
     width:auto;
     width:auto;
     max-width:50%;
     max-width:80%;
     line-height:130%;
     line-height:150%;
     text-align:left;
     text-align:left;
}
}
82번째 줄: 82번째 줄:
.externalimage img {
.externalimage img {
     height: auto;
     height: auto;
     max-width:100%;
     max-width:90%;
     max-height: 600px;
     max-height: 600px;
     clip: rect(10, 10, 10, 10);
     clip: rect(10, 10, 10, 10);
    margin-bottom:5px;
}
}