Advertisement
izuemis

cr narumitsuluv music player

Nov 19th, 2022
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 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. <head>
  7. <script src="https://kit.fontawesome.com/77e60dd6da.js" crossorigin="anonymous"></script></head>
  8.  
  9. <style type="text/css">
  10. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  11. #glenplayer02 {
  12. position:relative;
  13. bottom: 0em;
  14. left: 1.25em;
  15. display:flex;
  16. z-index:99;
  17. }
  18. #glenplayer02 a {
  19. text-decoration:none;
  20. }
  21.  
  22. #glenplayer02 > div {
  23. align-self:center;
  24. -webkit-align-self:center;
  25. }
  26.  
  27. .music-controls {
  28. user-select:none;
  29. -webkit-user-select:none;
  30. width:22px;
  31. font-size:16px;
  32. cursor:pointer;
  33. }
  34.  
  35. .playy, .pausee {
  36. background: #a099ad;
  37. -webkit-background-clip: text;
  38. -webkit-text-fill-color:transparent;
  39. -webkit-text-stroke-width: 1px;
  40. -webkit-text-stroke-color: #756c89;
  41. font-size: 22px;
  42. color: #ffffff;
  43. }
  44.  
  45. .pausee {
  46. display:none;
  47. }
  48.  
  49. </style>
  50. <body>
  51. <!-------MUSIC PLAYER BY GLENTHEMES------->
  52. <div id="glenplayer02">
  53. <div class="music-controls" onclick="songstart();">
  54. <div class="playy" style="display: block;"><span><i class="fas fa-play-circle" aria-hidden="true"></i></span></div>
  55. <div class="pausee" style="display: none;"><span><i class="fas fa-pause-circle" aria-hidden="true"></i></span></div></div>
  56. </div>
  57.  
  58. <audio id="tune" src="https://dl.dropbox.com/s/o54s4t58kgn0ib9/TAEYEON%20INVU%20Lyrics%20%28%ED%83%9C%EC%97%B0%20INVU%20%EA%B0%80%EC%82%AC%29%20%28Color%20Coded%20Lyrics%29%20%28320%20kbps%29.mp3?dl=0"></audio>
  59. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement