dollcrds

baepsae ju mp codes

Jul 11th, 2022
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. ---fonts---
  2.  
  3. <head>
  4. <link rel="preconnect" href="https://fonts.googleapis.com">
  5. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  6. <link href="https://fonts.googleapis.com/css2?family=Jua&family=Saira+Semi+Condensed&display=swap" rel="stylesheet">
  7. </head>
  8. <style>
  9. @font-face {
  10. font-family: "spacerangerlasital";
  11. src:url(https://dl.dropbox.com/s/qj5rw9r6sf4usau/spacerangerlasital.ttf);
  12. }
  13. @font-face {
  14. font-family:aeroblade;
  15. src:url(https://dl.dropbox.com/s/rp1c9fy6nef7l15/Aeroblade.ttf);
  16. }
  17. @font-face {
  18. font-family: wishes;
  19. src: url(https://dl.dropbox.com/s/0834itva523yo8s/Warm%20Wishes.otf);
  20. }
  21. </style>
  22.  
  23. ---text animation---
  24.  
  25. <script type="text/javascript">
  26. // <![CDATA[
  27. var speed=70; // speed of wobbling, lower is faster
  28. var height=2; // height of wobbling in pixels
  29. var alink="http://www.mf2fm.com/rv"; // page to link text to (set to ="" for no link)
  30.  
  31. /****************************
  32. * Wobbly Text Effect *
  33. *(c) 2003-6 mf2fm web-design*
  34. * http://www.mf2fm.com/rv *
  35. * DON'T EDIT BELOW THIS BOX *
  36. ****************************/
  37. var wobtxt, wobble, wobcnt=0;
  38. window.onload=function() { if (document.getElementById) {
  39. var i, wobli;
  40. wobble=document.getElementById("wobble");
  41. wobtxt=wobble.firstChild.nodeValue;
  42. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  43. for (i=0; i<wobtxt.length; i++) {
  44. wobli=document.createElement("span");
  45. wobli.setAttribute("id", "wobb"+i);
  46. wobli.style.position="relative";
  47. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  48. if (alink) {
  49. wobli.style.cursor="pointer";
  50. wobli.onclick=function() { top.location.href=alink; }
  51. }
  52. wobble.appendChild(wobli);
  53. }
  54. setInterval("wobbler()", speed);
  55. }}
  56.  
  57. function wobbler() {
  58. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  59. wobcnt++;
  60. }
  61. // ]]>
  62. </script>
  63.  
  64. ---music player---
  65.  
  66. <link rel="preconnect" href="https://fonts.googleapis.com">
  67. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  68. <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap" rel="stylesheet">
  69.  
  70. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71.  
  72. <!-------MUSIC PLAYER BY GLENTHEMES------->
  73. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  74.  
  75. <style type="text/css">
  76. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  77. #glenplayer02 {
  78. position:relative;
  79. top:0px;
  80. left:5px;
  81. display:flex;
  82. z-index:99;
  83. }
  84. #glenplayer02 a {text-decoration:none;}
  85.  
  86. #glenplayer02 > div {
  87. align-self:center;
  88. -webkit-align-self:center;
  89. }
  90.  
  91. .music-controls {
  92. user-select:none;
  93. -webkit-user-select:none;
  94. width:13px;
  95. font-size:18px;
  96. cursor:pointer;
  97. }
  98.  
  99. .playy, .pausee {color:#fff;
  100. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
  101.  
  102. .pausee {display:none;}
  103.  
  104. .sonata {
  105. margin-left:10px;
  106. font-family: 'M PLUS Rounded 1c', sans-serif;
  107. font-size:14px;
  108. color:#fff;
  109. font-weight: bold;
  110. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;/* color of music note symbol */
  111. }
  112.  
  113. .labeltext {
  114. margin-left:0px;
  115. position: relative;
  116. bottom:10px;
  117. font-family: 'M PLUS Rounded 1c', sans-serif;
  118. font-size:14px;
  119. font-color:white;
  120. font-weight: bold;
  121. text-shadow: -1px 0 #963242, 0 1px #963242, 1px 0 #963242, 0 -1px #963242, 0 0;/* color of song title */
  122. }
  123.  
  124. </style>
  125. <body>
  126. <!-------MUSIC PLAYER BY GLENTHEMES------->
  127. <div id="glenplayer02">
  128. <div class="music-controls" onclick="songstart();">
  129. <div class="playy">►</div>
  130. <div class="pausee">♬</div>
  131. </div>
  132. <div class="sonata">HIT YA by Lapillus</div>
  133. <div class="labeltext"></div>
  134. </div><!--end music player-->
  135.  
  136. <audio id="tune" src="https://cdn.discordapp.com/attachments/965819507794907138/996162890409189406/Lapillus_HIT_YA_.mp3""audio"></audio>
  137. </body>
  138.  
  139. <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment