ch3ck3rs

Dark Twitch edits

Aug 8th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. /*MY EDITS*/
  2.  
  3. /*Video Manager*/
  4. #video-manager .videos-grid .videos .ember-view .ember-view .ember-view .meta{
  5. background-color: #333!important;
  6. }
  7.  
  8. /*Sidebar*/
  9. #flyout .content {
  10. background-color: #000!important;
  11. }
  12.  
  13. /*Dashboard Page*/
  14. #site_header {
  15. background-color: #333!important
  16. }
  17.  
  18. #dash_main {
  19. background-color: #111;
  20. }
  21.  
  22. #dashboard_title {
  23. color:rgb(242,242,242);
  24. }
  25.  
  26. #dash_nav .selected a {
  27. color:rgb(170,170,170);
  28. }
  29.  
  30. #stream-config-status .status-header{
  31. background-color: #333 !important;
  32. border-color: #333 !important;
  33. color:#999 !important;
  34. }
  35.  
  36. #vod_status {
  37. background-color: #333 !important;
  38. color: #999 !important;
  39. }
  40.  
  41. #gameselector_input {
  42. background-color: #333 !important;
  43. color: #999 !important;
  44. }
  45.  
  46. #gameselector_results li {
  47. background-color: #000 !important;
  48. }
  49.  
  50. #dashboard-chat /*html body .ember-view*/ {
  51. background-color: #ff0000 !important;
  52. border-color: #000 !important;
  53. }
  54.  
  55. #dashboard-chat html /*body .ember-view .ember-view .ember-view .chat-room-list*/ {
  56. background-color: #ff0000 !important;
  57. border-color: #00ff00 !important;
  58. display:none;
  59. }
  60.  
  61. .ember-view .ember-view .chat-room-list {
  62. background-color: #333 !important;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment