dollcrds

pro standard cr tatsunroi codes

Mar 31st, 2024 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. <style>
  2. ::-webkit-scrollbar {
  3. width: 16px;
  4. height: 16px;
  5. }
  6.  
  7. ::-webkit-scrollbar-track {
  8. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
  9. image-rendering: pixelated;
  10. -webkit-filter: grayscale(100%);
  11. -moz-filter: grayscale(100%);
  12. -ms-filter: grayscale(100%);
  13. -o-filter: grayscale(100%);
  14. filter: grayscale(100%);
  15. }
  16.  
  17. ::-webkit-scrollbar-track:active {
  18. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAEElEQVQIW2No6+pjgAAgCwAWogM9VKrgGQAAAABJRU5ErkJggg==");
  19. -webkit-filter: grayscale(100%);
  20. -moz-filter: grayscale(100%);
  21. -ms-filter: grayscale(100%);
  22. -o-filter: grayscale(100%);
  23. filter: grayscale(100%);
  24. }
  25.  
  26. ::-webkit-scrollbar-thumb {
  27. border-top: 1px solid #cccccc;
  28. border-left: 1px solid #cccccc;
  29. border-right: 1px solid black;
  30. border-bottom: 1px solid black;
  31. box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
  32. width: 16px;
  33. height: 16px;
  34. background-color: #cccccc;
  35. z-index: 1;
  36. }
  37.  
  38. ::-webkit-scrollbar-corner {
  39. background-color: #cccccc;
  40. }
  41.  
  42. ::-webkit-resizer {
  43. width: 16px;
  44. height: 16px;
  45. background-color: #cccccc;
  46. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
  47. background-position: bottom right;
  48. background-repeat: no-repeat;
  49. image-rendering: pixelated;
  50. }
  51.  
  52. ::-webkit-scrollbar-button, .scroll::-webkit-scrollbar-button {
  53. border-top: 1px solid #cccccc;
  54. border-left: 1px solid #cccccc;
  55. border-right: 1px solid black;
  56. border-bottom: 1px solid black;
  57. box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
  58. display: block;
  59. width: 16px;
  60. height: 16px;
  61. background-color: #cccccc;
  62. image-rendering: pixelated;
  63. background-repeat: no-repeat;
  64. background-position: center center;
  65. }
  66.  
  67. ::-webkit-scrollbar-button:active, .scroll::-webkit-scrollbar-button:active {
  68. background-position: 2px 2px;
  69. }
  70.  
  71. ::-webkit-scrollbar-button:horizontal:decrement, .scroll::-webkit-scrollbar-button:horizontal:decrement {
  72. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
  73. }
  74.  
  75. ::-webkit-scrollbar-button:horizontal:increment, .scroll::-webkit-scrollbar-button:horizontal:increment {
  76. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
  77. }
  78.  
  79. ::-webkit-scrollbar-button:vertical:decrement, .scroll::-webkit-scrollbar-button:vertical:decrement {
  80. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
  81. }
  82.  
  83. ::-webkit-scrollbar-button:vertical:increment, .scroll::-webkit-scrollbar-button:vertical:increment {
  84. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
  85. }
  86.  
  87. ::-webkit-scrollbar-button:horizontal:increment:start, .scroll::-webkit-scrollbar-button:horizontal:increment:start {
  88. display: none;
  89. }
  90.  
  91. ::-webkit-scrollbar-button:horizontal:decrement:end, .scroll::-webkit-scrollbar-button:horizontal:decrement:end {
  92. display: none;
  93. }
  94.  
  95. ::-webkit-scrollbar-button:vertical:increment:start, .scroll::-webkit-scrollbar-button:vertical:increment:start {
  96. display: none;
  97. }
  98.  
  99. ::-webkit-scrollbar-button:vertical:decrement:end, .scroll::-webkit-scrollbar-button:vertical:decrement:end {
  100. display: none;
  101. }
  102.  
  103. ::-webkit-scrollbar-button:active, ::-webkit-scrollbar-button:active {
  104. border-top: 1px solid #868a8e;
  105. border-left: 1px solid #868a8e;
  106. border-bottom: 1px solid #868a8e;
  107. border-right: 1px solid #868a8e;
  108. box-shadow: none;
  109. }
  110.  
  111. @font-face {
  112. src: url(https://dl.dropbox.com/s/85k4e1ik79u4f27/Windows%20Regular.ttf);
  113. font-family: windows;
  114. }
  115.  
  116. @font-face {
  117. src: url(https://dl.dropbox.com/s/ro0hv45uheptqmm/WINDOWS%20OBJECT.otf);
  118. font-family: windowss;
  119. }
  120.  
  121. @font-face {
  122. src: url(https://dl.dropbox.com/s/vnoqdy8lne35xoq/AltoneTrial-Regular.ttf);
  123. font-family: altone;
  124. }
  125.  
  126. @font-face {
  127. src: url(https://dl.dropbox.com/s/wzr6j290rp5bh07/font%20bottons%20music%20pro.ttf?dl=0);
  128. font-family: music;
  129. }
  130.  
  131. /* ----------------------------------------------
  132. * Generated by Animista on 2023-2-18 1:46:2
  133. * Licensed under FreeBSD License.
  134. * See http://animista.net/license for more info.
  135. * w: http://animista.net, t: @cssanimista
  136. * ---------------------------------------------- */
  137.  
  138. /**
  139. * ----------------------------------------
  140. * animation swing-in-bottom-fwd
  141. * ----------------------------------------
  142. */
  143. @-webkit-keyframes swing-in-bottom-fwd {
  144. 0% {
  145. -webkit-transform: rotateX(100deg);
  146. transform: rotateX(100deg);
  147. -webkit-transform-origin: bottom;
  148. transform-origin: bottom;
  149. opacity: 0;
  150. }
  151. 100% {
  152. -webkit-transform: rotateX(0);
  153. transform: rotateX(0);
  154. -webkit-transform-origin: bottom;
  155. transform-origin: bottom;
  156. opacity: 1;
  157. }
  158. }
  159. @keyframes swing-in-bottom-fwd {
  160. 0% {
  161. -webkit-transform: rotateX(100deg);
  162. transform: rotateX(100deg);
  163. -webkit-transform-origin: bottom;
  164. transform-origin: bottom;
  165. opacity: 0;
  166. }
  167. 100% {
  168. -webkit-transform: rotateX(0);
  169. transform: rotateX(0);
  170. -webkit-transform-origin: bottom;
  171. transform-origin: bottom;
  172. opacity: 1;
  173. }
  174. }
  175. </style>
Add Comment
Please, Sign In to add comment