Advertisement
aohitsugi

Untitled

Jul 23rd, 2023
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 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. display:flex;
  32. padding: .2em;
  33. margin: auto;
  34. margin-top: 0.5em;
  35. margin-bottom: 0.5em;
  36. width:auto;
  37. }
  38.  
  39. #glenplayer02 a {text-decoration:none;}
  40.  
  41. #glenplayer02 > div {
  42. align-self:center;
  43. -webkit-align-self:center;
  44. }
  45.  
  46. .music-controls {
  47. user-select:none;
  48. -webkit-user-select:none;
  49. width:13px;
  50. font-size:18px;
  51. cursor:pointer;
  52. font-family: 'music';
  53. }
  54.  
  55. .playy, .pausee {font-family: 'music'; font-size: 1.1em; color: #000; -webkit-text-stroke: 0.5px #000; margin-top: -0.2em; margin-bottom: 0.1em; } /* color of play & pause buttons */
  56.  
  57. .pausee {display:none;}
  58.  
  59. .sonata {
  60. margin-left:0.4em;
  61. font-family: windows;
  62. font-size:1em;
  63. bottom: 1em;
  64. color:#000; /* color of music note symbol */
  65. }
  66.  
  67. .labeltext {
  68. margin-left:0em;
  69. position: relative;
  70. bottom:0.1em;
  71. font-size:13px;/* color of song title */
  72. }
  73.  
  74. @font-face {
  75. font-family: kosugimaru;
  76. src: url(https://dl.dropbox.com/s/pwrpudozsv56tud/KosugiMaru-Regular.ttf);
  77.  
  78. }
  79.  
  80. </style>
  81. <body>
  82. <!-------MUSIC PLAYER BY GLENTHEMES------->
  83. <div id="glenplayer02">
  84. <div class="music-controls" onclick="songstart();">
  85. <div class="playy">d</div>
  86. <div class="pausee">k</div>
  87. </div>
  88. <div class="sonata"> </div>
  89. <div class="labeltext"><span style="font-family: 'kosugimaru'; font-size: 18px; color: #000; margin-top: -0.2em; margin-bottom: 0.1em; ">BLACK JOURNEY</span></div>
  90. </div><!--end music player-->
  91.  
  92. <audio id="tune" src="https://dl.dropbox.com/s/hsp51q80b0ijkyv/BLACK%20JOURNEY%20-%20FLING%20POSSE%20-%20JPN_ROM_ENG%20%28COLOR%20CODED%20LYRICS%29.mp3"></audio>
  93. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement