dollcrds

cr akechigoros codes

Mar 28th, 2024
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
  4. font-family: hearts;
  5. }
  6. @font-face {
  7. src: url(https://dl.dropbox.com/s/flezd2lq8mbnwhk/Stabillo%20Medium.ttf);
  8. font-family: stabillo medium;
  9. }
  10. #scroll {
  11. box-sizing: border-box;
  12. white-space: nowrap;
  13. font: 12px system-ui;
  14. overflow: auto;
  15. padding: 7px;
  16. height: 15em;
  17. width: 15em;
  18. border-radius: 6px;
  19. border: 1px solid #888;
  20. }
  21.  
  22. .con {
  23. height: 95%;
  24. width: 95%;
  25. white-space: normal;
  26. display: inline-block;
  27. padding: .2em;
  28. vertical-align: middle;
  29. overflow: auto;
  30. border-radius: 6px;
  31. border: 1px solid #888;
  32. }
  33. .con:nth-child(2) {
  34. margin: 0 5px 0 5px;
  35. }
  36.  
  37. ::-webkit-scrollbar {
  38. width: 14px
  39. }
  40.  
  41. ::-webkit-scrollbar:horizontal {
  42. height: 14px
  43. }
  44.  
  45. ::-webkit-scrollbar-corner {
  46. background: #eee
  47. }
  48.  
  49. ::-webkit-scrollbar-track:vertical {
  50. background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  51. border-radius: 5px;
  52. }
  53.  
  54. ::-webkit-scrollbar-track:horizontal {
  55. background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  56. border-radius: 5px;
  57. }
  58.  
  59. ::-webkit-scrollbar-thumb {
  60. border: 1.5px solid #888;
  61. border-radius: 5px;
  62. box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
  63. }
  64.  
  65. ::-webkit-scrollbar-thumb:vertical {
  66. background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
  67. }
  68.  
  69. ::-webkit-scrollbar-thumb:horizontal {
  70. background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
  71. }
  72.  
  73. ::-webkit-scrollbar-button:horizontal:end:increment,
  74. ::-webkit-scrollbar-button:horizontal:start:decrement,
  75. ::-webkit-scrollbar-button:vertical:end:increment,
  76. ::-webkit-scrollbar-button:vertical:start:decrement {
  77. display: block
  78. }
  79.  
  80. ::-webkit-scrollbar-button:vertical {
  81. height: 15px
  82. }
  83.  
  84. ::-webkit-scrollbar-button:vertical:start:decrement {
  85. background: white;
  86. background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), #eee;
  87. background-repeat: no-repeat;
  88. background-position: center;
  89. -moz-background-size: 100% auto, cover;
  90. -webkit-background-size: 100% auto, cover;
  91. -o-background-size: 100% auto, cover;
  92. background-size: 100% auto, cover;
  93. border: 1.5px solid #888;
  94. border-radius: 5px;
  95. }
  96.  
  97. ::-webkit-scrollbar-button:vertical:start:increment {
  98. display: none;
  99. }
  100.  
  101. ::-webkit-scrollbar-button:vertical:end:decrement {
  102. display: none;
  103. }
  104.  
  105. ::-webkit-scrollbar-button:vertical:end:increment {
  106. background: white;
  107. background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), #eee;
  108. background-repeat: no-repeat;
  109. background-position: center;
  110. -moz-background-size: 100% auto, cover;
  111. -webkit-background-size: 100% auto, cover;
  112. -o-background-size: 100% auto, cover;
  113. background-size: 100% auto, cover;
  114. border: 1.5px solid #888;
  115. border-radius: 5px;
  116. }
  117.  
  118. ::-webkit-scrollbar-button:horizontal {
  119. width: 14px
  120. }
  121. ::-webkit-scrollbar-button:horizontal:start:increment {
  122. display: none;
  123. }
  124. ::-webkit-scrollbar-button:horizontal:end:decrement {
  125. display: none;
  126. }
  127.  
  128. ::-webkit-scrollbar-button:horizontal:start:decrement {
  129. background: white;
  130. background: url("https://dl.dropbox.com/s/xcm618ghd823271/scroll5.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  131. background-repeat: no-repeat;
  132. background-position: center;
  133. -moz-background-size: 100% auto, cover;
  134. -webkit-background-size: 100% auto, cover;
  135. -o-background-size: 100% auto, cover;
  136. background-size: 100% auto, cover;
  137. background-position: center;
  138. border-radius: 5px;
  139. border: 1.5px solid #888;
  140. }
  141.  
  142. ::-webkit-scrollbar-button:horizontal:end:increment {
  143. background: white;
  144. background: url("https://dl.dropbox.com/s/byeyi7am889ii9m/scroll6.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  145. background-repeat: no-repeat;
  146. background-position: center;
  147. -moz-background-size: 100% auto, cover;
  148. -webkit-background-size: 100% auto, cover;
  149. -o-background-size: 100% auto, cover;
  150. background-size: 100% auto, cover;
  151. background-position: center;
  152. border-radius: 5px;
  153. border: 1.5px solid #888;
  154. }
  155.  
  156. @keyframes floating {
  157. 0% { transform: translate(0, 0px); }
  158. 50% { transform: translate(0, 15px); }
  159. 100% { transform: translate(0, -0px); }
  160. }
  161. </style>
Advertisement
Add Comment
Please, Sign In to add comment