dollcrds

h4izhe blue carrd music player (standard version)

Mar 7th, 2024
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 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: absolute;
  13. bottom: 12em;
  14. left: 24em;
  15. margin-bottom:15px;
  16. margin-left:10px;
  17. display:flex;
  18. z-index:99;
  19. }
  20. @media only screen and (max-width: 600px) {
  21. #glenplayer02 {
  22. left: 24em;
  23. bottom: 11.5em;
  24. }
  25. }
  26. #glenplayer02 a {
  27. text-decoration:none;
  28. }
  29.  
  30. #glenplayer02 > div {
  31. align-self:center;
  32. -webkit-align-self:center;
  33. }
  34.  
  35. .music-controls {
  36. user-select:none;
  37. -webkit-user-select:none;
  38. width:22px;
  39. font-size:16px;
  40. cursor:pointer;
  41. }
  42.  
  43. .playy, .pausee {
  44. background: #fec5e5;
  45. -webkit-background-clip: text;
  46. -webkit-text-fill-color:#fec5e5;
  47. -webkit-text-stroke-width: 1px;
  48. -webkit-text-stroke-color: #525252;
  49. font-size: 22px;
  50. color: #ffffff;
  51. }
  52.  
  53. .pausee {
  54. display:none;
  55. }
  56.  
  57. </style>
  58. <body>
  59. <!-------MUSIC PLAYER BY GLENTHEMES------->
  60. <div id="glenplayer02">
  61. <div class="music-controls" onclick="songstart();">
  62. <div class="playy" style="display: block;"><span><i class="fas fa-play-circle" aria-hidden="true"></i></span></div>
  63. <div class="pausee" style="display: none;"><span><i class="fas fa-pause-circle" aria-hidden="true"></i></span></div></div>
  64. </div>
  65.  
  66. <audio id="tune" src="https://dl.dropbox.com/scl/fi/nwya16oc8plaki731un8n/02-Baddie.mp3?rlkey=433tq7d81kdtcllrbj8l2qos4&dl=0.mp3"></audio>
  67. </body>
Advertisement
Add Comment
Please, Sign In to add comment