dollcrds

pro-standard cr otakon1999 codes

Jun 7th, 2024 (edited)
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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:'rosalie';
  15. src: url(https://dl.dropbox.com/s/xqlz6p59syect4a/rosalie.regular.otf);
  16.  
  17. }
  18. #text01, #text02 {
  19. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  20. font-family:'rosalie';
  21. z-index: 999;
  22. }
  23. #text02 mark {
  24. text-shadow: none;
  25. }
  26. #image01 .frame {
  27. transform: rotate(-10deg);
  28. position: absolute;
  29. z-index: 99;
  30. top: -1.5em;
  31. left: -0.5em;
  32. }
  33. #image02 .frame {
  34. transform: rotate(-15deg);
  35. position: absolute;
  36. z-index: 99;
  37. top: 3em;
  38. left: -2em;
  39. }
  40. #container01 > .wrapper {
  41. transform: rotate(5deg);
  42. position: absolute;
  43. z-index: 9;
  44. top: -3em;
  45. left: 10em;
  46. }
  47. #container02 > .wrapper {
  48. z-index: 9999;
  49. position: absolute;
  50. top: 8.375em;
  51. left: 10em;
  52. }
  53. #container03 > .wrapper, #container04 > .wrapper, #container05 > .wrapper {
  54. z-index: 99;
  55. transform: rotate(5deg);
  56. position: absolute;
  57. top: 1em;
  58. height: 4em;
  59. overflow-y: scroll;
  60. left: 13.25em;
  61. width: 10em;
  62. }
  63. </style>
Advertisement
Add Comment
Please, Sign In to add comment