Advertisement
Guest User

ESEA match page styling

a guest
Jun 17th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #network-container,#network-spacer,#layout-header,#layout-ticker,#layout-column-left,#layout-column-right,.tabArea,.module-header,.match-details,.content-note,.content-div,#commentControl,.comment-container, .comment-parent-actions, table.box:nth-child(4), table.box:nth-child(3), table.box:nth-child(2),#layout-footer-content,#layout-footer-container {display:none!important;}
  2. .parent, .match-header{background:none!important; border:0px!important; height:auto!important}
  3. a{text-decoration:none!important; color:black}
  4. table.box:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1){background-color:#51798a; border: 1px solid #51798a; border-bottom:none; width:180px}
  5. table.box:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1){background-color:#b8423f; border: 1px solid #b8423f; border-bottom:none; width:180px}
  6. table.box:nth-child(6) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1) a{color:white}
  7. table.box:nth-child(8) > thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1) a{color:white}
  8. .acronym{min-width:40px!important; width:auto; padding-left:5px!important; padding-right:3px!important;}
  9. acronym {border-bottom:none!important;}
  10. #layout-container {margin-top:40px!important;}
  11. #layout-container, #layout-column-center{width:100%!important; padding:0px 0px 0px!important;}
  12. 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)
  13. {
  14.     padding:9px 10px 9px 10px;
  15.     font-size:11px;
  16.     font-weight:bold;
  17.     color:#333;
  18.     border:1px solid #111;
  19.     border-bottom:0;
  20.     background:#ccc;
  21.     background:-webkit-linear-gradient(top, #ccc 0%, #aaa 100%);
  22.     background:-moz-linear-gradient(top, #ccc 0%, #aaa 100%);
  23.     background:-o-linear-gradient(top, #ccc 0%, #aaa 100%);
  24.     background:-ms-linear-gradient(top, #ccc 0%, #aaa 100%);
  25.     text-shadow:-1px -1px 0 rgba(255,255,255,0.25);
  26.     text-align:center
  27. }
  28. #body-match-stats > br:nth-child(3), #body-match-stats > br:nth-child(4) {display:none!important;}
  29. .box td {border:1px solid rgb(200, 200, 200);!important;}
  30.  
  31. .box .stat, .box * {font-size:11px;}
  32.  
  33. table.box:nth-child(6), table.box:nth-child(8){margin-left:auto; margin-right:auto}
  34. .match-header{text-align: center}
  35.  
  36. th:nth-child(3), td:nth-child(3), /*PPM*/
  37. th:nth-child(7), td:nth-child(7), /*FPM*/
  38. th:nth-child(9), td:nth-child(9), /*APM*/
  39. th:nth-child(11), td:nth-child(11), /*DPM*/
  40. th:nth-child(13), td:nth-child(13), /*CPB*/
  41. th:nth-child(14), td:nth-child(14), /*DOM*/
  42. th:nth-child(15), td:nth-child(15) /*REV*/ {display:none!important;}
  43.  
  44. body { background-color: rgba(255, 255, 255, 220); }
  45. ::-webkit-scrollbar { visibility: hidden; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement