mixue

cr crdskiz 5

Mar 16th, 2023 (edited)
821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. * PLEASE CREDIT CRDSKIZ WHEN REMAKING *
  2.  
  3. --- FIRST CONTAINER ---
  4. #elementID > .wrapper {
  5. width: 275px;
  6. height: 275px;
  7. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  8. border-radius: 100%;
  9. filter: drop-shadow(0px 0px 3px white);
  10. z-index: -1;
  11. position: absolute;
  12. left: -0.5em;
  13. bottom: 1em;
  14. }
  15.  
  16. @media only screen and (max-width: 600px) {
  17. #elementID > .wrapper {
  18. left: -1em;
  19. }
  20. }
  21.  
  22. --- SECOND CONTAINER ---
  23. #elementID > .wrapper {
  24. width: 80px;
  25. height: 80px;
  26. border-radius: 50%;
  27. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  28. filter: drop-shadow(0px 0px 3px white);
  29. position: absolute;
  30. right: 2.5em;
  31. bottom: 6em;
  32. }
  33.  
  34. @media only screen and (max-width: 600px) {
  35. #elementID > .wrapper {
  36. right: -2em;
  37. bottom: 8em;
  38. }
  39. }
  40.  
  41. --- THIRD CONTAINER (with MAIN INFO) ---
  42. #elementID > .wrapper {
  43. width: 200px;
  44. height: 200px;
  45. border-radius: 50%;
  46. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  47. filter: drop-shadow(0px 0px 3px white);
  48. z-index: 40;
  49. position: absolute;
  50. bottom: -5em;
  51. right: 3em;
  52. }
  53.  
  54. @media only screen and (max-width: 600px) {
  55. #elementID > .wrapper {
  56. right: -1em;
  57. }
  58. }
  59.  
  60. --- 'MAIN INFO' SCROLLBOX ---
  61. #elementID {
  62. -webkit-text-stroke: 0.75px #76A167;
  63. background: white;
  64. border-radius: 50%;
  65. overflow: auto;
  66. height: 162px;
  67. padding: 5px;
  68. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  69. }
  70.  
  71. #elementID u {
  72. text-decoration: wavy underline;
  73. }
  74.  
  75. --- FOURTH CONTAINER (with BYF INFO) ---
  76. #elementID > .wrapper {
  77. width: 220px;
  78. height: 220px;
  79. border-radius: 50%;
  80. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  81. filter: drop-shadow(0px 0px 3px white);
  82. position: absolute;
  83. left: -1em;
  84. top: -1.8em;
  85. }
  86.  
  87. @media only screen and (max-width: 600px) {
  88. #elementID > .wrapper {
  89. left: -2em;
  90. }
  91. }
  92.  
  93. --- 'BYF' SCROLLBOX ---
  94. #elementID {
  95. -webkit-text-stroke: 0.75px #A487C9;
  96. background: white;
  97. border-radius: 50%;
  98. overflow: auto;
  99. height: 182px;
  100. padding: 5px;
  101. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  102. }
  103.  
  104. --- FIFTH CONTAINER ---
  105. #elementID > .wrapper {
  106. width: 120px;
  107. height: 120px;
  108. border-radius: 50%;
  109. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  110. filter: drop-shadow(0px 0px 3px white);
  111. z-index: 25;
  112. position: absolute;
  113. left: 8.3em;
  114. top: 6.3em;
  115. }
  116.  
  117. @media only screen and (max-width: 600px) {
  118. #elementID > .wrapper {
  119. top: 8em;
  120. }
  121. }
  122.  
  123. --- LAST CONTAINER (with scrollbox) ---
  124. #elementID > .wrapper {
  125. width: 170px;
  126. height: 170px;
  127. border-radius: 50%;
  128. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  129. filter: drop-shadow(0px 0px 3px white);
  130. z-index: 30;
  131. position: absolute;
  132. right: 1.5em;
  133. top: 3.8em;
  134. }
  135.  
  136. @media only screen and (max-width: 600px) {
  137. #elementID > .wrapper {
  138. right: -2.5em;
  139. top: 4.5em;
  140. }
  141. }
  142.  
  143. --- 'LOVE' SCROLLBOX ---
  144. #elementID {
  145. -webkit-text-stroke: 0.75px #696969;
  146. background: white;
  147. border-radius: 50%;
  148. overflow: auto;
  149. height: 132px;
  150. padding: 5px;
  151. box-shadow: inset 0 7px 9px -0px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  152. }
  153.  
  154. --- HIGHLIGHT TEXTS ---
  155. #elementID mark, #elementID mark, #elementID mark {
  156. background: linear-gradient(90deg, #FC6D6D, #FCBA6D, #FCEE6D, #9BFC6D, #6DD1FC, #6F6DFC);
  157. -webkit-background-clip: text;
  158. -webkit-text-fill-color: transparent;
  159. padding-left: 5px;
  160. padding-right: 5px;
  161. padding-top: 5px;
  162. font-size: 1.6em;
  163. -webkit-text-stroke: 0.5px black;
  164. font-family: kiwi;
  165. font-weight: bold;
  166. letter-spacing: 1px;
  167. line-height: .5em;
  168. filter: drop-shadow(0px 0px 1px black);
  169. }
  170.  
  171. --- MISC ---
  172. <style>
  173. @font-face {
  174. font-family: kiwi;
  175. src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
  176. }
  177.  
  178. html {
  179. overflow: scroll;
  180. overflow-x: hidden;
  181. }
  182. ::-webkit-scrollbar {
  183. width: 0; /* Remove scrollbar space */
  184. background: transparent; /* Optional: just make scrollbar invisible */
  185. }
  186. /* Optional: show position indicator in red */
  187. ::-webkit-scrollbar-thumb {
  188. background: #FF0000;
  189. }
  190. </style>
Advertisement
Add Comment
Please, Sign In to add comment