dollcrds

pro plus cr crdskiz codes

May 24th, 2024 (edited)
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: DigiBop;
  4. src: url(https://dl.dropbox.com/s/8maabpvuycdrlai/DigiBop-Regular.ttf);
  5. }
  6.  
  7. ::-webkit-scrollbar {
  8. width: 16px
  9. }
  10. ::-webkit-scrollbar-corner {
  11. background: #eee
  12. }
  13.  
  14. ::-webkit-scrollbar-track:vertical {
  15. background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  16. }
  17.  
  18. ::-webkit-scrollbar-thumb {
  19. border: 1.5px solid #888;
  20. border-radius: 3px;
  21. box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
  22. background-color: #eee;
  23. }
  24. ::-webkit-scrollbar-thumb:vertical {
  25. background: url("https://dl.dropbox.com/s/9a29qbkza3gmgl7/scroll1.png"), linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
  26. background-repeat: no-repeat;
  27. background-size: 65% auto, cover;
  28. background-position: center;
  29. }
  30.  
  31. ::-webkit-scrollbar-button:vertical:end:increment,
  32. ::-webkit-scrollbar-button:vertical:start:decrement {
  33. display: block
  34. }
  35.  
  36. ::-webkit-scrollbar-button:vertical {
  37. height: 15px
  38. }
  39. ::-webkit-scrollbar-button:vertical:start:decrement {
  40. background: white;
  41. background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  42. background-repeat: no-repeat;
  43. background-position: center;
  44. -moz-background-size: 100% auto, cover;
  45. -webkit-background-size: 100% auto, cover;
  46. -o-background-size: 100% auto, cover;
  47. background-size: 100% auto, cover;
  48. background-position: center;
  49. border-radius: 0 3px 0 0;
  50. }
  51.  
  52. ::-webkit-scrollbar-button:vertical:start:increment {
  53. display: none;
  54. }
  55. ::-webkit-scrollbar-button:vertical:end:decrement {
  56. display: none;
  57. }
  58.  
  59. ::-webkit-scrollbar-button:vertical:end:increment {
  60. background: white;
  61. background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  62. background-repeat: no-repeat;
  63. background-position: center;
  64. -moz-background-size: 100% auto, cover;
  65. -webkit-background-size: 100% auto, cover;
  66. -o-background-size: 100% auto, cover;
  67. background-size: 100% auto, cover;
  68. background-position: center;
  69. border-radius: 0 0 3px 0;
  70. }
  71. </style>
Advertisement
Add Comment
Please, Sign In to add comment