리브레위키>Text-Justify drop-shadow |
리브레위키>Cerulean 편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
img{ | img { | ||
transition: all | transition: all cubic-bezier(.68,-0.55,.27,1.55) 0.5s; | ||
} | } | ||
2021년 3월 20일 (토) 00:20 판
img {
transition: all cubic-bezier(.68,-0.55,.27,1.55) 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);
}