Guest User

Untitled

a guest
Nov 24th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.23 KB | None | 0 0
  1. :root {
  2. --primary: #060;
  3. --accent: #ff0;
  4.  
  5. --background: #000;
  6. --background-elevated: #000;
  7. --background-hover: rgba(0, 200, 0, 0.1);
  8. --sidebar-background: #f00; //TopLeft
  9.  
  10. --border-dim: #f00;
  11. --border-bright: #0f0;
  12.  
  13. --text: #CCC;
  14. --text-alt: #060;
  15. --text-special: #f00;
  16.  
  17. --scrollbar-background: #fff;
  18. --scrollbar-border: #0f0;
  19. }
  20.  
  21. #msgs_scroller_div::-webkit-scrollbar-track, #client_body::before, .client_container,
  22. #search_terms, #client_body, #footer, ts-message, .channel_header, ts-jumper ts-jumper-container,
  23. ts-jumper input[type="text"],
  24. .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-track{
  25. background: var(--background) !important;
  26. }
  27.  
  28. #client_body::before {
  29. border-bottom: 1px solid var(--background) !important;
  30. }
  31.  
  32. ts-message, .channel_title .channel_name, ts-jumper input[type="text"],
  33. ts-jumper ol li .member_real_name, ts-jumper ol li .view_name, ts-jumper ol li .channel_name {
  34. color: #ddd !important; // text massage
  35. }
  36.  
  37. .channel_name{
  38. color: #0f0;
  39. }
  40.  
  41. .light_theme ts-message .message_content a.message_sender, #msg_input::-webkit-input-placeholder,
  42. ts-jumper input[type="text"]::-webkit-input-placeholder {
  43. color: #fff !important; // name
  44. }
  45.  
  46. #msg_input, #primary_file_button {
  47. background: transparent !important;
  48. color: var(--text) !important;
  49. border: 1px solid var(--border-bright) !important;
  50. }
  51.  
  52. .day_container .day_divider .day_divider_label, .day_divider .day_divider_label {
  53. color: var(--text) !important;
  54. background-color: var(--background-elevated) !important;
  55. border: 1px solid var(--border-bright) !important;
  56. }
  57.  
  58. .mention_day_container_div .day_divider:before {
  59. background-color: transparent !important;
  60. }
  61.  
  62. .day_container .day_msgs {
  63. border-top: 1px solid var(--border-dim) !important;
  64. }
  65.  
  66. ts-message {
  67. border-radius: 5px;
  68. margin: 1px !important;
  69. border-right: 1px;
  70. border-left: 1px;
  71. 1px solid transparent !important; /* reserve space for hover */
  72. }
  73.  
  74. ts-message:hover {
  75. margin: 0px !important;
  76. background: var(--background-hover) !important;
  77. border: 1px solid var(--border-bright) !important
  78. }
  79.  
  80. #messages_container::after {
  81. background: none !important;
  82. }
  83.  
  84. .bot_label {
  85. padding: 0 4px !important;
  86. border-radius: 3px !important;
  87. background: var(--background) !important;
  88. border: 1px solid var(--border-bright);
  89. }
  90.  
  91.  
  92. .file_container:after{
  93. background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#333 100%) !important;
  94. }
  95.  
  96. .rxn,
  97. #team_menu,
  98. #col_channels,
  99. #col_channels_footer,
  100. pre,
  101. ts-message .action_hover_container .btn_msg_action,
  102. #messages_container.has_top_messages_banner:before,
  103. .file_container,
  104. .file_container .CodeMirror .CodeMirror-code>div:before, .file_container .CodeMirror .sssh-line:before, .file_container .sssh-code .CodeMirror-code>div:before, .file_container .sssh-code .sssh-line:before,
  105. #col_flex,
  106. .search_message_result,
  107. #flex_contents .heading,
  108. #flex_contents .heading a,
  109. #flex_contents .subheading,
  110. .search_result_with_extract,
  111. #search_filters a,
  112. .menu,
  113. .menu #menu_items_scroller{
  114. background: var(--background-elevated) !important;
  115. }
  116.  
  117. pre,
  118. ts-message .action_hover_container .btn_msg_action,
  119. .file_container .CodeMirror .CodeMirror-code>div pre, .file_container .CodeMirror .sssh-line pre, .file_container .sssh-code .CodeMirror-code>div pre, .file_container .sssh-code .sssh-line pre,
  120. .search_message_result .search_message_result_meta a,
  121. .search_message_result .search_message_result_meta .date_links a,
  122. .flexpane_redesign #flex_contents .heading_text,
  123. #flex_contents .subheading,
  124. #search_filters.files #filter_files, #search_filters.messages #filter_messages,
  125. .menu ul li a{
  126. color: var(--text) !important;
  127. border-color: var(--border-dim) !important;
  128. }
  129.  
  130. .action_hover_container {
  131. border: 1px solid var(--border-dim) !important;
  132. }
  133. .ts_tip_float.btn_msg_action:not(:last-child) {
  134. border-right: 1px solid var(--border-dim) !important;
  135. }
  136. .ts_tip_float.btn_msg_action:hover {
  137. background-color: var(--background) !important;
  138. }
  139.  
  140. #quick_switcher_btn{
  141. /*border-top-color: #333 !important;*/
  142. background-color: transparent;
  143.  
  144. }
  145.  
  146. .client_container #col_channels_footer {
  147. background-color: rgba(0, 0, 0, 0.5) !important;
  148. margin-top: 2px;
  149. }
  150.  
  151. .rxn,
  152. .search_result_with_extract,
  153. .flexbox_client.flexpane_redesign.flex_pane_showing #col_flex,
  154. .flexpane_redesign #flex_contents .heading,
  155. #flex_contents .subheading,
  156. .search_segmented_control,
  157. .menu{
  158. border-color: var(--border-dim) !important;
  159. }
  160.  
  161. .search_result_with_extract {
  162. box-shadow: 0 1px 10px #555 !important;
  163. }
  164.  
  165. .comment .mention, .feature_name_tagging_client .comment .mention, .feature_name_tagging_client ts-message .mention, ts-message .mention,
  166. span.match {
  167. border: 1px solid var(--border-bright);
  168. background-color: var(--background-elevated) !important;
  169. padding: 2px 4px;
  170. margin: 2px;
  171. border-radius: 10px;
  172. }
  173.  
  174. pre.special_formatting{
  175. background: var(--background-elevated) !important;
  176. }
  177.  
  178. code{
  179. color: var(--text-alt) !important;
  180. background-color: var(--background-elevated) !important;
  181. border-color: var(--border-dim) !important;
  182. font-size: inherit !important;
  183. font-family: inherit !important;
  184. }
  185.  
  186. .supports_custom_scrollbar:not(.slim_scrollbar) #archive_msgs_scroller_div::-webkit-scrollbar-thumb,
  187. .supports_custom_scrollbar:not(.slim_scrollbar) #msgs_scroller_div::-webkit-scrollbar-thumb,
  188. .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-thumb {
  189. /* scrollbar draggy bit */
  190. color: transparent !important;
  191. border: 1px solid var(--scrollbar-border) !important;
  192. background-color: #060 !important;
  193. }
  194. .supports_custom_scrollbar:not(.slim_scrollbar) #archive_msgs_scroller_div::-webkit-scrollbar-track,
  195. .supports_custom_scrollbar:not(.slim_scrollbar) #msgs_scroller_div::-webkit-scrollbar-track,
  196. .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-track {
  197. /* scrollbar endcaps */
  198. color: transparent !important;
  199. border: 1px solid var(--border-dim) !important;
  200. background-color: transparent !important;
  201. }
  202.  
  203. a, a:link{ //left name + link
  204. color: #060;
  205. }
  206.  
  207. a:visited{ //unknow
  208. color: #0ff !important;
  209. }
  210.  
  211. ts-message a .mention{
  212. color: var(--text-special) !important;
  213. background: #000; //background mention
  214. }
  215. a:hover{
  216. color: #0f0 !important;
  217. }
  218. /*.channels_list_holder ul li.mention a, .channels_list_holder ul li.unread:not(.muted_channel) .channel_name, .channels_list_holder ul li.unread:not(.muted_channel) a.group_name, .channels_list_holder ul li.unread:not(.muted_channel) .im_name, .channels_list_holder ul li.unread:not(.muted_channel) .mpim_name, .channels_list_holder ul li.unread:not(.muted_channel)>a:link{
  219. color: #fff !important;
  220. }*/
  221. .channels_list_holder ul li a.channel_name, .channels_list_holder ul li:not(.unread) .group_name, .channels_list_holder ul li .im_name, .channels_list_holder ul li .mpim_name, .channels_list_holder ul li>a:link,
  222. ts-message a.timestamp{
  223. color: #aaa !important;
  224. }
  225. #channels_scroller.show_which_channel_is_active ul li.active .im_name{
  226. color: #fff !important;
  227. }
  228.  
  229. #msgs_div .unread_divider.no_unreads .divider_label{
  230. background: #000 !important;
  231. color: #0f0 !important;
  232. border: 0 1px 1px 1px solid !important;
  233. /*border-bot-color: var(--border-bright);*/
  234. }
  235.  
  236. #msgs_div .unread_divider.no_unreads hr{
  237. border-top-color: #0f0 !important;
  238. /*border-top-color: #888 !important;*/
  239. }
  240.  
  241. .flexpane_redesign #member_mentions {
  242. background-color: var(--background);
  243. }
  244.  
  245. /* files */
  246. .file_container.generic_container .file_header_meta .meta_hover {
  247. background-color: transparent !important;
  248. }
  249.  
  250. .file_preview_action.btn.ts_tip, .file_preview_link.btn.file_comment_link {
  251. /*border: 1px solid var(--border-bright) !important;*/
  252. background-color: #000 !important;
  253. color: #0f0 !important;
  254. }
  255. .file_preview_action.btn.ts_tip:hover, .file_preview_link.btn.file_comment_link:hover {
  256. background-color: var(--background) !important;
  257. }
  258.  
  259. /* other */
  260. .special_formatting_quote .quote_bar {
  261. background: var(--border-bright) !important;
  262. }
  263.  
  264. #channel_scroll_down, #channel_scroll_up {
  265. background-color: var(--background) !important;
  266. border: 0 1px 1px 1px solid var(--border-bright) !important;
  267. }
  268.  
  269. #team_menu, #quick_switcher_btn, #team_menu_overlay, #col_channels_overlay {
  270. border-color: var(--border-bright) !important;
  271. }
Add Comment
Please, Sign In to add comment