dollcrds

wonyo ju mp cr dollcrds codes (pro-standard ver)

Jul 18th, 2024 (edited)
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. <style>
  2. html {
  3. overflow: scroll;
  4. overflow-x: hidden;
  5. }
  6. ::-webkit-scrollbar {
  7. width: 0; /* remove scrollbar space */
  8. background: transparent; /* to make scrollbar invisible */
  9. }
  10. ::-webkit-scrollbar-thumb {
  11. background: transparent;
  12. }
  13. @font-face {
  14. font-family: windows;
  15. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  16. }
  17.  
  18. #windows {
  19. font-family: windows;
  20. font-size: 20px;
  21. }
  22. @font-face {
  23. src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
  24. font-family: SakeMoru;
  25. }
  26.  
  27. @keyframes floating {
  28. 0% { transform: translate(0, 0px); }
  29. 50% { transform: translate(0, 15px); }
  30. 100% { transform: translate(0, -0px); }
  31. }
  32. #image01 .frame {
  33. border-radius: 25px 0px 25px 0px;
  34. }
  35. #container01 > .wrapper {
  36. border-radius: 100%;
  37. height: 10em;
  38. width: 10em;
  39. position: absolute;
  40. z-index: 999;
  41. top: -16em;
  42. left: 8em;
  43. animation-name: floating;
  44. animation-duration: 3s;
  45. animation-iteration-count: infinite;
  46. animation-timing-function: ease-in-out;
  47. }
  48. #text01 {
  49. bottom: -1.5em;
  50. font-family: SakeMoru;
  51. }
  52. #container02 > .wrapper {
  53. border-radius: 5px 5px 5px;
  54. height: 2.5em;
  55. width: 10em;
  56. position: absolute;
  57. z-index: 9;
  58. top: -3.5em;
  59. 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%);
  60. left: 2.625em;
  61. }
  62. #image02 .frame, #image03 .frame, #image04 .frame {
  63. border-radius: 25px 20px 25px 0px;
  64. position: absolute;
  65. z-index: 8;
  66. top: -22em;
  67. left: 16em;
  68. }
  69. #container03 > .wrapper, #container04 > .wrapper, #container05 > .wrapper {
  70. border-radius: 100px 100px 0px 0px;
  71. height: 16.5em;
  72. width: 15em;
  73. position: absolute;
  74. z-index: 0;
  75. top: -16.5em;
  76. 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%);
  77. left: 16em;
  78. overflow-y: scroll;
  79. }
  80. #text02, #text04, #text06, #text08, #text10, #text12 {
  81. font-family: SakeMoru;
  82. 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%);
  83. border-radius: 25px 0px 25px 0px;
  84. border: 3px solid #B62AE9;
  85. background: #EBCFED;
  86. font-size: 1.5em;
  87. padding: 7px;
  88. }
  89. #text03, #text05, #text07, #text09, #text11, #text13 {
  90. font-family: windows;
  91. border: 2px solid black;
  92. border-radius: 5px 5px 5px 5px;
  93. padding: 5px;
  94. }
  95. </style>
Advertisement
Add Comment
Please, Sign In to add comment