Advertisement
izuemis

cr soracrds embeds

Apr 19th, 2023
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. -- TITLE --
  2. <link rel="stylesheet" href="https://unpkg.com/98.css">
  3. <div class="window" style="box-shadow:inset -1px -0px #0a0a0a,inset 1px 1px #fff,inset -2px -0px #E8E8E8,inset 2px 2px #E8E8E8;">
  4. <div class="title-bar" style="background: linear-gradient(90deg, #1400FF, #fff);">
  5. <div class="title-bar-text" style="color: #fff;">
  6. ai hoshino
  7. </div>
  8. <div class="title-bar-controls">
  9. <button aria-label="Minimize">
  10. </button><button aria-label="Maximize">
  11. </button><button aria-label="Close">
  12. </button></div></div></div>
  13.  
  14. -- IMPORTANT --
  15.  
  16. body {
  17. font-size: 1em !important; }
  18.  
  19. -- FONTS --
  20. @font-face {
  21. font-family: Pixelated MS Sans Serif;
  22. src:url(ms_sans_serif.woff) format("woff");
  23. src:url(ms_sans_serif.woff2) format("woff2");
  24. }
  25.  
  26. @font-face {
  27. font-family:'kosmos';
  28. src: url(https://dl.dropbox.com/s/olyigvm99jgmn8h/PLANK___.TTF);
  29. }
  30.  
  31. -- GLOW TEXT --
  32. @keyframes glow {
  33. 0% {
  34. text-shadow: 0 0 15px blue;
  35. }
  36.  
  37. 50% {
  38. text-shadow: none;
  39. }
  40.  
  41. 100% {
  42. text-shadow: 0 0 15px blue;
  43. }
  44. }
  45.  
  46. @-webkit-keyframes glow {
  47. 0% {
  48. text-shadow: 0 0 15px blue;
  49. }
  50.  
  51. 50% {
  52. text-shadow: 0 0 0;
  53. }
  54.  
  55. 100% {
  56. text-shadow: 0 0 15px blue;
  57. }
  58. }
  59.  
  60. #glow {
  61. -webkit-background-clip: text;
  62. -webkit-text-fill-color: transparent;
  63. -webkit-text-stroke-width: 1px;
  64. -webkit-text-stroke-color: #fff;
  65. font-weight:bold;
  66. font-size:2em;
  67. -webkit-animation: glow 2.0s linear infinite;
  68. -moz-animation: glow 2.0s linear infinite;
  69. -ms-animation: glow 2.0s linear infinite;
  70. -o-animation: glow 2.0s linear infinite;
  71. animation: glow 2.0s linear infinite;
  72. }
  73.  
  74. -- SPINNING CD --
  75. <style>
  76. lol {
  77. }
  78.  
  79. .img1 { /* cd image u can change the size too */
  80. width: 3.5em;
  81. height: 3.5em;
  82. position: absolute;
  83. right: -1em;
  84. bottom: 0em;
  85. z-index: 800;
  86. -webkit-animation: spin 2s linear infinite;
  87. -webkit-animation:spin 4s linear infinite;
  88. -moz-animation:spin 4s linear infinite;
  89. animation:spin 4s linear infinite;
  90. }
  91. @-moz-keyframes spin {
  92. 100% { -moz-transform: rotate(360deg); }
  93. }
  94. @-webkit-keyframes spin {
  95. 100% { -webkit-transform: rotate(360deg); }
  96. }
  97. @keyframes spin {
  98. 100% {
  99. -webkit-transform: rotate(360deg);
  100. transform:rotate(360deg);
  101. }
  102. }
  103. .img1:hover { /* this makes the cd stop spinning when hovering! */
  104. -webkit-animation: pop 0.3s ease;
  105. }
  106. </style>
  107. <body>
  108. <div id="lol"><img class="img1" src="https://cdn.discordapp.com/attachments/822589056256311328/890714753780031488/image0.png" width="auto" height="45px"></div>
  109.  
  110. -- MUSIC PLAYER --
  111. <head>
  112. <link rel="preconnect" href="https://fonts.googleapis.com">
  113. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  114. <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap" rel="stylesheet">
  115.  
  116. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  117.  
  118. <!-------MUSIC PLAYER BY GLENTHEMES------->
  119. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  120.  
  121. <script src="https://kit.fontawesome.com/8119dfca45.js" crossorigin="anonymous"></script>
  122.  
  123. </head>
  124.  
  125. <style type="text/css">
  126.  
  127. @font-face {
  128. font-family: 'music';
  129. src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/LL_RECOR.TTF);
  130. }
  131.  
  132. @font-face {
  133. font-family: Pixelated MS Sans Serif;
  134. src:url(ms_sans_serif.woff) format("woff");
  135. src:url(ms_sans_serif.woff2) format("woff2");
  136. }
  137.  
  138. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  139. #glenplayer02 {
  140. position:relative;
  141. display:flex;
  142. background: #C2C2C2;
  143. padding: .2em;
  144. border: 3px solid;
  145. border-style: inset;
  146. margin: auto;
  147. margin-top: 0.5em;
  148. margin-bottom: 0.5em;
  149. width:auto;
  150. }
  151.  
  152. #glenplayer02 a {text-decoration:none;}
  153.  
  154. #glenplayer02 > div {
  155. align-self:center;
  156. -webkit-align-self:center;
  157. }
  158.  
  159. .music-controls {
  160. user-select:none;
  161. -webkit-user-select:none;
  162. width:13px;
  163. font-size:18px;
  164. cursor:pointer;
  165. font-family: 'music';
  166. }
  167.  
  168. .playy, .pausee {font-family: 'music'; font-size: 1.1em; color: #F38BC8; -webkit-text-stroke: 0.5px #000; margin-top: -0.2em; margin-bottom: 0.1em; } /* color of play & pause buttons */
  169.  
  170. .pausee {display:none;}
  171.  
  172. .sonata {
  173. margin-left:0.4em;
  174. font-family: Pixelated MS Sans Serif;
  175. font-size:0.75em;
  176. color:#000; /* color of music note symbol */
  177. }
  178.  
  179. .labeltext {
  180. margin-left:0.5em;
  181. position: relative;
  182. bottom:0.1em;
  183. font-size:14px;/* color of song title */
  184. font-family: Pixelated MS Sans Serif;
  185. }
  186.  
  187. </style>
  188. <body>
  189. <!-------MUSIC PLAYER BY GLENTHEMES------->
  190. <div id="glenplayer02">
  191. <div class="music-controls" onclick="songstart();">
  192. <div class="playy">d</div>
  193. <div class="pausee">k</div>
  194. </div>
  195. <div class="sonata">MP3 IDOL BY YOASOBI </div>
  196. <div class="labeltext"><img src="https://64.media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif"> <span style="font-family: 'music'; font-size: 1.1em; color: #F38BC8; -webkit-text-stroke: 0.5px #000; margin-top: -0.2em; margin-bottom: 0.1em; ">o</span></div>
  197. </div><!--end music player-->
  198.  
  199. <audio id="tune" src="https://cdn.discordapp.com/attachments/1011654612551487558/1098138983696977940/yt1s.com_-_YOASOBI_Official_Music_Video.mp3"></audio>
  200. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement