dollcrds

cr crdskiz pro standard codes & music player

Apr 23rd, 2024
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. ---CODES---
  2. <style>
  3.  
  4. @font-face {
  5. font-family: bright fairy;
  6. src: url(https://dl.dropbox.com/s/20oirqmtuqkb2wl/Bright%20Fairy.ttf?dl=0);
  7. }
  8. #scroll {
  9. box-sizing: border-box;
  10. white-space: nowrap;
  11. font: 12px system-ui;
  12. padding: 7px;
  13. border-radius: 4px;
  14. border: 1px solid #888;
  15. overflow: auto;
  16. height: 15em;
  17. width: 15em;
  18. }
  19.  
  20. .con {
  21. height: 95%;
  22. width: 95%;
  23. white-space: normal;
  24. display: inline-block;
  25. padding: .2em;
  26. vertical-align: middle;
  27. overflow: auto;
  28. border-radius: 4px;
  29. border: 1px solid #888;
  30. }
  31. .con:nth-child(2) {
  32. margin: 0 5px 0 5px ;
  33. }
  34.  
  35. /** START OF THE SCROLLBAR CODE **/
  36. ::-webkit-scrollbar {
  37. width: 16px
  38. }
  39. ::-webkit-scrollbar:horizontal {
  40. height: 16px
  41. }
  42. ::-webkit-scrollbar-corner {
  43. background: #eee
  44. }
  45.  
  46. ::-webkit-scrollbar-track:vertical {
  47. background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  48. }
  49. ::-webkit-scrollbar-track:horizontal {
  50. background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  51. }
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. border: 1.5px solid #888;
  55. border-radius: 3px;
  56. box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
  57. background-color: #eee;
  58. }
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background: url("https://dl.dropbox.com/s/9a29qbkza3gmgl7/scroll1.png"), linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
  61. background-repeat: no-repeat;
  62. background-size: 65% auto, cover;
  63. background-position: center;
  64. }
  65. ::-webkit-scrollbar-thumb:horizontal {
  66. background: url("https://dl.dropbox.com/s/tykz2yw9tctbe4c/scroll2.png"), linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
  67. background-repeat: no-repeat;
  68. background-size: 20% auto, cover;
  69. background-position: center;
  70. }
  71.  
  72. ::-webkit-scrollbar-button:horizontal:end:increment,
  73. ::-webkit-scrollbar-button:horizontal:start:decrement,
  74. ::-webkit-scrollbar-button:vertical:end:increment,
  75. ::-webkit-scrollbar-button:vertical:start:decrement {
  76. display: block
  77. }
  78.  
  79. ::-webkit-scrollbar-button:vertical {
  80. height: 15px
  81. }
  82. ::-webkit-scrollbar-button:vertical:start:decrement {
  83. background: white;
  84. background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  85. background-repeat: no-repeat;
  86. background-position: center;
  87. -moz-background-size: 100% auto, cover;
  88. -webkit-background-size: 100% auto, cover;
  89. -o-background-size: 100% auto, cover;
  90. background-size: 100% auto, cover;
  91. background-position: center;
  92. border-radius: 0 3px 0 0;
  93. }
  94.  
  95. ::-webkit-scrollbar-button:vertical:start:increment {
  96. display: none;
  97. }
  98. ::-webkit-scrollbar-button:vertical:end:decrement {
  99. display: none;
  100. }
  101.  
  102. ::-webkit-scrollbar-button:vertical:end:increment {
  103. background: white;
  104. background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  105. background-repeat: no-repeat;
  106. background-position: center;
  107. -moz-background-size: 100% auto, cover;
  108. -webkit-background-size: 100% auto, cover;
  109. -o-background-size: 100% auto, cover;
  110. background-size: 100% auto, cover;
  111. background-position: center;
  112. border-radius: 0 0 3px 0;
  113. }
  114.  
  115. ::-webkit-scrollbar-button:horizontal {
  116. width: 15px
  117. }
  118. ::-webkit-scrollbar-button:horizontal:start:increment {
  119. display: none;
  120. }
  121. ::-webkit-scrollbar-button:horizontal:end:decrement {
  122. display: none;
  123. }
  124.  
  125. ::-webkit-scrollbar-button:horizontal:start:decrement {
  126. background: white;
  127. background: url("https://dl.dropbox.com/s/xcm618ghd823271/scroll5.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  128. background-repeat: no-repeat;
  129. background-position: center;
  130. -moz-background-size: 100% auto, cover;
  131. -webkit-background-size: 100% auto, cover;
  132. -o-background-size: 100% auto, cover;
  133. background-size: 100% auto, cover;
  134. background-position: center;
  135. border-radius: 0 0 0 3px;
  136. }
  137. ::-webkit-scrollbar-button:horizontal:end:increment {
  138. background: white;
  139. background: url("https://dl.dropbox.com/s/byeyi7am889ii9m/scroll6.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  140. background-repeat: no-repeat;
  141. background-position: center;
  142. -moz-background-size: 100% auto, cover;
  143. -webkit-background-size: 100% auto, cover;
  144. -o-background-size: 100% auto, cover;
  145. background-size: 100% auto, cover;
  146. background-position: center;
  147. border-radius: 0 0 3px 0;
  148. }
  149. </style>
  150.  
  151. ---MUSIC PLAYER---
  152. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  153. <script src="https://static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  154. <head>
  155. <script src="https://kit.fontawesome.com/610c820504.js" crossorigin="anonymous"></script>
  156. <style type="text/css">
  157. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  158. #glenplayer02 {
  159. position: absolute;
  160. top: 13.5em;
  161. display:flex;
  162. z-index:9;
  163. }
  164.  
  165. #glenplayer02 a { text-decoration:none; }
  166.  
  167. #glenplayer02 > div { align-self:center; -webkit-align-self:center; }
  168.  
  169. .music-controls { user-select:none; -webkit-user-select:none; width:22px; font-size:16px; cursor:pointer; }
  170.  
  171. .playy, .pausee {
  172. -webkit-background-clip: text;
  173. -webkit-text-fill-color: #FFFFFF;
  174. -webkit-text-stroke-width: 1px;
  175. -webkit-text-stroke-color: #808080;
  176. font-size: 22px;
  177. }
  178.  
  179. .pausee { display:none; }
  180.  
  181. </style>
  182. <body>
  183. <div id="glenplayer02"><div class="music-controls" onclick="songstart();"><div class="playy" style="display: block;"><span><i class="fa-solid fa-volume-low" aria-hidden="true"></i></span></div>
  184. <div class="pausee" style="display: none;"><span><i class="fa-solid fa-volume-high" aria-hidden="true"></i></span></div></div></div>
  185.  
  186. <audio id="tune" src="https://dl.dropbox.com/scl/fi/2k057sh85w76p85ce48rp/01-I_ll-See-You-There-Tomorrow.mp3?rlkey=iq7rmm38nqj1eowvs7sn5uldv&st=yobivalv&dl=0.mp3"></audio></body>
Advertisement
Add Comment
Please, Sign In to add comment