리브레위키>Cerulean 편집 요약 없음 |
리브레위키>Text-Justify 애니메이션이 너무 가벼워지는 건 아닐까 합니다. |
||
| 1번째 줄: | 1번째 줄: | ||
img { | img{ | ||
transition: all | transition: all ease 0.5s; | ||
} | } | ||
2021년 3월 20일 (토) 00:29 판
img{
transition: all ease 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);
}