-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslack_tomorrow_3.css
979 lines (719 loc) · 33.9 KB
/
slack_tomorrow_3.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
/* ===[ General ]=== */
body {
background: #272a2e;
color: #e0e0e0; }
a, a:link, a:visited {
color: #b4b7b4; }
a:hover, a:active, a:focus {
color: #f0c674; }
hr {
border-top: 1px solid #272a2e;
border-bottom: 1px solid #b295bb; }
h1, h2, h3, h4 {
color: #e0e0e0; }
input[type="text"]:focus, input[type="text"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="password"]:focus, input[type="password"]:active, textarea:focus, textarea:active, select:focus, select:active {
box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
border-color: #373b41; }
/* ===[ Slack Status ]=== */
.section {
background: #f3f3f3;
color: #555459; }
.section.large_top_margin {
margin-top: 0 !important; }
.section .current_incident {
margin-bottom: 2rem !important; }
.section a, .section a:link, .section a:visited {
color: #2a80b9; }
.section a:hover, .section a:active, .section a:focus {
color: #439fe0; }
.section .cloud_silver {
color: #babbbf !important; }
.section .indifferent_grey {
color: #555459 !important; }
.section h1, .section h2, .section h3, .section h4 {
color: #555459; }
.section hr {
border: 1px solid #DDD; }
.section #footer {
background: none; }
/* ===[ Loading View ]=== */
.loading #loading-zone {
background: #272a2e;
left: 110px; }
.loading #col_channels_bg {
background: #272a2e; }
#self_help_link_div {
right: 110px !important; }
#loading_indicator, #loading_welcome_msg {
color: #f0c674;
text-shadow: 0 1px #373b41; }
#loading_team_menu_bg, #loading_user_menu_bg {
border: none; }
/* ===[ Messages Container ]=== */
.msgs_holder, #msgs_overlay_div {
background: #272a2e; }
.light_theme .message_sender, .dense_theme .file_reference:hover a.file_download_link {
color: #b4b7b4 !important; }
#messages_unread_status, .file_reference .icon, .file_list_item .icon {
background: #a3685a;
color: #FFF; }
#messages_unread_status.quiet, .msgs_holder .unread_divider span.divider_label {
background: #a3685a;
color: #e0e0e0; }
.msgs_holder .unread_divider hr {
border-top: 1px solid #a3685a !important; }
.message .msg_actions .fa-cog, .bullet, .file_list_item .bullet {
color: #b295bb; }
.day_divider hr {
border-top: 1px solid #272a2e;
border-bottom: 1px solid #b295bb; }
.day_divider_label {
background: #272a2e;
color: #a3685a; }
#message_edit_form span, #message_edit_form p, #message_edit_container .timestamp {
color: #272a2e !important; }
#message_edit_form #cancel_edit, #message_edit_form #commit_edit {
color: #272a2e !important;
text-decoration: underline; }
#welcome_slide_app_icons a {
color: #e0e0e0;
border: 1px solid #b295bb; }
#welcome_slide_app_icons a:hover {
color: #e0e0e0;
background: #a3685a;
border-color: #272a2e; }
.dense_theme .message .message_star_holder {
position: absolute;
left: -12px;
top: 2px; }
.dense_theme .file_reference:hover a.file_download_link:hover, .inline_attachment a span:hover, .inline_attachment a span:active, .msg_inline_video_buttons_div a, .msg_inline_video_buttons_div a:visited, .inline_attachment .attachment_footer a:hover, .inline_attachment .attachment_footer a:active, .inline_attachment .attachment_ts a:hover, .inline_attachment .attachment_ts a:active, .dense_theme .file_reference:hover a:hover:not(.member):not(.member_name):not(.icon):not(.timestamp) {
color: #f0c674 !important; }
.light_theme .msg_inline_img_holder, .light_theme .msg_inline_video_holder, .dense_theme .msg_inline_img, .dense_theme .msg_inline_video {
border: 2px solid #373b41; }
.inline_attachment .attachment_bar, .special_formatting_quote .quote_bar {
background: #b4b7b4 !important; }
.msg_inline_video_buttons_div {
background: dark_button; }
.light_theme .message, .dense_theme .message, #messages_unread_status.quiet a, .delete_attachment_link, .bot_message .message_sender, .bot_message .message_sender a, .msg_inline_img_expander:hover, .msg_inline_img_collapser:hover, .msg_inline_video_expander:hover, .msg_inline_video_collapser:hover, .msg_inline_audio_expander:hover, .msg_inline_audio_collapser:hover, .msg_inline_attachment_expander:hover, .msg_inline_attachment_collapser:hover, a.file_download_link:hover, #msgs_scroller_div #end_display_div #end_display_welcome h1, #msgs_scroller_div #end_display_div #end_display_meta h1, .snippet_preview pre, #msgs_scroller_div #end_display_div p, a:hover .file_inline_icon {
color: #e0e0e0; }
.light_theme .message.joined .message_content, .light_theme .message.left .message_content, .light_theme .message.topic .message_content, .light_theme .message.purpose .message_content, .light_theme .message.rename .message_content, .light_theme .message.archived .message_content, .light_theme .message.unarchived .message_content, .dense_theme .message.joined, .dense_theme .message.left, .dense_theme .message.topic, .dense_theme .message.purpose, .dense_theme .message.rename, .dense_theme .message.archived, .dense_theme .message.unarchived, .star, .light_theme .message .timestamp, .dense_theme .message .timestamp, .message .edited, .light_theme .message .meta, .dense_theme .message .meta, .dense_theme .message.first .timestamp, .light_theme .message.unprocessed, .dense_theme .message.unprocessed, .light_theme .message:hover .timestamp, .dense_theme .message:hover .timestamp, .dense_theme .file_reference a:not(.member):not(.member_name):not(.icon):not(.timestamp), .dense_theme .file_reference:hover a:not(.member):not(.member_name):not(.icon):not(.timestamp), a.member_preview_link.member_name, .inline_attachment span.attachment_author_subname, .inline_attachment span.attachment_service_name, .inline_attachment span.attachment_author_name, .inline_attachment .attachment_ts a, .inline_attachment .attachment_footer a, .help i.callout, .file_inline_icon {
color: #b4b7b4; }
.dense_theme .message.divider, .dense_theme .message.first, .dense_theme .message.first.divider {
margin-top: .2rem;
border-top: 1px solid transparent; }
.message .msg_actions, .day_divider {
background: none; }
.delete_attachment_link:hover, .msg_inline_img_expander, .msg_inline_img_collapser, .msg_inline_video_expander, .msg_inline_video_collapser, .msg_inline_audio_expander, .msg_inline_audio_collapser, .msg_inline_attachment_expander, .msg_inline_attachment_collapser {
color: #f0c674; }
.message.edit_mode, .message .mention {
background: #81a2be; }
/* ===[ Channel Menu ]=== */
#header .client_header_button {
background: #373b41;
border: 1px solid #272a2e; }
#header .client_header_button:hover {
background: #272a2e;
color: #f0c674;
border: 1px solid #272a2e; }
.client_header_icon {
background: none; }
.client_header_icon:before {
color: #f0c674;
font-family: FontAwesome; }
.client_header_icon.icon_help:before {
display: inline-block;
content: "\f129"; }
#help_icon #help_icon_info {
left: 4px;
top: 6px; }
.client_header_icon.icon_menu:before {
content: "\f141"; }
#flex_menu .icon_menu {
left: 6px;
top: 7px; }
#flex_toggle .icon_flex_pane:before {
content: "\f104";
font-size: 18px; }
.flex_pane_showing #flex_toggle .icon_flex_pane:before {
content: "\f105";
font-size: 18px; }
#flex_toggle .icon_flex_pane {
left: 9px; }
.flex_pane_showing #flex_toggle .icon_flex_pane {
left: 11px; }
#active_channel_name:hover i {
color: #e0e0e0; }
#channel_members_toggle {
background: #1d1f21;
color: #e0e0e0; }
#channel_members {
border: 1px solid #1d1f21; }
#header, ul.member_list li:hover {
background: #1d1f21; }
#active_channel_name .name, #active_channel_name .topic, #active_channel_name .prefix {
color: #a3685a; }
#active_channel_name:hover .prefix, #channel_header .star, #flex_menu .fa-list-ul, #active_channel_name i, #channel_members_toggle:hover {
color: #f0c674; }
/* ===[ Search ]=== */
#header_search_form .search_input, #autocomplete_menu .tips_header .new_badge {
background: #373b41;
border: 1px solid #272a2e;
color: #f0c674; }
#search_results_items .search_paging, #paging_in_options .search_paging, #autocomplete_menu, #autocomplete_menu .keyword_match .modifier, .search_form .icon_search, .search_message_result .search_message_result_meta a, .search_message_result .search_message_result_meta .date_links a {
color: #f0c674; }
.search_form .icon_search:before {
content: "\f002"; }
#header_search_form.search_form.feature_assistive_search .icon_search {
top: 6px; }
.search_form .icon_close:before {
content: "\f00d"; }
.popover_menu, #menu.popover_menu {
background-color: #1d1f21;
border-top: 1px solid #373b41; }
.popover_menu .arrow_shadow:after {
box-shadow: 0 0 0 1px #373b41, 0 0 2px rgba(0, 0, 0, 0.1); }
.popover_menu .arrow:after, .popover_menu .arrow_shadow:after, .popover_menu.showing_header .arrow:after, .popover_menu.showing_header .arrow_shadow:after {
background-color: #373b41; }
.highlighter_underlay .modifier:before, .highlighter_underlay .keyword:before {
background: #373b41;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #373b41), color-stop(1, #a3685a));
background: -ms-linear-gradient(bottom, #373b41, #a3685a);
background: -moz-linear-gradient(center bottom, #373b41 0, #a3685a 100%);
background: -o-linear-gradient(#a3685a, #373b41);
border: 1px solid #373b41; }
.highlighter_underlay .modifier.incomplete:before {
background: #272a2e;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #272a2e), color-stop(1, #1d1f21));
background: -ms-linear-gradient(bottom, #272a2e, #1d1f21);
background: -moz-linear-gradient(center bottom, #272a2e 0, #1d1f21 100%);
background: -o-linear-gradient(#1d1f21, #272a2e);
border: 1px solid #373b41; }
#autocomplete_menu footer .modifier:before, #autocomplete_menu header .modifier:before, #autocomplete_menu footer .keyword:before, #autocomplete_menu header .keyword:before, #autocomplete_menu .history .modifier:before, #autocomplete_menu .history .keyword:before {
background: #1d1f21;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1d1f21), color-stop(1, #373b41));
background: -ms-linear-gradient(bottom, #1d1f21, #373b41);
background: -moz-linear-gradient(center bottom, #1d1f21 0, #373b41 100%);
background: -o-linear-gradient(#373b41, #1d1f21);
border: 1px solid #373b41; }
.highlighter_underlay .keyword:before, #autocomplete_menu .history .keyword:before {
border-left: 0; }
#autocomplete_menu .history .modifier:after {
border-right: 0; }
#autocomplete_menu .boxed {
background: #373b41;
background-image: -o-linear-gradient(-89deg, #1d1f21 0, #373b41 100%);
background-image: -moz-linear-gradient(-89deg, #1d1f21 0, #373b41 100%);
background-image: -ms-linear-gradient(-89deg, #1d1f21 0, #373b41 100%);
background-image: linear-gradient(-179deg, #1d1f21 0, #373b41 100%);
border: 1px solid #373b41;
-webkit-box-shadow: 0 1px 0 0 #373b41;
-moz-box-shadow: 0 1px 0 0 #373b41;
box-shadow: 0 1px 0 0 #373b41; }
#autocomplete_menu .magnifying_glass {
display: none !important; }
#autocomplete_menu .section_header .header_label {
background: #272a2e;
color: #e0e0e0;
padding-left: .8rem; }
.search_result_with_extract {
background: #1d1f21;
box-shadow: 0 1px 10px #272a2e;
border: 1px solid #373b41; }
.search_result_with_extract:hover {
border: 1px solid #272a2e; }
#autocomplete_menu header, #autocomplete_menu ol li:hover {
background-color: #1d1f21; }
#autocomplete_menu .monkey_scroll_wrapper {
background-color: #373b41; }
.search_result_for_context::after {
background: #1d1f21;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1d1f21), color-stop(1, dark_fade));
background: -ms-linear-gradient(bottom, #1d1f21, dark_fade);
background: -moz-linear-gradient(center bottom, #1d1f21 0, dark_fade 100%);
background: -o-linear-gradient(dark_fade, #1d1f21); }
#search_tabs, #search_filters a, #advanced_options_toggle, #search_options, #advanced_options {
background: #1d1f21;
color: #e0e0e0; }
#search_filters a:hover {
border-bottom: 4px solid #272a2e; }
#search_filters.messages #filter_messages, #search_filters.files #filter_files {
color: #e0e0e0;
border-bottom: 4px solid #272a2e; }
.search_light_grey {
color: #f0c674 !important; }
.search_message_result {
background: #272a2e;
color: #e0e0e0;
border: none; }
.search_message_result:hover {
border: none; }
.search_message_result.feature_search_extracts, .search_message_result:hover.feature_search_extracts {
border-top: 2px solid #373b41; }
span.match {
background: #81a2be; }
#search_filters, #search_options {
border-bottom: 1px solid #272a2e; }
/* ===[ Sidebar ]=== */
#team_menu {
color: #a3685a;
border-bottom: none;
border-right: 2px solid #373b41; }
#col_channels {
background: #272a2e;
border-right: 2px solid #373b41; }
#user_menu {
border-right: 2px solid #373b41; }
#menu_header .menu_simple_header {
background: #1d1f21;
border-bottom: 1px solid #272a2e; }
.dm_list_real_name {
color: #e0e0e0; }
#menu_footer .menu_footer {
background: #1d1f21;
border-top: none; }
#about_dms_link {
color: #b4b7b4; }
#team_menu i, #user_menu i, .dm_list_username {
color: #a3685a; }
#team_menu:hover i, #user_menu:hover i, #about_dms_link:hover {
color: #f0c674; }
/* ===[ Footer ]=== */
#footer {
background: #272a2e; }
#primary_file_button {
background: #1d1f21;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1d1f21), color-stop(1, #373b41));
background: -ms-linear-gradient(bottom, #1d1f21, #373b41);
background: -moz-linear-gradient(center bottom, #1d1f21 0, #373b41 100%);
background: -o-linear-gradient(#373b41, #1d1f21);
color: #f0c674;
text-shadow: 0 1px 1px #373b41;
border: 2px solid #373b41;
border-right: none; }
#primary_file_button:hover {
background: #373b41;
color: #e0e0e0;
border-color: #373b41; }
#typing_text, #special_formatting_text {
color: #b4b7b4; }
#chat_input_tab_ui {
background: #373b41;
border: 1px solid #373b41; }
#chat_input_tab_ui_header {
background: #373b41;
color: #e0e0e0;
border-bottom: 1px solid #373b41;
text-shadow: 0 1px #373b41; }
#chat_input_tab_ui ul.type_emoji li {
color: #e0e0e0; }
#chat_input_tab_ui li.chat_input_tab_item.active, #chat_input_tab_ui li.chat_input_tab_item:hover {
background: #1d1f21;
color: #e0e0e0;
border-bottom-color: #373b41;
text-shadow: 0 1px rgba(0, 0, 0, 0.1); }
#chat_input_tab_ui li.chat_input_tab_item, .tab_complete_ui li.tab_complete_ui_item.active, .tab_complete_ui li.tab_complete_ui_item:hover {
border-bottom: 1px solid #373b41; }
.tab_complete_ui li.tab_complete_ui_item {
border-bottom: 1px solid #373b41; }
.special_formatting_tips code {
color: #373b41; }
/* ===[ Flexpane ]=== */
#flex_toggle i {
transform: scaleX(-1);
margin: 5px; }
.flex_pane_showing #flex_toggle i {
transform: none;
margin: 5px 7px; }
#flex_contents .heading {
background: #1d1f21; }
#flex_contents .heading .menu_heading, .toolbar {
background: #1d1f21;
color: #a3685a; }
#flex_contents .heading a {
color: #a3685a; }
#flex_contents .heading .menu_heading:hover, #flex_contents .heading a:hover, #file_preview_container .file_header .title a:hover, #advanced_options_toggle:hover, .team_list_item a:hover, .file_list_item:hover .title a, .file_list_item:active .title a, .file_list_item.active .title a, .file_list_item #share_dialog .title a, .no_results, #menu.search_filter_menu label, .search_sort_prefix, .file_list_item .actions a, .file_list_item .actions span {
color: #f0c674; }
.secondary_file_button {
color: #a3685a !important; }
.monkey_scroll_wrapper, #dms_filter, #file_member_filter {
background: #272a2e; }
.indifferent_grey, .icon_new_window:hover {
color: #e0e0e0 !important; }
.file_header .member, .cloud_silver, .file_meta, .file_meta > a, .activity_item .member_preview_link, .comment .member, .team_list_item {
color: #b4b7b4 !important; }
.file_list_item:hover, .file_list_item:active, .file_list_item.active, .file_list_item #share_dialog, #share_dialog .file_list_item, #client-ui #team_list.feature_new_team_directory .team_list_item.expanded, #client-ui #team_list.feature_new_team_directory .team_list_item:hover {
background-color: #1d1f21;
border-color: #373b41; }
.file_list_item:hover .actions, .file_list_item:active .actions, .file_list_item.active .actions, .file_list_item #share_dialog .actions {
background-color: #1d1f21; }
.filetype_button {
color: #b4b7b4 !important;
background-color: #1d1f21;
border-color: #373b41; }
.filetype_button:hover {
background-color: #1d1f21; }
.filetype_button .file_download_label {
color: #e0e0e0;
background-color: #a3685a;
border-color: #373b41; }
.filetype_button:hover .file_download_label {
background-color: #a3685a; }
.search_segmented_control, #team_list.feature_new_team_directory a.member_action_button:hover {
color: #b4b7b4 !important;
border-color: #373b41 !important; }
.search_segmented_control.active, .search_segmented_control:hover {
color: #e0e0e0 !important; }
.file_list_item:hover .actions a, .file_list_item:active .actions a, .file_list_item.active .actions a, .file_list_item #share_dialog .actions a, .file_list_item:hover .actions span, .file_list_item:active .actions span, .file_list_item.active .actions span, .file_list_item #share_dialog .actions span, .search_segmented_control.active {
background-color: #272a2e;
border-color: #373b41; }
#advanced_options p {
border-top: 1px solid #373b41; }
a.snippet_preview_more {
color: black !important; }
.extract_expand_icons .down_arrow {
top: 8px; }
.CodeMirror-lines {
background: white; }
#flex_contents .help {
border: none;
color: #e0e0e0; }
#flex_contents .heading .menu_icon {
background: none;
color: #f0c674; }
#menu ul li a.delete_link {
color: #cc6666; }
.nav > li > a:hover, .nav > li > a:focus {
background-color: #272a2e; }
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
background: #272a2e;
border: 1px solid #373b41; }
.secondary_file_button:hover, .activity_item .member_preview_link:hover, .icon_new_window, .sky_blue {
color: #f0c674 !important; }
.toolbar, #file_preview_container .heading, #member_preview_container .heading, #team_list_container .heading, .team_list_item, #activity_tab_activity .heading, #stars_tab .heading, #mentions_tab .heading, .nav-tabs {
border-bottom: 1px solid #373b41; }
.file_list_item, .file_list_item.post .preview, #file_preview_container .file_header .title a, #search_results_container .heading, #team_list_container .heading, #activity_tab_activity .heading, #stars_tab .heading, #mentions_tab .heading, #file_preview_container .post_body, .search_result_with_extract:hover .extract_expand_icons, .comment_body, .comment .special_formatting_quote .content, #flex_contents .heading .menu_icon:hover, #advanced_options .active .arrow_down, #team_list.feature_new_team_directory a:not(.member_name) {
color: #e0e0e0; }
.file_list_item .title a, .file_page_meta, .mini, label, .team_list_item:hover a, .extract_expand_icons, .file_list_item a.member, .file_list_item .actions a:hover, #team_list.feature_new_team_directory a:not(.member_name):hover {
color: #b4b7b4; }
.file_list_item .actions .star:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, #team_list.feature_new_team_directory .team_list_item {
border-color: #373b41; }
body:not(.widescreen) #team_list.feature_new_team_directory .team_directory_icon.more_icon, body:not(.widescreen) #team_list.feature_new_team_directory .team_directory_icon.message_icon {
display: none;
width: 0; }
/* ===[ Tips ]=== */
#tip_card_interior {
color: #e0e0e0; }
#tip_card_footer p {
color: #f0c674; }
#tip_card_footer #tip_card_logo {
background: none; }
#tip_card_callout:after {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
margin-top: -15px;
border-color: rgba(77, 57, 75, 0) #1d1f21 rgba(77, 57, 75, 0) rgba(77, 57, 75, 0);
border-width: 15px; }
#tip_card.about_channels_tip_card_div #tip_card_callout, #tip_card.about_dms_tip_card_div #tip_card_callout, #tip_card.about_groups_tip_card_div #tip_card_callout {
left: 0; }
#tip_card, #tip_card_callout {
background: #1d1f21; }
/* ===[ Menus ]=== */
#menu ul, .menu_example ul, ul.dropdown-menu {
background: #1d1f21; }
#menu, .menu_example {
border: 1px solid #373b41; }
#menu ul li a, .menu_example ul li a, ul.dropdown-menu li a {
background: #1d1f21;
color: #f0c674;
border-bottom: 1px solid #373b41; }
#menu ul li.highlighted a, .menu_example ul li.highlighted a, #menu ul li.file_menu_item.highlighted a, #menu .flexpane_menu_item.highlighted a, .dropdown-menu > li > a:hover {
background: #272a2e;
color: #FFF;
border-bottom: 1px solid #373b41;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); }
#flex_menu_header, #flex_menu_footer {
background: #1d1f21 !important; }
#menu .flexpane_menu_item a, .menu_meta {
color: #e0e0e0; }
#flex_menu_callout {
background: none; }
#menu ul li.divider, ul.dropdown-menu li.divider, #menu ul li.double-divider {
display: none; }
/* ===[ Inputs ]=== */
.btn, .btn:active, .btn.active {
color: #e0e0e0 !important; }
.btn-primary, .btn, .btn:active, .btn.active {
background: #373b41; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn:hover, .btn.hover, .btn:focus {
background: #1d1f21; }
.btn-outline {
background: #373b41 !important;
color: #f0c674 !important;
border: 2px solid #272a2e; }
.btn-group > .btn-outline {
border-width: 2px; }
.btn-group .btn:hover:not(.active), .btn-group .btn:active:not(.active) {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25); }
.btn-group > .btn-outline + .btn-outline:hover, .btn-group > .btn-outline + .btn-outline:active, .btn-group > .btn-outline + .btn-outline.active {
margin-left: -1px; }
#message-input, textarea, textarea:focus, input, select, .member_filter, #menu input, .uneditable-input {
background: #1d1f21 !important;
color: #e0e0e0 !important;
border: 2px solid #373b41 !important; }
#message-input.offline {
color: #1d1f21 !important; }
textarea:focus, textarea:active, input:focus, input:acive, .uneditable-input:focus {
border: 2px solid #373b41 !important; }
input[type="file"] {
color: #b4b7b4 !important; }
input[disabled] {
background-color: #373b41 !important;
border-color: #373b41 !important; }
.btn-outline.active, .btn-outline:hover, .btn-outline.hover {
background: #272a2e !important;
color: #f0c674 !important;
border: 2px solid #272a2e; }
/* ===[ Scrollbar ]=== */
#client-ui .monkey_scroll_bar {
background: #1d1f21; }
#client-ui .monkey_scroll_handle_inner {
background: #373b41;
border: 3px solid #272a2e; }
/* ===[ Modals ]=== */
.modal_input_note, .input_note {
color: #b4b7b4; }
#new_prefs_dialog .modal-header {
border-bottom: 1px solid #272a2e; }
#new_prefs_dialog .modal-nav {
background: #373b41;
border-right: 1px solid #272a2e; }
#new_prefs_dialog .modal-nav a {
background: #373b41;
color: #e0e0e0;
text-shadow: 0 1px 0 #000; }
#new_prefs_dialog .modal-nav a.active {
background: #1d1f21;
color: #e0e0e0;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); }
.chzn-container-multi .chzn-choices {
background: #1d1f21;
color: #e0e0e0 !important;
border: 2px solid #373b41; }
.chzn-container-active .chzn-choices .search-field input {
color: #e0e0e0 !important; }
.chzn-container .chzn-drop, .chzn-container .chzn-results .no-results {
background: #373b41;
border: none; }
.chzn-container .chzn-results .highlighted {
background-color: #1d1f21; }
#list_browser p.highlighted, #lightbox_dialog.modal .lightbox_meta:hover {
background: #272a2e; }
#list_controls {
color: #e0e0e0;
border-bottom: 1px solid #272a2e; }
#list_search_container .icon_search, #list_browser .item_creator, #list_browser .item_purpose, #list_browser_dialog .modal-footer a {
color: #f0c674; }
.modal .monkey_scroll_wrapper {
background: none; }
.modal-header .close {
margin-top: 5px; }
.modal, .modal-header, .modal-footer, #new_prefs_dialog .modal-nav a:hover {
background: #1d1f21;
color: #e0e0e0; }
.modal label, .chzn-container .chzn-results .group-result, .modal .close, #list_browser_dialog .modal-footer a:hover {
color: #e0e0e0; }
/* ===[ Emojis ]=== */
#emoji_menu, #emoji_menu_header, #emoji_menu_footer, #emoji_menu_footer div {
background: #1d1f21;
color: #e0e0e0; }
#emoji_menu_footer {
border-top: 1px solid #272a2e; }
#emoji_menu_items_scroller, .emoji_grouping_tab.active, .emoji_grouping_tab:hover, #monkey_scroll_wrapper_for_emoji_menu_items_scroller, .tab_complete_ui li.tab_complete_ui_item.active, .tab_complete_ui li.tab_complete_ui_item:hover {
background: #373b41; }
#emoji_menu li.emoticon_item a:hover {
background: #1d1f21; }
#emoji_menu_footer div, div#emoji_tip {
color: #e0e0e0; }
/* ===[ Website ]=== */
.widescreen header #header_team_name a i {
margin-left: 1.5em; }
.widescreen #user_menu {
border-right: none; }
header .vert_divider {
border-left: 1px solid #373b41; }
table.mini td, table.mini th {
border-bottom: 1px solid #272a2e; }
.icon.thumb_80 img, .icon.thumb_40 img, .icon.square img {
border-radius: 0; }
.file_reference .icon, .file_list_item .icon, .file_preview {
border: 2px solid #373b41; }
.btn.btn_outline.btn_warning, .btn.btn_outline.btn_danger, .no_touch .btn.btn_outline.btn_danger:hover {
background: #373b41; }
.card, .tab_pane, .tab_set a.selected, .tab_set a.secondary.selected, .feature_new_team_sites #all_time, .feature_new_team_sites #third_row.column, .feature_new_team_sites #second_row.column {
background: #1d1f21;
border: 1px solid #373b41;
color: #e0e0e0; }
header #header_team_nav {
background: #1d1f21;
border: 1px solid #373b41; }
html.no_touch .plastic_row:hover {
background: #272a2e;
border: 1px solid #373b41;
border-color: #373b41; }
.tab_actions {
background: #1d1f21;
border: 1px solid #373b41;
border-color: #373b41; }
.btn_outline {
border: 1px solid #373b41; }
.btn_outline:active {
border-bottom: 1px solid #272a2e !important; }
.admin_list_item.expanded .btn-outline {
color: #e0e0e0 !important;
border: 1px solid #373b41; }
.no_touch .btn_outline:hover, .no_touch .btn_outline.hover, .admin_list_item.expanded .btn-outline:hover {
color: #e0e0e0 !important;
background: #272a2e;
border: 1px solid #1d1f21; }
.message.highlight {
background: #81a2be; }
#page pre {
color: black; }
.pagination ul > li > a, .pagination ul > li > span {
color: #e0e0e0;
background: #272a2e;
border: 1px solid #373b41; }
.pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span, html.no_touch .pagination ul > li > a:hover {
background-color: #373b41; }
html.no_touch .pagination ul > .disabled > a:hover, .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:focus {
color: #b4b7b4;
background: #1d1f21; }
.top_border, header #header_team_nav #add_team_option {
border-top: 1px solid #373b41; }
.admin_list_item {
color: #e0e0e0;
border-bottom: 1px solid #373b41; }
.inactive, #page_contents .invite_form_column {
background-image: none; }
.admin_list_item.inactive {
background: #373b41; }
.admin_list_item .inline_name:hover, .admin_list_item .inline_email:hover, .admin_list_item .inline_username:hover {
color: #a3685a;
background: none !important;
text-decoration: underline; }
.admin_list_item.expanded, .admin_list_item.success, .admin_list_item.processing, .admin_list_item.error {
background-color: #272a2e; }
.alert {
background-color: #1d1f21;
border: 1px solid #373b41;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
.alert-info {
color: #e0e0e0;
background-color: #1d1f21;
border-color: #373b41; }
.radio_selection, .billing_selection {
color: #e0e0e0 !important;
border: 2px solid #373b41;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
.radio_selection .mini, .slate_blue {
color: #e0e0e0 !important; }
.radio_selection:hover, .billing_selection:hover {
border-color: #373b41; }
.radio_selection.active, .billing_selection.active {
background: #373b41;
border-color: #1d1f21; }
table th {
border-bottom: 2px solid #373b41; }
.help {
border-top: 5px solid #373b41; }
.subtle_silver, .log_meta, .service_group a:hover, .service_group:hover a, .burnt_violet, .severe_grey {
color: #b4b7b4 !important; }
.file_actions_cog:hover {
color: #f0c674 !important; }
.highlight_yellow_bg {
background-color: #81a2be !important; }
.kelly_green_dark {
color: white !important; }
#plan_lite, #plan_enterprise {
border: 1px solid #272a2e;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
#plan_lite:hover, #plan_enterprise:hover {
border-color: #272a2e; }
#plan_lite .plan_arrow {
border-bottom: 20px solid #272a2e; }
.plan_arrow, #plan_enterprise .plan_arrow {
border-bottom: 20px solid #272a2e; }
.sky_blue_bg {
background-color: #373b41 !important; }
.havana_blue_bg, .clear_blue_bg {
background-color: #272a2e !important; }
.warm_white_bg {
background-color: #1d1f21 !important;
border: 1px solid #373b41 !important; }
.service {
background: #272a2e;
border: 1px solid #373b41;
color: #e0e0e0; }
.service.open {
background: #272a2e !important;
border: 1px solid #373b41; }
.service_row .summary strong {
color: #e0e0e0;
background: #81a2be; }
.icon_plus {
border: 3px dashed #e0e0e0; }
.banner.apps, #billing_contacts_container {
background: #1d1f21;
border-top: 1px solid #373b41; }
#stats_too_soon {
height: 500px; }
header, nav#site_nav, .btn-group.open .btn.dropdown-toggle, .btn-group.open .btn.dropdown-toggle, .btn-group.open .btn.dropdown-toggle:hover, table.billing tr:hover td, .log_entry:hover, .service:hover, #all_time, #third_row.column, #second_row.column {
background: #1d1f21; }
#header_team_name, header #header_team_name a, nav#site_nav h3, .widescreen:not(.nav_open) nav#site_nav h3, .plastic_row .description, html.no_touch .plastic_row:hover .chevron, .no_touch input:hover, .no_touch textarea:hover, .no_touch select:hover, .no_touch label.select:not(.disabled):hover:after, .no_touch .accordion_section h4 a:hover, .admin_list_item.expanded .sub_action:hover, .nav_open #menu_toggle, #second_row .disclaimer, #stats_disclaimer, #add_emoji_section h3 a, #stats_too_soon_copy h3, .col_left h2 a, .service h4, .service h4 a, .tab_set a.secondary, .admin_list_item .admin_member_type, .admin_list_item .admin_member_caret, #last_day p.summary strong {
color: #a3685a; }
header .menu_icon, #stats_too_soon img, header #header_logo {
display: none; }
.charcoal_grey, .service_group a, .file_actions_cog {
color: #a3685a !important; }
header #header_team_nav li.active a, html.no_touch header #header_team_nav li a:hover, html.no_touch nav#site_nav #user_menu_contents:hover, .plan, #plan_preview .plan {
color: #e0e0e0;
background: #272a2e; }
.plastic_row h3, .plastic_row h4 a, .plastic_row .chevron, .service_row a.summary, .accordion_section h4 a, .admin_list_item .admin_member_real_name, .admin_list_item.expanded .sub_action, .card h3 a, header #header_team_nav li a, .alert, .alert h4, #stats_too_soon_copy p, table.mini, .plan_details .column:not(.no_hover):hover, .plan_details .column.active, .preview_details, .cost_explanation, html.no_touch .service_row:not(.no_hover):hover a.summary, html.no_touch .service_row:not(.no_hover):hover .service_chevron, .icon_plus {
color: #e0e0e0; }
.plastic_row .icon, #page .msgs_holder, .billing_callout {
background: none; }
table tr, .banner, .service_row, .accordion_section, .billing_contact {
border-bottom: 1px solid #373b41; }
#footer {
border-top: none; }
#header_nav a.primary_nav, #activity_recent_toggle, header #menu_toggle, header .header_btns a, header .header_btns a .label, .file_header .title a, .action_cog, .action_cog i, .widescreen:not(.nav_open) nav#site_nav ul a, .widescreen:not(.nav_open) nav#site_nav ul a:link, .widescreen:not(.nav_open) nav#site_nav ul a:visited, .widescreen:not(.nav_open) nav#site_nav ul a:hover, .widescreen:not(.nav_open) nav#site_nav ul a:active, .widescreen:not(.nav_open) nav#site_nav #user_menu_name, #footer a, a.mini, a.mini:link, a.mini:visited {
color: #b4b7b4; }
#header_team_name:hover .fa-caret-down, nav#site_nav #footer_nav a, #home_footer a, .widescreen:not(.nav_open) nav#site_nav #footer_nav a, #header_nav a.primary_nav:hover, #header_nav a.primary_nav.active, ul.sidebar_nav li a.active, ul.sidebar_nav li, .col_left h2 a:hover, .service:hover h4, .service:hover h4 a, .file_header .title a:hover, html.no_touch .action_cog:hover, html.no_touch .action_cog:hover i, html.no_touch header #header_team_name a:hover, html.no_touch header #menu_toggle:hover, html.no_touch header .header_btns a:hover, html.no_touch header .header_btns a:hover .label, .payment_per_month, .plan h3, #plan_preview .plan h3, .plan_tip, .plan_details .column, #pricing_guide label.checkbox, #footer a:hover, a.mini:hover, a.mini:active, html.no_touch .service:not(.no_hover):hover h4, html.no_touch .service:not(.no_hover):hover h4 a {
color: #f0c674; }
.no_touch .btn:hover, .no_touch .btn.hover, .no_touch .btn:focus, .admin_list_item:hover, .plan_availability, #monkey_scroll_wrapper_for_menu_items_scroller, .modal-backdrop, .icon {
background: #272a2e; }
#stats_limited {
bottom: 0;
height: 480px;
position: absolute;
width: 100%;
margin-left: -2rem;
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #373b41 65%);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #373b41 65%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #373b41 65%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.65, #373b41));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #373b41 65%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #373b41 65%); }
/* ===[ Filters ]=== */
.snippet_preview, .special_formatting, .CodeMirror, code, .icon_loading, pre {
filter: invert(100%);
-moz-filter: invert(100%);
-webkit-filter: invert(100%); }