dollcrds

credit hikiko pro-standard codes

Sep 15th, 2024 (edited)
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: roman;
  5. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  6. }
  7.  
  8. @font-face {
  9. font-family:'cupcake';
  10. src: url(https://dl.dropbox.com/s/dayh8onbivwmqq7/Cherry%20Cupcake%20Personal%20Use.ttf);
  11.  
  12. }
  13. @font-face {
  14. font-family: Chemre;
  15. src: url(https://dl.dropbox.com/s/a4vu0khvvhe5lwq/Chemre.ttf);
  16. }
  17. ::-webkit-scrollbar {
  18. width: 14px;
  19. height: 10px;
  20. }
  21.  
  22. ::-webkit-scrollbar-thumb {
  23. background: linear-gradient(90deg, rgba(238,238,238,1) 38%, rgba(206,206,206,1) 62%);
  24. border: 1.5px solid #888888;
  25. border-radius: 5px;
  26. }
  27.  
  28. ::-webkit-scrollbar-track {
  29. background: linear-gradient(90deg, rgba(230,230,230,1) 6%, rgba(240,240,240,1) 18%);
  30. }
  31.  
  32. ::-webkit-scrollbar-button {
  33. display: block;
  34. width: 14px;
  35. height: 16px;
  36. }
  37.  
  38. ::-webkit-scrollbar-button:vertical:start:decrement {
  39. background: white;
  40. background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
  41. border: 1.5px solid #888888;
  42. border-radius: 5px;
  43. }
  44.  
  45. ::-webkit-scrollbar-button:vertical:start:increment {
  46. display: none;
  47. }
  48.  
  49. ::-webkit-scrollbar-button:vertical:end:decrement {
  50. display: none;
  51. }
  52.  
  53. ::-webkit-scrollbar-button:vertical:end:increment {
  54. background: white;
  55. background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
  56. border: 1.5px solid #888888;
  57. border-radius: 5px;
  58. }
  59. #text01 {
  60. position: absolute;
  61. z-index: 9;
  62. top: -0.5em;
  63. }
  64. #image01 .frame {
  65. border-radius: 10px 10px 0px 0px;
  66. }
  67. #container02 > .wrapper {
  68. box-shadow: inset 0 7px 5px -7px white, inset 7px 0 5px -7px gray, inset -7px 0 5px -7px gray, inset 0 -7px 5px -7px gray;
  69. width: 11.125em;
  70. height: 2em;
  71. left: .875em;
  72. position: absolute;
  73. bottom: 6.975em;
  74. z-index: 9;
  75. }
  76. #text02 {
  77. font-family: roman;
  78. }
  79. #container03 > .wrapper {
  80. 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%);
  81. width: 13em;
  82. height: 2.75em;
  83. left: -0.225em;
  84. position: absolute;
  85. bottom: -0.225em;
  86. z-index: 9;
  87. border-radius: 0px 50px 50px 50px;
  88. }
  89. #text03 {
  90. font-family: Chemre;
  91. }
  92. #image02 .frame {
  93. position: absolute;
  94. z-index: 99;
  95. top: -1.5em;
  96. left: 9.25em;
  97. }
  98. #container04 > .wrapper, #container05 > .wrapper, #container06 > .wrapper, #container07 > .wrapper {
  99. 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%);
  100. width: 12em;
  101. height: 14em;
  102. left: 13em;
  103. position: absolute;
  104. bottom: 3em;
  105. z-index: 9;
  106. }
  107. #text04, #text06, #text08, #text10 {
  108. background: white;
  109. border: 2px #808080 dashed;
  110. padding: 5px;
  111. overflow-y: scroll;
  112. height: 8.5em;
  113. border-radius: 10px;
  114. }
  115. mark {
  116. font-family:'cupcake';
  117. -webkit-text-stroke: 1px black;
  118. font-size: 2.5em;
  119. color: #dcb4e4;
  120. }
  121. </style>
Advertisement
Add Comment
Please, Sign In to add comment