Advertisement
izuemis

blog music player

Sep 10th, 2022
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.googleapis.com">
  2. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  3. <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap" rel="stylesheet">
  4.  
  5. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6.  
  7. <!-------MUSIC PLAYER BY GLENTHEMES------->
  8. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  9.  
  10. <style type="text/css">
  11. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  12. #glenplayer02 {
  13. display: flex;
  14. background: #efdfe8;
  15. border: 2px solid black;
  16. border-radius: 5px;
  17. padding: 5px;
  18. }
  19.  
  20. #glenplayer02 a {text-decoration:none;}
  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:13px;
  31. font-size:18px;
  32. cursor:pointer;
  33. }
  34.  
  35. .playy, .pausee {color:#fff; text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
  36.  
  37. .pausee {display:none;}
  38.  
  39. .sonata {
  40. margin-left:10px;
  41. font-family: 'krona one';
  42. font-size:14px;
  43. color:#fff;
  44. font-weight: bold;
  45. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; /* color of music note symbol */
  46. }
  47.  
  48. .labeltext {
  49. margin-left:0px;
  50. position: relative;
  51. bottom:10px;
  52. font-family: 'krona one';
  53. font-size:14px;
  54. color:#fff;
  55. font-weight: bold;
  56. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;/* color of song title */
  57. }
  58.  
  59. </style>
  60. <body>
  61. <!-------MUSIC PLAYER BY GLENTHEMES------->
  62. <div id="glenplayer02">
  63. <div class="music-controls" onclick="songstart();">
  64. <div class="playy">►</div>
  65. <div class="pausee">♬</div>
  66. </div>
  67. <div class="sonata"> <marquee> lyrics lyrics lyrics lyrics lyrics lyrics lyrics lyrics lyrics lyrics lyrics </marquee> </div>
  68. <div class="labeltext"></div>
  69. </div><!--end music player-->
  70.  
  71. <audio id="tune" src="https://dl.dropbox.com/s/qiiudgbz3z9uu3b/Puella%20Magi%20Madoka%20Magica%20Akogare%20Saita%20-%20Madoka%20Kaname%20%28Character%20Song%29.mp3""audio"></audio>
  72. </body>
  73.  
  74. <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement