리브레위키>Text-Justify 애니메이션이 너무 가벼워지는 건 아닐까 합니다. |
리브레위키>Cerulean 가볍지 않은 쪽으로 바꿔봤습니다. |
||
| 1번째 줄: | 1번째 줄: | ||
img{ | img { | ||
transition: all | transition: all cubic-bezier(.46,.03,.52,.96) 0.5s; | ||
} | } | ||
2021년 3월 20일 (토) 00:35 판
img {
transition: all cubic-bezier(.46,.03,.52,.96) 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);
}