본문으로 이동

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

잔글편집 요약 없음
잔글편집 요약 없음
 
(같은 사용자의 중간 판 12개는 보이지 않습니다)
72번째 줄: 72번째 줄:
body .toclevel-1 ul li { list-style: none; list-style-image:none; padding-left:0px;}
body .toclevel-1 ul li { list-style: none; list-style-image:none; padding-left:0px;}


.externalimage-div {
.externalimage {
     position: relative;
     position: relative;
     width:auto;
     width:auto;
     max-width:70%;
     max-width:80%;
     line-height:120%;
     line-height:150%;
  font-color:grey;
    text-align:left;
}
}


.externalimage-div 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;
}
}