dollcrds

cr dollcrds pro-standard codes

Oct 13th, 2024 (edited)
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. <html>
  2. <body oncontextmenu="return false;">
  3. </html>
  4. <script>
  5. document.onkeydown = function(e) {
  6. if(event.keyCode == 123) {
  7. return false;
  8. }
  9. if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
  10. return false;
  11. }
  12. if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
  13. return false;
  14. }
  15. if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
  16. return false;
  17. }
  18. if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){
  19. return false;
  20. }
  21. }
  22. </script>
  23. <style>
  24. html {
  25. overflow: scroll;
  26. overflow-x: hidden;
  27. }
  28. ::-webkit-scrollbar {
  29. width: 0; /* remove scrollbar space */
  30. background: transparent; /* to make scrollbar invisible */
  31. }
  32. ::-webkit-scrollbar-thumb {
  33. background: transparent;
  34. }
  35. @font-face {
  36. src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
  37. font-family: SakeMoru;
  38. }
  39. @font-face {
  40. font-family: 'Magica';
  41. src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
  42. }
  43. @font-face {
  44. src: url(https://dl.dropbox.com/s/1fln6ooh5ffwf32/Neurock%20Solid.ttf);
  45. font-family: Neurock;
  46. }
  47. #text01, #text03, #text05 {
  48. animation: rubberBand 0.9s;
  49. animation-iteration-count: infinite;
  50. font-family: SakeMoru;
  51. background: #457C8F;
  52. border-radius: 50%;
  53. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  54. }
  55.  
  56. faret {
  57. transform: scale3d(1, 1, 1);
  58. }
  59.  
  60. @-webkit-keyframes rubberBand {
  61. 0% {
  62. -webkit-transform: scale3d(1, 1, 1);
  63. transform: scale3d(1, 1, 1);
  64. }
  65.  
  66. 30% {
  67. -webkit-transform: scale3d(1.25, 0.75, 1);
  68. transform: scale3d(1.25, 0.75, 1);
  69. }
  70.  
  71. 40% {
  72. -webkit-transform: scale3d(0.75, 1.25, 1);
  73. transform: scale3d(0.75, 1.25, 1);
  74. }
  75.  
  76. 50% {
  77. -webkit-transform: scale3d(1.15, 0.85, 1);
  78. transform: scale3d(1.15, 0.85, 1);
  79. }
  80.  
  81. 65% {
  82. -webkit-transform: scale3d(.95, 1.05, 1);
  83. transform: scale3d(.95, 1.05, 1);
  84. }
  85.  
  86. 75% {
  87. -webkit-transform: scale3d(1.05, .95, 1);
  88. transform: scale3d(1.05, .95, 1);
  89. }
  90.  
  91. 100% {
  92. -webkit-transform: scale3d(1, 1, 1);
  93. transform: scale3d(1, 1, 1);
  94. }
  95. }
  96. #text02, #text04, #text06 {
  97. font-family: 'Magica';
  98. overflow-y: scroll;
  99. height: 12em;
  100. }
  101. mark {
  102. border: 1px solid black;
  103. border-radius: 5px 0px 5px 0px;
  104. color: white;
  105. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  106. background: linear-gradient(90deg, #0F2B3C 25%, white 50%, #0F2B3C 75%);
  107. padding: 2px;
  108. font-family: Neurock;
  109. font-size: 0.5em;
  110. }
  111. #container08 > .wrapper, #container09 > .wrapper, #container10 > .wrapper {
  112. position: absolute;
  113. z-index: 9999;
  114. top: -24em;
  115. left: -2.5em;
  116. width: 11em;
  117. height: 19.5em;
  118. }
  119. #container01 > .wrapper {
  120. position: absolute;
  121. z-index: 9;
  122. top: -21em;
  123. left: 8em;
  124. }
  125. #container02 > .wrapper {
  126. position: absolute;
  127. z-index: 99;
  128. top: -11em;
  129. left: 9em;
  130. width: 5em;
  131. }
  132. #container03 > .wrapper {
  133. position: absolute;
  134. z-index: 99;
  135. top: -15em;
  136. left: 22em;
  137. }
  138. #container04 > .wrapper {
  139. position: absolute;
  140. z-index: 9;
  141. top: -11em;
  142. left: 10.5em;
  143. }
  144. #container05 > .wrapper {
  145. position: absolute;
  146. z-index: 9;
  147. top: -8em;
  148. left: 12em;
  149. }
  150. #container06 > .wrapper {
  151. position: absolute;
  152. z-index: 999;
  153. top: -0.5em;
  154. left: 19em;
  155. }
  156. #container07 > .wrapper {
  157. position: absolute;
  158. z-index: 99;
  159. top: -0.5em;
  160. left: 0em;
  161. }
  162. #buttons01 li a {
  163. border: 1px solid white;
  164. font-family: 'Magica';
  165. box-shadow: inset 13px 0px 6px -10px rgb(190 190 190 / 60%), inset -13px 0px 6px -10px rgb(190 190 190 / 60%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(190 190 190 / 60%);
  166. }
  167. </style>
Advertisement
Add Comment
Please, Sign In to add comment