Advertisement
powys

music player crditem crd

Jun 21st, 2021
2,778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 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. <style type="text/css">
  7. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  8. #glenplayer02 {
  9. position:relative;
  10. top:-265px;
  11. width:150px;
  12. z-index:5;
  13. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  14. }
  15. div.ex2 {
  16. width: 170px;
  17. opacity:1;
  18. margin: auto;
  19. padding:5px;
  20. }
  21. #glenplayer02 a {text-decoration:none;}
  22.  
  23. #glenplayer02 > div {
  24. align-self:center;
  25. -webkit-align-self:center;
  26. }
  27.  
  28. .music-controls {
  29. user-select:none;
  30. -webkit-user-select:none;
  31. width:13px;
  32. font-size:13px;
  33. cursor:pointer;
  34. }
  35.  
  36. .playy, .pausee {color:#FBD9E6; text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
  37.  
  38. .pausee {display:none;}
  39.  
  40. .sonata {
  41. margin-left:10px;
  42. color:#222; /* color of music note symbol */
  43. }
  44.  
  45. .labeltext {
  46. margin-left:8px;
  47. font-family:courier new;
  48. font-size:9px;
  49. color:#222; /* color of song title */
  50. }
  51.  
  52. </style>
  53. <body>
  54. <!-------MUSIC PLAYER BY GLENTHEMES------->
  55. <div id="glenplayer02">
  56. <div class="ex2">
  57. <div class="music-controls" onclick="songstart();">
  58. <div class="playy">►</div>
  59. <div class="pausee">♬</div>
  60. </div>
  61. <div class="sonata"> </div>
  62. <div class="labeltext"> </div>
  63. </div><!--end music player-->
  64.  
  65. <audio id="tune" src="https://dl.dropbox.com/s/0l74t8x8ffqrq67/%5BMV%5D%20BESTie%28%EB%B2%A0%EC%8A%A4%ED%8B%B0%29%20Love%20Options%28%EC%97%B0%EC%95%A0%EC%9D%98%20%EC%A1%B0%EA%B1%B4%29.mp3"audio"></audio>
  66. </body>
  67.  
  68. <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement