mixue

cr anastasia

May 14th, 2023 (edited)
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. * PLEASE CREDIT ANASTASIA WHEN REMAKING *
  2.  
  3. --- CREDITS ---
  4. font-family: windows;
  5.  
  6. --- ALL FONTS ---
  7. <style>
  8. @font-face {
  9. font-family: windows;
  10. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  11. }
  12.  
  13. @font-face {
  14. font-family:'kosmos';
  15. src: url(https://dl.dropbox.com/s/olyigvm99jgmn8h/PLANK___.TTF);
  16. }
  17.  
  18. </style>
  19.  
  20. --- TOP CONTAINER ---
  21. border-radius: 10px;
  22.  
  23. --- NAVIGATION BUTTONS ---
  24. box-shadow: inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px white;
  25. border: 1px solid black;
  26. font-family: windows;
  27.  
  28. --- MAIN CONTAINER ---
  29. box-shadow: inset 7px 0 7px -9px gray, inset -7px 0 7px -9px gray, inset 0 -7px 7px -9px gray;
  30. border-radius: 10px;
  31.  
  32. --- NAME TEXT ---
  33. font-family: kosmos;
  34. font-size: 18px;
  35. -webkit-filter: drop-shadow(0px 0px 1px #000000);
  36. left: -.13em;
  37.  
  38. (mobile)
  39. font-size: 18px;
  40.  
  41. --- LEFT SCROLLBOX ---
  42. font-family: windows;
  43. overflow: auto;
  44. height: 4em;
  45.  
  46. --- RIGHT SCROLLBOX ---
  47. font-family: windows;
  48. background: white;
  49. padding: 10px;
  50. border-radius: 10px;
  51. height: 5em;
  52. overflow: auto;
  53.  
  54. (Text: Highlight)
  55. border-radius: 0px 20px 20px 0px;
  56. margin-left: -0.75em;
  57. padding-left: 10px;
  58. padding-right: 10px;
  59.  
  60. --- DOLL IMAGE ---
  61. animation-name: floating;
  62. animation-duration: 3s;
  63. animation-iteration-count: infinite;
  64. animation-timing-function: ease-in-out;
  65. position: absolute;
  66. bottom: -0.8em;
  67. right: -1.5em;
  68.  
  69. --- FLOAT ---
  70. <style>
  71.  
  72. @keyframes floating {
  73. 0% {
  74. transform: translate(0, 0px);
  75. }
  76.  
  77. 50% {
  78. transform: translate(0, 15px);
  79. }
  80.  
  81. 100% {
  82. transform: translate(0, -0px);
  83. }
  84. }
  85.  
  86. </style>
  87.  
  88. --- INFO CONTAINERS ---
  89. box-shadow: inset 7px 0 7px -9px gray, inset -7px 0 7px -9px gray, inset 0 -7px 7px -9px gray;
  90. border-radius: 10px;
  91. height: 9em;
  92. width: 14.75em;
  93. overflow: auto;
  94. z-index: 99;
  95.  
  96. --- CLOSE BUTTON ---
  97. box-shadow: inset 7px 0 7px -7px white, inset -7px 0 7px -7px white, inset 0 -7px 7px -7px white;
  98. border: 1px solid black;
  99. font-family: windows;
  100. font-size: 12px;
  101.  
  102. --- OTHER SCROLLBOXES ---
  103. font-family: windows;
  104. background: white;
  105. padding: 10px;
  106. border-radius: 10px;
  107. height: 4em;
  108. width: 17em;
  109. overflow: auto;
  110.  
  111. (mobile)
  112. width: 17em;
  113.  
  114. --- POSITIONING for INFO CONTAINERS ---
  115. position: absolute;
  116. bottom: -1.7em;
  117. left: 6em;
Advertisement
Add Comment
Please, Sign In to add comment