Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---fonts---
- <head>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Jua&family=Saira+Semi+Condensed&display=swap" rel="stylesheet">
- </head>
- <style>
- @font-face {
- font-family: "spacerangerlasital";
- src:url(https://dl.dropbox.com/s/qj5rw9r6sf4usau/spacerangerlasital.ttf);
- }
- @font-face {
- font-family:aeroblade;
- src:url(https://dl.dropbox.com/s/rp1c9fy6nef7l15/Aeroblade.ttf);
- }
- @font-face {
- font-family: wishes;
- src: url(https://dl.dropbox.com/s/0834itva523yo8s/Warm%20Wishes.otf);
- }
- </style>
- ---text animation---
- <script type="text/javascript">
- // <![CDATA[
- var speed=70; // speed of wobbling, lower is faster
- var height=2; // height of wobbling in pixels
- var alink="http://www.mf2fm.com/rv"; // page to link text to (set to ="" for no link)
- /****************************
- * Wobbly Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var wobtxt, wobble, wobcnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, wobli;
- wobble=document.getElementById("wobble");
- wobtxt=wobble.firstChild.nodeValue;
- while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
- for (i=0; i<wobtxt.length; i++) {
- wobli=document.createElement("span");
- wobli.setAttribute("id", "wobb"+i);
- wobli.style.position="relative";
- wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
- if (alink) {
- wobli.style.cursor="pointer";
- wobli.onclick=function() { top.location.href=alink; }
- }
- wobble.appendChild(wobli);
- }
- setInterval("wobbler()", speed);
- }}
- function wobbler() {
- for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
- wobcnt++;
- }
- // ]]>
- </script>
- ---music player---
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap" rel="stylesheet">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
- <style type="text/css">
- /*-------MUSIC PLAYER BY GLENTHEMES-------*/
- #glenplayer02 {
- position:relative;
- top:0px;
- left:5px;
- display:flex;
- z-index:99;
- }
- #glenplayer02 a {text-decoration:none;}
- #glenplayer02 > div {
- align-self:center;
- -webkit-align-self:center;
- }
- .music-controls {
- user-select:none;
- -webkit-user-select:none;
- width:13px;
- font-size:18px;
- cursor:pointer;
- }
- .playy, .pausee {color:#fff;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
- .pausee {display:none;}
- .sonata {
- margin-left:10px;
- font-family: 'M PLUS Rounded 1c', sans-serif;
- font-size:14px;
- color:#fff;
- font-weight: bold;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;/* color of music note symbol */
- }
- .labeltext {
- margin-left:0px;
- position: relative;
- bottom:10px;
- font-family: 'M PLUS Rounded 1c', sans-serif;
- font-size:14px;
- font-color:white;
- font-weight: bold;
- text-shadow: -1px 0 #963242, 0 1px #963242, 1px 0 #963242, 0 -1px #963242, 0 0;/* color of song title */
- }
- </style>
- <body>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <div id="glenplayer02">
- <div class="music-controls" onclick="songstart();">
- <div class="playy">►</div>
- <div class="pausee">♬</div>
- </div>
- <div class="sonata">HIT YA by Lapillus</div>
- <div class="labeltext"></div>
- </div><!--end music player-->
- <audio id="tune" src="https://cdn.discordapp.com/attachments/965819507794907138/996162890409189406/Lapillus_HIT_YA_.mp3""audio"></audio>
- </body>
- <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment