Advertisement
izuemis

cr finderqirl | rtsp theme pro standard

Mar 21st, 2023
1,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. <style>
  2.  
  3. /*PROFILE SECTION*/
  4. #container01 > .wrapper {
  5. width: 40%;
  6. height: 13.2em;
  7. }
  8.  
  9. /*ICON*/
  10. #image02 {
  11. position: absolute;
  12. top: -3em;
  13. left: 1.25em;
  14. }
  15.  
  16. /*WEBSITE AREA W GLOBE ICON*/
  17. #buttons01 li a {
  18. padding-left: 0px;
  19. }
  20.  
  21. /*CONTENT*/
  22. #container02 > .wrapper {
  23. width: 57%;
  24. height: 13.2em;
  25. position: absolute;
  26. right: 0em;
  27. bottom: .75em;
  28. overflow: auto;
  29. }
  30.  
  31. /*TABLES*/
  32. #table01, #table02, #table03, #table04 {
  33. border-radius: 5px;
  34. filter: drop-shadow(0px 3px 2px #ADADAD);
  35. }
  36.  
  37. /*TITLE SECTION*/
  38. th {
  39. background: #734444;
  40. color: white;
  41. }
  42.  
  43. /*INFO SECTION*/
  44. td {
  45. background: #FFEBEB;
  46. }
  47.  
  48. /*OPTIONAL CODE*/
  49. ::-webkit-scrollbar {
  50. width: 0; /* remove scrollbar space */
  51. background: transparent; /* to make scrollbar invisible */
  52. }
  53. ::-webkit-scrollbar-thumb {
  54. background: transparent;
  55. }
  56.  
  57. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement