Advertisement
miyounhive

glenthemes music player

Dec 28th, 2021
860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  2. <link href="//fonts.googleapis.com/css?family=Karla" rel="stylesheet">
  3.  
  4. <link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  5.  
  6. <!-------MUSIC PLAYER BY GLENTHEMES------->
  7.  
  8. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  10.  
  11. <style>
  12.  
  13. #ongaku {
  14. position: fixed;
  15. margin: auto;
  16. width:35px;
  17. height:35px;
  18. z-index:99;
  19. border:4px double #ccc; /*Border Colour*/
  20. background-color:#ffffff00; /*Music Tab Background Colour*/
  21. border-radius:50px;
  22. opacity:.6;
  23. -webkit-transition: all 0.6s ease-in-out;
  24. -moz-transition: all 0.6s ease-in-out;
  25. -ms-transition: all 0.6s ease-in-out;
  26. -o-transition: all 0.6s ease-in-out;
  27. transition: all 0.6s ease-in-out;
  28. }
  29.  
  30. #gaku {
  31. width:24px;
  32. height:24px;
  33. margin-top:3px;
  34. margin-left:3px;
  35. overflow:hidden;
  36. -webkit-transition: all 0.6s ease-in-out;
  37. -moz-transition: all 0.6s ease-in-out;
  38. -ms-transition: all 0.6s ease-in-out;
  39. -o-transition: all 0.6s ease-in-out;
  40. transition: all 0.6s ease-in-out;
  41. }
  42.  
  43. #kero {
  44. height:26px;
  45. }
  46.  
  47. #kero img {
  48. margin-right:10px;
  49. margin-left:3px;
  50. margin-top:3px;
  51. }
  52.  
  53. #kero embed {
  54. margin-top:-5px;
  55. }
  56.  
  57. #kero embed, #kero {
  58. -webkit-transition: all 0.6s ease-in-out;
  59. -moz-transition: all 0.6s ease-in-out;
  60. -ms-transition: all 0.6s ease-in-out;
  61. -o-transition: all 0.6s ease-in-out;
  62. transition: all 0.6s ease-in-out;
  63. }
  64.  
  65. #ongaku:hover {
  66.  
  67. width:80px;
  68. }
  69.  
  70. #ongaku:hover #gaku {
  71. width:74px;
  72. }
  73.  
  74. #ongaku:hover #kero {
  75. margin-left:-50px;
  76. }
  77.  
  78. .playy, .pausee {
  79. margin-left:7px;
  80. margin-top:4px;
  81. position:relative;
  82. left:20px;
  83. font-size:15px;
  84. color:#FFF; /* play & pause buttons color */
  85. cursor:pointer;
  86. text-shadow: -1px 0 #2e2e2e, 0 1px #2e2e2e, 1px 0 #2e2e2e, 0 -1px #2e2e2e;
  87.  
  88. }
  89.  
  90. .pausee {display:none;}
  91.  
  92. </style>
  93. <div id="ongaku"><div id="gaku"><div id="kero">
  94. <table cellspacing"0" cellpadding="0"><tr><td>
  95. <!-- Music Gif URL Here (Replace the Link)--><img src=" http://media.tumblr.com/tumblr_m7w0seu08Y1r6o8v2.gif"></td><td>
  96. <!-- Music Code Here -->
  97.  
  98. <div class="music-controls" onclick="songstart();">
  99. <div class="playy">►</div>
  100. <div class="pausee">♪</div>
  101. </a>
  102. <audio id="tune" src="https://cdn.discordapp.com/attachments/918362568677007393/924536174121472030/yt1s.com_-_Automatic.mp3"audio"></audio>
  103.  
  104. </td></tr>
  105. </table>
  106. </div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement