Advertisement
r1zsa

Twitch Browser Source for frag stats

Sep 4th, 2022
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | Housing | 0 0
  1. html body  {
  2.   background: transparent !important;
  3. }
  4. #server-hostname, #server-map,
  5. #server-info {
  6.   display: none;
  7. }
  8. th.header.headerSortDown,
  9. th.header.headerSortUp, th.header  {
  10.   border: 0px !important;
  11.   background: transparent !important;
  12.   padding: 0px !important;
  13.   text-transform: uppercase !important;
  14. }
  15. #server-players font{
  16.   font-size: 16px !important;
  17. }
  18. #server-players tbody tr td:nth-of-type(2) {
  19.   color:chocolate !important;
  20.   font-weight: bold !important;
  21. }
  22. #server-players tbody tr td:nth-of-type(3) {
  23.   color:turquoise !important;
  24. }
  25. th.header,
  26. tbody tr td {
  27.   text-shadow: 3px 3px 2px black;
  28. }
  29. #server-players tbody tr td {
  30.   padding: 1px 0px
  31. }
  32. th.header.headerSortDown {
  33.   width: 230px;
  34. }
  35. th.header.headerSortUp {
  36.   width: 50px;  
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement