thisisnotras

Digi Xmas

Dec 23rd, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face{
  4. src: url(https://dl.dropboxusercontent.com/u/4556289/somepx.ttf);
  5. font-family: 'bodyfont';
  6. }
  7.  
  8. #whole{
  9. position: fixed;
  10. top: 0px;
  11. left: 0px;
  12. right: 0px;
  13. bottom: 0px;
  14. background-image:url(https://puu.sh/sYokJ/101b176d6c.jpg);
  15. background-repeat: no-repeat;
  16. background-size: 150% auto;
  17. background-position: top center;
  18. background-color: #4a608f;}
  19.  
  20. #digicover{
  21. position: absolute;
  22. top: 0px;
  23. left: 0px;
  24. right: 0px;
  25. bottom: 0px;
  26. margin: auto;
  27. height: 600px;
  28. width: 1000px;
  29. overflow: hidden;
  30. box-shadow: 3px 4px 7px white;}
  31.  
  32. #digicenter{
  33. position: absolute;
  34. top: 10px;
  35. left: 10px;
  36. right: 10px;
  37. bottom: 10px;
  38. background-image:url(https://puu.sh/sYoBO/9f30f34666.png);
  39. background-size: 100% auto;
  40. background-position: right center;
  41. background-repeat: no-repeat;
  42. box-sizing: border-box;}
  43.  
  44. #blurdiv, #blurdiv2, #blurdiv3, #blurdiv4{
  45. position: absolute;
  46. filter:blur(7px);
  47. background: #adf1fc;}
  48.  
  49. #blurdiv{
  50. top: -10px;
  51. height: 20px;
  52. left: 0px;
  53. right: 0px;}
  54.  
  55. #blurdiv2{
  56. left: -10px;
  57. top: -10px;
  58. bottom:-10px;
  59. width: 20px;}
  60.  
  61. #blurdiv3{
  62. right: -10px;
  63. top: -10px;
  64. bottom: -10px;
  65. width: 20px;
  66. }
  67.  
  68. #blurdiv4{
  69. bottom: -10px;
  70. left: -10px;
  71. right: -10px;
  72. height: 20px;}
  73.  
  74. #XmasLayer{position: absolute;
  75. top: -10px;
  76. left: -10px;
  77. right: -10px;
  78. bottom: -10px;
  79. background-image:url(http://i.picpar.com/y2Db.gif);
  80. background-repeat: repeat;
  81. background-size: 30% auto;
  82. z-index:2;
  83. filter:blur(3px);
  84. opacity: .7;
  85. }
  86.  
  87. #XmasLayer2{position: absolute;
  88. top: -10px;
  89. left: -10px;
  90. right: -10px;
  91. bottom: -10px;
  92. background-image:url(http://i.picpar.com/y2Db.gif);
  93. background-repeat: repeat;
  94. background-size: 10% auto;
  95. z-index: 0;
  96. filter:blur(1px);
  97. opacity: .5;
  98. }
  99.  
  100. @font-face{
  101. font-family:'Xmasfont';
  102. src:url(https://dl.dropboxusercontent.com/u/4556289/Liva.ttf);}
  103.  
  104. #ChristmasTitle{
  105. position: absolute;
  106. top: 50px;
  107. left: 50px;
  108. height: 100px;
  109. width: 500px;
  110. font-size: 40px;
  111. font-family: 'Xmasfont', Times, Arial;
  112. font-style: italic;
  113. color: white;
  114. text-shadow: 0px 0px 11px #577ca5;
  115. }
  116.  
  117. #totaltitle{
  118. position: absolute;
  119. font-size: 60pt;
  120. height: 82px;
  121. width: 201px;
  122. border: 0px solid black;
  123. bottom: 2%;
  124. right: 2%;
  125. color: #013F63;
  126. font-style: italic;
  127. font-family:'bodyfont', 'Times';
  128. zoom: 150%;
  129. overflow: hidden;
  130. z-index: 6;
  131. text-shadow: 0px 0px 7px white;
  132. }
  133.  
  134. #musicbox{
  135. position: absolute;
  136. top: 99px;
  137. left: 48px;
  138. width: 393px;
  139. height: 4px;
  140. -webkit-animation: blinker 6s infinite linear;
  141. animation: blinker 6s infinite linear;
  142. z-index: 5;
  143. overflow: hidden;
  144. border-radius: 3px;
  145. }
  146.  
  147. #musicbox audio{
  148. zoom: 2000%;
  149. margin-top: -10px;
  150. margin-left: -3px;
  151. opacity: 0;
  152. }
  153.  
  154. @keyframes blinker{
  155. 0%{box-shadow: 0px 0px 7px transparent;
  156. background: #9de0ee;}
  157. 50%{box-shadow: 0px 0px 7px white;
  158. background: #20669a;}
  159. 100%{box-shadow: 0px 0px 7px transparent;
  160. background: #9de0ee;}
  161. }
  162.  
  163. @-webkit-keyframes blinker{
  164. 0%{box-shadow: 0px 0px 7px transparent;
  165. background: #9de0ee;}
  166. 50%{box-shadow: 0px 0px 7px white;
  167. background: #20669a;}
  168. 100%{box-shadow: 0px 0px 7px transparent;
  169. background: #9de0ee;}
  170. }
  171.  
  172.  
  173. </style>
  174.  
  175. <div id="whole">
  176. <div id="XmasLayer2" style="opacity: .1;">
  177. </div>
  178. <div id="digicover">
  179. <div id="digicenter">
  180. <div id="blurdiv">
  181. </div>
  182. <div id="blurdiv2">
  183. </div>
  184. <div id="blurdiv3">
  185. </div>
  186. <div id="blurdiv4">
  187. </div>
  188. <div id="XmasLayer2">
  189. </div>
  190. <div id="XmasLayer">
  191. </div>
  192. <div id="ChristmasTitle">
  193. MERRY CHRISTMAS!
  194. </div>
  195. <div id="musicbox">
  196. <audio controls src="https://puu.sh/sYriz/d619a961c9.mp3" />
  197. </div>
  198. </div>
  199. </div>
  200.  
  201. <div id="totaltitle">
  202. <u>D</u>i<u>G</u>i<u>TAL</u>
  203. </div>
  204.  
  205. </div>
Advertisement
Add Comment
Please, Sign In to add comment