_variables.scss 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. $mobile_landscape_height: 450px !default;
  2. $mobile_portrait_length: 480px !default;
  3. #conversejs, #conversejs-bg, .converse-fullscreen {
  4. --subdued-color: #A8ABA1;
  5. --subdued-color-lighten-25-percent: #e6e7e4; // lighten(#A8ABA1, 25%)
  6. --chat-status-online: #3AA569; // $green
  7. --chat-status-busy: #E77051; // $red
  8. --chat-status-away: #E7A151; // $orange
  9. --brand-heading-color: #387592; // $blue
  10. --completion-light-color: #FFB9A7; // $lightest-red
  11. --completion-normal-color: #E77051; // $red
  12. --completion-dark-color: #D24E2B; // $dark-red
  13. --link-color: #578EA9; // $light-blue
  14. --link-color-darken-20-percent: #345566; // darken($light-blue, 20%)
  15. --link-color-lighten-10-percent: #79a5ba; // lighten($light-blue, 10%)
  16. --dark-link-color: #206485; // $dark-blue
  17. --global-background-color: #397491; // dark blue
  18. --inverse-link-color: white;
  19. --text-shadow-color: #FAFAFA;
  20. --text-color: #666;
  21. --text-color-lighten-15-percent: #8c8c8c; // lighten(#666, 15%)
  22. --message-text-color: #555;
  23. --message-receipt-color: #3AA569; // $green
  24. --save-button-color: #3AA569; // $green
  25. --message-avatar-width: 36px;
  26. --message-avatar-height: 36px;
  27. --chat-textarea-color: #666;
  28. --chat-textarea-background-color: white;
  29. --chat-textarea-height: 60px;
  30. --send-button-height: 27px;
  31. --send-button-margin: 3px;
  32. --controlbox-heading-top-margin: 0.75em;
  33. --inline-action-margin: 0.75em;
  34. --roster-height: 194px;
  35. --flyout-padding: 1.2em;
  36. --chat-head-color: #3AA569; // $green
  37. --chat-head-color-dark: #1E9652;
  38. --chat-head-color-darker: #0E763B;
  39. --chat-head-color-lighten-50-percent: #e7f7ee; // lighten($green, 50%)
  40. --chat-head-text-color: white;
  41. --chat-correcting-color: var(--chat-head-color-lighten-50-percent);
  42. --chat-topic-display: block;
  43. --chat-info-display: block;
  44. --highlight-color: #DCF9F6;
  45. --primary-color: #578EA9; // blue
  46. --primary-color-dark: #397491;
  47. --secondary-color: #818479; // gray
  48. --secondary-color-dark: #585B51;
  49. --warning-color: #E7A151; // orange
  50. --warning-color-dark: #D2842B;
  51. --danger-color: #D24E2B; // dark-red
  52. --danger-color-dark: #A93415; // darker red
  53. --light-background-color: #FCFDFD;
  54. --error-color: #D24E2B; // dark-red
  55. --info-color: #1E9652; // $dark-green
  56. --button-border-radius: 5px;
  57. --chatbox-border-radius: 4px;
  58. --controlbox-width: 250px;
  59. --controlbox-head-color: #578EA9; // $light-blue
  60. --controlbox-head-color-lighten-45-percent: #eff4f7; // lighten($light-blue, 45%)
  61. --controlbox-pane-background-color: white;
  62. --controlbox-heading-color: inherit;
  63. --controlbox-heading-font-weight: bold;
  64. --chat-gutter: 0.5em;
  65. --minimized-chats-width: 130px;
  66. --mobile-chat-width: 100%;
  67. --mobile-chat-height: 400px;
  68. // TODO: figure out a way to concatenate custom properties with strings.
  69. // --font-path: "webfonts/icomoon/fonts/";
  70. --normal-font: "Helvetica", "Arial", sans-serif;
  71. --heading-font: 'Muli', normal;
  72. --branding-font: 'Baumans', cursive;
  73. --heading-display: block;
  74. --heading-color: white;
  75. --chatroom-head-color: #E77051; // $orange
  76. --chatroom-head-color-dark: #D24E2B; // $red
  77. --chatroom-head-color-lighten-25-percent: #f6ccc1; // lighten($red, 25%)
  78. --chatroom-head-button-color: var(--chatroom-head-color);
  79. --chatroom-head-title-font-weight: normal;
  80. --chatroom-head-title-padding-right: 0px;
  81. --chatroom-head-description-color: var(--chatroom-head-color-lighten-25-percent);
  82. --chatroom-head-description-link-color: white;
  83. --chatroom-head-description-display: block;
  84. --chatroom-head-description-border-left: 0px;
  85. --chatroom-head-description-padding-left: 0px;
  86. --chatroom-head-border-bottom: 0px;
  87. --chatroom-width: 400px;
  88. --chatroom-correcting-color: #fadfd7; // lighten($red, 30%)
  89. --chatroom-badge-color: var(--chatroom-head-color);
  90. --chatroom-badge-hover-color: var(--chatroom-head-color-dark);
  91. --headline-head-color: #E7A151; // $orange
  92. --headline-message-color: #D2842B;
  93. --chatbox-button-size: 14px;
  94. --fullpage-chatbox-button-size: 16px;
  95. --font-size-tiny: 10px;
  96. --font-size-small: 12px;
  97. --font-size: 14px;
  98. --font-size-large: 16px;
  99. --font-size-huge: 20px;
  100. --message-font-size: var(--font-size);
  101. --separator-text-color: var(--message-text-color);
  102. --chat-separator-border-bottom: 2px solid var(--chat-head-color);
  103. --chatroom-separator-border-bottom: 2px solid var(--chatroom-head-color);
  104. --message-input-border-top: 4px solid var(--chatroom-head-color);
  105. --message-input-color: var(--chatroom-head-color);
  106. --line-height-small: 14px;
  107. --line-height: 16px;
  108. --line-height-large: 20px;
  109. --line-height-huge: 27px;
  110. --occupants-padding: 1em;
  111. --occupants-background-color: white;
  112. --occupants-max-width: inherit;
  113. --occupants-border-left: 1px solid var(--text-color);
  114. --occupants-border-bottom: 1px solid lightgrey;
  115. --occupants-features-display: block;
  116. --embedded-emoji-picker-height: 200px;
  117. --avatar-border-radius: 10%;
  118. --avatar-border: 1px solid lightgrey;
  119. --avatar-background-color: white;
  120. --fullpage-chat-head-height: 62px;
  121. --fullpage-chat-height: 100vh;
  122. --fullpage-chat-width: 100%;
  123. --fullpage-emoji-picker-height: 200px;
  124. --fullpage-max-chat-textarea-height: 15em;
  125. --overlayed-chat-head-height: 55px;
  126. --overlayed-chat-height: 450px;
  127. --overlayed-chat-width: 250px;
  128. --overlayed-chatbox-hover-height: 1em;
  129. --overlayed-emoji-picker-height: 100px;
  130. --overlayed-max-chat-textarea-height: 200px;
  131. --overlayed-badge-color: #818479; // $gray-color
  132. --list-toggle-color: #818479; // $gray-color
  133. --list-toggle-hover-color: #585B51; // $dark-gray-color
  134. --list-toggle-font-weight: normal;
  135. --list-item-action-color: #e3eef3; // lighten($lightest-blue, 25%)
  136. --list-item-link-color: inherit;
  137. --list-item-link-hover-color: var(--dark-link-color);
  138. --list-item-open-color: var(--controlbox-head-color);
  139. --list-item-open-hover-color: var(--controlbox-head-color);
  140. --list-circle-color: #89d6ab; // lighten($green, 25%)
  141. --list-minus-circle-color: #f0a794; // lighten($red, 15%)
  142. --list-dot-circle-color: #f6dec1; // lighten($orange, 25%)
  143. }
  144. #conversejs.theme-concord {
  145. --avatar-border-radius: 100%;
  146. --avatar-border: 0px;
  147. --avatar-background-color: none;
  148. --controlbox-pane-background-color: #333;
  149. --controlbox-heading-color: #777;
  150. --controlbox-heading-font-weight: bold;
  151. --chat-topic-display: none;
  152. --chat-info-display: none;
  153. --chat-textarea-background-color: #F6F6F6;
  154. --chat-correcting-color: #FFFFC0;
  155. --chat-head-text-color: #999;
  156. --chatbox-border-radius: 0px;
  157. --heading-display: inline;
  158. --heading-color: #4F545C;
  159. --chatroom-head-color: white;
  160. --chatroom-head-color-lighten-25-percent: blue;
  161. --chatroom-head-button-color: #999;
  162. --chatroom-head-title-font-weight: bold;
  163. --chatroom-head-title-padding-right: 12px;
  164. --chatroom-head-description-color: black;
  165. --chatroom-head-description-link-color: #00b3f4;
  166. --chatroom-head-description-display: inline;
  167. --chatroom-head-description-border-left: 1px solid #DDD;
  168. --chatroom-head-description-padding-left: 12px;
  169. --chatroom-head-border-bottom: 1px solid #EEE;
  170. --chatroom-correcting-color: #FFFFC0;
  171. --chatroom-badge-color: #E77051; // $orange
  172. --chatroom-badge-hover-color: #D24E2B; // $red
  173. --occupants-background-color: #F3F3F3;
  174. /* TODO: find a way to allow that and reflow the chat-area properly.
  175. * --occupants-max-width: 240px; */
  176. --occupants-border-left: 0px;
  177. --occupants-border-bottom: 0px;
  178. --occupants-features-display: none;
  179. --separator-text-color: #AAA;
  180. --chat-separator-border-bottom: 1px solid #AAA;
  181. --chatroom-separator-border-bottom: 1px solid #AAA;
  182. --message-input-border-top: 1px solid #CCC;
  183. --message-input-color: #CCC;
  184. --fullpage-chat-head-height: 40px;
  185. --fullpage-chatbox-button-size: 24px;
  186. --list-toggle-font-weight: bold;
  187. --list-item-link-color: #F1F1F1;
  188. --list-item-link-hover-color: #DDD;
  189. --list-item-open-color: #444;
  190. --list-item-open-hover-color: #444;
  191. }