dollcrds

cr lovijun pro-standard codes + music player

Apr 12th, 2024
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. ---CODE--- (positioning & colors may need to be adjusted!)
  2.  
  3. <style>
  4. html {
  5. overflow: scroll;
  6. overflow-x: hidden;
  7. }
  8. ::-webkit-scrollbar {
  9. width: 0; /* remove scrollbar space */
  10. background: transparent; /* to make scrollbar invisible */
  11. }
  12. ::-webkit-scrollbar-thumb {
  13. background: transparent;
  14. }
  15. #buttons01 li a {
  16. background: #fff;
  17. }
  18. #buttons02 li a {
  19. background: #EBD1EC;
  20. }
  21. #image07 {
  22. position: absolute;
  23. bottom: -4.5em;
  24. }
  25. #container02 {
  26. width: 9em;
  27. position: absolute;
  28. top: 3em;
  29. z-index: 99;
  30. border-left: 1px solid #575757;
  31. border-bottom: 1px solid #575757;
  32. border-top: 1px solid #575757;
  33. border-radius: 2px 0px 0px 0px;
  34. }
  35. #container03 {
  36. width: 9em;
  37. position: absolute;
  38. top: 5em;
  39. z-index: 9;
  40. border-left: 1px solid #575757;
  41. border-bottom: 1px solid #575757;
  42. }
  43. #container04 {
  44. width: 9em;
  45. position: absolute;
  46. top: 7.25em;
  47. border-left: 1px solid #575757;
  48. border-bottom: 1px solid #575757;
  49. border-radius: 0px 0px 0px 2px;
  50. }
  51. #container05 {
  52. width: 8em;
  53. position: absolute;
  54. top: 10em;
  55. z-index: 99;
  56. left: 1em;
  57. }
  58. #container06 {
  59. width: 9em;
  60. position: absolute;
  61. top: 20.375em;
  62. }
  63. #container07 {
  64. width: 21.25em;
  65. position: absolute;
  66. top: 3em;
  67. left: 9.5em;
  68. border-right: 1px solid #575757;
  69. border-bottom: 1px solid #575757;
  70. border-top: 1px solid #575757;
  71. border-radius: 0px 5px 5px 0px;
  72. height: 25.800em;
  73. background: #E36AD4;
  74. }
  75. @media only screen and (max-width: 600px) {
  76. #container07 {
  77. height: 25.825em;
  78. width: 21.25em;
  79. }
  80. }
  81. #container08 {
  82. width: 21em;
  83. position: absolute;
  84. background: #D2338A;
  85. border-radius: 2px 2px 2px 2px;
  86. border: 1px solid #575757;
  87. top: 20.375em;
  88. left: 9.5em;
  89. z-index: 999;
  90. }
  91. #container09 {
  92. width: 20em;
  93. position: absolute;
  94. background: #EBD1EC;
  95. border: 1px solid #575757;
  96. top: 20.875em;
  97. left: 10em;
  98. z-index: 9999;
  99. height: 7em;
  100. }
  101. @media only screen and (max-width: 600px) {
  102. #container09 {
  103. width: 19.75em;
  104. height: 7.25em;
  105. }
  106. }
  107. #text07 {
  108. border-radius: 20px 0px 20px 20px;
  109. background: white;
  110. border: 1px solid #575757;
  111. padding: 5px;
  112. width: 14em;
  113. right: -1em;
  114. }
  115. #text08 {
  116. border-radius: 0px 20px 20px 20px;
  117. background: white;
  118. border: 1px solid #575757;
  119. padding: 5px;
  120. width: 9em;
  121. right: 1.75em;
  122. }
  123. #buttons03 li a {
  124. background: #EBD1EC;
  125. }
  126. #container10 {
  127. background: white;
  128. border: 1px solid #575757;
  129. border-radius: 5px 5px 5px 5px;
  130. width: 18.75em;
  131. position: absolute;
  132. top: 26em;
  133. left: 10.625em;
  134. z-index: 99999;
  135. }
  136. @media only screen and (max-width: 600px) {
  137. #container10 {
  138. top: 26.25em;
  139. left: 10.5em;
  140. }
  141. }
  142. #container11 {
  143. width: 21em;
  144. position: absolute;
  145. border: 1px solid #575757;
  146. top: 3.25em;
  147. left: 9.5em;
  148. border-radius: 2px 2px 2px;
  149. z-index: 9999;
  150. }
  151. @media only screen and (max-width: 600px) {
  152. #container11, #container08 {
  153. width: 20.75em;
  154. }
  155. }
  156. #container12 {
  157. width: 18.25em;
  158. position: absolute;
  159. top: 4.125em;
  160. left: 11em;
  161. z-index: 99999;
  162. }
  163. #container13, #container14, #container15 {
  164. width: 18.25em;
  165. position: absolute;
  166. top: 4.125em;
  167. left: 11em;
  168. z-index: 99999;
  169. height: 15em;
  170. overflow-y: scroll;
  171. border: 1px solid #575757;
  172. }
  173. @media only screen and (max-width: 600px) {
  174. #container12, #container13, #container14, #container15 {
  175. left: 10.75em;
  176. }
  177. }
  178. #text14, #text16, #text18, #text20, #text22, #text24 {
  179. overflow-y: scroll;
  180. height: 5em;
  181. }
  182. </style>
  183.  
  184. ---MUSIC PLAYER---
  185. <style>
  186.  
  187. </style>
  188. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  189.  
  190. <!-------MUSIC PLAYER BY GLENTHEMES------->
  191. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  192.  
  193. <style type="text/css">
  194. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  195. #glenplayer02 {
  196. position:relative;
  197. top:0px;
  198. left:5px;
  199. display:flex;
  200. z-index:99;
  201. }
  202. #glenplayer02 a {text-decoration:none;}
  203.  
  204. #glenplayer02 > div {
  205. align-self:center;
  206. -webkit-align-self:center;
  207. }
  208.  
  209. .music-controls {
  210. user-select:none;
  211. -webkit-user-select:none;
  212. width:13px;
  213. font-size:18px;
  214. cursor:pointer;
  215. }
  216.  
  217. .playy, .pausee {color:#EBD1EC; text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
  218.  
  219. .pausee {display:none;}
  220.  
  221. .sonata {
  222. margin-left:10px;
  223. font-size:14px;
  224. color:#EBD1EC;
  225. font-weight: bold;
  226. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; /* color of music note symbol */
  227. }
  228.  
  229. .labeltext {
  230. margin-left:0px;
  231. position: relative;
  232. bottom:10px;
  233. font-size:14px;
  234. color:#EBD1EC;
  235. font-weight: bold;
  236. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;/* color of song title */
  237. }
  238.  
  239. </style>
  240. <body>
  241. <!-------MUSIC PLAYER BY GLENTHEMES------->
  242. <div id="glenplayer02">
  243. <div class="music-controls" onclick="songstart();">
  244. <div class="playy">►</div>
  245. <div class="pausee">♬</div>
  246. </div>
  247. <div class="sonata"> <marquee> So tell me how does it feel
  248. With ketamine across your plate?
  249. But still you can't stand the taste</marquee> </div>
  250. <div class="labeltext"></div>
  251. </div><!--end music player-->
  252.  
  253. <audio id="tune" src="https://dl.dropbox.com/scl/fi/wv3e2gl4w5zjil6ie07jr/01-overpaid-feat.-Tom-The-Mail-Man.mp3?rlkey=g00xvtz096zaqvsvzasferzjx&dl=0.mp3""audio"></audio>
  254. </body>
  255.  
  256. <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment