dollcrds

pro plus cr carrdmestre ib ikisschris

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