리브레위키>Cerulean 가볍지 않은 쪽으로 바꿔봤습니다. |
리브레위키>Cerulean 편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
img { | img { | ||
transition: all cubic-bezier(. | transition: all cubic-bezier(.17,.84,.44,1)0.5s; | ||
} | } | ||
2021년 4월 21일 (수) 21:01 판
img {
transition: all cubic-bezier(.17,.84,.44,1)0.5s;
}
.mw-collapsible-toggle-expanded img{
transform: rotate( 90deg );
position: relative;
top: -0.1px;
left: -0.5px;
}
.drop-shadow {
filter: drop-shadow(0 0 1px LIGHTGRAY);
}