dollcrds

pro-standard cr dollcrds code

Aug 24th, 2024 (edited)
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 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:'kiwi';
  19. src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
  20. }
  21. #container03 > .wrapper, #container11 > .wrapper {
  22. width: 11em;
  23. position: absolute;
  24. z-index: 9;
  25. top: -23em;
  26. left: -3em;
  27. }
  28. #container04 > .wrapper, #container12 > .wrapper {
  29. width: 11em;
  30. position: absolute;
  31. z-index: 9;
  32. top: -21.75em;
  33. left: -3em;
  34. }
  35. #container05 > .wrapper, #container13 > .wrapper {
  36. width: 11em;
  37. position: absolute;
  38. z-index: 9;
  39. top: -18em;
  40. left: -3em;
  41. }
  42. #container06 > .wrapper, #container14 > .wrapper {
  43. width: 11em;
  44. position: absolute;
  45. z-index: 9;
  46. top: -16.75em;
  47. left: -3em;
  48. height: 9em;
  49. overflow-y: scroll;
  50. }
  51. #container07 > .wrapper, #container15 > .wrapper {
  52. width: 11em;
  53. position: absolute;
  54. z-index: 9;
  55. top: -27em;
  56. left: 10em;
  57. }
  58. #container08 > .wrapper, #container16 > .wrapper {
  59. width: 11em;
  60. position: absolute;
  61. z-index: 9;
  62. top: -26em;
  63. left: 10em;
  64. }
  65. #container09 > .wrapper, #container17 > .wrapper {
  66. width: 11em;
  67. position: absolute;
  68. z-index: 9;
  69. top: -13.5em;
  70. left: 10em;
  71. }
  72. #container10 > .wrapper, #container18 > .wrapper {
  73. width: 11em;
  74. position: absolute;
  75. z-index: 9;
  76. top: -12.5em;
  77. left: 10em;
  78. }
  79. #text01, #text02, #text04, #text05 {
  80. font-family:'kiwi';
  81. -webkit-text-stroke: .5px black;
  82. }
  83. #text03, #text06 {
  84. font-family: windows;
  85. }
  86. mark {
  87. font-family:'kiwi';
  88. color: black;
  89. border-radius: 100px;
  90. padding: 2px;
  91. font-size: 1.125em;
  92. border: 1px solid black;
  93. }
  94. @media only screen and (max-width: 600px) {
  95. #container07, #container08, #container09, #container10, #container15, #container16, #container17, #container18 {
  96. left: 3em;
  97. }
  98. }
  99. </style>
  100.  
  101. <html>
  102. <body oncontextmenu="return false;">
  103. </html>
  104. <script>
  105. document.onkeydown = function(e) {
  106. if(event.keyCode == 123) {
  107. return false;
  108. }
  109. if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
  110. return false;
  111. }
  112. if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
  113. return false;
  114. }
  115. if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
  116. return false;
  117. }
  118. if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){
  119. return false;
  120. }
  121. }
  122. </script>
Advertisement
Add Comment
Please, Sign In to add comment