mixue

cr ikisschris

Nov 25th, 2022 (edited)
823
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. --- MAIN CONTAINER ---
  2.  
  3. #container01 > .wrapper {
  4. height: 20em;
  5. }
  6.  
  7. --- CONTAINER 02 ---
  8.  
  9. #container02 > .wrapper {
  10. height: 16.5em;
  11. width: 12.5em;
  12. border-radius: 20px 5px 5px 20px;
  13. position: absolute;
  14. bottom: 3em;
  15. left: 0.3em;
  16. }
  17.  
  18. --- IMAGE 01 ---
  19.  
  20. #image01 .frame {
  21. border-radius: 20px 5px 5px 20px;
  22. position: relative;
  23. top: 15px;
  24. }
  25.  
  26. --- SCROLLBOX ---
  27.  
  28. #text01 {
  29. overflow: auto;
  30. height: 5.5em;
  31. padding: 5px;
  32. top: 20px;
  33. }
  34.  
  35. #text01 mark {
  36. background: radial-gradient(circle, #6495ED 0%, #89CFF0 100%);
  37. border-radius: 100%;
  38. border: 1px solid #000;
  39. padding-left: 5px;
  40. padding-right: 7px;
  41. padding-top: 3px;
  42. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  43. font-size: 1em;
  44. font-family:'kosmos';
  45. }
  46.  
  47. #text01 a {
  48. color: white;
  49. background: radial-gradient(circle, #6495ED 0%, #89CFF0 100%);
  50. border-radius: 100%;
  51. border: 1px solid #000;
  52. padding-left: 5px;
  53. padding-right: 7px;
  54. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  55. font-size: 1.25em;
  56. }
  57.  
  58. --- CONTAINER with MUSIC PLAYER ---
  59.  
  60. #container03 > .wrapper {
  61. width: 4em;
  62. padding-top: 5px;
  63. position: absolute;
  64. bottom: 1em;
  65. left: 0.4em;
  66. }
  67.  
  68. @media only screen and (max-width: 600px) {
  69. #container03 > .wrapper {
  70. width: 4.5em;
  71. padding-top: 3px;
  72. bottom: 0.8em;
  73. }
  74. }
  75.  
  76. --- CONTAINER with NAVIGATION TEXTS ---
  77.  
  78. #container04 > .wrapper {
  79. width: 9em;
  80. height: 8em;
  81. border-radius: 5px 20px 20px 5px;
  82. padding-top: 10px;
  83. position: absolute;
  84. bottom: 11.5em;
  85. right: 0.6em;
  86. }
  87.  
  88. --- NAVIGATION TEXTS ---
  89.  
  90. #text02 {
  91. background: white;
  92. padding: 5px;
  93. width: 6.5em;
  94. height: 5.5em;
  95. border-radius: 5px 20px 20px 5px;
  96. border: 1px solid #89CFF0;
  97. text-shadow: -1px 0 #454545, 0 1px #454545, 1px 0 #454545, 0 -1px #454545, 0 0;
  98. left: 6px;
  99. }
  100.  
  101. @media only screen and (max-width: 600px) {
  102. #text02 {
  103. width: 6.5em;
  104. left: 5px;
  105. bottom: 2px;
  106. }
  107. }
  108.  
  109. #text02 mark {
  110. background: linear-gradient(180deg, #FFFFFF 0%, #89CFF0 100%);
  111. -webkit-background-clip: text;
  112. -webkit-text-fill-color: transparent;
  113. border-radius: 5px 20px 20px 5px;
  114. border: 1px solid #89CFF0;
  115. font-size: 1.12em;
  116. font-weight: 400;
  117. -webkit-text-stroke: 1px #000;
  118. text-shadow: none;
  119. }
  120.  
  121. --- CONTAINER with IMAGE ---
  122.  
  123. #container05 > .wrapper {
  124. width: 9em;
  125. border-radius: 5px 20px 20px 5px;
  126. height: 10em;
  127. position: absolute;
  128. bottom: 1em;
  129. right: 0.6em;
  130. z-index: 3;
  131. }
  132.  
  133. --- DOLL IMAGE ---
  134.  
  135. #image02 .frame {
  136. position: relative;
  137. bottom: 10px;
  138. }
  139.  
  140. --- SCROLLABLE CONTAINER ---
  141.  
  142. #elementID > .wrapper {
  143. width: 9em;
  144. border-radius: 5px 20px 20px 5px;
  145. height: 10em;
  146. overflow: auto;
  147. padding: 5px;
  148. position: absolute;
  149. bottom: 1em;
  150. right: 0.6em;
  151. z-index: 3;
  152. }
  153.  
  154. --- MARKS ---
  155.  
  156. #elementID mark {
  157. color: white;
  158. background: #89CFF0;
  159. font-size: 1.75em;
  160. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  161. border-radius: 0px 10px;
  162. font-family: berkshire;
  163. }
  164.  
  165. --- INFO TEXTS ---
  166.  
  167. #elementID {
  168. background: white;
  169. border: 1px solid #89CFF0;
  170. border-radius: 5px 5px 20px 5px;
  171. width: 10em;
  172. padding: 5px;
  173. left: 5px;
  174. }
  175.  
  176. @media only screen and (max-width: 600px) {
  177. #elementID {
  178. width: 10em;
  179. }
  180. }
  181.  
  182.  
  183. --- ALL FONTS ---
  184.  
  185. <style>
  186. @font-face {
  187. font-family:'kosmos';
  188. src: url(https://dl.dropbox.com/s/olyigvm99jgmn8h/PLANK___.TTF);
  189. }
  190.  
  191. @font-face {
  192. font-family: berkshire;
  193. src:url(https://dl.dropbox.com/s/49tg0oklrpc2u71/BerkshireSwash-Regular.ttf?);
  194. }
  195. </style>
  196.  
Advertisement
Add Comment
Please, Sign In to add comment