Advertisement
izuemis

cr finderqirl | rtsp theme

Mar 21st, 2023
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. -- PROFILE CONTAINER --
  2. width: 40%;
  3. height: 13.2em;
  4.  
  5. -- PROFILE PICTURE --
  6. position: absolute;
  7. top: -3em;
  8. left: .75em;
  9.  
  10. -- WEBSITE W ICON --
  11. padding-left: 0px;
  12.  
  13. -- SCROLLBOX --
  14. width: 57%;
  15. height: 13.2em;
  16. position: absolute;
  17. right: 0em;
  18. bottom: .75em;
  19. overflow: auto;
  20.  
  21. -- TABLE --
  22. border-radius: 5px;
  23. filter: drop-shadow(0px 3px 2px #ADADAD);
  24.  
  25. -- HEADINGS --
  26. background: #D1D1D1;
  27. color: #5E5E5E;
  28.  
  29. -- ROWS --
  30. background: white;
  31.  
  32. -- INVISIBLE SCROLLBAR --
  33. ::-webkit-scrollbar {
  34. width: 0; /* remove scrollbar space */
  35. background: transparent; /* to make scrollbar invisible */
  36. }
  37. ::-webkit-scrollbar-thumb {
  38. background: transparent;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement