campagne-adhesion-2015-www/stylesheets/twinklingStars.css

1 line
1.2 KiB
CSS

@-moz-keyframes move-twink-back{from{background-position:0 0}to{background-position:-10000px 5000px}}@-webkit-keyframes move-twink-back{from{background-position:0 0}to{background-position:-10000px 5000px}}@keyframes move-twink-back{from{background-position:0 0}to{background-position:-10000px 5000px}}@-moz-keyframes move-clouds-back{from{background-position:-2500px bottom}to{background-position:1500px bottom}}@-webkit-keyframes move-clouds-back{from{background-position:-2500px bottom}to{background-position:1500px bottom}}@keyframes move-clouds-back{from{background-position:-2500px bottom}to{background-position:1500px bottom}}html{background-image:url(../images/stars.png);background-attachment:fixed}body{background-color:transparent;background-image:url(../images/twinkling.png);-moz-animation:move-twink-back 200s linear 1;-webkit-animation:move-twink-back 200s linear 1;animation:move-twink-back 200s linear 1}main{background-size:cover;background-image:url(../images/clouds3.png);background-repeat:no-repeat;background-position:1500px bottom;background-attachment:fixed;-moz-animation:move-clouds-back 60s linear 1;-webkit-animation:move-clouds-back 60s linear 1;animation:move-clouds-back 60s linear 1}