리브레위키>Cerulean 편집 요약 없음 |
리브레위키>Cerulean 틀:곡 목록과 css 충돌 |
||
| 1번째 줄: | 1번째 줄: | ||
img { | .mw-collapsible img { | ||
transition: all cubic-bezier(.17,.84,.44,1)0.6s; | transition: all cubic-bezier(.17,.84,.44,1)0.6s; | ||
} | } | ||
2021년 9월 5일 (일) 13:08 판
.mw-collapsible img {
transition: all cubic-bezier(.17,.84,.44,1)0.6s;
}
.mw-collapsible-toggle-expanded img{
transform: rotate( 90deg );
position: relative;
}
.drop-shadow {
filter: drop-shadow(0 0 1px LIGHTGRAY);
}