Advertisement
izuemis

cr dailybonx music player

Oct 10th, 2022
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. <!--
  2. MUSIC PLAYER #03 by glenthemes
  3. ♬ glenthpvs.tumblr.com/player03
  4. --->
  5. <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
  6. <link href="//fonts.googleapis.com/css?family=Public+Sans|Karla" rel="stylesheet">
  7. <link href="//glenthemes.github.io/-music-/glenplayer03.css" rel="stylesheet">
  8. <script src="//glenthemes.github.io/-music-/glenplayer03.js"></script>
  9. <style element="glenplayer03">
  10. :root {
  11. --MusicBox-Left-Or-Right:left;
  12. --MusicBox-Edge-Distance:30px;
  13.  
  14. --MusicBox-Width:269px;
  15.  
  16. --MusicBox-Title-Padding:15px;
  17. --MusicBox-Title-Background:#222;
  18. --MusicBox-Title-Size:10px;
  19. --MusicBox-Title-Color:#eee;
  20. --MusicBox-Title-Corner-Roundness:8px;
  21.  
  22. --MusicBox-Main-Background:#fff;
  23. --MusicBox-Main-Padding:14px;
  24. --MusicBox-Side-Borders:#eee;
  25.  
  26. --Album-Art-Size:32px;
  27. --Album-Art-Corner-Roundness:3px;
  28. --Album-Art-Gap:10px;
  29.  
  30. --Song-Name-Size:9px;
  31. --Song-Name-Color:#999;
  32.  
  33. --Artist-Name-Size:10px;
  34. --Artist-Name-Color:#444;
  35.  
  36. --Music-Buttons-Size:11px;
  37. --Music-Buttons-Color:#222;
  38.  
  39. --Track-Spacing:9px;
  40.  
  41. --Autoplay-First-Song:no;
  42. --Autoplay-Next-Song:yes;
  43. --Loop-Playlist-Infinitely:no;
  44. }
  45. </style>
  46.  
  47. <div glenplayer03>
  48. <div musicbox-title>music box</div>
  49.  
  50. <!----- SONG #1 ----->
  51. <img album-art src="https://i1.sndcdn.com/artworks-jH2vF2uJKwF5-0-t500x500.jpg">
  52.  
  53. <div song-name>Lover, Please Stay (LIVE)</div>
  54. <div artist-name>Nothing But Thieves</div>
  55.  
  56. <audio src="https://rhizo.gitlab.io/m/Lover_Please_Stay_-_Live.mp3"></audio>
  57.  
  58. <!----- SONG #2 ----->
  59. <img album-art src="https://images.genius.com/a03cd851acfc1e690efefbbc707ae1a1.1000x1000x1.jpg">
  60.  
  61. <div song-name>A Drowning Cry</div>
  62. <div artist-name>acloudyskye</div>
  63.  
  64. <audio src="https://rhizo.gitlab.io/m/A_Drowning_Cry.mp3" volume="69%"></audio>
  65.  
  66. <!----- SONG #3 ----->
  67. <img album-art src="https://f4.bcbits.com/img/a0994753044_10.jpg">
  68.  
  69. <div song-name>Thoughts of You</div>
  70. <div artist-name>Chewing, POP ETC</div>
  71.  
  72. <audio src="https://rhizo.gitlab.io/m/Thoughts_of_You.mp3" volume="70%"></audio>
  73.  
  74. <!----- SONG #4 ----->
  75. <img album-art src="https://cdn.discordapp.com/attachments/382037367940448256/880674174975225876/amnesie_.png">
  76.  
  77. <div song-name>Amnésie</div>
  78. <div artist-name>Nhyx</div>
  79.  
  80. <audio src="https://rhizo.gitlab.io/m/Amnesie.mp3" volume="75%"></audio>
  81.  
  82. <!----- SONG #5 ----->
  83. <img album-art src="https://cdn.discordapp.com/attachments/382037367940448256/880720273312194590/redrose1200.jpg">
  84.  
  85. <div song-name>Serene Moments</div>
  86. <div artist-name>redrose</div>
  87.  
  88. <audio src="https://rhizo.gitlab.io/m/Serene_Moments.mp3"></audio>
  89.  
  90. </div><!--end music player // do not delete this line-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement