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.

622 lines
15 KiB

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