corawons

marquee lyrics pixel music player by glenthemes

Oct 19th, 2022
84
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.27 KB | None | 1 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. position:relative;
  14. top:0px;
  15. left:5px;
  16. display:flex;
  17. z-index:99;
  18. }
  19. #glenplayer02 a {text-decoration:none;}
  20.  
  21. #glenplayer02 > div {
  22. align-self:center;
  23. -webkit-align-self:center;
  24. }
  25.  
  26.  
  27. @font-face {
  28. font-family:'nintendo';
  29. src: url(https://dl.dropbox.com/s/8w4sembeqyz4rsq/Nintendo-DS-BIOS.ttf);
  30.  
  31. }
  32.  
  33.  
  34. .music-controls {
  35. user-select:none;
  36. -webkit-user-select:none;
  37. width:13px;
  38. font-size:18px;
  39. cursor:pointer;
  40. }
  41.  
  42. .playy, .pausee {color:#af9dee; text-shadow: -1px 0 #757575, 0 1px #757575, 1px 0 #757575, 0 -1px #757575, 0 0;} /* color of play & pause buttons */
  43.  
  44. .pausee {display:none;}
  45.  
  46. .sonata {
  47. margin-left:10px;
  48. font-family: nintendo;
  49. letter-spacing: .12em;
  50. font-size:18px;
  51. color:#af9dee;
  52. font-weight: bold;
  53. text-shadow: -1px 0 #757575, 0 1px #757575, 1px 0 #757575, 0 -1px #757575, 0 0; /* color of music note symbol */
  54. }
  55.  
  56. .labeltext {
  57. margin-left:0px;
  58. position: relative;
  59. bottom:10px;
  60. font-family: nintendo;
  61. font-size:18px;
  62. color:#af9dee;
  63. font-weight: bold;
  64. text-shadow: -1px 0 #757575, 0 1px #757575, 1px 0 #757575, 0 -1px #757575, 0 0;/* color of song title */
  65. }
  66.  
  67. </style>
  68. <body>
  69. <!-------MUSIC PLAYER BY GLENTHEMES------->
  70. <div id="glenplayer02">
  71. <div class="music-controls" onclick="songstart();">
  72. <div class="playy"></div>
  73. <div class="pausee"></div>
  74. </div>
  75. <div class="sonata"> <marquee> NOW pLAYING... 3rd EyE – STRaY KiDz! ❥ <font size=2px;> 눈을 감아 보이는 </font> third eye <font size=2px;>원하는 걸 보여줘</font> third eye I just wish I could see me, me </marquee> </div>
  76. <div class="labeltext"></div>
  77. </div><!--end music player-->
  78.  
  79. <audio id="tune" src="https://dl.dropbox.com/s/lqdf91mf9nvshb4/3rd%20Eye.mp3""audio"></audio>
  80. </body>
  81.  
  82. <div class="labeltext"> </div>
  83.  
Advertisement
Add Comment
Please, Sign In to add comment