dollcrds

pro-standard cr earthmxver misc

Nov 11th, 2024 (edited)
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. ---FIRST 98 CSS TOP EMBED---
  2. <link
  3. rel="stylesheet"
  4. href="https://unpkg.com/98.css"
  5. >
  6. <div class="window">
  7. <div class="title-bar">
  8. <div class="title-bar-text">higher than heaven~</div>
  9. <div class="title-bar-controls">
  10. <button aria-label="Minimize"></button>
  11. <button aria-label="Maximize"></button>
  12. <button aria-label="Close"></button>
  13. </div>
  14. </div>
  15. </div>
  16.  
  17. ---THE REST OF THE 98 CSS TOP EMBEDS---
  18. <link
  19. rel="stylesheet"
  20. href="https://unpkg.com/98.css"
  21. >
  22. <div class="window">
  23. <div class="title-bar">
  24. <div class="title-bar-text">hyuka :3</div>
  25. <div class="title-bar-controls">
  26. <button aria-label="Minimize"></button>
  27. <button aria-label="Close"></button>
  28. </div>
  29. </div>
  30. </div>
  31.  
  32. ---MUSIC PLAYER (ADJUSTED FOR THIS CARRD)---
  33. ---ORIGINAL EMBED IS IN DESCRIPTION OF VIDEO---
  34. <head>
  35. <link rel="preconnect" href="https://fonts.googleapis.com">
  36. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  37. <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap" rel="stylesheet">
  38.  
  39. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40.  
  41. <!-------MUSIC PLAYER BY GLENTHEMES------->
  42. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  43.  
  44. <script src="https://kit.fontawesome.com/8119dfca45.js" crossorigin="anonymous"></script>
  45.  
  46. </head>
  47.  
  48. <style type="text/css">
  49.  
  50. @font-face {
  51. font-family: 'music';
  52. src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/LL_RECOR.TTF);
  53. }
  54.  
  55. @font-face {
  56. font-family: Pixelated MS Sans Serif;
  57. src:url(ms_sans_serif.woff) format("woff");
  58. src:url(ms_sans_serif.woff2) format("woff2");
  59. }
  60.  
  61. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  62. #glenplayer02 {
  63. position:relative;
  64. display:flex;
  65. background: #C2C2C2;
  66. padding: .2em;
  67. border: 3px solid;
  68. border-style: inset;
  69. margin: auto;
  70. margin-top: 0.5em;
  71. margin-bottom: 0.5em;
  72. width:auto;
  73. }
  74.  
  75. #glenplayer02 a {text-decoration:none;}
  76.  
  77. #glenplayer02 > div {
  78. align-self:center;
  79. -webkit-align-self:center;
  80. }
  81.  
  82. .music-controls {
  83. user-select:none;
  84. -webkit-user-select:none;
  85. width:13px;
  86. font-size:18px;
  87. cursor:pointer;
  88. font-family: 'music';
  89. }
  90.  
  91. .playy, .pausee {font-family: 'music'; font-size: 1.1em; color: #2e3e60; -webkit-text-stroke: 0.5px #000; margin-top: -0.2em; margin-bottom: 0.1em; } /* color of play & pause buttons */
  92.  
  93. .pausee {display:none;}
  94.  
  95. .sonata {
  96. margin-left:0.4em;
  97. font-family: Pixelated MS Sans Serif;
  98. font-size:0.75em;
  99. color:#000; /* color of music note symbol */
  100. }
  101.  
  102. .labeltext {
  103. margin-left:0.5em;
  104. position: relative;
  105. bottom:0.1em;
  106. font-size:14px;/* color of song title */
  107. }
  108.  
  109. </style>
  110. <body>
  111. <!-------MUSIC PLAYER BY GLENTHEMES------->
  112. <div id="glenplayer02">
  113. <div class="music-controls" onclick="songstart();">
  114. <div class="playy">d</div>
  115. <div class="pausee">k</div>
  116. </div>
  117. <div class="sonata">MP3 </div>
  118. <div class="labeltext"><img src="https://64.media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif"> </div>
  119. </div><!--end music player-->
  120.  
  121. <audio id="tune" src="https://dl.dropbox.com/scl/fi/z0xf3nimqus3rpvifzl7q/y2mate.com-Higher-Than-Heaven_1080.mp3?rlkey=wftq5r3dlbwnh8prokwo3xpk3&st=2a8rg73a&dl=0.mp3"></audio>
  122. </body>
Advertisement
Add Comment
Please, Sign In to add comment