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.

531 lines
12 KiB

  1. /* red */
  2. .c_red50{
  3. background: #FFEBEE!important;
  4. color: #000000!important;
  5. }
  6. .c_red100{
  7. background: #FFCDD2!important;
  8. color: #000000!important;
  9. }
  10. .c_red200{
  11. background: #EF9A9A!important;
  12. color: #000000!important;
  13. }
  14. .c_red300{
  15. background: #E57373!important;
  16. color: #ffffff!important;
  17. }
  18. .c_red400{
  19. background: #EF5350!important;
  20. color: #ffffff!important;
  21. }
  22. .c_red500{
  23. background: #F44336!important;
  24. color: #ffffff!important;
  25. }
  26. .c_red600{
  27. background: #E53935!important;
  28. color: #ffffff!important;
  29. }
  30. .c_red700{
  31. background: #D32F2F!important;
  32. color: #ffffff!important;
  33. }
  34. .c_red800{
  35. background: #C62828!important;
  36. color: #ffffff!important;
  37. }
  38. .c_red900{
  39. background: #B71C1C!important;
  40. color: #ffffff!important;
  41. }
  42. .ctext_red400{
  43. color: #EF5350!important;
  44. }
  45. .ctext_red500{
  46. color: #F44336!important;
  47. }
  48. .ctext_red600{
  49. color: #E53935!important;
  50. }
  51. /* pink */
  52. .c_pink50{
  53. background: #FCE4EC!important;
  54. color: #000000!important;
  55. }
  56. .c_pink100{
  57. background: #F8BBD0!important;
  58. color: #000000!important;
  59. }
  60. .c_pink200{
  61. background: #F48FB1!important;
  62. color: #000000!important;
  63. }
  64. .c_pink300{
  65. background: #F06292!important;
  66. color: #ffffff!important;
  67. }
  68. .c_pink400{
  69. background: #EC407A!important;
  70. color: #ffffff!important;
  71. }
  72. .c_pink500{
  73. background: #E91E63!important;
  74. color: #ffffff!important;
  75. }
  76. .c_pink600{
  77. background: #D81B60!important;
  78. color: #ffffff!important;
  79. }
  80. .c_pink700{
  81. background: #C2185B!important;
  82. color: #ffffff!important;
  83. }
  84. .c_pink800{
  85. background: #AD1457!important;
  86. color: #ffffff!important;
  87. }
  88. .c_pink900{
  89. background: #880E4F!important;
  90. color: #ffffff!important;
  91. }
  92. /* deepPurple */
  93. .c_deepPurple50{
  94. background: #EDE7F6!important;
  95. color: #000000!important;
  96. }
  97. .c_deepPurple100{
  98. background: #D1C4E9!important;
  99. color: #000000!important;
  100. }
  101. .c_deepPurple200{
  102. background: #B39DDB!important;
  103. color: #000000!important;
  104. }
  105. .c_deepPurple300{
  106. background: #9575CD!important;
  107. color: #ffffff!important;
  108. }
  109. .c_deepPurple400{
  110. background: #7E57C2!important;
  111. color: #ffffff!important;
  112. }
  113. .c_deepPurple500{
  114. background: #673AB7!important;
  115. color: #ffffff!important;
  116. }
  117. .c_deepPurple600{
  118. background: #5E35B1!important;
  119. color: #ffffff!important;
  120. }
  121. .c_deepPurple700{
  122. background: #512DA8!important;
  123. color: #ffffff!important;
  124. }
  125. .c_deepPurple800{
  126. background: #4527A0!important;
  127. color: #ffffff!important;
  128. }
  129. .c_deepPurple900{
  130. background: #311B92!important;
  131. color: #ffffff!important;
  132. }
  133. .c_deepPurpleG000to200{
  134. background: -moz-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* ff3.6+ */
  135. background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #D1C4E9))!important; /* safari4+,chrome */
  136. background: -webkit-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* safari5.1+,chrome10+ */
  137. background: -o-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* opera 11.10+ */
  138. background: -ms-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* ie10+ */
  139. background: linear-gradient(90deg, #ffffff 0%, #D1C4E9 100%)!important; /* w3c */
  140. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1C4E9',GradientType=1 )!important; /* ie6-9 */
  141. }
  142. .c_deepPurpleG500to300{
  143. background: -moz-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* ff3.6+ */
  144. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #673AB7), color-stop(100%, #9575CD))!important; /* safari4+,chrome */
  145. background: -webkit-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* safari5.1+,chrome10+ */
  146. background: -o-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* opera 11.10+ */
  147. background: -ms-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* ie10+ */
  148. background: linear-gradient(231deg, #9575CD 0%, #673AB7 100%)!important; /* w3c */
  149. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9575CD',GradientType=1 )!important; /* ie6-9 */
  150. color: #ffffff!important;
  151. }
  152. .c_deepPurpleG300to500{
  153. background: -moz-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* ff3.6+ */
  154. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9575CD), color-stop(100%, #673AB7))!important; /* safari4+,chrome */
  155. background: -webkit-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* safari5.1+,chrome10+ */
  156. background: -o-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* opera 11.10+ */
  157. background: -ms-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* ie10+ */
  158. background: linear-gradient(48deg, #9575CD 0%, #673AB7 100%)!important; /* w3c */
  159. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575CD', endColorstr='#673AB7',GradientType=1 )!important; /* ie6-9 */
  160. color: #ffffff!important;
  161. }
  162. /* indigo */
  163. .c_indigo50{
  164. background:#E8EAF6!important;
  165. color: #000000!important;
  166. }
  167. .c_indigo100{
  168. background:#C5CAE9!important;
  169. color: #000000!important;
  170. }
  171. .c_indigo200{
  172. background:#9FA8DA!important;
  173. color: #000000!important;
  174. }
  175. .c_indigo300{
  176. background:#7986CB!important;
  177. color: #ffffff!important;
  178. }
  179. .c_indigo400{
  180. background:#5C6BC0!important;
  181. color: #ffffff!important;
  182. }
  183. .c_indigo500{
  184. background:#3F51B5!important;
  185. color: #ffffff!important;
  186. }
  187. .c_indigo600{
  188. background:#3949AB!important;
  189. color: #ffffff!important;
  190. }
  191. .c_indigo700{
  192. background:#303F9F!important;
  193. color: #ffffff!important;
  194. }
  195. .c_indigo800{
  196. background:#283593!important;
  197. color: #ffffff!important;
  198. }
  199. .c_indigo900{
  200. background:#1A237E!important;
  201. color: #ffffff!important;
  202. }
  203. .ctext_indigo500{
  204. color: #3F51B5!important;
  205. }
  206. /* blue */
  207. .c_blue50{
  208. background: #E3F2FD!important;
  209. color: #000000!important;
  210. }
  211. .c_blue100{
  212. background: #BBDEFB!important;
  213. color: #000000!important;
  214. }
  215. .c_blue200{
  216. background: #90CAF9!important;
  217. color: #000000!important;
  218. }
  219. .c_blue300{
  220. background: #64B5F6!important;
  221. color: #ffffff!important;
  222. }
  223. .c_blue400{
  224. background: #42A5F5!important;
  225. color: #ffffff!important;
  226. }
  227. .c_blue500{
  228. background: #2196F3!important;
  229. color: #ffffff!important;
  230. }
  231. .c_blue600{
  232. background: #1E88E5!important;
  233. color: #ffffff!important;
  234. }
  235. .c_blue700{
  236. background: #1976D2!important;
  237. color: #ffffff!important;
  238. }
  239. .c_blue800{
  240. background: #1565C0!important;
  241. color: #ffffff!important;
  242. }
  243. .c_blue900{
  244. background: #0D47A1!important;
  245. color: #ffffff!important;
  246. }
  247. /* cyan */
  248. .c_cyan50{
  249. background: #E0F7FA!important;
  250. color: #000000!important;
  251. }
  252. .c_cyan100{
  253. background: #B2EBF2!important;
  254. color: #000000!important;
  255. }
  256. .c_cyan200{
  257. background: #80DEEA!important;
  258. color: #000000!important;
  259. }
  260. .c_cyan300{
  261. background: #4DD0E1!important;
  262. color: #ffffff!important;
  263. }
  264. .c_cyan400{
  265. background: #26C6DA!important;
  266. color: #ffffff!important;
  267. }
  268. .c_cyan500{
  269. background: #00BCD4!important;
  270. color: #ffffff!important;
  271. }
  272. .c_cyan600{
  273. background: #00ACC1!important;
  274. color: #ffffff!important;
  275. }
  276. .c_cyan700{
  277. background: #0097A7!important;
  278. color: #ffffff!important;
  279. }
  280. .c_cyan800{
  281. background: #00838F!important;
  282. color: #ffffff!important;
  283. }
  284. .c_cyan900{
  285. background: #006064!important;
  286. color: #ffffff!important;
  287. }
  288. /* green */
  289. .c_green50{
  290. background: #E8F5E9!important;
  291. color: #000000!important;
  292. }
  293. .c_green100{
  294. background: #C8E6C9!important;
  295. color: #000000!important;
  296. }
  297. .c_green200{
  298. background: #A5D6A7!important;
  299. color: #000000!important;
  300. }
  301. .c_green300{
  302. background: #81C784!important;
  303. color: #ffffff!important;
  304. }
  305. .c_green400{
  306. background: #66BB6A!important;
  307. color: #ffffff!important;
  308. }
  309. .c_green500{
  310. background: #4CAF50!important;
  311. color: #ffffff!important;
  312. }
  313. .c_green600{
  314. background: #43A047!important;
  315. color: #ffffff!important;
  316. }
  317. .c_green700{
  318. background: #388E3C!important;
  319. color: #ffffff!important;
  320. }
  321. .c_green800{
  322. background: #2E7D32!important;
  323. color: #ffffff!important;
  324. }
  325. .c_green900{
  326. background: #1B5E20!important;
  327. color: #ffffff!important;
  328. }
  329. /* yellow */
  330. .c_yellow50{
  331. background: #FFFDE7!important;
  332. color: #000000!important;
  333. }
  334. .c_yellow100{
  335. background: #FFF9C4!important;
  336. color: #000000!important;
  337. }
  338. .c_yellow200{
  339. background: #FFF59D!important;
  340. color: #000000!important;
  341. }
  342. .c_yellow300{
  343. background: #FFF176!important;
  344. color: #ffffff!important;
  345. }
  346. .c_yellow400{
  347. background: #FFEE58!important;
  348. color: #ffffff!important;
  349. }
  350. .c_yellow500{
  351. background: #FFEB3B!important;
  352. color: #ffffff!important;
  353. }
  354. .c_yellow600{
  355. background: #FDD835!important;
  356. color: #ffffff!important;
  357. }
  358. .c_yellow700{
  359. background: #FBC02D!important;
  360. color: #ffffff!important;
  361. }
  362. .c_yellow800{
  363. background: #F9A825!important;
  364. color: #ffffff!important;
  365. }
  366. .c_yellow900{
  367. background: #F57F17!important;
  368. color: #ffffff!important;
  369. }
  370. /* orange */
  371. .c_orange50{
  372. background: #FFF3E0!important;
  373. color: #000000!important;
  374. }
  375. .c_orange100{
  376. background: #FFE0B2!important;
  377. color: #000000!important;
  378. }
  379. .c_orange200{
  380. background: #FFCC80!important;
  381. color: #000000!important;
  382. }
  383. .c_orange300{
  384. background: #FFB74D!important;
  385. color: #ffffff!important;
  386. }
  387. .c_orange400{
  388. background: #FFA726!important;
  389. color: #ffffff!important;
  390. }
  391. .c_orange500{
  392. background: #FF9800!important;
  393. color: #ffffff!important;
  394. }
  395. .c_orange600{
  396. background: #FB8C00!important;
  397. color: #ffffff!important;
  398. }
  399. .c_orange700{
  400. background: #F57C00!important;
  401. color: #ffffff!important;
  402. }
  403. .c_orange800{
  404. background: #EF6C00!important;
  405. color: #ffffff!important;
  406. }
  407. .c_orange900{
  408. background: #E65100!important;
  409. color: #ffffff!important;
  410. }
  411. /* grey */
  412. .c_grey50{
  413. background: #FAFAFA!important;
  414. color: #000000!important;
  415. }
  416. .c_grey100{
  417. background: #F5F5F5!important;
  418. color: #000000!important;
  419. }
  420. .c_grey200{
  421. background: #EEEEEE!important;
  422. color: #000000!important;
  423. }
  424. .c_grey300{
  425. background: #E0E0E0!important;
  426. color: #ffffff!important;
  427. }
  428. .c_grey400{
  429. background: #BDBDBD!important;
  430. color: #ffffff!important;
  431. }
  432. .c_grey500{
  433. background: #9E9E9E!important;
  434. color: #ffffff!important;
  435. }
  436. .c_grey600{
  437. background: #757575!important;
  438. color: #ffffff!important;
  439. }
  440. .c_grey700{
  441. background: #616161!important;
  442. color: #ffffff!important;
  443. }
  444. .c_grey800{
  445. background: #424242!important;
  446. color: #ffffff!important;
  447. }
  448. .c_grey900{
  449. background: #212121!important;
  450. color: #ffffff!important;
  451. }
  452. /* blue grey */
  453. .c_blueGrey50{
  454. background: #ECEFF1!important;
  455. color: #000000!important;
  456. }
  457. .c_blueGrey100{
  458. background: #CFD8DC!important;
  459. color: #000000!important;
  460. }
  461. .c_blueGrey200{
  462. background: #B0BEC5!important;
  463. color: #000000!important;
  464. }
  465. .c_blueGrey300{
  466. background: #90A4AE!important;
  467. color: #ffffff!important;
  468. }
  469. .c_blueGrey400{
  470. background: #78909C!important;
  471. color: #ffffff!important;
  472. }
  473. .c_blueGrey500{
  474. background: #607D8B!important;
  475. color: #ffffff!important;
  476. }
  477. .c_blueGrey600{
  478. background: #546E7A!important;
  479. color: #ffffff!important;
  480. }
  481. .c_blueGrey700{
  482. background: #455A64!important;
  483. color: #ffffff!important;
  484. }
  485. .c_blueGrey800{
  486. background: #37474F!important;
  487. color: #ffffff!important;
  488. }
  489. .c_blueGrey900{
  490. background: #263238!important;
  491. color: #ffffff!important;
  492. }
  493. .ctext_blueGrey500{
  494. color: #607D8B!important;
  495. }
  496. .c_blueGradient1{
  497. background: #2d4a56!important;
  498. background: -moz-linear-gradient(left, #2d4a56 0%, #1c2b36 100%)!important;
  499. background: -webkit-linear-gradient(left, #2d4a56 0%,#1c2b36 100%)!important;
  500. background: linear-gradient(to right, #2d4a56 0%,#1c2b36 100%)!important;
  501. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4a56', endColorstr='#1c2b36',GradientType=1 )!important;
  502. color: rgba(255,255,255,0.9)!important;
  503. }
  504. .c_blue2{
  505. background: rgb(28,43,54)!important;
  506. color: rgba(255,255,255,0.8)!important;
  507. }
  508. .cf_green2{
  509. color: rgb(32,158,145)!important;
  510. }