Advertisement
izuemis

cr ikisschris & ch77mbers misc

Nov 17th, 2022
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. -- SCROLLBAR --
  2. ::-webkit-scrollbar {
  3. width: 8px;
  4. }
  5.  
  6. ::-webkit-scrollbar-track {
  7. background-color: #e4e4e4;
  8. -webkit-border-radius: 10px;
  9. border-radius: 10px;
  10. border: 1px solid #ccc;
  11. }
  12.  
  13. ::-webkit-scrollbar-thumb {
  14. -webkit-border-radius: 10px;
  15. border-radius: 10px;
  16. background: #e4e4e4;
  17. border: 1px solid #aaa;
  18. }
  19.  
  20. -- FONTS --
  21. @font-face {
  22. font-family: pixel;
  23. src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
  24. }
  25.  
  26. @font-face {
  27. font-family: roman;
  28. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement