틀:곡 목록/styles.css: 두 판 사이의 차이

(너무 느림)
(테스트)
1번째 줄: 1번째 줄:
img{
transition: all cubic-bezier(.46,.03,.52,.96)0.4s 0.2s;
}
.mw-collapsible-toggle-expanded .song-list img{
.mw-collapsible-toggle-expanded .song-list img{
transform: rotateY( 180deg );
transform: rotateY( 180deg );
transition: all cubic-bezier(.46,.03,.52,.96)0.4s 0.2s;
position: relative;  
position: relative;  
top: -0.1px;
top: -0.1px;
left: -0.5px;
left: -0.5px;
}
}

2022년 6월 3일 (금) 00:26 판

.mw-collapsible-toggle-expanded .song-list img{
	transform: rotateY( 180deg );
	transition: all cubic-bezier(.46,.03,.52,.96)0.4s 0.2s;
	position: relative; 
		top: -0.1px;
		left: -0.5px;
}