Advertisement
izuemis

nemesis crd music player

Sep 7th, 2022
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 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. display:flex;
  13. z-index:99;
  14. }
  15.  
  16. #glenplayer02 a {
  17. text-decoration:none;
  18. }
  19.  
  20. #glenplayer02 > div {
  21. align-self:center;
  22. -webkit-align-self:center;
  23. }
  24.  
  25. .music-controls {
  26. user-select:none;
  27. -webkit-user-select:none;
  28. width:22px;
  29. font-size:16px;
  30. cursor:pointer;
  31. }
  32.  
  33. .playy, .pausee {
  34. background: #ece2e1;
  35. -webkit-background-clip: text;
  36. -webkit-text-fill-color:#ece2e1;
  37. -webkit-text-stroke-width: 1px;
  38. -webkit-text-stroke-color: #3d2d45;
  39. font-size: 22px;
  40. color: #ffffff;
  41. }
  42.  
  43. .pausee {
  44. display:none;
  45. }
  46.  
  47. </style>
  48. <body>
  49. <!-------MUSIC PLAYER BY GLENTHEMES------->
  50. <div id="glenplayer02">
  51. <div class="music-controls" onclick="songstart();">
  52. <div class="playy" style="display: block;"><span><i class="fas fa-play-circle" aria-hidden="true"></i></span></div>
  53. <div class="pausee" style="display: none;"><span><i class="fas fa-pause-circle" aria-hidden="true"></i></span></div></div>
  54. </div>
  55.  
  56. <audio id="tune" src="https://cdn.discordapp.com/attachments/1011654612551487558/1016963636234829825/God-ishCover_by_Maria_Marionette_NIJISANJI_EN_.mp3"></audio>
  57. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement