Шаблон:Реклама текст/styles.css: различия между версиями

Отмена версии 746325, сделанной Aeonorien (обсуждение)
Метка: отмена
Нет описания правки
Строка 10: Строка 10:
   font-weight: 800;
   font-weight: 800;
   letter-spacing: 0.08em;
   letter-spacing: 0.08em;
   color: #7dffee;
   color: #ffffff;
  text-shadow: 0 0 8px #3cf6e0;
}
}
.aeon-fly-top,
.aeon-fly-top,
.aeon-fly-bot {
.aeon-fly-bot {
Строка 24: Строка 24:
   animation-iteration-count: infinite;
   animation-iteration-count: infinite;
}
}
.aeon-fly-top {
.aeon-fly-top {
   top: 8px;
   top: 8px;
   animation-name: aeon-down;
   animation-name: aeon-down;
}
}
.aeon-fly-bot {
.aeon-fly-bot {
   top: 48px;
   top: 48px;
   animation-name: aeon-up;
   animation-name: aeon-up;
}
}
@keyframes aeon-down {
@keyframes aeon-down {
   0% { opacity: 0; transform: translateY(-80px); }
   0% { opacity: 0; transform: translateY(-80px); }
Строка 39: Строка 42:
   100% { opacity: 0; transform: translateY(-80px); }
   100% { opacity: 0; transform: translateY(-80px); }
}
}
@keyframes aeon-up {
@keyframes aeon-up {
   0% { opacity: 0; transform: translateY(80px); }
   0% { opacity: 0; transform: translateY(80px); }