dollcrds

cr dollcrds pro-standard codes

Oct 5th, 2024 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'kiwi';
  4. src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
  5. }
  6. html {
  7. overflow: scroll;
  8. overflow-x: hidden;
  9. }
  10. ::-webkit-scrollbar {
  11. width: 0; /* remove scrollbar space */
  12. background: transparent; /* to make scrollbar invisible */
  13. }
  14. ::-webkit-scrollbar-thumb {
  15. background: transparent;
  16. }
  17. #text01 {
  18. -webkit-animation: pop 1s ease-in-out infinite alternate;
  19. animation: pop 1s ease-in-out infinite alternate;
  20. -moz-animation: pop 1s ease-in-out infinite alternate;
  21. }
  22.  
  23. @keyframes pop {
  24. from {
  25. transform:scale(0.95)
  26. }
  27.  
  28. 50% {
  29. transform:scale(1)
  30. }
  31.  
  32. to {
  33. transform:scale(0.95)
  34. }
  35. }
  36.  
  37. @-webkit-keyframes pop {
  38. from {
  39. -webkit-transform:scale(0.95)
  40.  
  41. }
  42.  
  43. 50% {
  44. -webkit-transform:scale(1)
  45.  
  46. }
  47.  
  48. to {
  49. -webkit-transform:scale(0.95)
  50.  
  51. }
  52. }
  53. @font-face {
  54. src: url(https://dl.dropbox.com/s/16ntpxj8fny66d6/Quick%20Love.ttf);
  55. font-family: quick-love;
  56. }
  57. #container01 > .wrapper, #container03 > .wrapper {
  58. border-radius: 5px;
  59. border: 1px solid #000;
  60. box-shadow: 0px 0px 2px #000, inset 0px 0px 3px #000;
  61. height: 500px;
  62. }
  63. #text01 {
  64. font-family:'kiwi';
  65. }
  66. #image02 .frame {
  67. transform: rotate(5deg);
  68. }
  69. #image01 .frame {
  70. transform: rotate(5deg);
  71. position: absolute;
  72. z-index: 9;
  73. top: -1.5em;
  74. left: 3em;
  75. }
  76. #container02 > .wrapper {
  77. position: absolute;
  78. z-index: 99;
  79. top: -23em;
  80. left: 5em;
  81. }
  82. #container04 > .wrapper {
  83. border: 2px inset white;
  84. height: 475px;
  85. width: 275px;
  86. position: absolute;
  87. z-index: 9;
  88. top: -33.25em;
  89. left: 1.15em;
  90. box-shadow: 0px 0px 2px #fff, inset 0px 0px 3px #fff;
  91. }
  92. #image06 .frame {
  93. position: absolute;
  94. top: -1em;
  95. z-index: 9;
  96. }
  97. #text04 {
  98. width: 8em;
  99. padding: 7px;
  100. height: 4.5em;
  101. overflow-y: scroll;
  102. }
  103. #text04 mark {
  104. color: #88311f ;
  105. font-family: quick-love;
  106. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  107. }
  108. #text03 {
  109. width: 12em;
  110. padding: 7px;
  111. height: 11em;
  112. overflow-y: scroll;
  113. }
  114. #text03 mark {
  115. color: #448c4c;
  116. font-family: quick-love;
  117. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  118. }
  119. #container07 > .wrapper {
  120. position: absolute;
  121. z-index: 999;
  122. top: -22em;
  123. left: 1em;
  124. width: 10em;
  125. }
  126. #container09 > .wrapper {
  127. position: absolute;
  128. z-index: 999;
  129. top: -6.875em;
  130. left: 1.5em;
  131. }
  132. #container10 > .wrapper {
  133. position: absolute;
  134. z-index: 99;
  135. top: -18em;
  136. left: 5em;
  137. }
  138. #container06 > .wrapper {
  139. position: absolute;
  140. z-index: 999;
  141. top: -16em;
  142. left: 7em;
  143. }
  144. #image04 > .frame {
  145. transform: rotate(-5deg);
  146. position: absolute;
  147. top: -2em;
  148. }
  149. #image03 > .frame {
  150. transform: rotate(-5deg);
  151. position: absolute;
  152. left: -1em;
  153. }
  154. #container05 > .wrapper {
  155. position: absolute;
  156. z-index: 99;
  157. top: -32em;
  158. left: 1em;
  159. }
  160. #text02 {
  161. width: 8em;
  162. padding: 7px;
  163. height: 7em;
  164. overflow-y: scroll;
  165. }
  166. #text02 mark {
  167. color: #489AC2;
  168. font-family: quick-love;
  169. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  170. }
  171. #image05 > .frame {
  172. transform: rotate(50deg);
  173. position: absolute;
  174. left: 7em;
  175. }
  176. #container08 > .wrapper {
  177. position: absolute;
  178. z-index: 999;
  179. top: -7em;
  180. left: 1em;
  181. }
  182. @media only screen and (max-width: 600px) {
  183. #container04 > .wrapper {
  184. width: 250px;
  185. top: -36.5em;
  186. height: 425px;
  187. }
  188. }
  189. @media only screen and (max-width: 600px) {
  190. #container01 > .wrapper, #container03 > .wrapper {
  191. height: 450px;
  192. }
  193. }
  194. @media only screen and (max-width: 600px) {
  195. #container02 > .wrapper {
  196. top: -25em;
  197. }
  198. }
  199. @media only screen and (max-width: 600px) {
  200. #container07 > .wrapper {
  201. top: -24em;
  202. left: 1em;
  203. }
  204. }
  205. @media only screen and (max-width: 600px) {
  206. #container06 > .wrapper {
  207. top: -17em;
  208. left: 9em;
  209. }
  210. }
  211. @media only screen and (max-width: 600px) {
  212. #container09 > .wrapper {
  213. top: -7em;
  214. left: 1em;
  215. }
  216. }
  217. @media only screen and (max-width: 600px) {
  218. #container05 > .wrapper {
  219. top: -35em;
  220. }
  221. }
  222. @media only screen and (max-width: 600px) {
  223. #container10 > .wrapper {
  224. top: -19em;
  225. left: 7em;
  226. }
  227. }
  228. @media only screen and (max-width: 600px) {
  229. #text02 {
  230. width: 9em;
  231. }
  232. }
  233. </style>
  234.  
  235. <html>
  236. <body oncontextmenu="return false;">
  237. </html>
  238. <script>
  239. document.onkeydown = function(e) {
  240. if(event.keyCode == 123) {
  241. return false;
  242. }
  243. if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
  244. return false;
  245. }
  246. if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
  247. return false;
  248. }
  249. if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
  250. return false;
  251. }
  252. if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){
  253. return false;
  254. }
  255. }
  256. </script>
Advertisement
Add Comment
Please, Sign In to add comment