dollcrds

cr hyunico pro-standard codes

Apr 8th, 2025 (edited)
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 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. @font-face {
  18. font-family: sant joan;
  19. src: url(https://dl.dropbox.com/s/o5umfqvcshf0ugj/SantJoanDespiRegular.woff);
  20. }
  21. #container01 > .wrapper
  22. {
  23. box-shadow: rgba(211,72,124, 1) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset, 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%), rgba(0, 0, 0, 0.5) 0px 0px 5px 0px, rgba(0, 0, 0, 0.5) 0px 0px 1px 0px;
  24. border-radius: 10px;
  25. }
  26. #image01 .frame
  27. {
  28. border-radius: 10px;
  29. }
  30. #buttons01 li a {
  31. 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%);
  32. font-family: windows;
  33. border-radius: 5px;
  34. }
  35. #text01
  36. {
  37. background: white;
  38. border-radius: 10px;
  39. padding: 8px;
  40. height: 7.5em;
  41. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 46%), inset -13px 0px 6px -10px rgb(66 66 66 / 46%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 28%);
  42. font-family: windows;
  43. overflow-y: scroll;
  44. }
  45. mark
  46. {
  47. font-family: sant joan;
  48. color: white;
  49. 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%);
  50. border-radius: 5px;
  51. padding: 2px;
  52. }
  53. </style>
Advertisement
Add Comment
Please, Sign In to add comment