Advertisement
Guest User

ESEA stats

a guest
Jun 18th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.86 KB | None | 0 0
  1. #network-container,#network-spacer,#layout-header,
  2. #layout-ticker,#layout-column-left,#layout-column-right,
  3. .tabArea,.module-header,.match-details,
  4. .content-note,.content-div,
  5. #commentControl,.comment-container, .comment-parent-actions,
  6. table.box:nth-child(4), table.box:nth-child(3), table.box:nth-child(2),
  7. #layout-footer-content,#layout-footer-container {display:none!important;}
  8.  
  9. body .parent, .match-header{border:0px!important; height:auto!important}
  10.  
  11. a{text-decoration:none!important; color:black!important}
  12.  
  13. table.box:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1){background-color:rgba(81,121,138,0.85)!important; border: 1px solid #51798a!important; border-bottom:none!important; width:180px!important}
  14. table.box:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1){background-color:rgba(184,68,63,0.85)!important; border: 1px solid #b8423f!important; border-bottom:none!important; width:180px!important}
  15. table.box:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1) a{color:white!important}
  16. table.box:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1) a{color:white!important}
  17.  
  18. .acronym{min-width:40px!important; width:auto; padding-left:5px!important; padding-right:3px!important;}
  19. acronym {border-bottom:none!important;}
  20.  
  21. #layout-container {margin-top:40px!important;}
  22. #layout-container, #layout-column-center{width:100%!important; padding:0px 0px 0px!important; float:left !important}
  23. table.box:nth-child(6) > tbody:nth-child(2) > tr:nth-child(1),table.box:nth-child(8) > tbody:nth-child(2) > tr:nth-child(1)
  24. {
  25.     padding:9px 10px 9px 10px;
  26.     font-size:11px;
  27.     font-weight:bold;
  28.     color:#333;
  29.     border:1px solid #111;
  30.     border-bottom:0;
  31.     background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(204,204,204, 0.5)), to(rgba(170,170,170,0.5)));
  32.     text-shadow:-1px -1px 0 rgba(255,255,255,0.25);
  33.     text-align:center
  34. }
  35.  
  36. #body-match-stats > br:nth-child(3), #body-match-stats > br:nth-child(4) {display:none!important;}
  37.  
  38. .box td {border:1px solid rgb(200, 200, 200);!important;}
  39. .box .stat, .box * {font-size:11px;}
  40.  
  41. table.box:nth-child(6), table.box:nth-child(8){margin-left:auto!important; margin-right:auto!important}
  42. .match-header{text-align: center}
  43.  
  44. th:nth-child(3), td:nth-child(3), /*PPM*/
  45. th:nth-child(7), td:nth-child(7), /*FPM*/
  46. th:nth-child(9), td:nth-child(9), /*APM*/
  47. th:nth-child(11), td:nth-child(11), /*DPM*/
  48. th:nth-child(13), td:nth-child(13), /*CPB*/
  49. th:nth-child(14), td:nth-child(14), /*DOM*/
  50. th:nth-child(15), td:nth-child(15) /*REV*/ {display:none!important;}
  51.  
  52. #stats-match-view,
  53. #body-match-stats ,
  54. #layout-column-center,
  55. #layout-container ,
  56. .match-header,
  57. html {background:none!important}
  58.  
  59. body.parent{ background-image:none!important;}
  60.  
  61. body {background-color: rgba(255,255,255,0.95)!important;}
  62. ::-webkit-scrollbar { visibility: hidden; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement