「テンプレート:出ずる/style.css」の版間の差分

編集の要約なし
(キュアラプラプ (トーク) による版 10150 を取り消し)
タグ: 取り消し
編集の要約なし
 
(同じ利用者による、間の10版が非表示)
33行目: 33行目:
.hovrl2:active{animation-play-state: paused}
.hovrl2:active{animation-play-state: paused}
.hovrl3:active{animation-play-state: paused}
.hovrl3:active{animation-play-state: paused}
.hovoright{animation-play-state: paused}
.hovoright:hover{animation: hovoright .5s ease-in;animation-fill-mode: forwards;}
@keyframes hovoright {
  0% {transform: translateX(0vw);}
  100% {transform: translateX(100vw);}
}
.hovoleft{animation-play-state: paused}
.hovoleft:hover{animation: hovoleft .5s ease-in;animation-fill-mode: forwards;}
@keyframes hovoleft {
  0% {transform: translateX(0vw);}
  100% {transform: translateX(-100vw);}
}
.hovodown{animation-play-state: paused}
.hovodown:hover{animation: hovodown .5s ease-in;animation-fill-mode: forwards;}
@keyframes hovodown {
  0% {transform: translateY(0vw);}
  100% {transform: translateY(100vh);}
}
.hovatch{color:white;background-color:white}
.hovatch:hover{color:#aa0000;background-color:black}
.hovred{color:#ff8c00;background-color:#ff8c00}
.hovred:hover{color:#aa0000;background-color:black}
10,123

回編集