thisisnotras

Rhai?

Aug 20th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(//fonts.googleapis.com/css?family=Shadows+Into+Light);
  4. @import url(//fonts.googleapis.com/css?family=Architects+Daughter);
  5. @import url(//fonts.googleapis.com/css?family=Kaushan+Script);
  6.  
  7. .pfor {display: none;}
  8. #profile {background-color: transparent; border: 0px;}
  9.  
  10. /* Character Color: #4A8246 DARK
  11. #93CC72 LIGHT */
  12.  
  13. #whole { background-image:
  14. url(http://i57.tinypic.com/2hclzep.jpg);
  15. background-repeat: no-repeat;
  16. background-position: bottom right;
  17. background-size: auto 90%;
  18. background-color: #161c13;
  19. position: fixed;
  20. top: 0px;
  21. left: 0px;
  22. right: 0px;
  23. bottom: 0px;
  24. font-family: 'Shadows Into Light', cursive;
  25. font-family: 'Architects Daughter', cursive;
  26. font-family: 'Kaushan Script', cursive;
  27. }
  28.  
  29. #titlediv1 {position: absolute;
  30. left: 260px;
  31. top: 175px;
  32. font-size: 20pt;
  33. color: #295558;
  34. color: black;
  35. text-align: center;}
  36.  
  37. .textpulse {
  38. text-shadow: 1px 1px 1px black;
  39. -webkit-animation: nuclearcolor 4s infinite;
  40. animation: nuclearcolor 4s infinite; }
  41.  
  42. #titlediv2 {position: absolute;
  43. left: 250px;
  44. top: 212px;
  45. font-size: 30pt;
  46. color: black;
  47. -webkit-animation: nuclearcolor 5s infinite;
  48. animation: nuclearcolor 5s infinite;
  49. text-shadow: 2px 2px 4px black;
  50. opacity: .4; }
  51.  
  52. @-webkit-keyframes nuclearcolor {
  53. 0% {text-shadow: 1px 1px 1px #36AB06;}
  54. 70% {text-shadow: 1px 1px 5px #ADF048;}
  55. 75% {#53EF05 ;}
  56. 100% {text-shadow:1px 1px 1px #36AB06;}
  57. }
  58.  
  59. @keyframes nuclearcolor {
  60. 0% {text-shadow: 1px 1px 1px #36AB06;}
  61. 75% {text-shadow: 1px 1px 5px #ADF048;}
  62. 75% { #53EF05 ;}
  63. 100% {text-shadow: 1px 1px 1px #36AB06;}
  64. }
  65.  
  66. #coverdiv1 {position: absolute;
  67. top: 180px;
  68. left: 220px;
  69. height: 140px;
  70. width: 200px;
  71. border-left: 1px solid #36AC07;
  72. opacity: .5;
  73. }
  74.  
  75. #coverdiv2 {position: absolute;
  76. top: 140px;
  77. left: 260px;
  78. height: 200px;
  79. width: 190px;
  80. border-top: 1px solid #36AC07;
  81. opacity: .5; }
  82.  
  83. body {background: white;}
  84.  
  85. @keyframes loop1 {
  86. 0% {margin-top: 140px; opacity: 1;}
  87. 10% {margin-top: 140px; opacity: 1;}
  88. 20% {margin-top: 0px; opacity: 1;}
  89. 30% {opacity: 0;}
  90. 70% {opacity: 0;}
  91. 80% {margin-top: 0px; opacity: 1;}
  92. 90%{margin-top: 140px; opacity: 1;}
  93. 100%{margin-top: 140px; opacity: 1; }
  94. }
  95.  
  96. @-webkit-keyframes loop1 {
  97. 0%{margin-top: 140px;}
  98. 1%{opacity: 1;}
  99. 20%{margin-top: 0px;}
  100. 80%{margin-top: 0px;}
  101. 99%{opacity: 1;}
  102. 100% {margin-top: 140px; opacity: 0;}
  103. }
  104.  
  105. @-webkit-keyframes loop2 {
  106. 0% {margin-left: 190px; opacity: 1;}
  107. 10% {margin-left: 190px; opacity: 1;}
  108. 20% {margin-left: 0px; opacity: 1;}
  109. 30% {opacity: 0;}
  110. 70% {opacity: 0;}
  111. 80% {margin-left: 0px; opacity: 1;}
  112. 90%{margin-left: 190px; opacity: 1;}
  113. 100%{margin-left: 190px; opacity: 1; }
  114. }
  115.  
  116. @keyframes loop2 {
  117. 0% {margin-left: 190px; opacity: 1;}
  118. 10% {margin-left: 190px; opacity: 1;}
  119. 20% {margin-left: 0px; opacity: 1;}
  120. 30% {opacity: 0;}
  121. 70% {opacity: 0;}
  122. 80% {margin-left: 0px; opacity: 1;}
  123. 90%{margin-left: 190px; opacity: 1;}
  124. 100%{margin-left: 190px; opacity: 1; }
  125. }
  126.  
  127. #div1{
  128. position: absolute;
  129. top: 180px;
  130. left: 220px;
  131. border-left: 1px solid #ADF048;
  132. height: 5px;
  133. width: 2px;
  134. -webkit-animation: loop1 4s infinite;
  135. animation: loop1 4s infinite;
  136. opacity: 0;
  137. }
  138.  
  139. #div2{
  140. margin-left: 140px;
  141. position: absolute;
  142. top: 140px;
  143. left: 260px;
  144. border-top: 1px solid #ADF048;
  145. height: 2px;
  146. width: 5px;
  147. -webkit-animation: loop2 4s 2s infinite;
  148. animation: loop2 4s 2s infinite;
  149. opacity: 0;
  150. }
  151.  
  152. #ongaku {
  153. border-radius: 5px;
  154. width: 25px;
  155. height: 20px;
  156. overflow: hidden;
  157. background-color: black;
  158. opacity: .8;
  159. -webkit-transition: all 0.4s ease-in-out;
  160. -moz-transition: all 0.4s ease-in-out;
  161. -o-transition: all 0.4s ease-in-out;
  162. -ms-transition: all 0.4s ease-in-out;
  163. transition: all 0.4s ease-in-out;
  164. }
  165. .musicgif {
  166. margin: 5px;
  167. margin-top: 2px;
  168. margin-bottom: 5px;
  169. -webkit-transition: all 0.4s ease-in-out;
  170. -moz-transition: all 0.4s ease-in-out;
  171. -o-transition: all 0.4s ease-in-out;
  172. -ms-transition: all 0.4s ease-in-out;
  173. transition: all 0.4s ease-in-out;
  174. }
  175. #ongaku:hover .musicgif {
  176. margin-top: -18px;
  177. background-color: black;
  178. }
  179. #ongaku:hover { background-color: black;}
  180. #musicpl {
  181. width: 20px;
  182. overflow: hidden;
  183. height: 20px;
  184. padding: 2px 20px 10px 3px;
  185. margin-left: -24px;
  186. background-color: black;
  187. }
  188.  
  189. </style>
  190.  
  191. <div id="whole">
  192. <div id="titlediv1"><font class="textpulse" color="black">nuclear</font> flame<br>
  193. <font size=5pt style="position: absolute; text-indent: -120px;"> <span class="glowy">●</span></font> <font size=3pt style="position: absolute; text-indent: 20px; margin-top: 10px; color: gray; opacity: .6;">undesired</font><br>
  194. <font size=5pt style="position: absolute; text-indent: -120px; margin-top: -10px;" class="glowy">●</font> <font size=3pt style="position: absolute; text-indent: 20px; color: gray; opacity: .6;">unbroken</font><br>
  195. <font size=5pt style="position: absolute; text-indent: -120px; margin-top: -20px;" class="glowy">●</font> <font size=3pt style="position: absolute; text-indent: 20px; margin-top: -10px; color: gray; opacity: .6;">unforgiving</font><br>
  196.  
  197. </div>
  198.  
  199. <div id="coverdiv1">
  200. </div>
  201.  
  202. <div id="coverdiv2">
  203. </div>
  204.  
  205. <div id="div1">
  206. </div>
  207.  
  208. <div id="div2">
  209. </div>
  210.  
  211. <div style="position: absolute; left: 220px;
  212. top: 141px;">
  213. <div id="ongaku">
  214. <div class="musicgif"><img src="http://i60.tinypic.com/330vbd1.jpg" height=16px></div>
  215. <div id="musicpl">
  216. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/0s4jzqj40ei3yx0/Polica%20-%20Vegas.mp3?dl=1&t0=Polica Vegas&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  217. </div>
  218. </div>
  219. </div>
  220.  
  221. </div>
Advertisement
Add Comment
Please, Sign In to add comment