fterlyfe

glenthemes music player 02

Dec 3rd, 2021 (edited)
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 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.  
  8. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  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. cursor:pointer;
  29. }
  30.  
  31. .playy, .pausee {color:#222;} /* color of play & pause buttons */
  32.  
  33. .pausee {display:none;}
  34.  
  35. .sonata {
  36. margin-left:10px;
  37. color:#222; /* color of music note symbol */
  38. }
  39.  
  40. .labeltext {
  41. margin-left:8px;
  42. font-family:courier new;
  43. font-size:9px;
  44. color:#222; /* color of song title */
  45. }
  46.  
  47. </style>
  48.  
  49. <!-------MUSIC PLAYER BY GLENTHEMES------->
  50. <div id="glenplayer02">
  51. <div class="music-controls" onclick="songstart();">
  52. <div class="playy">►</div>
  53. <div class="pausee">❚❚</div>
  54. </div>
  55. <div class="sonata">♫</div>
  56. <div class="labeltext">MAMI MAMI ZONE</div>
  57. </div><!--end music player-->
  58.  
  59. <audio id="tune" src="https://dl.dropbox.com/s/su8mergyk9lvhmb/mami-mami-zone.mp3" type="audio"></audio>
Add Comment
Please, Sign In to add comment