mixue

cr anastasia 2

Aug 20th, 2023 (edited)
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. * ADJUST THE POSITIONING IF IT DOESN'T LOOK GOOD ON YOUR DEVICE *
  2. * MAKE SURE TO CREDIT ANASTASIA WHEN REMAKING *
  3.  
  4.  
  5. --- CIRCLE IMAGE ---
  6.  
  7. z-index: 50;
  8. position: absolute;
  9. top: -3.5em;
  10. left: 1.5em;
  11.  
  12. --- TOP CONTAINER ---
  13.  
  14. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  15. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  16. border-radius: 30px 0px;
  17. width: 13em;
  18. height: 2em;
  19. position: relative;
  20. left: 4em;
  21.  
  22. --- CREDITS TEXT ---
  23.  
  24. font-family: handy;
  25.  
  26. --- ALL FONTS ---
  27.  
  28. @font-face {
  29. font-family: handy;
  30. src: url(https://dl.dropbox.com/s/kqvt2miu9r4y9ye/handy00.ttf);
  31. }
  32.  
  33. @font-face {
  34. src: url(https://dl.dropbox.com/s/8p8mi5uzbekohv7/Starborn.ttf);
  35. font-family: starborn;
  36. }
  37.  
  38. @font-face {
  39. font-family:'fenotype';
  40. src: url(https://dl.dropbox.com/s/klo6yfrf62916qp/02.10FEN.TTF);
  41. }
  42.  
  43. @font-face {
  44. font-family:'kosmos';
  45. src: url(https://dl.dropbox.com/s/olyigvm99jgmn8h/PLANK___.TTF);
  46. }
  47.  
  48. --- MAIN CONTAINER ---
  49.  
  50. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  51. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  52. border-radius: 30px 0px;
  53. width: 13em;
  54. height: 8em;
  55.  
  56. --- SCROLLBOXES ---
  57.  
  58. font-family: handy;
  59. overflow: auto;
  60. padding: 10px;
  61. background: #FFFFFFAD;
  62. border-radius: 10px;
  63. height: 5em;
  64.  
  65. (Text: Highlight)
  66.  
  67. font-family: starborn;
  68. border-radius: 17px;
  69. padding: 0px 10px 0px 10px;
  70.  
  71. --- SCROLLBAR ---
  72.  
  73. ::-webkit-scrollbar {
  74. width: 14px;
  75. } /* Track */
  76.  
  77. ::-webkit-scrollbar-track {
  78. border-radius: 8px;
  79. background: white;
  80. opacity:0.5;
  81. } /* Handle */
  82.  
  83. ::-webkit-scrollbar-thumb {
  84. background: linear-gradient(180deg, #FFFFFF 0%, #000000 100%);
  85. border-radius: 8px;
  86. border: 1px solid #67916b;
  87. opacity: 1.0;
  88. }
  89.  
  90. --- DOLL GIF ---
  91.  
  92. animation-name: floating;
  93. animation-duration: 3s;
  94. animation-iteration-count: infinite;
  95. animation-timing-function: ease-in-out;
  96. position: absolute;
  97. bottom: 0em;
  98. right: -0.5em;
  99.  
  100. --- FLOATING ANIMATION ---
  101.  
  102. @keyframes floating {
  103. 0% { transform: translate(0, 0px); }
  104. 50% { transform: translate(0, 15px); }
  105. 100% { transform: translate(0, -0px); }
  106. }
  107.  
  108. --- NAME TEXT ---
  109.  
  110. text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000, 0 0;
  111. font-family:'fenotype';
  112. left: 2em;
  113.  
  114. --- LEFT CONTAINERS ---
  115.  
  116. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  117. border-radius: 15px;
  118. border: 0.5px solid #77F4F7;
  119. width: 7.5em;
  120. height: 4em;
  121. z-index: 50;
  122. overflow: auto;
  123.  
  124. --- MENU & LINKS TEXTS ---
  125.  
  126. font-family: kosmos;
  127.  
  128. --- BUTTONS ---
  129.  
  130. font-family: handy;
  131. box-shadow: inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px white;
  132. border: 0.5px solid #5BBFC2;
  133.  
  134. --- POSITIONING for MENU CONTAINER ---
  135.  
  136. position: absolute;
  137. left: -2.8em;
  138. bottom: 8em;
  139.  
  140. --- POSITIONING for LINKS CONTAINER ---
  141.  
  142. position: absolute;
  143. left: -2.8em;
  144. bottom: 2em;
  145.  
  146. --- OTHER CONTAINERS ---
  147.  
  148. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  149. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  150. border-radius: 30px 0px;
  151. width: 13em;
  152. height: 8em;
  153. z-index: 50;
  154. overflow: auto;
  155.  
  156. --- POSITIONING for RIGHT CONTAINER ---
  157.  
  158. position: absolute;
  159. right: -3em;
  160. bottom: 4em;
  161.  
  162. --- POSITIONING for LEFT CONTAINER ---
  163.  
  164. position: absolute;
  165. left: -4em;
  166. bottom: 6em;
  167.  
  168. (mobile)
  169. left: -3.5em;
  170.  
Advertisement
Add Comment
Please, Sign In to add comment