A self hosted chat application with end-to-end encrypted messaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

321 lines
6.4 KiB

  1. /*------------------------------------
  2. - COLOR primary
  3. ------------------------------------*/
  4. /*
  5. .alert-primary {
  6. color: #191d21;
  7. background-color: #b8c1c9;
  8. border-color: #adb6c0;
  9. }
  10. .alert-primary hr {
  11. border-top-color: #9eaab5;
  12. }
  13. .alert-primary .alert-link {
  14. color: #030404;
  15. }
  16. .badge-primary {
  17. color: #fff;
  18. background-color: #4f5b67;
  19. }
  20. .badge-primary[href]:hover,
  21. .badge-primary[href]:focus {
  22. color: #fff;
  23. background-color: #38414a;
  24. }
  25. .bg-primary {
  26. background-color: #4f5b67 !important;
  27. }
  28. a.bg-primary:hover,
  29. a.bg-primary:focus,
  30. button.bg-primary:hover,
  31. button.bg-primary:focus {
  32. background-color: #38414a !important;
  33. }
  34. .border-primary {
  35. border-color: #4f5b67 !important;
  36. }
  37. .btn-primary {
  38. color: #fff;
  39. background-color: #4f5b67;
  40. border-color: #4f5b67;
  41. }
  42. .btn-primary:hover {
  43. color: #fff;
  44. background-color: #3f4952;
  45. border-color: #38414a;
  46. }
  47. .btn-primary:focus,
  48. .btn-primary.focus {
  49. box-shadow: 0 0 0 0.2rem rgba(79, 91, 103, 0.5);
  50. }
  51. .btn-primary.disabled,
  52. .btn-primary:disabled {
  53. color: #fff;
  54. background-color: #4f5b67;
  55. border-color: #4f5b67;
  56. }
  57. .btn-primary:not(:disabled):not(.disabled):active,
  58. .btn-primary:not(:disabled):not(.disabled).active,
  59. .show>.btn-primary.dropdown-toggle {
  60. color: #fff;
  61. background-color: #38414a;
  62. border-color: #323941;
  63. }
  64. .btn-primary:not(:disabled):not(.disabled):active:focus,
  65. .btn-primary:not(:disabled):not(.disabled).active:focus,
  66. .show>.btn-primary.dropdown-toggle:focus {
  67. box-shadow: 0 0 0 0.2rem rgba(79, 91, 103, 0.5);
  68. }
  69. .btn-outline-primary {
  70. color: #4f5b67;
  71. background-color: transparent;
  72. border-color: #4f5b67;
  73. }
  74. .btn-outline-primary:hover {
  75. color: #fff;
  76. background-color: #4f5b67;
  77. border-color: #4f5b67;
  78. }
  79. .btn-outline-primary:focus,
  80. .btn-outline-primary.focus {
  81. box-shadow: 0 0 0 0.2rem rgba(79, 91, 103, 0.5);
  82. }
  83. .btn-outline-primary.disabled,
  84. .btn-outline-primary:disabled {
  85. color: #4f5b67;
  86. background-color: transparent;
  87. }
  88. .btn-outline-primary:not(:disabled):not(.disabled):active,
  89. .btn-outline-primary:not(:disabled):not(.disabled).active,
  90. .show>.btn-outline-primary.dropdown-toggle {
  91. color: #fff;
  92. background-color: #4f5b67;
  93. border-color: #4f5b67;
  94. }
  95. .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  96. .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  97. .show>.btn-outline-primary.dropdown-toggle:focus {
  98. box-shadow: 0 0 0 0.2rem rgba(79, 91, 103, 0.5);
  99. }
  100. .list-group-item-primary {
  101. color: #191d21;
  102. background-color: #adb6c0;
  103. }
  104. .list-group-item-primary.list-group-item-action:hover,
  105. .list-group-item-primary.list-group-item-action:focus {
  106. color: #191d21;
  107. background-color: #9eaab5;
  108. }
  109. .list-group-item-primary.list-group-item-action.active {
  110. color: #fff;
  111. background-color: #191d21;
  112. border-color: #191d21;
  113. }
  114. .table-primary,
  115. .table-primary>th,
  116. .table-primary>td {
  117. background-color: #adb6c0;
  118. }
  119. .table-hover .table-primary:hover {
  120. background-color: #9eaab5;
  121. }
  122. .table-hover .table-primary:hover>td,
  123. .table-hover .table-primary:hover>th {
  124. background-color: #9eaab5;
  125. }
  126. .text-primary {
  127. color: #4f5b67 !important;
  128. }
  129. a.text-primary:hover,
  130. a.text-primary:focus {
  131. color: #38414a !important;
  132. } */
  133. /*------------------------------------
  134. - COLOR primary
  135. ------------------------------------*/
  136. .alert-primary {
  137. color: #14171b;
  138. background-color: #b1bbc4;
  139. border-color: #a5b0bb;
  140. }
  141. .alert-primary hr {
  142. border-top-color: #97a4b0;
  143. }
  144. .alert-primary .alert-link {
  145. color: #000000;
  146. }
  147. .badge-primary {
  148. color: #fff;
  149. background-color: #495561;
  150. }
  151. .badge-primary[href]:hover,
  152. .badge-primary[href]:focus {
  153. color: #fff;
  154. background-color: #333b43;
  155. }
  156. .bg-primary {
  157. background-color: #495561 !important;
  158. }
  159. a.bg-primary:hover,
  160. a.bg-primary:focus,
  161. button.bg-primary:hover,
  162. button.bg-primary:focus {
  163. background-color: #333b43 !important;
  164. }
  165. .border-primary {
  166. border-color: #495561 !important;
  167. }
  168. .btn-primary {
  169. color: #fff;
  170. background-color: #495561;
  171. border-color: #495561;
  172. }
  173. .btn-primary:hover {
  174. color: #fff;
  175. background-color: #39434c;
  176. border-color: #333b43;
  177. }
  178. .btn-primary:focus,
  179. .btn-primary.focus {
  180. box-shadow: 0 0 0 0.2rem rgba(73, 85, 97, 0.5);
  181. }
  182. .btn-primary.disabled,
  183. .btn-primary:disabled {
  184. color: #fff;
  185. background-color: #495561;
  186. border-color: #495561;
  187. }
  188. .btn-primary:not(:disabled):not(.disabled):active,
  189. .btn-primary:not(:disabled):not(.disabled).active,
  190. .show>.btn-primary.dropdown-toggle {
  191. color: #fff;
  192. background-color: #333b43;
  193. border-color: #2c333b;
  194. }
  195. .btn-primary:not(:disabled):not(.disabled):active:focus,
  196. .btn-primary:not(:disabled):not(.disabled).active:focus,
  197. .show>.btn-primary.dropdown-toggle:focus {
  198. box-shadow: 0 0 0 0.2rem rgba(73, 85, 97, 0.5);
  199. }
  200. .btn-outline-primary {
  201. color: #495561;
  202. background-color: transparent;
  203. border-color: #495561;
  204. }
  205. .btn-outline-primary:hover {
  206. color: #fff;
  207. background-color: #495561;
  208. border-color: #495561;
  209. }
  210. .btn-outline-primary:focus,
  211. .btn-outline-primary.focus {
  212. box-shadow: 0 0 0 0.2rem rgba(73, 85, 97, 0.5);
  213. }
  214. .btn-outline-primary.disabled,
  215. .btn-outline-primary:disabled {
  216. color: #495561;
  217. background-color: transparent;
  218. }
  219. .btn-outline-primary:not(:disabled):not(.disabled):active,
  220. .btn-outline-primary:not(:disabled):not(.disabled).active,
  221. .show>.btn-outline-primary.dropdown-toggle {
  222. color: #fff;
  223. background-color: #495561;
  224. border-color: #495561;
  225. }
  226. .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  227. .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  228. .show>.btn-outline-primary.dropdown-toggle:focus {
  229. box-shadow: 0 0 0 0.2rem rgba(73, 85, 97, 0.5);
  230. }
  231. .list-group-item-primary {
  232. color: #14171b;
  233. background-color: #a5b0bb;
  234. }
  235. .list-group-item-primary.list-group-item-action:hover,
  236. .list-group-item-primary.list-group-item-action:focus {
  237. color: #14171b;
  238. background-color: #97a4b0;
  239. }
  240. .list-group-item-primary.list-group-item-action.active {
  241. color: #fff;
  242. background-color: #14171b;
  243. border-color: #14171b;
  244. }
  245. .table-primary,
  246. .table-primary>th,
  247. .table-primary>td {
  248. background-color: #a5b0bb;
  249. }
  250. .table-hover .table-primary:hover {
  251. background-color: #97a4b0;
  252. }
  253. .table-hover .table-primary:hover>td,
  254. .table-hover .table-primary:hover>th {
  255. background-color: #97a4b0;
  256. }
  257. .text-primary {
  258. color: #495561 !important;
  259. }
  260. a.text-primary:hover,
  261. a.text-primary:focus {
  262. color: #333b43 !important;
  263. }