thisisnotras

Six Christmas / Holidays

Jan 2nd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Trade+Winds);
  4.  
  5. .pfor {display: none;}
  6. #profile {background: transparent; border: 0px;}
  7.  
  8.  
  9. body {}
  10.  
  11. #whole{
  12. position: fixed;
  13. top: 0px;
  14. bottom: 0px;
  15. left: 0px;
  16. right: 0px;
  17. background-image:url(http://i67.tinypic.com/11tmv6s.jpg);
  18. background-repeat: no-repeat;
  19. background-size: 100% auto;
  20. }
  21.  
  22. #pinch{
  23. position: absolute;
  24. height: 600px;
  25. width: 100%;
  26. top: 0px;
  27. bottom: 0px;
  28. margin: auto;
  29. border-top: 3px solid black;
  30. border-bottom: 3px solid black;
  31. }
  32.  
  33. #SixLayer{position: absolute;
  34. height: 100%;
  35. width: 100%;
  36. top: 0px;
  37. left: 0px;
  38. background-image:url(http://i63.tinypic.com/5efzph.jpg);
  39. background-size: auto 100%;
  40. background-repeat: no-repeat;
  41. z-index:1;
  42. background-position: bottom left;
  43. overflow: hidden;
  44. }
  45.  
  46. #XmasLayer{position: absolute;
  47. height: 100%;
  48. width: 100%;
  49. top: 0px;
  50. left: 0px;
  51. background-image:url(http://i.picpar.com/y2Db.gif);
  52. background-repeat: repeat;
  53. background-size: 30% auto;
  54. z-index:2;
  55. }
  56.  
  57. #XmasLayer2{position: absolute;
  58. height: 100%;
  59. width: 100%;
  60. top: 0px;
  61. left: 0px;
  62. background-image:url(http://i.picpar.com/y2Db.gif);
  63. background-repeat: repeat;
  64. background-size: 10% auto;
  65. z-index: 0;
  66. }
  67.  
  68. #titlepiece {
  69. position: absolute;
  70. top: 0px;
  71. left: 50px;
  72. bottom: 660px;
  73. margin: auto;
  74. height: 80px;
  75. width: 600px;
  76. color: #798283;
  77. box-sizing: border-box;
  78. border: 0px solid black;
  79. font-size: 50pt;
  80. overflow: hidden;
  81. padding: 0px;
  82. font-family: 'Trade Winds', cursive;
  83. font-family: 'Allura', cursive;
  84. font-family: 'Trade Winds', cursive;
  85. text-shadow: 0px 0px 16px red;
  86. opacity: 1;
  87. text-align: center;
  88. z-index: 3;
  89. }
  90.  
  91. #XmasHat{position:absolute;
  92. z-index:0;
  93. background-image:url(http://i66.tinypic.com/28i5e1t.jpg);
  94. background-repeat: no-repeat;
  95. background-size: auto 100%;
  96. height: 220px;
  97. width: 290px;
  98. top: -30px;
  99. left: 235px;
  100. transform:rotate(-10deg);
  101. background-position: bottom left;}
  102.  
  103. #music{
  104. position: absolute;
  105. top: 0px;
  106. bottom: 322px;
  107. left: 331px;
  108. margin: auto;
  109. height: 13px;
  110. width: 13px;
  111. zoom:200%;
  112. overflow: hidden;
  113. border-radius: 90px 90px 90px 90px;
  114. border: 1px dotted red;
  115. background: 798283;
  116. -webkit-animation: musicflash 1s infinite;
  117. animation: musicflash 1s infinite;
  118. z-index: 3;
  119. }
  120.  
  121. @-webkit-keyframes musicflash{
  122. 0% {border: 1px dotted transparent;}
  123. 50% {border: 1px dotted red;}
  124. 100%{border: 1px dotted transparent;}
  125. }
  126.  
  127. @-keyframes musicflash{
  128. 0% {border: 1px dotted transparent;}
  129. 50% {border: 1px dotted red;}
  130. 100%{border: 1px dotted transparent;}
  131. }
  132.  
  133.  
  134. </style>
  135.  
  136. <div id="whole">
  137. <div id="titlepiece">
  138. Happy Holidays
  139. </div>
  140. <div id="pinch">
  141. <div id="XmasLayer">
  142. </div>
  143. <div id="XmasLayer2">
  144. </div>
  145. <div id="SixLayer">
  146. <div id="XmasHat">
  147. </div>
  148. </div>
  149. </div>
  150.  
  151.  
  152.  
  153. <div id="music">
  154. <div style="margin-top: -3.3px;
  155. margin-left: -1.3px;">
  156. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  157. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  158. <param name="wmode" value="transparent" />
  159. <param name="FlashVars" value="mp3=https://dl.dropboxusercontent.com/u/4556289/Run%20The%20Jewels%20-%20A%20Christmas%20Fucking%20Miracle%20%28%20Instrumental%20%29%20%5BMusic%20Video%5D.mp3&autoplay=1&loop=1&volume=10&bgcolor1=798283&bgcolor2=798283&slidercolor1=000000&slidercolor2=000000&buttoncolor=890000&buttonovercolor=000000" />
  160. </object>
  161. </div>
  162. </div>
  163.  
  164.  
  165.  
  166. </div>
Advertisement
Add Comment
Please, Sign In to add comment