genzuki

music player on love ju mp

Oct 22nd, 2021
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  2.  
  3. <!-------MUSIC PLAYER BY GLENTHEMES------->
  4. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  5.  
  6. <style type="text/css">
  7. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  8. @import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
  9. #glenplayer02 {
  10. position:fixed;
  11. bottom:0;margin-bottom:20px;
  12. left:0;margin-left:20px;
  13. display:flex;
  14. z-index:99;
  15. }
  16. #glenplayer02 a {text-decoration:none;}
  17.  
  18. #glenplayer02 > div {
  19. align-self:center;
  20. -webkit-align-self:center;
  21. }
  22.  
  23. .music-controls {
  24. user-select:none;
  25. -webkit-user-select:none;
  26. width:13px;
  27. font-size:13px;
  28. text-shadow: -1px 0 #544856, 0 1px #544856, 1px 0 #544856, 0 -1px #544856, 0 0;
  29. cursor:pointer;
  30. }
  31.  
  32. .playy, .pausee {color:#EEA9EA;} /* color of play & pause buttons */
  33.  
  34. .pausee {display:none;}
  35.  
  36. .sonata {
  37. margin-left:10px;
  38. color:#222; /* color of music note symbol */
  39. }
  40.  
  41. .labeltext {
  42. margin-left:2px;
  43. font-family: 'Kosugi Maru', sans-serif;
  44. font-weight: bold;
  45. font-size:14px;
  46. text-shadow: -1px 0 #544856, 0 1px #544856, 1px 0 #544856, 0 -1px #544856, 0 0;
  47. color:#EEA9EA; /* color of song title */
  48. }
  49.  
  50. </style>
  51. <body>
  52. <!-------MUSIC PLAYER BY GLENTHEMES------->
  53. <div id="glenplayer02">
  54. <div class="music-controls" onclick="songstart();">
  55. <div class="playy">▶︎</div>
  56. <div class="pausee">❚❚</div>
  57. </div>
  58. <div class="sonata"> </div>
  59. <div class="labeltext">ただいま</div>
  60. </div><!--end music player-->
  61.  
  62. <audio id="tune" src="https://dl.dropbox.com/s/rz3iymaeyfqir9v/%E3%81%9F%E3%81%A0%E3%81%84%E3%81%BE.mp3"audio"></audio>
  63. </body>
  64.  
  65. <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment