Advertisement
izuemis

cr iaehyn

Apr 22nd, 2023
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. -- FONTS --
  2.  
  3. @font-face {
  4. font-family:'fenotype';
  5. src: url(https://dl.dropbox.com/s/klo6yfrf62916qp/02.10FEN.TTF);
  6. }
  7.  
  8. @font-face {
  9. font-family:aeroblade;
  10. src:url(https://dl.dropbox.com/s/rp1c9fy6nef7l15/Aeroblade.ttf);
  11. }
  12.  
  13. -- IMAGE --
  14. position: relative;
  15. bottom: 1.5em;
  16. left: 0.4em;
  17. z-index: 10;
  18.  
  19. -- NAME --
  20. background: radial-gradient(ellipse farthest-corner at center center, #fff 10%, #f4dcb4 60%, #cc7432 90%);
  21. -webkit-background-clip: text;
  22. -webkit-text-fill-color: transparent;
  23. -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.6));
  24. font-family: aeroblade;
  25. bottom: .3em;
  26. z-index: 99;
  27.  
  28. IF YOU HAVE A LONGER NAME USE "margin-left: -#em" REPLACE THE # WITH THE NUMBER ! THIS IS A TRIAL AND ERROR THING I WILL BE IGNORING QUERIES THAT RELATES TO THIS.
  29.  
  30. -- NAME ANIMATION --
  31.  
  32. #name {
  33. -webkit-animation: pop 1s ease-in-out infinite alternate;
  34. animation: pop 1s ease-in-out infinite alternate;
  35. -moz-animation: pop 1s ease-in-out infinite alternate;
  36. }
  37.  
  38. @keyframes pop {
  39. from {
  40. transform:scale(0.95)
  41. }
  42.  
  43. 50% {
  44. transform:scale(1)
  45. }
  46.  
  47. to {
  48. transform:scale(0.95)
  49. }
  50. }
  51.  
  52. @-webkit-keyframes pop {
  53. from {
  54. -webkit-transform:scale(0.95)
  55.  
  56. }
  57.  
  58. 50% {
  59. -webkit-transform:scale(1)
  60.  
  61. }
  62.  
  63. to {
  64. -webkit-transform:scale(0.95)
  65.  
  66. }
  67. }
  68.  
  69. -- NAVIGATION --
  70. background: linear-gradient(0deg,#f4dcb4 30%, #fff 100%);
  71. box-shadow: inset 0px 9px 5px -6px #ffffff;
  72. padding-left: 1.5em;
  73. padding-top: 0.1em;
  74. padding-bottom: 0.1em;
  75. border-radius: 0em 1em 1em 0em;
  76. border: 1px solid #808080;
  77. width: 14em;
  78. left: -2em;
  79. top: 0.5em;
  80. position: relative;
  81. z-index: 2;
  82. text-shadow: -1px 0 #303030, 0 1px #303030, 1px 0 #303030, 0 -1px #303030, 0 0;
  83.  
  84. -- ON HOVER --
  85.  
  86. <style>
  87.  
  88. elementid a {
  89. display: inline-block;
  90. transition: .2s ease;
  91. }
  92.  
  93. elementid a:hover {
  94. transform: translateY(-20%);
  95. }
  96.  
  97. </style>
  98.  
  99. -- SCROLLBOX CONTAINER --
  100. height: 10.5em;
  101. width: 13em;
  102. overflow: auto;
  103. padding-top: 10px;
  104. padding-left: 1px;
  105. padding-right: 1px;
  106. position: absolute;
  107. bottom: -.75em;
  108. left: 10em;
  109. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 15%), inset -13px 0px 6px -10px rgb(66 66 66 / 15%), inset 0px 15px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 15%);
  110.  
  111. -- SECTION TITLE --
  112. font-family: 'fenotype';
  113. -webkit-text-stroke: 0.05em #d38958;
  114.  
  115. -- INFO TEXT --
  116. background: #FFFFFF;
  117. padding-left: 4px;
  118. padding-right: 3px;
  119. padding-top: 7px;
  120. padding-bottom: 3px;
  121. border-radius: 10px;
  122. border: 1.5px solid #cc7432;
  123.  
  124. -- HIGHLIGHT --
  125. text-shadow: -1px 0 #303030, 0 1px #303030, 1px 0 #303030, 0 -1px #303030, 0 0;
  126. font-size: 1.2em;
  127. letter-spacing: .1em;
  128. border: 1.5px solid #cc7432;
  129. border-radius: 0px 10px 10px 0px;
  130. padding-left: 25px;
  131. padding-right: 25px;
  132. padding-top: 1px;
  133. padding-bottom: 1px;
  134. position: relative;
  135. left: -2em;
  136.  
  137. -- CODE --
  138. font-size: 1em;
  139. font-family: kosugi maru;
  140. border-radius: 10em;
  141. padding-left: 0.2em;
  142. padding-right: 0em;
  143. padding-top: 0em;
  144. padding-bottom: 0em;
  145.  
  146. -- MUSIC PLAYER --
  147.  
  148. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  149.  
  150. <!-------MUSIC PLAYER BY GLENTHEMES------->
  151. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  152.  
  153. <head>
  154. <script src="https://kit.fontawesome.com/77e60dd6da.js" crossorigin="anonymous"></script></head>
  155.  
  156. <style type="text/css">
  157. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  158. #glenplayer02 {
  159. display:flex;
  160. z-index:99;
  161. }
  162. #glenplayer02 a {
  163. text-decoration:none;
  164. }
  165.  
  166. #glenplayer02 > div {
  167. align-self:center;
  168. -webkit-align-self:center;
  169. }
  170.  
  171. .music-controls {
  172. user-select:none;
  173. -webkit-user-select:none;
  174. width:22px;
  175. font-size:16px;
  176. cursor:pointer;
  177. }
  178.  
  179. .playy, .pausee {
  180. background: #f4dcb4;
  181. -webkit-background-clip: text;
  182. -webkit-text-fill-color:transparent;
  183. -webkit-text-stroke-width: 1px;
  184. -webkit-text-stroke-color: #cc7432;
  185. font-size: 22px;
  186. color: white;
  187. }
  188.  
  189. .pausee {
  190. display:none;
  191. }
  192.  
  193. </style>
  194. <body>
  195. <!-------MUSIC PLAYER BY GLENTHEMES------->
  196. <div id="glenplayer02">
  197. <div class="music-controls" onclick="songstart();">
  198. <div class="playy" style="display: block;"><span><i class="fas fa-play-circle" aria-hidden="true"></i></span></div>
  199. <div class="pausee" style="display: none;"><span><i class="fas fa-pause-circle" aria-hidden="true"></i></span></div></div>
  200. </div>
  201.  
  202. <audio id="tune" src="https://cdn.discordapp.com/attachments/1011654612551487558/1064254171324358736/yt1s.com_-_Overdose_Cover.mp3"></audio>
  203. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement