ch3ck3rs

asdfsaf

Aug 10th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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: #000!important
  16. }
  17.  
  18. #header_search #query{
  19. background-color: #333 !important;
  20. color: #888 !important;
  21. }
  22.  
  23. #dash_main {
  24. background-color: #111;
  25. }
  26.  
  27. #dashboard_title {
  28. color:rgb(242,242,242);
  29. }
  30.  
  31. #dash_nav .selected a {
  32. color:rgb(170,170,170);
  33. }
  34.  
  35. #stream-config-status .status-header{
  36. background-color: #333 !important;
  37. border-color: #333 !important;
  38. color:#999 !important;
  39. }
  40.  
  41. #vod_status {
  42. background-color: #333 !important;
  43. color: #999 !important;
  44. }
  45.  
  46. #vod_form h3 {
  47. color: #999 !important;
  48. }
  49.  
  50. #delay_controls h3 {
  51. color: #999 !important;
  52. }
  53.  
  54. #delay_slider {
  55. background-color: #555 !important;
  56. }
  57.  
  58. #stats div span {
  59. color: #999 !important;
  60. }
  61.  
  62. #stats div .svg-views path{
  63. fill: #999 !important;
  64. }
  65.  
  66. #stats div .svg-followers path{
  67. fill: #999 !important;
  68. }
  69.  
  70. #gameselector_input {
  71. background-color: #333 !important;
  72. color: #999 !important;
  73. }
  74.  
  75. #gameselector_results li {
  76. background-color: #000 !important;
  77. }
  78.  
  79. #dashboard-chat{
  80. border-color: #000 !important;
  81. }
  82.  
  83. .ember-view .ember-view .chat-room-list {
  84. background-color: #333 !important;
  85. }
  86.  
  87. .js-chat-scroll {
  88. background-color: #000 !important;
  89. }
  90.  
  91. .chat-menu-button-container {
  92. background-color: #000 !important;
  93. }
  94.  
  95. .chat-top-header {
  96. background-color: #000 !important;
  97. border-color: #000 !important;
  98. }
  99.  
  100. #viewer_list {
  101. background-color: #000 !important;
  102. border-color: #ff0000 !important;
  103. }
  104.  
  105. .ember-view .ember-list-view {
  106. background-color: #000 !important;
  107. border-color: #ff0000 !important;
  108. }
  109.  
  110. .chat-menu{
  111. border-color :#000 !important;
  112. background-color: #000 !important;
  113. }
  114.  
  115. .chat-menu-content p {
  116. color: #888 !important;
  117. }
  118.  
  119. #play_switch {
  120. background-color: #000 !important;
  121. }
  122.  
  123. #commercial_options {
  124. background-color: #000 !important;
  125. }
  126.  
  127. #ui-id-1 {
  128. background-color: #000 !important;
  129. }
  130.  
  131. #manage_permissions {
  132. border-color: #000 !important
  133. }
  134.  
  135. #add_editor_new_editor {
  136. background-color: #333 !important;
  137. }
  138.  
  139. #manage_permissions li {
  140. background-color: #111 !important;
  141. }
  142.  
  143. #editors {
  144. color: #777 !important;
  145. }
  146.  
  147. #editors ul li {
  148. border-color: #000 !important;
  149. }
  150.  
  151. #editors ul li form {
  152. border-color: #000 !important;
  153. }
  154.  
  155. #editable {
  156. color: #777 !important;
  157. }
  158.  
  159. #editable ul li div{
  160. border-color: #000 !important;
  161. }
  162.  
  163. #action_feed li {
  164. border-color: #000 !important;
  165. color: #999 !important;
  166. }
  167.  
  168. #action_feed li div div {
  169. background-color: #000 !important;
  170. color: #777 !important;
  171. }
  172.  
  173. #action_feed li div div blockquote{
  174. background-color: #000 !important;
  175. color: #777 !important;
  176. }
  177.  
  178. #stream_key_container {
  179. color: #999 !important;
  180. }
  181.  
  182. #dash_main div .warning {
  183. background-color: #111 !important;
  184. border-color: #000 !important;
  185. color: #999 !important;
  186. }
Advertisement
Add Comment
Please, Sign In to add comment