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.

244 lines
4.5 KiB

  1. .c_red300{
  2. background: #E57373!important;
  3. color: #ffffff!important;
  4. }
  5. .c_red400{
  6. background: #EF5350!important;
  7. color: #ffffff!important;
  8. }
  9. .c_red500{
  10. background: #F44336!important;
  11. color: #ffffff!important;
  12. }
  13. /* indigo */
  14. .c_indigo50{
  15. background:#E8EAF6!important;
  16. color: #000000!important;
  17. }
  18. .c_indigo100{
  19. background:#C5CAE9!important;
  20. color: #000000!important;
  21. }
  22. .c_indigo200{
  23. background:#9FA8DA!important;
  24. color: #000000!important;
  25. }
  26. .c_indigo300{
  27. background:#7986CB!important;
  28. color: #ffffff!important;
  29. }
  30. .c_indigo400{
  31. background:#5C6BC0!important;
  32. color: #ffffff!important;
  33. }
  34. .c_indigo500{
  35. background:#3F51B5!important;
  36. color: #ffffff!important;
  37. }
  38. .c_indigo600{
  39. background:#3949AB!important;
  40. color: #ffffff!important;
  41. }
  42. .c_indigo700{
  43. background:#303F9F!important;
  44. color: #ffffff!important;
  45. }
  46. .c_indigo800{
  47. background:#283593!important;
  48. color: #ffffff!important;
  49. }
  50. .c_indigo900{
  51. background:#1A237E!important;
  52. color: #ffffff!important;
  53. }
  54. .ctext_indigo500{
  55. color: #3F51B5!important;
  56. }
  57. /* blue */
  58. .c_blue50{
  59. background: #E3F2FD!important;
  60. color: #000000!important;
  61. }
  62. .c_blue100{
  63. background: #BBDEFB!important;
  64. color: #000000!important;
  65. }
  66. .c_blue200{
  67. background: #90CAF9!important;
  68. color: #000000!important;
  69. }
  70. .c_blue300{
  71. background: #64B5F6!important;
  72. color: #ffffff!important;
  73. }
  74. .c_blue400{
  75. background: #42A5F5!important;
  76. color: #ffffff!important;
  77. }
  78. .c_blue500{
  79. background: #2196F3!important;
  80. color: #ffffff!important;
  81. }
  82. .c_blue600{
  83. background: #1E88E5!important;
  84. color: #ffffff!important;
  85. }
  86. .c_blue700{
  87. background: #1976D2!important;
  88. color: #ffffff!important;
  89. }
  90. .c_blue800{
  91. background: #1565C0!important;
  92. color: #ffffff!important;
  93. }
  94. .c_blue900{
  95. background: #0D47A1!important;
  96. color: #ffffff!important;
  97. }
  98. /* cyan */
  99. .c_cyan50{
  100. background: #E0F7FA!important;
  101. color: #000000!important;
  102. }
  103. .c_cyan100{
  104. background: #B2EBF2!important;
  105. color: #000000!important;
  106. }
  107. .c_cyan200{
  108. background: #80DEEA!important;
  109. color: #000000!important;
  110. }
  111. .c_cyan300{
  112. background: #4DD0E1!important;
  113. color: #ffffff!important;
  114. }
  115. .c_cyan400{
  116. background: #26C6DA!important;
  117. color: #ffffff!important;
  118. }
  119. .c_cyan500{
  120. background: #00BCD4!important;
  121. color: #ffffff!important;
  122. }
  123. .c_cyan600{
  124. background: #00ACC1!important;
  125. color: #ffffff!important;
  126. }
  127. .c_cyan700{
  128. background: #0097A7!important;
  129. color: #ffffff!important;
  130. }
  131. .c_cyan800{
  132. background: #00838F!important;
  133. color: #ffffff!important;
  134. }
  135. .c_cyan900{
  136. background: #006064!important;
  137. color: #ffffff!important;
  138. }
  139. .c_green300{
  140. background: #81C784!important;
  141. color: #ffffff!important;
  142. }
  143. .c_green400{
  144. background: #66BB6A!important;
  145. color: #ffffff!important;
  146. }
  147. .c_green500{
  148. background: #4CAF50!important;
  149. color: #ffffff!important;
  150. }
  151. /* grey */
  152. .c_grey50{
  153. background: #FAFAFA!important;
  154. color: #000000!important;
  155. }
  156. .c_grey100{
  157. background: #F5F5F5!important;
  158. color: #000000!important;
  159. }
  160. .c_grey200{
  161. background: #EEEEEE!important;
  162. color: #000000!important;
  163. }
  164. .c_grey300{
  165. background: #E0E0E0!important;
  166. color: #ffffff!important;
  167. }
  168. .c_grey400{
  169. background: #BDBDBD!important;
  170. color: #ffffff!important;
  171. }
  172. .c_grey500{
  173. background: #9E9E9E!important;
  174. color: #ffffff!important;
  175. }
  176. .c_grey600{
  177. background: #757575!important;
  178. color: #ffffff!important;
  179. }
  180. .c_grey700{
  181. background: #616161!important;
  182. color: #ffffff!important;
  183. }
  184. .c_grey800{
  185. background: #424242!important;
  186. color: #ffffff!important;
  187. }
  188. .c_grey900{
  189. background: #212121!important;
  190. color: #ffffff!important;
  191. }
  192. /* blue grey */
  193. .c_blueGrey50{
  194. background: #ECEFF1!important;
  195. color: #000000!important;
  196. }
  197. .c_blueGrey100{
  198. background: #CFD8DC!important;
  199. color: #000000!important;
  200. }
  201. .c_blueGrey200{
  202. background: #B0BEC5!important;
  203. color: #000000!important;
  204. }
  205. .c_blueGrey300{
  206. background: #90A4AE!important;
  207. color: #ffffff!important;
  208. }
  209. .c_blueGrey400{
  210. background: #78909C!important;
  211. color: #ffffff!important;
  212. }
  213. .c_blueGrey500{
  214. background: #607D8B!important;
  215. color: #ffffff!important;
  216. }
  217. .c_blueGrey600{
  218. background: #546E7A!important;
  219. color: #ffffff!important;
  220. }
  221. .c_blueGrey700{
  222. background: #455A64!important;
  223. color: #ffffff!important;
  224. }
  225. .c_blueGrey800{
  226. background: #37474F!important;
  227. color: #ffffff!important;
  228. }
  229. .c_blueGrey900{
  230. background: #263238!important;
  231. color: #ffffff!important;
  232. }
  233. .ctext_blueGrey500{
  234. color: #607D8B!important;
  235. }