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.

650 lines
16 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
5 years ago
6 years ago
6 years ago
6 years ago
5 years ago
6 years ago
6 years ago
5 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_o_indigo300:hover{
  230. background: #7986CB!important;
  231. border: 2px solid #7986CB!important;
  232. color: #ffffff!important;
  233. }
  234. .c_indigoG500to300{
  235. background: -moz-linear-gradient(219deg, #7986CB 0%, #3F51B5 100%)!important; /* ff3.6+ */
  236. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #3F51B5), color-stop(100%, #7986CB))!important; /* safari4+,chrome */
  237. background: -webkit-linear-gradient(219deg, #7986CB 0%, #3F51B5 100%)!important; /* safari5.1+,chrome10+ */
  238. background: -o-linear-gradient(219deg, #7986CB 0%, #3F51B5 100%)!important; /* opera 11.10+ */
  239. background: -ms-linear-gradient(219deg, #7986CB 0%, #3F51B5 100%)!important; /* ie10+ */
  240. background: linear-gradient(231deg, #7986CB 0%, #3F51B5 100%)!important; /* w3c */
  241. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3F51B5', endColorstr='#7986CB',GradientType=1 )!important; /* ie6-9 */
  242. color: #ffffff!important;
  243. }
  244. /* blue */
  245. .c_blue50{
  246. background: #E3F2FD!important;
  247. color: #000000!important;
  248. }
  249. .c_blue100{
  250. background: #BBDEFB!important;
  251. color: #000000!important;
  252. }
  253. .c_blue200{
  254. background: #90CAF9!important;
  255. color: #000000!important;
  256. }
  257. .c_blue300{
  258. background: #64B5F6!important;
  259. color: #ffffff!important;
  260. }
  261. .c_blue400{
  262. background: #42A5F5!important;
  263. color: #ffffff!important;
  264. }
  265. .c_blue500{
  266. background: #2196F3!important;
  267. color: #ffffff!important;
  268. }
  269. .c_blue600{
  270. background: #1E88E5!important;
  271. color: #ffffff!important;
  272. }
  273. .c_blue700{
  274. background: #1976D2!important;
  275. color: #ffffff!important;
  276. }
  277. .c_blue800{
  278. background: #1565C0!important;
  279. color: #ffffff!important;
  280. }
  281. .c_blue900{
  282. background: #0D47A1!important;
  283. color: #ffffff!important;
  284. }
  285. .c_o_blue300{
  286. background: rgba(0, 0, 0, 0)!important;
  287. border: 2px solid #64B5F6!important;
  288. color: #64B5F6!important;
  289. }
  290. .ct_blue300{
  291. color: #64B5F6;
  292. }
  293. /* cyan */
  294. .c_cyan50{
  295. background: #E0F7FA!important;
  296. color: #000000!important;
  297. }
  298. .c_cyan100{
  299. background: #B2EBF2!important;
  300. color: #000000!important;
  301. }
  302. .c_cyan200{
  303. background: #80DEEA!important;
  304. color: #000000!important;
  305. }
  306. .c_cyan300{
  307. background: #4DD0E1!important;
  308. color: #ffffff!important;
  309. }
  310. .c_cyan400{
  311. background: #26C6DA!important;
  312. color: #ffffff!important;
  313. }
  314. .c_cyan500{
  315. background: #00BCD4!important;
  316. color: #ffffff!important;
  317. }
  318. .c_cyan600{
  319. background: #00ACC1!important;
  320. color: #ffffff!important;
  321. }
  322. .c_cyan700{
  323. background: #0097A7!important;
  324. color: #ffffff!important;
  325. }
  326. .c_cyan800{
  327. background: #00838F!important;
  328. color: #ffffff!important;
  329. }
  330. .c_cyan900{
  331. background: #006064!important;
  332. color: #ffffff!important;
  333. }
  334. .c_o_cyan300{
  335. background: rgba(0, 0, 0, 0)!important;
  336. border: 2px solid #4DD0E1!important;
  337. color: #4DD0E1!important;
  338. }
  339. .c_o_cyan400{
  340. background: rgba(0, 0, 0, 0)!important;
  341. border: 2px solid #26C6DA!important;
  342. color: #4DD0E1!important;
  343. }
  344. .c_o_cyan500{
  345. background: rgba(0, 0, 0, 0)!important;
  346. border: 2px solid #00BCD4!important;
  347. color: #4DD0E1!important;
  348. }
  349. .c_o_cyan600{
  350. background: rgba(0, 0, 0, 0)!important;
  351. border: 2px solid #00ACC1!important;
  352. color: #4DD0E1!important;
  353. }
  354. .ct_cyan500{
  355. color: #00BCD4!important;
  356. }
  357. .c_cyanG500to300{
  358. background: #00BCD4!important;
  359. background: -moz-linear-gradient(left, #00BCD4 0%, #4DD0E1 100%)!important;
  360. background: -webkit-linear-gradient(left, #00BCD4 0%,#4DD0E1 100%)!important;
  361. background: linear-gradient(to right, #00BCD4 0%,#4DD0E1 100%)!important;
  362. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BCD4', endColorstr='#4DD0E1',GradientType=1 )!important;
  363. color: #ffffff!important;
  364. }
  365. .c_cyanG300to500{
  366. background: #4DD0E1!important;
  367. background: -moz-linear-gradient(left, #4DD0E1 0%, #00BCD4 100%)!important;
  368. background: -webkit-linear-gradient(left, #4DD0E1 0%,#00BCD4 100%)!important;
  369. background: linear-gradient(to right, #4DD0E1 0%,#00BCD4 100%)!important;
  370. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DD0E1', endColorstr='#00BCD4',GradientType=1 )!important;
  371. color: #ffffff!important;
  372. }
  373. /* green */
  374. .c_green50{
  375. background: #E8F5E9!important;
  376. color: #000000!important;
  377. }
  378. .c_green100{
  379. background: #C8E6C9!important;
  380. color: #000000!important;
  381. }
  382. .c_green200{
  383. background: #A5D6A7!important;
  384. color: #000000!important;
  385. }
  386. .c_green300{
  387. background: #81C784!important;
  388. color: #ffffff!important;
  389. }
  390. .c_green400{
  391. background: #66BB6A!important;
  392. color: #ffffff!important;
  393. }
  394. .c_green500{
  395. background: #4CAF50!important;
  396. color: #ffffff!important;
  397. }
  398. .c_green600{
  399. background: #43A047!important;
  400. color: #ffffff!important;
  401. }
  402. .c_green700{
  403. background: #388E3C!important;
  404. color: #ffffff!important;
  405. }
  406. .c_green800{
  407. background: #2E7D32!important;
  408. color: #ffffff!important;
  409. }
  410. .c_green900{
  411. background: #1B5E20!important;
  412. color: #ffffff!important;
  413. }
  414. .c_o_green300{
  415. background: rgba(0, 0, 0, 0)!important;
  416. border: 2px solid #81C784!important;
  417. color: #81C784!important;
  418. }
  419. .ct_green300{
  420. color: #81C784!important;
  421. }
  422. .c_green500to300{
  423. background: #4caf50!important;
  424. background: -moz-linear-gradient(left, #4caf50 0%, #81c784 100%)!important;
  425. background: -webkit-linear-gradient(left, #4caf50 0%,#81c784 100%)!important;
  426. background: linear-gradient(to right, #4caf50 0%,#81c784 100%)!important;
  427. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4caf50', endColorstr='#81c784',GradientType=1 )!important;
  428. }
  429. /* yellow */
  430. .c_yellow50{
  431. background: #FFFDE7!important;
  432. color: #000000!important;
  433. }
  434. .c_yellow100{
  435. background: #FFF9C4!important;
  436. color: #000000!important;
  437. }
  438. .c_yellow200{
  439. background: #FFF59D!important;
  440. color: #000000!important;
  441. }
  442. .c_yellow300{
  443. background: #FFF176!important;
  444. color: #ffffff!important;
  445. }
  446. .c_yellow400{
  447. background: #FFEE58!important;
  448. color: #ffffff!important;
  449. }
  450. .c_yellow500{
  451. background: #FFEB3B!important;
  452. color: #ffffff!important;
  453. }
  454. .c_yellow600{
  455. background: #FDD835!important;
  456. color: #ffffff!important;
  457. }
  458. .c_yellow700{
  459. background: #FBC02D!important;
  460. color: #ffffff!important;
  461. }
  462. .c_yellow800{
  463. background: #F9A825!important;
  464. color: #ffffff!important;
  465. }
  466. .c_yellow900{
  467. background: #F57F17!important;
  468. color: #ffffff!important;
  469. }
  470. /* orange */
  471. .c_orange50{
  472. background: #FFF3E0!important;
  473. color: #000000!important;
  474. }
  475. .c_orange100{
  476. background: #FFE0B2!important;
  477. color: #000000!important;
  478. }
  479. .c_orange200{
  480. background: #FFCC80!important;
  481. color: #000000!important;
  482. }
  483. .c_orange300{
  484. background: #FFB74D!important;
  485. color: #ffffff!important;
  486. }
  487. .c_orange400{
  488. background: #FFA726!important;
  489. color: #ffffff!important;
  490. }
  491. .c_orange500{
  492. background: #FF9800!important;
  493. color: #ffffff!important;
  494. }
  495. .c_orange600{
  496. background: #FB8C00!important;
  497. color: #ffffff!important;
  498. }
  499. .c_orange700{
  500. background: #F57C00!important;
  501. color: #ffffff!important;
  502. }
  503. .c_orange800{
  504. background: #EF6C00!important;
  505. color: #ffffff!important;
  506. }
  507. .c_orange900{
  508. background: #E65100!important;
  509. color: #ffffff!important;
  510. }
  511. .c_o_orange300{
  512. background: rgba(0, 0, 0, 0)!important;
  513. border: 2px solid #FFB74D!important;
  514. color: #FFB74D!important;
  515. }
  516. .ct_orange300{
  517. color: #FFB74D!important;
  518. }
  519. /* grey */
  520. .c_grey50{
  521. background: #FAFAFA!important;
  522. color: #000000!important;
  523. }
  524. .c_grey100{
  525. background: #F5F5F5!important;
  526. color: #000000!important;
  527. }
  528. .c_grey200{
  529. background: #EEEEEE!important;
  530. color: #000000!important;
  531. }
  532. .c_grey300{
  533. background: #E0E0E0!important;
  534. color: #ffffff!important;
  535. }
  536. .c_grey400{
  537. background: #BDBDBD!important;
  538. color: #ffffff!important;
  539. }
  540. .c_grey500{
  541. background: #9E9E9E!important;
  542. color: #ffffff!important;
  543. }
  544. .c_grey600{
  545. background: #757575!important;
  546. color: #ffffff!important;
  547. }
  548. .c_grey700{
  549. background: #616161!important;
  550. color: #ffffff!important;
  551. }
  552. .c_grey800{
  553. background: #424242!important;
  554. color: #ffffff!important;
  555. }
  556. .c_grey900{
  557. background: #212121!important;
  558. color: #ffffff!important;
  559. }
  560. /* blue grey */
  561. .c_blueGrey50{
  562. background: #ECEFF1!important;
  563. color: #000000!important;
  564. }
  565. .c_blueGrey100{
  566. background: #CFD8DC!important;
  567. color: #000000!important;
  568. }
  569. .c_blueGrey200{
  570. background: #B0BEC5!important;
  571. color: #000000!important;
  572. }
  573. .c_blueGrey300{
  574. background: #90A4AE!important;
  575. color: #ffffff!important;
  576. }
  577. .c_blueGrey400{
  578. background: #78909C!important;
  579. color: #ffffff!important;
  580. }
  581. .c_blueGrey500{
  582. background: #607D8B!important;
  583. color: #ffffff!important;
  584. }
  585. .c_blueGrey600{
  586. background: #546E7A!important;
  587. color: #ffffff!important;
  588. }
  589. .c_blueGrey700{
  590. background: #455A64!important;
  591. color: #ffffff!important;
  592. }
  593. .c_blueGrey800{
  594. background: #37474F!important;
  595. color: #ffffff!important;
  596. }
  597. .c_blueGrey900{
  598. background: #263238!important;
  599. color: #ffffff!important;
  600. }
  601. .c_blueGreyG500to300,
  602. .c_blueGrey500to300{
  603. background: #607d8b;
  604. background: -moz-linear-gradient(left, #607d8b 0%, #90a4ae 100%)!important;
  605. background: -webkit-linear-gradient(left, #607d8b 0%,#90a4ae 100%)!important;
  606. background: linear-gradient(to right, #607d8b 0%,#90a4ae 100%)!important;
  607. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607d8b', endColorstr='#90a4ae',GradientType=1 )!important;
  608. }
  609. .ct_blueGrey500{
  610. color: #607D8B!important;
  611. }
  612. .c_blueGradient1{
  613. background: #2d4a56!important;
  614. background: -moz-linear-gradient(left, #2d4a56 0%, #1c2b36 100%)!important;
  615. background: -webkit-linear-gradient(left, #2d4a56 0%,#1c2b36 100%)!important;
  616. background: linear-gradient(to right, #2d4a56 0%,#1c2b36 100%)!important;
  617. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4a56', endColorstr='#1c2b36',GradientType=1 )!important;
  618. color: rgba(255,255,255,0.9)!important;
  619. }
  620. .c_blue2{
  621. background: rgb(28,43,54)!important;
  622. color: rgba(255,255,255,0.8)!important;
  623. }
  624. .cf_green2{
  625. color: rgb(32,158,145)!important;
  626. }