Advertisement
izuemis

seomplayer mp

Apr 2nd, 2023
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. <link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""><link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&amp;display=swap" rel="stylesheet"><script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  2.  
  3. <style type="text/css">
  4.  
  5. #glenplayer02 {
  6. position: relative;
  7. top: 0px;
  8. left: 5px;
  9. display: flex;
  10. z-index: 99;
  11. }
  12.  
  13. #glenplayer02 a {
  14. text-decoration: none;
  15. }
  16.  
  17. #glenplayer02 > div {
  18. align-self: center;
  19. -webkit-align-self: center;
  20. }
  21.  
  22. .music-controls {
  23. user-select: none;
  24. -webkit-user-select: none;
  25. width: 15px;
  26. font-size: 12px;
  27. cursor: pointer;
  28. }
  29.  
  30. .playy, .pausee {
  31. color: #94ACFF;
  32. text-shadow: -1px 0 #999, 0 1px #999, 1px 0 #999, 0 -1px #999, 0 0;
  33. } /* color of play & pause buttons */
  34.  
  35. .pausee {
  36. display: none;
  37. }
  38.  
  39. .sonata {
  40. margin-left: 10px;
  41. font-family: "M PLUS Rounded 1c", sans-serif;
  42. font-size: 12px;
  43. color: #94ACFF;
  44. text-shadow: -1px 0 #999, 0 1px #999, 1px 0 #999, 0 -1px #999, 0 0;
  45. font-weight: bold;
  46. }
  47.  
  48. .labeltext {
  49. margin-left: 0px;
  50. position: relative;
  51. bottom: 10px;
  52. font-family: "M PLUS Rounded 1c", sans-serif;
  53. font-size: 14px;
  54. color: #94ACFF;
  55. text-shadow: -1px 0 #999, 0 1px #999, 1px 0 #999, 0 -1px #999, 0 0;
  56. font-weight: bold;
  57. }
  58.  
  59. </style>
  60.  
  61. <div id="glenplayer02">
  62. <div class="music-controls" onclick="songstart();">
  63. <div class="playy">►</div>
  64. <div class="pausee">❚❚</div>
  65. </div>
  66. <div class="sonata"> <marquee> now playing... "OMG" by New Jeans </marquee> </div>
  67. <div class="labeltext"></div>
  68. </div>
  69.  
  70. <audio id="tune" src="https://cdn.discordapp.com/attachments/1011654612551487558/1067682410914906112/yt1s.com_-_NewJeans_OMG_Audio.mp3" "audio"=""></audio><div class="labeltext">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement