「テンプレート:色変化/style.css」の版間の差分

編集の要約なし
編集の要約なし
編集の要約なし
タグ: 手動差し戻し
151行目: 151行目:
   80% {color:blue}
   80% {color:blue}
   100% {color:purple}
   100% {color:purple}
}
@keyframes k11 {
  0% {background: linear-gradient(180deg, red, orange, yellow, green, blue, purple)}
  17% {background: linear-gradient(180deg, orange, yellow, green, blue, purple, red)}
  34% {background: linear-gradient(180deg, yellow, green, blue, purple, red, orange)}
  51% {background: linear-gradient(180deg, green, blue, purple, red, orange, yellow)}
  68% {background: linear-gradient(180deg, blue, purple, red, orange, yellow, green)}
  85% {background: linear-gradient(180deg, purple, red, orange, yellow, green, blue)}
  100% {background: linear-gradient(180deg, red, orange, yellow, green, blue, purple)}
}
}
.chameleon{
.chameleon{
195行目: 186行目:
   font-weight:bold;
   font-weight:bold;
   animation: k9 0.3s linear infinite normal;
   animation: k9 0.3s linear infinite normal;
}
.grainbow2 {
  color:white;
  font-weight:bold;
  animation: k11 0.3s linear infinite normal;
}
}
8,829

回編集