thisisnotras

same old winter Digi

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