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

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
151行目: 151行目:
   80% {color:blue}
   80% {color:blue}
   100% {color:purple}
   100% {color:purple}
}
@keyframes k11 {
  0% {background: linear-gradient(120deg, red, orange, yellow, green, blue, purple)}
  17% {background: linear-gradient(120deg, orange, yellow, green, blue, purple, red)}
  34% {background: linear-gradient(120deg, yellow, green, blue, purple, red, orange)}
  51% {background: linear-gradient(120deg, green, blue, purple, red, orange, yellow)}
  68% {background: linear-gradient(120deg, blue, purple, red, orange, yellow, green)}
  85% {background: linear-gradient(120deg, purple, red, orange, yellow, green, blue)}
  100% {background: linear-gradient(120deg, red, orange, yellow, green, blue, purple)}
}
}
.chameleon{
.chameleon{
186行目: 195行目:
   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

回編集

案内メニュー