Advertisement
izuemis

sagiri mp

Apr 17th, 2023
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. MODIFIED BY FINDERQIRL!
  2. PLAYER IS FROM GLENTHEMES & SWEETHEARTFELT
  3. __________________________________
  4.  
  5. <head>
  6. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  7.  
  8. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  9.  
  10. <script src="https://kit.fontawesome.com/8119dfca45.js" crossorigin="anonymous"></script>
  11. </head>
  12.  
  13. <style type="text/css">
  14.  
  15. @font-face {
  16. font-family: 'music';
  17. src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/LL_RECOR.TTF);
  18. }
  19.  
  20. #kaiser {
  21. padding-left: 5px;
  22. display: flex;
  23. align-items: center;
  24. justify-content: left;
  25. height: 1.8rem;
  26. border-radius: .5rem;
  27. background: #FAFAFA;
  28. box-shadow: inset 0 2px 2px -1px white, inset 2px 0 2px -2px gray, inset -2px 0 2px -2px gray, inset 0 -2px 2px -2px gray;
  29. }
  30.  
  31. .music-controls {
  32. font-family: 'music';
  33. user-select: none;
  34. -webkit-user-select: none;
  35. font-size: 0.75rem;
  36. margin-top: 0.05rem;
  37. color: #d3b67f;
  38. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  39. }
  40.  
  41. .playy, .pausee {
  42. font-family: 'music';
  43. font-size: 1.5em;
  44. color: #d3b67f;
  45. margin-top: -0.2em;
  46. margin-bottom: 0.1em;
  47. margin-left: 0.2em;
  48. margin-right: 0.2em;
  49. }
  50.  
  51. .pausee {
  52. display:none;
  53. margin-left: 0.1em;
  54. margin-right: 0.1em;
  55. }
  56.  
  57. .title {
  58. margin-top: 0.1em;
  59. margin-bottom: 0.1em;
  60. font-size: 1em;
  61. color: #2B2929;
  62. padding-left: 5px;
  63. font-family: didact gothic;
  64. }
  65. </style>
  66.  
  67. <body>
  68. <!-------MUSIC PLAYER BY GLENTHEMES------->
  69. <div id="kaiser">
  70. <div class="music-controls" onclick="songstart();">
  71. <div class="playy">d</div>
  72. <div class="pausee">k</div>
  73. </div>
  74. <div class="title">
  75. <marquee scrolldelay="50" width="135">猿芝居 by natori</marquee>
  76. </div>
  77. </div><!--end music player-->
  78.  
  79. <audio id="tune" src="https://cdn.discordapp.com/attachments/1011654612551487558/1085098923317792789/YT2mp3.info_-_-_320kbps.mp3"></audio>
  80. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement