„MediaWiki:Common.css” változatai közötti eltérés
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
| 1. sor: | 1. sor: | ||
.sitenotice-doboz-cim { | .sitenotice-doboz-cim { | ||
animation-duration: 3s; | -moz-animation-duration: 3s; | ||
animation-name: sfc; | -moz-animation-name: sfc; | ||
animation-iteration-count: infinite; | -moz-animation-iteration-count: infinite; | ||
-webkit-animation-duration: 3s; | |||
-webkit-animation-name: sfc; | |||
-webkit-animation-iteration-count: infinite; | |||
color: white; | color: white; | ||
background-color: #00f; | background-color: #00f; | ||
| 27. sor: | 30. sor: | ||
/* Animáció a sitenotice hátteréhez */ | /* Animáció a sitenotice hátteréhez */ | ||
@keyframes sfc { | @-webkit-keyframes sfc { | ||
0%, 100% { | |||
background-color: #00f; | |||
} | |||
50% { | |||
background-color: #088; | |||
} | |||
} | |||
@-moz-keyframes sfc { | |||
0%, 100% { | 0%, 100% { | ||
background-color: #00f; | background-color: #00f; | ||