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.

218 lines
5.6 KiB

7 years ago
  1. .o_fWhiteLight{
  2. color: #c6ccd2!important;
  3. }
  4. .o_bGrey{
  5. background: #e6e6e6!important;
  6. color: #000000!important;
  7. }
  8. .o_bGreyLight{
  9. background: #CFD8DC!important;
  10. color: #000000!important;
  11. }
  12. /* backgrounds color: bColor */
  13. .o_bRed{
  14. background: rgb(252,87,85)!important;
  15. color: #ffffff!important;
  16. }
  17. .o_bRedLight{
  18. background: #E57373!important;
  19. color: #ffffff!important;
  20. }
  21. .o_bRedDark{
  22. background: rgb(218, 89, 120)!important;
  23. color: #ffffff!important;
  24. }
  25. .o_bGreen{
  26. background: rgb(123,195,70)!important;
  27. color: #ffffff!important;
  28. }
  29. .o_bGreenLight{
  30. background: #81C784!important;
  31. color: #ffffff!important;
  32. }
  33. .o_bGreenDark{
  34. background: rgb(54,188,155)!important;
  35. color: #ffffff!important;
  36. }
  37. .o_bBlue{
  38. background: rgb(104,195,240)!important;
  39. color: #ffffff!important;
  40. }
  41. .o_bBlueDark{
  42. background: rgb(72,118,180)!important;
  43. color: #ffffff!important;
  44. }
  45. .o_bYellow{
  46. background: rgb(251,187,61)!important;
  47. color: #ffffff!important;
  48. }
  49. .o_bYellowDark{
  50. background: #F9A825!important;
  51. color: #ffffff!important;
  52. }
  53. .o_bOrange{
  54. background: rgb(251, 126, 61)!important;
  55. color: #ffffff!important;
  56. }
  57. .o_bOrangeDark{
  58. background: #FF7043!important;
  59. color: #ffffff!important;
  60. }
  61. .o_grey50{
  62. background: #FAFAFA!important;
  63. color: #000000!important;
  64. }
  65. .o_grey100{
  66. background: #F5F5F5!important;
  67. color: #000000!important;
  68. }
  69. .o_grey200{
  70. background: #EEEEEE!important;
  71. color: #000000!important;
  72. }
  73. .o_grey300{
  74. background: #E0E0E0!important;
  75. color: #000000!important;
  76. }
  77. .o_grey400{
  78. background: #BDBDBD!important;
  79. color: #000000!important;
  80. }
  81. .o_grey500{
  82. background: #9E9E9E!important;
  83. color: #000000!important;
  84. }
  85. .o_grey600{
  86. background: #757575!important;
  87. color: #ffffff!important;
  88. }
  89. .o_grey700{
  90. background: #616161!important;
  91. color: #ffffff!important;
  92. }
  93. .o_grey800{
  94. background: #424242!important;
  95. color: #ffffff!important;
  96. }
  97. .o_grey900{
  98. background: #212121!important;
  99. color: #ffffff!important;
  100. }
  101. .o_purple50{
  102. background: #EDE7F6!important;
  103. color: #000000!important;
  104. }
  105. .o_purple100{
  106. background: #D1C4E9!important;
  107. color: #000000!important;
  108. }
  109. .o_purple200{
  110. background: #B39DDB!important;
  111. color: #000000!important;
  112. }
  113. .o_purple300{
  114. background: #9575CD!important;
  115. color: #ffffff!important;
  116. }
  117. .o_purple400{
  118. background: #7E57C2!important;
  119. color: #ffffff!important;
  120. }
  121. .o_purple500{
  122. background: #673AB7!important;
  123. color: #ffffff!important;
  124. }
  125. .o_purple600{
  126. background: #5E35B1!important;
  127. color: #ffffff!important;
  128. }
  129. .o_purple700{
  130. background: #512DA8!important;
  131. color: #ffffff!important;
  132. }
  133. .o_purple800{
  134. background: #4527A0!important;
  135. color: #ffffff!important;
  136. }
  137. .o_purple900{
  138. background: #311B92!important;
  139. color: #ffffff!important;
  140. }
  141. .o_purpleG000to200{
  142. background: -moz-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ff3.6+ */
  143. background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #D1C4E9)); /* safari4+,chrome */
  144. background: -webkit-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* safari5.1+,chrome10+ */
  145. background: -o-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* opera 11.10+ */
  146. background: -ms-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%); /* ie10+ */
  147. background: linear-gradient(90deg, #ffffff 0%, #D1C4E9 100%); /* w3c */
  148. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1C4E9',GradientType=1 ); /* ie6-9 */
  149. }
  150. .o_purpleG500to300{
  151. background: -moz-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
  152. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #673AB7), color-stop(100%, #9575CD)); /* safari4+,chrome */
  153. background: -webkit-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
  154. background: -o-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
  155. background: -ms-linear-gradient(219deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
  156. background: linear-gradient(231deg, #9575CD 0%, #673AB7 100%); /* w3c */
  157. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9575CD',GradientType=1 ); /* ie6-9 */
  158. color: #ffffff!important;
  159. }
  160. .o_purpleG300to500{
  161. background: -moz-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ff3.6+ */
  162. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9575CD), color-stop(100%, #673AB7)); /* safari4+,chrome */
  163. background: -webkit-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* safari5.1+,chrome10+ */
  164. background: -o-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* opera 11.10+ */
  165. background: -ms-linear-gradient(42deg, #9575CD 0%, #673AB7 100%); /* ie10+ */
  166. background: linear-gradient(48deg, #9575CD 0%, #673AB7 100%); /* w3c */
  167. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575CD', endColorstr='#673AB7',GradientType=1 ); /* ie6-9 */
  168. color: #ffffff!important;
  169. }
  170. .o_text_white{
  171. color: #ffffff!important;
  172. }
  173. .o_text_grey400{
  174. color: #BDBDBD!important;
  175. }
  176. .o_text_grey500{
  177. color: #9E9E9E!important;
  178. }
  179. .o_text_grey600{
  180. color: #757575!important;
  181. }
  182. .o_text_grey700{
  183. color: #616161!important;
  184. }
  185. .o_text_grey800{
  186. color: #424242!important;
  187. }
  188. .o_text_grey900{
  189. color: #212121!important;
  190. }
  191. .o_text_purple300{
  192. color: #9575CD!important;
  193. }
  194. .o_text_purple400{
  195. color: #7E57C2!important;
  196. }
  197. .o_text_purple500{
  198. color: #673AB7!important;
  199. }
  200. .o_text_purple600{
  201. color: #5E35B1!important;
  202. }
  203. .o_text_purple700{
  204. color: #512DA8!important;
  205. }
  206. .o_text_purple800{
  207. color: #4527A0!important;
  208. }