Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #header{z-index:2147483647;height:260px;border:0;box-shadow:inset 0 -90px 0 0 rgba(21,27,33,.6);
- background-image: url(%%snow%%), url(%%snow%%), url(%%snow%%), linear-gradient(45deg,rgba(39,161,227,0),rgba(0,0,0,.3)), url(%%CP-spread%%);
- background-size: 250px 250px, 500px 500px, 125px 125px, cover, cover;
- background-position: 0px 0px, 0px 0px, 0px 0px, center, center -180px;
- background-repeat: repeat, repeat, repeat, no-repeat, no-repeat;
- -webkit-animation: snow 10s linear infinite;
- -moz-animation: snow 10s linear infinite;
- -ms-animation: snow 10s linear infinite;
- animation: snow 10s linear infinite;
- transition: all 500ms linear;
- }
- @-webkit-keyframes snow {
- 0% {
- background-position: 0px 0px, 0px 0px, 0px 0px, center, center -180px;
- }
- 100% {
- background-position: 500px 1000px, 1000px 1000px, 375px 500px, center, center -180px;
- }
- }
- @-moz-keyframes snow {
- 0% {
- background-position: 0px 0px, 0px 0px, 0px 0px, center, center -180px;
- }
- 100% {
- background-position: 500px 1000px, 1000px 1000px, 375px 500px, center, center -180px;
- }
- }
- @-ms-keyframes snow {
- 0% {
- background-position: 0px 0px, 0px 0px, 0px 0px, center, center -180px;
- }
- 100% {
- background-position: 500px 1000px, 1000px 1000px, 375px 500px, center, center -180px;
- }
- }
- @keyframes snow {
- 0% {
- background-position: 0px 0px, 0px 0px, 0px 0px, center, center -180px;
- }
- 100% {
- background-position: 500px 1000px, 1000px 1000px, 375px 500px, center, center -180px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement