Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. body{ background:#b7410e; }
  2.  
  3. a{ color:#BD2E0A; }
  4.  
  5. .header{ height:auto; line-height:1.5; text-align:left; }
  6. .header:after { content: '';display: block;clear: both; }
  7. .header .header-title{display:inline;line-height:2; background:none; position:static; text-indent:0 ; font-size:16px; width:auto; height:auto }
  8. .header .header-menu{line-height:2; float:right; position:static; }
  9.  
  10. #status-menu{ height:auto; }
  11.  
  12. .status-menu-container .status-menu .status-button{ color:#111 ; font-weight:bold ; font-size:16px; padding:0; line-height:2 }
  13. .status-menu-container .status-menu .status-button:after{ display:none }
  14. .status-menu-container .status-menu .status-button.on{ color:#b7410e; }
  15. .status-menu-container .status-menu .status-button:hover{ }
  16.  
  17. .status-menu-container .search-container #search-box{ margin-top:3px; }
  18. .status-menu-container .search-container #search-button{ margin-top:9px }
  19.  
  20. .list-block{ margin-top:0; }
  21.  
  22. .list-unit .list-status-title{ height:auto; text-align:right; background:transparent; }
  23. .list-unit .list-status-title .stats{ position:static;height:auto; line-height:17px }
  24. .list-unit .list-status-title .stats a{ color: #2E51A2; line-height:inherit; }
  25. .list-unit .list-status-title .text{ display:none }
  26. .list-unit .list-stats{ background:#b7410e }
  27.  
  28. .icon-watch{ display:none !important }
  29.  
  30. .list-table .list-table-header .header-title{ height:auto; background:none }
  31. .list-table .list-table-header .header-title.image,
  32. .list-table .list-table-header .header-title.number,
  33. .list-table .list-table-header .header-title.score{ width:auto; }
  34. .list-table .list-table-header .header-title.image a{ display:none; }
  35. .list-table .list-table-header .header-title.image:after{ content:'I'; }
  36.  
  37. .list-table .list-table-data .data{border-bottom:0}
  38. .list-table .list-table-data .data.status{ width:8px }
  39.  
  40. .list-table .list-item{ }
  41. .list-table > tbody:nth-of-type(2n+1){ background:#f6f6f6 }
  42. .list-table .list-item:hover{ background:#FFA572}
  43. .list-table .list-table-data .data.image .image{ width:auto; height: 18px; border:0}
  44. .list-table .list-table-data .data.image .image:hover { transform: scale(7.5); }
  45.  
  46.  
  47. /* table padding fixing */
  48. .list-table .list-table-data .data,
  49. .list-table .list-table-header .header-title{
  50. padding:4px .5em }
  51.  
  52. .list-table .list-table-data .data.status,
  53. .list-table .list-table-header .header-title.status{
  54. padding:0; } /* no padding because the status block works via width */
  55.  
  56. .list-table .list-table-data .data.number,
  57. .list-table .list-table-header .header-title.number{
  58. padding-left:1em; } /* double left padding because it doesent get the padding from status */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement