Advertisement
izuemis

cr narumitsuluv music player

Oct 19th, 2022 (edited)
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 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. left: 9em;
  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:22px;
  30. font-size:16px;
  31. cursor:pointer;
  32. }
  33.  
  34. .playy, .pausee {
  35. background: #906361;
  36. -webkit-background-clip: text;
  37. -webkit-text-fill-color:transparent;
  38. -webkit-text-stroke-width: 1px;
  39. -webkit-text-stroke-color: #6d3a36;
  40. font-size: 22px;
  41. color: #ffffff;
  42. }
  43.  
  44. .pausee {
  45. display:none;
  46. }
  47.  
  48. </style>
  49. <body>
  50. <!-------MUSIC PLAYER BY GLENTHEMES------->
  51. <div id="glenplayer02">
  52. <div class="music-controls" onclick="songstart();">
  53. <div class="playy" style="display: block;"><span><i class="fas fa-play-circle" aria-hidden="true"></i></span></div>
  54. <div class="pausee" style="display: none;"><span><i class="fas fa-pause-circle" aria-hidden="true"></i></span></div></div>
  55. </div>
  56.  
  57. <audio id="tune" src="https://cdn.discordapp.com/attachments/1011654612551487558/1012566905854382080/BanG_Dream_Venom_Full_Version_Covered_by_Afterglow_MV_fan_made_-_Romaji_Lyrics.mp3"></audio>
  58. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement