dollcrds

pro-standard cr dollbahi codes

Aug 28th, 2024 (edited)
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. src: url(https://dl.dropbox.com/s/nmwc5us5l9ba39d/Grandelo.ttf);
  5. font-family: grandelo;
  6. }
  7.  
  8. @font-face {
  9. font-family:'kiwi';
  10. src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
  11. }
  12.  
  13. @font-face {
  14. font-family: windows;
  15. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  16. }
  17. </style>
  18.  
  19. <html>
  20. <body oncontextmenu="return false"></html>
  21. <script>
  22. document.onkeydown = function(e) {
  23. if(event.keyCode == 123) {
  24. return false;
  25. }
  26. if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
  27. return false;
  28. }
  29. if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
  30. return false;
  31. }
  32. if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
  33. return false;
  34. }
  35. }
  36. </script>
  37. <style>
  38. ::-webkit-scrollbar {
  39. width: 16px
  40. }
  41. ::-webkit-scrollbar-corner {
  42. background: #eee
  43. }
  44.  
  45. ::-webkit-scrollbar-track:vertical {
  46. background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  47. }
  48.  
  49. ::-webkit-scrollbar-thumb {
  50. border: 1.5px solid #888;
  51. border-radius: 3px;
  52. box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
  53. background-color: #eee;
  54. }
  55. ::-webkit-scrollbar-thumb:vertical {
  56. background: url("https://dl.dropbox.com/s/9a29qbkza3gmgl7/scroll1.png"), linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
  57. background-repeat: no-repeat;
  58. background-size: 65% auto, cover;
  59. background-position: center;
  60. }
  61.  
  62. ::-webkit-scrollbar-button:vertical:end:increment,
  63. ::-webkit-scrollbar-button:vertical:start:decrement {
  64. display: block
  65. }
  66.  
  67. ::-webkit-scrollbar-button:vertical {
  68. height: 15px
  69. }
  70. ::-webkit-scrollbar-button:vertical:start:decrement {
  71. background: white;
  72. background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  73. background-repeat: no-repeat;
  74. background-position: center;
  75. -moz-background-size: 100% auto, cover;
  76. -webkit-background-size: 100% auto, cover;
  77. -o-background-size: 100% auto, cover;
  78. background-size: 100% auto, cover;
  79. background-position: center;
  80. border-radius: 0 3px 0 0;
  81. }
  82.  
  83. ::-webkit-scrollbar-button:vertical:start:increment {
  84. display: none;
  85. }
  86. ::-webkit-scrollbar-button:vertical:end:decrement {
  87. display: none;
  88. }
  89.  
  90. ::-webkit-scrollbar-button:vertical:end:increment {
  91. background: white;
  92. background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  93. background-repeat: no-repeat;
  94. background-position: center;
  95. -moz-background-size: 100% auto, cover;
  96. -webkit-background-size: 100% auto, cover;
  97. -o-background-size: 100% auto, cover;
  98. background-size: 100% auto, cover;
  99. background-position: center;
  100. border-radius: 0 0 3px 0;
  101. }
  102. </style>
  103.  
  104. <img src="https://dl.dropbox.com/scl/fi/xb8mg8g5vbar7aly0heya/download-8.png?rlkey=vbodwjg00891ksz36brvn5we6&st=g8c6qq19&dl=0.png" class="rotate" width="120" height="120" />
  105. <style>
  106.  
  107. .rotate {
  108. animation: rotation 8s infinite linear;
  109. position: absolute;
  110. right: -5em;
  111. bottom: -1em;
  112. }
  113.  
  114. @media only screen and (max-width: 600px) {
  115. .rotate {
  116. width: 90px;
  117. height: 90px;
  118. position: absolute;
  119. right: -3em;
  120. bottom: -.6em;
  121. }
  122. }
  123.  
  124. @keyframes rotation {
  125. from {
  126. transform: rotate(0deg);
  127. }
  128. to {
  129. transform: rotate(359deg);
  130. }
  131. }
  132. </style>
  133. <style>
  134. #text01 {
  135. text-align:center;
  136. line-height: 60px;
  137. animation: rubberBand 0.9s;
  138. animation-iteration-count: infinite;
  139. font-family: grandelo;
  140. position: absolute;
  141. right: 0.7em;
  142. bottom: 0.56em;
  143. }
  144.  
  145. fart {
  146. transform: scale3d(1, 1, 1);
  147. }
  148.  
  149. @-webkit-keyframes rubberBand {
  150. 0% {
  151. -webkit-transform: scale3d(1, 1, 1);
  152. transform: scale3d(1, 1, 1);
  153. }
  154.  
  155. 30% {
  156. -webkit-transform: scale3d(1.25, 0.75, 1);
  157. transform: scale3d(1.25, 0.5, 0.15);
  158. }
  159.  
  160. 40% {
  161. -webkit-transform: scale3d(0.75, 1.25, 1);
  162. transform: scale3d(0.75, 1.25, 1);
  163. }
  164.  
  165. 50% {
  166. -webkit-transform: scale3d(1.15, 0.85, 1);
  167. transform: scale3d(1.15, 0.85, 1);
  168. }
  169.  
  170. 65% {
  171. -webkit-transform: scale3d(.95, 1.05, 1);
  172. transform: scale3d(.95, 1.05, 1);
  173. }
  174.  
  175. 75% {
  176. -webkit-transform: scale3d(1.05, .95, 1);
  177. transform: scale3d(1.05, .95, 1);
  178. }
  179.  
  180. 100% {
  181. -webkit-transform: scale3d(1, 1, 1);
  182. transform: scale3d(1, 1, 1);
  183. }
  184. }
  185.  
  186. </style>
  187. <style>
  188. #divider02 {
  189. position: absolute;
  190. bottom: 2.5em;
  191. width: 15em;
  192. }
  193. #divider01 {
  194. width: 15em;
  195. }
  196. #container02 > .wrapper {
  197. width: 50%;
  198. height: 5em;
  199. transform: rotate(-3deg);
  200. overflow-y: scroll;
  201. }
  202. #container03 > .wrapper {
  203. width: 50%;
  204. height: 5em;
  205. transform: rotate(3deg);
  206. overflow-y: scroll;
  207. }
  208. #container04 > .wrapper {
  209. width: 50%;
  210. height: 5em;
  211. transform: rotate(-3deg);
  212. overflow-y: scroll;
  213. }
  214. #container05 > .wrapper {
  215. width: 60%;
  216. height: 17.2em;
  217. position: absolute;
  218. right: -3em;
  219. bottom: 1.4em;
  220. overflow-y: scroll;
  221. }
  222. #text14 {
  223. font-family: windows;
  224. position: relative;
  225. right: 2.5em;
  226. bottom: 1em;
  227. }
  228. #text02, #text04, #text06 {
  229. font-family:'kiwi';
  230. -webkit-text-stroke: 0.1px white;
  231. -webkit-filter: drop-shadow(4px 1px 1px #4C8CAC);
  232. }
  233. #text08, #text10, #text12 {
  234. font-family:'kiwi';
  235. -webkit-text-stroke: 1px white;
  236. -webkit-filter: drop-shadow(4px 1px 1px #F29C46);
  237. }
  238. #text03, #text05, #text07, #text09, #text11, #text13 {
  239. font-family: windows;
  240. }
  241. @media only screen and (max-width: 600px) {
  242. #text04, #text08, #text10, #text12, #text02, #text06 {
  243. -webkit-text-stroke: 0.5px white;
  244. }
  245. }
  246. @media only screen and (max-width: 600px) {
  247. #text01 {
  248. right: -1em;
  249. }
  250. }
  251. @media only screen and (max-width: 600px) {
  252. #container05 {
  253. width: 85%;
  254. right: -1.5em;
  255. }
  256. }
  257. </style>
Advertisement
Add Comment
Please, Sign In to add comment