Advertisement
izuemis

music player for superjake45 & angeidiarys

Mar 31st, 2023
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. <head>
  2. <link rel="preconnect" href="https://fonts.googleapis.com">
  3. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  4. <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap" rel="stylesheet">
  5.  
  6. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  7.  
  8. <!-------MUSIC PLAYER BY GLENTHEMES------->
  9. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  10.  
  11. <script src="https://kit.fontawesome.com/8119dfca45.js" crossorigin="anonymous"></script>
  12.  
  13. </head>
  14.  
  15. <style type="text/css">
  16.  
  17. @font-face {
  18. font-family: 'music';
  19. src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/LL_RECOR.TTF);
  20. }
  21.  
  22. @font-face {
  23. font-family: Pixelated MS Sans Serif;
  24. src:url(ms_sans_serif.woff) format("woff");
  25. src:url(ms_sans_serif.woff2) format("woff2");
  26. }
  27.  
  28. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  29. #glenplayer02 {
  30. position: relative;
  31. bottom: 0;
  32. margin-bottom: 0;
  33. left: 0;
  34. margin-left: 0.3em;
  35. right: 0;
  36. margin-right: 0em;
  37. display:flex;
  38. background: #C2C2C2;
  39. padding: 1px;
  40. border: 3px solid;
  41. border-style: inset;
  42. width:auto;
  43. }
  44.  
  45. @media only screen and (max-width: 600px) {
  46. #glenplayer02 {
  47. margin-left: -0.8em;
  48. }
  49. }
  50.  
  51. #glenplayer02 a {text-decoration:none;}
  52.  
  53. #glenplayer02 > div {
  54. align-self:center;
  55. -webkit-align-self:center;
  56. }
  57.  
  58. .music-controls {
  59. user-select:none;
  60. -webkit-user-select:none;
  61. width:13px;
  62. font-size:18px;
  63. cursor:pointer;
  64. font-family: 'music';
  65. margin-left: 0.2em;
  66. }
  67.  
  68. .playy, .pausee {
  69. font-family: 'music';
  70. font-size: 1.1em;
  71. color: #a9c2d4;
  72. -webkit-text-stroke: 0.5px #000;
  73. margin-top: -0.2em;
  74. margin-bottom: 0.1em;
  75. } /* color of play & pause buttons */
  76.  
  77. .pausee {display:none;}
  78.  
  79. .sonata {
  80. margin-left:0.4em;
  81. font-family: Pixelated MS Sans Serif;
  82. font-size:1em;
  83. color:#000; /* color of music note symbol */
  84. }
  85.  
  86. .labeltext {
  87. margin-left:0.5em;
  88. position: relative;
  89. bottom:0.1em;
  90. font-size:14px;/* color of song title */
  91. }
  92.  
  93. </style>
  94. <body>
  95. <!-------MUSIC PLAYER BY GLENTHEMES------->
  96. <div id="glenplayer02">
  97. <div class="music-controls" onclick="songstart();">
  98. <div class="playy">d</div>
  99. <div class="pausee">k</div>
  100. </div>
  101. <div class="sonata">MP3 </div>
  102. <div class="labeltext"><img src="https://64.media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif"> <span style="font-family: 'music'; font-size: 1.1em; color: #a9c2d4; -webkit-text-stroke: 0.5px #000; margin-top: -0.2em; margin-bottom: 0.1em; ">o</span></div>
  103. </div><!--end music player-->
  104.  
  105. <audio id="tune" src="https://cdn.discordapp.com/attachments/1011654612551487558/1089559821184946206/yt1s.com_-_ericdoa_VALORANT_greater_than_one_Official_Audio.mp3"></audio>
  106. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement