Advertisement
izuemis

kanaria music

Sep 8th, 2022
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <!--- cr @itzhuo on twt, thankieeess! --->
  2.  
  3. <!--- google fonts, script etc. dont change the script--->
  4.  
  5. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6.  
  7. <head>
  8. <link rel="preconnect" href="https://fonts.googleapis.com">
  9. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  10. <link href="https://fonts.googleapis.com/css2?family=Monda&display=swap" rel="stylesheet">
  11. </head>
  12.  
  13. <!--- music player start here --->
  14.  
  15. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  16. <style type="text/css">
  17.  
  18. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  19. #glenplayer02 {
  20. position: absolute;
  21. left: .25em;
  22. bottom: 2.5em;
  23. margin-left: 15px;
  24. z-index:100;
  25. }
  26. #glenplayer02 a {text-decoration:none;}
  27. #glenplayer02 > div {
  28. align-self:center;
  29. -webkit-align-self:center;
  30. }
  31. .music-controls {
  32. user-select:none;
  33. -webkit-user-select:none;
  34. width:13px;
  35. font-size:20px;
  36. cursor:pointer;
  37. text-shadow: -1px 0 #141113, 0 1px #141113, 1px 0 #141113, 0 -1px #141113, 0 0;
  38. }
  39. .playy, .pausee {color:white;} /* color of play & pause buttons */
  40. .pausee {display:none;}
  41. .sonata {
  42. margin-left:10px;
  43. color:white; /* color of music note symbol */
  44. }
  45.  
  46. .labeltext {
  47. margin-left:8px;
  48. font-family:courier new;
  49. font-size:9px;
  50. color: white; /* color of song title */
  51. }
  52. </style>
  53. <body>
  54.  
  55. <!-------MUSIC PLAYER BY GLENTHEMES------->
  56. <div id="glenplayer02">
  57. <div class="music-controls" onclick="songstart();">
  58. <div class="playy">►</div>
  59. <div class="pausee">♪</div>
  60. </div>
  61. <div class="sonata"></div>
  62. <div class="labeltext"><div>
  63. </div><!--end music player-->
  64.  
  65. <audio id="tune" src="https://cdn.discordapp.com/attachments/1011654612551487558/1017309654805651506/Identity__MillieEnna_ver._NIJISANJI_EN_.mp3"audio"></audio>
  66. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement