Advertisement
thisisnotras

Xmas Digi

Feb 5th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.86 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face{
  4. src: url(https://u4556289.dl.dropboxusercontent.com/s/d9ihnqs25298288/somepx.ttf?dl=0);
  5. font-family: 'bodyfont';
  6. }
  7.  
  8. *{cursor: url(https://puu.sh/ChorX/938ade60e6.png), default !important;}
  9. *{cursor: url(https://puu.sh/ChorX/938ade60e6.png), default !important;}
  10. * { cursor:url(https://img.icons8.com/dusk/20/000000/cursor.png), default !important;
  11. }
  12.  
  13.  
  14. #whole{
  15. position: fixed;
  16. top: 0px;
  17. left: 0px;
  18. right: 0px;
  19. bottom: 0px;
  20. background-image:url(https://www.transparenttextures.com/patterns/asfalt-light.png);
  21. background-color: #4a608f;
  22. -webkit-transition: all 2s 4s;
  23. transition: all 2s 4s;}
  24.  
  25. #StartXmas:checked ~ #whole{
  26. background-image:url(https://www.transparenttextures.com/patterns/3px-tile.png);
  27. background-color: #281281;}
  28.  
  29. #digicover{
  30. position: absolute;
  31. top: 0px;
  32. left: 0px;
  33. right: 0px;
  34. bottom: 0px;
  35. margin: auto;
  36. height: 600px;
  37. width: 1000px;
  38. overflow: hidden;
  39. box-shadow: 3px 4px 7px white;
  40. background-image:url(https://www.uxfree.com/wp-content/uploads/2016/08/large-winter-snowflakes-motion-background-4k.jpg);
  41. background-size: cover;
  42. background-repeat: no-repeat;}
  43.  
  44. #digicenter{
  45. position: absolute;
  46. top: 10px;
  47. left: 10px;
  48. right: 10px;
  49. bottom: 10px;
  50. background-image:url(https://puu.sh/ChmaY/98d5bafe65.png);
  51. background-size: auto 90%;
  52. background-position: bottom right;
  53. background-repeat: no-repeat;
  54. box-sizing: border-box;}
  55.  
  56. #blurdiv, #blurdiv2, #blurdiv3, #blurdiv4{
  57. position: absolute;
  58. filter:blur(7px);
  59. background: #adf1fc;}
  60.  
  61. #blurdiv{
  62. top: -10px;
  63. height: 20px;
  64. left: 0px;
  65. right: 0px;}
  66.  
  67. #blurdiv2{
  68. left: -10px;
  69. top: -10px;
  70. bottom:-10px;
  71. width: 20px;}
  72.  
  73. #blurdiv3{
  74. right: -10px;
  75. top: -10px;
  76. bottom: -10px;
  77. width: 20px;
  78. }
  79.  
  80. #blurdiv4{
  81. bottom: -10px;
  82. left: -10px;
  83. right: -10px;
  84. height: 20px;}
  85.  
  86. #XmasLayer{position: absolute;
  87. top: -10px;
  88. left: -10px;
  89. right: -10px;
  90. bottom: -10px;
  91. background-image:url(http://i.picpar.com/y2Db.gif);
  92. background-repeat: repeat;
  93. background-size: 30% auto;
  94. z-index:2;
  95. filter:blur(3px);
  96. opacity: .7;
  97. }
  98.  
  99. #XmasLayer2{position: absolute;
  100. top: -10px;
  101. left: -10px;
  102. right: -10px;
  103. bottom: -10px;
  104. background-image:url(http://i.picpar.com/y2Db.gif);
  105. background-repeat: repeat;
  106. background-size: 10% auto;
  107. z-index: 0;
  108. filter:blur(1px);
  109. opacity: .5;
  110. }
  111.  
  112. @font-face{
  113. font-family:'Xmasfont';
  114. src:url(https://u4556289.dl.dropboxusercontent.com/s/ug8w89tqdlm03yj/Liva.ttf?dl=0);}
  115.  
  116. #ChristmasTitle{
  117. position: absolute;
  118. top: 50px;
  119. left: 50px;
  120. height: 100px;
  121. width: 500px;
  122. font-size: 45px;
  123. font-family: 'Xmasfont', Times, Arial;
  124. font-style: italic;
  125. color: white;
  126. text-shadow: 0px 0px 11px #577ca5;
  127. z-index: 10;
  128.  
  129. /*
  130. -webkit-text-fill-color: transparent;
  131. -webkit-background-clip: text;
  132. background-image:url(https://media.giphy.com/media/LvlEOYGcZueNa/giphy.gif);
  133. background-size: cover;
  134. */
  135.  
  136. }
  137.  
  138. #ChristmasTitle:hover{
  139. cursor: default;}
  140.  
  141. #ChristmasTitle b{
  142. -webkit-transition: all .5s;
  143. transition: all .5s;}
  144.  
  145. #ChristmasTitle:hover b,
  146. #StartXmas:checked ~ #whole #ChristmasTitle b{
  147. color: #80dffa;}
  148.  
  149. #totaltitle{
  150. position: absolute;
  151. font-size: 60pt;
  152. height: 82px;
  153. width: 201px;
  154. border: 0px solid black;
  155. bottom: 2%;
  156. right: 2%;
  157. color: #013F63;
  158. font-style: italic;
  159. font-family:'bodyfont', 'Times';
  160. zoom: 150%;
  161. overflow: hidden;
  162. z-index: 6;
  163. text-shadow: 0px 0px 7px white;
  164. -webkit-transition: all 1s 4.5s;
  165. transition: all 1s 4.5s;
  166. }
  167.  
  168. #StartXmas:checked ~ #whole #totaltitle{
  169. color: silver;
  170. text-shadow: 0px 0px 7px #94c7db;
  171. }
  172.  
  173. #musicbox{
  174. position: absolute;
  175. top: 99px;
  176. left: 48px;
  177. width: 393px;
  178. height: 4px;
  179. -webkit-animation: blinker 6s infinite linear;
  180. animation: blinker 6s infinite linear;
  181. z-index: 5;
  182. overflow: hidden;
  183. border-radius: 3px;
  184. }
  185.  
  186. #musicbox audio{
  187. zoom: 1%;
  188. bottom: 1px;
  189. left: 1px;
  190. opacity: 0;
  191. position: fixed;
  192.  
  193. }
  194.  
  195. @keyframes blinker{
  196. 0%{box-shadow: 0px 0px 7px transparent;
  197. background: #9de0ee;}
  198. 50%{box-shadow: 0px 0px 7px white;
  199. background: #20669a;}
  200. 100%{box-shadow: 0px 0px 7px transparent;
  201. background: #9de0ee;}
  202. }
  203.  
  204. @-webkit-keyframes blinker{
  205. 0%{box-shadow: 0px 0px 7px transparent;
  206. background: #9de0ee;}
  207. 50%{box-shadow: 0px 0px 7px white;
  208. background: #20669a;}
  209. 100%{box-shadow: 0px 0px 7px transparent;
  210. background: #9de0ee;}
  211. }
  212.  
  213. #dropbar{
  214. position: absolute;
  215. top: 116px;
  216. left: 48px;
  217. height: 5px;
  218. width: 322px;
  219. border-radius: 3px;
  220. background: #97f6ff;
  221. opacity: 0;
  222. -webkit-transition: all 1s;
  223. transition: all 1s;}
  224.  
  225. #dropbar.b2{
  226. top: 133px;
  227. width: 272px;
  228. background: #c0f9ff;
  229. -webkit-transition: all 1s .5s;
  230. transition: all 1s .5s;
  231. }
  232.  
  233. #contentbar{
  234. position: absolute;
  235. top: 152px;
  236. width: 222px;
  237. height: 5px;
  238. left: 48px;
  239. border-radius: 3px;
  240. background: white;
  241. -webkit-transition: all 1s 1s, height 2s 1.5s, border-radius 1s 1.5s, box-shadow .5s 3.5s;
  242. transition: all 1s 1s, height 2s 1.5s, border-radius 1s 1.5s, box-shadow .5s 3.5s;
  243. opacity: 0;
  244. overflow: auto;
  245. color: transparent;
  246. line-height: 17px;}
  247.  
  248. #StartXmas:checked ~ #whole #ChristmasTitle{
  249. z-index: 0;
  250. }
  251.  
  252. #StartXmas:checked ~ #whole #dropbar,
  253. #StartXmas:checked ~ #whole #dropbar.b2{
  254. opacity: 1;}
  255.  
  256. #StartXmas:checked ~ #whole #contentbar{
  257. opacity: 1;
  258. height: 400px;
  259. border-radius: 2px;
  260. box-shadow: 4px 4px 2px 2px silver;
  261. background-color: #eaedf3;
  262. left: 50px;
  263. color: #3e2faf;
  264. font-family: 'bodyfont', Times;
  265. font-size: 24px;
  266. letter-spacing: -0.8px;
  267. box-sizing: border-box;
  268. padding: 10px;
  269. overflow: hidden;
  270. z-index: 20;}
  271.  
  272. #contentbar i{
  273. font-style: normal;
  274. margin-left: 20px;}
  275.  
  276. #contentbar i.b3{
  277. margin-left: 50px;}
  278.  
  279. </style>
  280.  
  281. <input type="checkbox" name="Xmass" id="StartXmas">
  282.  
  283. <div id="whole">
  284. <div id="XmasLayer2" style="opacity: .1;">
  285. </div>
  286. <div id="digicover">
  287. <div id="digicenter">
  288. <div id="blurdiv">
  289. </div>
  290. <div id="blurdiv2">
  291. </div>
  292. <div id="blurdiv3">
  293. </div>
  294. <div id="blurdiv4">
  295. </div>
  296. <div id="XmasLayer2">
  297. </div>
  298. <div id="XmasLayer">
  299. </div>
  300. <label id="ChristmasTitle" onclick="document.getElementById('myaudio').play()" for="StartXmas">
  301. <b>H</b>APPY <b>N</b>EW <b>Y</b>EAR<b>!</b>
  302. </label>
  303. <div id="musicbox">
  304. <audio id="myaudio2" controls src="https://puu.sh/ChmIk/b6fcb9b812.mp3" />
  305. <audio id="myaudio" src="https://puu.sh/CpysA/201fe1e6e9.mp3" loop />
  306. </div>
  307.  
  308. <div id="dropbar"></div>
  309. <div id="dropbar" class="b2"></div>
  310. <div id="contentbar">
  311. alias.<br>
  312. <i>DiGiTAL.</i><br><br>
  313. eyes.<br>
  314. <i>blue + hexagonal pupils.</i><br><br>
  315. hair and fur.<br>
  316. <i>blonde + blue.</i><br><br>
  317. height.<br>
  318. <i>five'nine".</i><br><br>
  319. age (physical approx.)<br>
  320. <i>mid 20's.</i><br><br>
  321. shrgn.<br>
  322. <a target="_blank" href="http://roleplay.chat/profile.php?user=Tashyra" target="_blank"><i>TaShyRA</i></a>.<br><br>
  323.  
  324. <u>OOC</u> - <br>
  325. <i class="b3">Mostly tired.</i><br>
  326. <i class="b3">Taken OOC.</i><br>
  327. <i class="b3">Rarely RPs.</i>
  328. </div>
  329.  
  330. </div>
  331. </div>
  332.  
  333. <div id="totaltitle">
  334. <u>D</u>i<u>G</u>i<u>TAL</u>
  335. </div>
  336.  
  337. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement