Advertisement
Lizellea

Venomoth

Aug 13th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  3. @import url(https://fonts.googleapis.com/css?family=Allura);
  4.  
  5. body {
  6. background-image: url("http://i.imgur.com/7vJy12t.jpg");
  7. background-repeat: no-repeat;
  8. background-color: #000;
  9. background-size: 100% 100%;
  10. background-position: center;
  11. margin: 0;
  12. }
  13.  
  14.  
  15. #image {
  16. position:fixed;
  17. z-index: -2;
  18. right:0%;
  19. bottom:0%;
  20. opacity:0.0;
  21. -webkit-animation: fade 10s;
  22. animation: fade 10s;
  23. -webkit-animation-fill-mode: forwards;
  24. animation-fill-mode: forwards;
  25. }
  26.  
  27. @-webkit-keyframes fade{
  28. from{
  29. opacity:0.0;
  30. }
  31. to{
  32. opacity:1.0;
  33. }}
  34. #image img{
  35. height: 100%;
  36. }
  37.  
  38.  
  39. .clouds {position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;display:block}
  40. .clouds{opacity:.2;background:transparent url('http://i.imgur.com/nptVSPv.png') repeat top center;z-index:-1;-moz-animation:move-scrolling-front 100s linear infinite;-ms-animation:move-scrolling-front 100s linear infinite;-o-animation:move-scrolling-front 100s linear infinite;-webkit-animation:move-scrolling-front 100s linear infinite;animation:move-scrolling-front 100s linear infinite}
  41. @keyframes move-scrolling-front{from{background-position:0 0}to{background-position:10000px 0px}}
  42. @-webkit-keyframes move-scrolling-front{from{background-position:0 0}to{background-position:10000px 0px}}
  43. @-moz-keyframes move-scrolling-front{from{background-position:0 0}to{background-position:10000px 0px}}
  44. @-ms-keyframes move-scrolling-front{from{background-position:0 0}to{background-position:10000px 0px}}
  45.  
  46. .falling {position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;display:block}
  47. .falling{opacity:.7;background:transparent url('http://i.imgur.com/lieFtsE.png') repeat top center;z-index:-4;-moz-animation:move-scrolling-back 600s linear infinite;-ms-animation:move-scrolling-back 600s linear infinite;-o-animation:move-scrolling-back 600s linear infinite;-webkit-animation:move-scrolling-back 600s linear infinite;animation:move-scrolling-back 600s linear infinite}
  48. @keyframes move-scrolling-back{from{background-position:0 0}to{background-position:0px 10000px}}
  49. @-webkit-keyframes move-scrolling-back{from{background-position:0 0}to{background-position:0px 10000px}}
  50. @-moz-keyframes move-scrolling-back{from{background-position:0 0}to{background-position:0px 10000px}}
  51. @-ms-keyframes move-scrolling-back{from{background-position:0 0}to{background-position:0px 10000px}}
  52.  
  53. .box{position:absolute;top:25%;left:2%;height:200px;width:300px;border-radius:5%;background-color:rgba(0,0,0, 0.8);
  54. -webkit-animation-name: title;
  55. -webkit-animation-duration: 1s;
  56. animation-name:title;
  57. animation-duration: 1s;
  58. }
  59. @keyframes title {
  60. 0% {left:0%;}
  61. 100% {left:2%;}
  62. }
  63.  
  64. .box2{position:absolute;top:25%;left:21%;height:200px;width:300px;border-radius:5%;background-color:rgba(0,0,0, 0.8);
  65. -webkit-animation-name: title;
  66. -webkit-animation-duration: 5s;
  67. animation-name:title;
  68. animation-duration: 5s;
  69. }
  70. @keyframes title {
  71. 0% {left:0%;}
  72. 100% {left:21%;}
  73. }
  74.  
  75. .box3{position:absolute;top:25%;left:40%;height:200px;width:300px;border-radius:5%;background-color:rgba(0,0,0, 0.8);
  76. -webkit-animation-name: title;
  77. -webkit-animation-duration: 5s;
  78. animation-name:title;
  79. animation-duration: 9s;
  80. }
  81. @keyframes title {
  82. 0% {left:0%;}
  83. 100% {left:40%;}
  84. }
  85.  
  86. .box4{position:absolute;top:55%;left:10%;height:200px;width:300px;border-radius:5%;background-color:rgba(0,0,0, 0.8);
  87. -webkit-animation-name: title;
  88. -webkit-animation-duration: 13s;
  89. animation-name:title;
  90. animation-duration: 13s;
  91. }
  92. @keyframes title {
  93. 0% {left:0%;}
  94. 100% {left:10%;}
  95. }
  96.  
  97. .box5{position:absolute;top:55%;left:30%;height:200px;width:300px;border-radius:5%;background-color:rgba(0,0,0, 0.8);
  98. -webkit-animation-name: title;
  99. -webkit-animation-duration: 17s;
  100. animation-name:title;
  101. animation-duration: 17s;
  102. }
  103. @keyframes title {
  104. 0% {left:0%;}
  105. 100% {left:30%;}
  106. }
  107.  
  108.  
  109.  
  110.  
  111. </style>
  112. <div class="falling"></div>
  113. <div class="clouds"></div>
  114.  
  115. <div id="image">
  116. <img src="http://i.imgur.com/wcIzPbs.png">
  117. </div>
  118. <div id="name">
  119.  
  120. </div>
  121. <div class="back"></div>
  122. <div class="back2"></div>
  123.  
  124. <div class="box">
  125.  
  126. </div>
  127.  
  128. <div class="box2">
  129.  
  130. </div>
  131.  
  132. <div class="box3">
  133.  
  134. </div>
  135.  
  136. <div class="box4">
  137.  
  138. </div>
  139.  
  140. <div class="box5">
  141.  
  142. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement