dollcrds

pro-standard cr dollbahi codes

Nov 25th, 2024 (edited)
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: windows;
  4. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  5. }
  6.  
  7. @font-face {
  8. font-family: dreams;
  9. src: url(https://dl.dropbox.com/s/i9lg3nchwvgi6p3/dream.ttf);
  10. }
  11.  
  12. #text03 a {
  13. display: inline-block;
  14. transition: .2s ease;
  15. }
  16.  
  17. #text03 a:hover {
  18. transform: translateY(-20%);
  19. }
  20.  
  21. ::-moz-selection { /* EDIT THIS ONE TOO */
  22. color: #5E5E5E;
  23. background: #6F2DA8;
  24. }
  25.  
  26. ::selection {
  27. color: #5E5E5E;
  28. background: #6F2DA8;
  29. }
  30.  
  31. html {
  32. overflow: scroll;
  33. overflow-x: hidden;
  34. }
  35. ::-webkit-scrollbar {
  36. width: 0; /* remove scrollbar space */
  37. background: transparent; /* to make scrollbar invisible */
  38. }
  39. ::-webkit-scrollbar-thumb {
  40. background: transparent;
  41. }
  42. </style>
  43.  
  44. <html>
  45. <body oncontextmenu="return false;">
  46. </html>
  47. <script>
  48. document.onkeydown = function(e) {
  49. if(event.keyCode == 123) {
  50. return false;
  51. }
  52. if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
  53. return false;
  54. }
  55. if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
  56. return false;
  57. }
  58. if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
  59. return false;
  60. }
  61. if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){
  62. return false;
  63. }
  64. }
  65. </script>
  66.  
  67. <style type="text/css">* {cursor: url(https://cur.cursors-4u.net/food/foo-4/foo346.cur), auto !important;}</style>
  68.  
  69. <style>
  70. #container01 > .wrapper {
  71. width: 14em;
  72. height: 25em;
  73. border-radius: 20px;
  74. box-shadow: inset 13px 0px 6px -10px rgb(92 92 92 / 50%), inset -13px 0px 6px -10px rgb(92 92 92 / 50%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(92 92 92 / 15%);
  75. -webkit-filter: drop-shadow(0px 0px 3px #737373);
  76. }
  77. #container05 > .wrapper, #container06 > .wrapper, #container07 > .wrapper, #container08 > .wrapper, #container09 > .wrapper {
  78. width: 12em;
  79. height: 8em;
  80. border-radius: 10px;
  81. border: 2px #F2F2F2 inset;
  82. position: absolute;
  83. bottom: 14.2em;
  84. left: 5em;
  85. overflow-y: scroll;
  86. }
  87. @media only screen and (max-width: 600px) {
  88. #container05 > .wrapper, #container06 > .wrapper, #container07 > .wrapper, #container08 > .wrapper, #container09 > .wrapper {
  89. bottom: 14.5em;
  90. }
  91. }
  92. #container02 > .wrapper {
  93. width: 13em;
  94. position: absolute;
  95. bottom: 12em;
  96. left: 4.5em;
  97. }
  98. #container03 > .wrapper {
  99. width: 13em;
  100. position: absolute;
  101. bottom: 8.5em;
  102. left: 4.5em;
  103. }
  104. #container04 > .wrapper {
  105. width: 13em;
  106. position: absolute;
  107. bottom: 1.5em;
  108. left: 4.5em;
  109. }
  110. #buttons01 li a, #buttons02 li a, #buttons03 li a, #buttons04 li a {
  111. font-family: windows;
  112. border: 1px solid #696969;
  113. border-radius: 3px;
  114. }
  115. #icons01 li a {
  116. border: 1px solid #696969;
  117. }
  118. #text03, #text04, #text05, #text06, #text07 {
  119. font-family: windows;
  120. }
  121. mark {
  122. font-size: 1.1em;
  123. text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
  124. background: #D9D9D9;
  125. padding-left: 5px;
  126. padding-right: 5px;
  127. padding-top: 2px;
  128. padding-bottom: 2px;
  129. border: 1px solid #696969;
  130. border-radius: 8px 0;
  131. }
  132. strong {
  133. text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
  134. }
  135. em {
  136. font-family: dreams;
  137. font-size: 1.2em;
  138. color: #404040;
  139. background: transparent;
  140. padding: 0;
  141. }
  142. </style>
Advertisement
Add Comment
Please, Sign In to add comment