dollcrds

beomgyu ju mp music player

May 4th, 2022
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 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. #glenplayer02 {
  9. position:relative;
  10. bottom:-5px;
  11. margin-bottom:10px;
  12. left:0;
  13. margin-left:10px;
  14. display:flex;
  15. z-index:99;
  16. }
  17. #glenplayer02 a {
  18. text-decoration:none;
  19. }
  20.  
  21. #glenplayer02 > div {
  22. align-self:center;
  23. -webkit-align-self:center;
  24. }
  25.  
  26. .music-controls {
  27. user-select:none;
  28. -webkit-user-select:none;
  29. width:25px;
  30. font-size:15px;
  31. cursor:pointer;
  32. }
  33.  
  34. .playy, .pausee {
  35. background: linear-gradient(180deg, rgba(237, 233, 124,1) 0%, rgba(137, 197, 234,1) 99%);
  36. -webkit-background-clip: text;
  37. -webkit-text-fill-color:transparent;
  38. -webkit-text-stroke-width: 0.5px;
  39. -webkit-text-stroke-color: #edea7c;
  40. text-shadow:-1px 0 #89C5EA, 0 1px #89C5EA, 1px 0 #89C5EA, 0 -1px #89C5EA, 0 0;
  41. } /* color of play & pause buttons */
  42.  
  43. .pausee {
  44. display:none;
  45. }
  46.  
  47. .sonata {
  48. margin-left:10px;
  49. color:#222; /* color of music note symbol */
  50. }
  51.  
  52. .labeltext {
  53. margin-left:3px;
  54. font-family:courier new;
  55. font-size:9px;
  56. color:#222; /* color of song title */
  57. }
  58.  
  59. </style>
  60. <body>
  61. <!-------MUSIC PLAYER BY GLENTHEMES------->
  62. <div id="glenplayer02">
  63. <div class="music-controls" onclick="songstart();">
  64. <div class="playy">►</div>
  65. <div class="pausee">❚❚</div>
  66. </div>
  67. <div class="sonata"> </div>
  68. <div class="labeltext"></div>
  69. </div><!--end music player-->
  70.  
  71. <audio id="tune" src="https://dl.dropbox.com/s/mr9w3dy7h0zazy8/TXT%20%E2%80%93%20WISHLIST%20%5BColor%20Coded_Han_Rom_Eng%5D.mp3"></audio>
  72. </body>
Advertisement
Add Comment
Please, Sign In to add comment