dollcrds

cr ikisschris pro-standard codes

Dec 14th, 2024 (edited)
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 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: Hugh Is Life;
  15. src: url(https://dl.dropbox.com/s/bki6gilknxxouuk/HughIsLifePersonalUseItalic-K7axe.ttf);
  16. }
  17. @font-face {
  18. font-family: pixel;
  19. src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  20. }
  21. @keyframes floating {
  22. 0% { transform: translate(0, 0px); }
  23. 50% { transform: translate(0, 15px); }
  24. 100% { transform: translate(0, -0px); }
  25. }
  26. #buttons01 li a, #buttons02 li a, #buttons03 li a {
  27. border: 1px solid white;
  28. font-family: pixel;
  29. }
  30. #container03 > .wrapper {
  31. width: 11.5em;
  32. position: absolute;
  33. z-index: 9;
  34. top: -21em;
  35. left: 1em;
  36. animation-name: floating;
  37. animation-duration: 3s;
  38. animation-iteration-count: infinite;
  39. animation-timing-function: ease-in-out;
  40. }
  41. @media only screen and (max-width: 600px) {
  42. #container03 > .wrapper {
  43. left: 1.5em;
  44. } }
  45. #container04 > .wrapper {
  46. width: 11.5em;
  47. position: absolute;
  48. z-index: 9;
  49. top: -19.25em;
  50. left: 1em;
  51. animation-name: floating;
  52. animation-duration: 3s;
  53. animation-iteration-count: infinite;
  54. animation-timing-function: ease-in-out; }
  55. #text01 {
  56. font-family: pixel; }
  57. #text01 mark {
  58. font-family: Hugh Is Life;
  59. color: #F9BD02;
  60. filter: drop-shadow(1px 0px 2px black);
  61. font-size: 2.5em; }
  62. @media only screen and (max-width: 600px) {
  63. #container04 > .wrapper {
  64. left: 1.5em;
  65. } }
  66. #text01 a {
  67. text-decoration-style: dotted; }
  68. #container05 > .wrapper, #container06 > .wrapper, #container07 > .wrapper {
  69. width: 12.5em;
  70. position: absolute;
  71. z-index: 9;
  72. top: -18.25em;
  73. left: 14em;
  74. overflow-y: scroll;
  75. height: 15em;
  76. box-shadow: inset 10px 0 7px -9px black, inset -10px 0 7px -9px black; }
  77. @media only screen and (max-width: 600px) {
  78. #container05 > .wrapper, #container06 > .wrapper, #container07 > .wrapper {
  79. left: 15.5em;
  80. } }
  81. #text02 , #text04, #text06, #text09 {
  82. font-family: Hugh Is Life;
  83. color: #F9BD02;
  84. filter: drop-shadow(1px 1px 0px black); }
  85. #text03, #text05, #text07, #text08, #text10, #text11 {
  86. font-family: pixel;
  87. background: #FFF796;
  88. border-radius: 5px 5px 5px 5px;
  89. padding: 3px; }
  90. #text11 mark {
  91. border-radius: 90%;
  92. background: #FFFFFF80; }
  93. #text10 mark {
  94. border-radius: 90%;
  95. background: #FFFFFF80; }
  96. #text08 mark {
  97. border-radius: 90%;
  98. background: #FFFFFF80; }
  99. #text07 mark {
  100. border-radius: 90%;
  101. background: #FFFFFF80; }
  102. </style>
  103. <style type="text/css">* {cursor: url(https://cur.cursors-4u.net/symbols/sym-6/sym599.cur), auto !important;}</style>
Advertisement
Add Comment
Please, Sign In to add comment