miyounhive

sohee crd co [PRO PLUS]

May 10th, 2022 (edited)
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. ---- MAIN CONTAINER ----
  2. webkit-filter: drop-shadow(0px 0px 3px #424242);
  3. box-shadow: inset 13px 0px 6px -10px rgba(66,66,66,0.565), inset -13px 0px 6px -10px rgba(66,66,66,0.565), inset 0px 13px 6px -10px rgba(66,66,66,0.376), inset 0px -13px 6px -10px rgba(66,66,66,0.376);
  4. border-radius: 10px;
  5.  
  6. ---- SCROLLBOX ----
  7. height: 220px;
  8. font-family: pixel;
  9. font-size: 0.875em;
  10. overflow: scroll;
  11.  
  12. ---- SCROLLBOX (mobile settings) ----
  13. height: 190px;
  14. font-family: pixel;
  15. font-size: 0.875em;
  16. overflow: scroll;
  17.  
  18. ---- HIGHLIGHT ----
  19. font-size: 1.4em;
  20. color: #404040;
  21. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 0 0;
  22. font-family: Outfit;
  23.  
  24. ---- NAME TEXT ----
  25. font-family:'ROMANTIC';
  26. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 0 0;
  27. z-index: 300;
  28. position: relative;
  29. top: 2em;
  30. right: -2.5em;
  31.  
  32. ---- FONTS EMBED ----
  33. <style>
  34. @font-face {
  35. font-family: pixel;
  36. src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  37. }
  38. @font-face {
  39. font-family:'ROMANTIC';
  40. src: url(https://dl.dropbox.com/s/xggwcxb6mlf6pwq/ROMANTIC.TTF);
  41. }
  42. </style>
  43.  
  44. ---- MUSIC PLAYER EMBED ----
  45. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <!-------MUSIC PLAYER BY GLENTHEMES------->
  48. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  49.  
  50. <head>
  51. <script src="https://kit.fontawesome.com/77e60dd6da.js" crossorigin="anonymous"></script></head>
  52.  
  53. <style type="text/css">
  54. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  55. #glenplayer02 {
  56. position:absolute;
  57. bottom:3em;
  58. margin-bottom:10px;
  59. right:2.5em;
  60. margin-right:10px;
  61. display:flex;
  62. z-index:99;
  63. }
  64. #glenplayer02 a {
  65. text-decoration:none;
  66. }
  67.  
  68. #glenplayer02 > div {
  69. align-self:center;
  70. -webkit-align-self:center;
  71. }
  72.  
  73. .music-controls {
  74. user-select:none;
  75. -webkit-user-select:none;
  76. width:22px;
  77. font-size:16px;
  78. cursor:pointer;
  79. }
  80.  
  81. .playy, .pausee {
  82. background: #CCCCCC;
  83. -webkit-background-clip: text;
  84. -webkit-text-fill-color:transparent;
  85. -webkit-text-stroke-width: 1px;
  86. -webkit-text-stroke-color: #A3A3A3;
  87. font-size: 22px;
  88. color: #ffffff;
  89. }
  90.  
  91. .pausee {
  92. display:none;
  93. }
  94.  
  95. </style>
  96. <body>
  97. <!-------MUSIC PLAYER BY GLENTHEMES------->
  98. <div id="glenplayer02">
  99. <div class="music-controls" onclick="songstart();">
  100. <div class="playy" style="display: block;"><span><i class="fas fa-play-circle" aria-hidden="true"></i></span></div>
  101. <div class="pausee" style="display: none;"><span><i class="fas fa-pause-circle" aria-hidden="true"></i></span></div></div>
  102. </div>
  103.  
  104. <audio id="tune" src="INSERT SONG LINK HERE"></audio>
  105. </body>
Add Comment
Please, Sign In to add comment