Guest User

Untitled

a guest
Dec 11th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. /*
  2. Sidebar Theme:
  3. #140E1D,#140E1D,#65375B,#FFABED,#65375B,#F9B98C,#FFABED,#FFABED
  4. */
  5.  
  6. * {
  7. box-shadow: unset !important;
  8. }
  9.  
  10. .client_main_container,
  11. .channel_header,
  12. #channel_topic_text,
  13. #footer, #msg_input, #msg_form, #footer_msgs,
  14. .search_input, .search_form,
  15. .reply_bar,
  16. #flex_contents, #flex_contents .heading,
  17. .message_input,
  18. .reply_count {
  19. background-color: #140E1D !important;
  20. color: #494452 !important;
  21. border-color: #234A66 !important;
  22. }
  23.  
  24. ts-message {
  25. background-color: #140E1D !important;
  26. }
  27.  
  28. .message_body {
  29. color: #F9B98C;
  30. }
  31.  
  32. .light_theme ts-message .message_content a.message_sender {
  33. background-color: #65375B !important;
  34. color: #FFABED !important;
  35. }
  36.  
  37. .client_main_container .bot_message .message_sender, .bot_message .message_sender a {
  38. background-color: #234A66 !important;
  39. color: #8ECDFF !important;
  40. }
  41.  
  42. .day_divider_label {
  43. background-color: #65375B !important;
  44. color: #FFABED;
  45. }
  46.  
  47. .day_msgs, .convo_flexpane_divider {
  48. border-top: none !important;
  49. }
  50.  
  51. #client_body:not(.onboarding)::before {
  52. display: none !important;
  53. }
  54.  
  55. .app_preview_link_slug, .internal_member_link, .internal_user_group_link, ts-mention {
  56. background-color: #005156 !important;
  57. color: #8ECDFF !important;
  58. }
  59.  
  60. .client_main_container a,
  61. .client_main_container a:link,
  62. .client_main_container a:visited {
  63. color: #8ECDFF !important;
  64. }
  65.  
  66. a.mention, a:link.mention, a:visited.mention, .mention {
  67. background-color: #2E4F21 !important;
  68. color: #9AD685 !important;
  69. }
  70.  
  71. a.timestamp, a:link.timestamp, a:visited.timestamp,
  72. .file_preview_link,
  73. ts-message .meta.msg_inline_file_preview_toggler .msg_inline_media_toggler,
  74. ts-message .meta.msg_inline_file_preview_toggler .ts_icon_dropbox,
  75. ts-message .meta.msg_inline_file_preview_toggler a,
  76. ts-message .meta.msg_inline_img_toggler .msg_inline_media_toggler,
  77. ts-message .meta.msg_inline_img_toggler .ts_icon_dropbox,
  78. ts-message .meta.msg_inline_img_toggler a,
  79. ts-message .reply_bar .last_reply_at,
  80. ts-message .reply_bar .view_conv_hover {
  81. color: #494452 !important;
  82. }
  83.  
  84. .btn_msg_action, .action_hover_container, .btn_unstyle {
  85. background-color: #140E1D !important;
  86. border-color: #234A66 !important;
  87. color: #8ECDFF !important;
  88. }
  89.  
  90. .bot_label {
  91. display: none !important;
  92. }
  93.  
  94. *::-webkit-scrollbar { width: 4px; }
  95. *::-webkit-scrollbar-track-piece,
  96. *::-webkit-scrollbar-track,
  97. *::-webkit-scrollbar-corner,
  98. *::-webkit-scrollbar-button { display: none; }
  99. *::-webkit-scrollbar-thumb {
  100. background-color: #494452 !important;
  101. }
Add Comment
Please, Sign In to add comment