Advertisement
GIFCITY

OLD WINDOWS

Jan 15th, 2022
218
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 1 0
  1. <style>
  2. #oldwindowsscroll {
  3. height: 200px;
  4. width: 100%;
  5. padding: 10px;
  6. border: 2px solid #73737300;
  7. font-size:125%;
  8. color: #000;
  9. overflow-y: scroll;
  10. float: left;
  11. border: 5px groove rgb(153, 153, 153);
  12. background-color: rgb(255, 255, 255);
  13. }
  14.  
  15. ::-webkit-scrollbar {
  16. width: 16px;
  17. height: 10px;
  18. }
  19.  
  20. ::-webkit-scrollbar-thumb {
  21. background-color: #fff;
  22. background-image: url(https://i.imgur.com/Qtm9Z60.png);
  23. border-top: 1px solid #bdbdbd;
  24. border-left: 1px solid #bdbdbd;
  25. border-right: 1px solid black;
  26. border-bottom: 1px solid black;
  27. }
  28.  
  29. ::-webkit-scrollbar-track {
  30. background-color: #fff;
  31. background-image: url(https://i.imgur.com/IGXGYKz.png);
  32. }
  33.  
  34. ::-webkit-scrollbar-button:vertical:increment {
  35. background-image: url(https://i.imgur.com/WhC8iy3.png);
  36. width: 14px;
  37. height: 16px;
  38. border-top: 1px solid #bdbdbd;
  39. border-left: 1px solid #bdbdbd;
  40. border-right: 1px solid black;
  41. border-bottom: 1px solid black;
  42. }
  43.  
  44. ::-webkit-scrollbar-button:vertical:decrement {
  45. background-image: url(https://i.imgur.com/fQ18mrR.png);
  46. border-top: 1px solid #bdbdbd;
  47. border-left: 1px solid #bdbdbd;
  48. border-right: 1px solid black;
  49. border-bottom: 1px solid black;
  50. width: 14px;
  51. height: 16px;
  52. }
  53. </style>
  54. <div id="oldwindowsscroll">
  55. text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
  56. </div>
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement