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.

616 lines
15 KiB

7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 years ago
6 years ago
7 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. .ctext_red400{
  48. color: #EF5350!important;
  49. }
  50. .ctext_red500{
  51. color: #F44336!important;
  52. }
  53. .ctext_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. .ctext_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. .c_cyanG500to300{
  335. background: #00BCD4!important;
  336. background: -moz-linear-gradient(left, #00BCD4 0%, #4DD0E1 100%)!important;
  337. background: -webkit-linear-gradient(left, #00BCD4 0%,#4DD0E1 100%)!important;
  338. background: linear-gradient(to right, #00BCD4 0%,#4DD0E1 100%)!important;
  339. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BCD4', endColorstr='#4DD0E1',GradientType=1 )!important;
  340. }
  341. /* green */
  342. .c_green50{
  343. background: #E8F5E9!important;
  344. color: #000000!important;
  345. }
  346. .c_green100{
  347. background: #C8E6C9!important;
  348. color: #000000!important;
  349. }
  350. .c_green200{
  351. background: #A5D6A7!important;
  352. color: #000000!important;
  353. }
  354. .c_green300{
  355. background: #81C784!important;
  356. color: #ffffff!important;
  357. }
  358. .c_green400{
  359. background: #66BB6A!important;
  360. color: #ffffff!important;
  361. }
  362. .c_green500{
  363. background: #4CAF50!important;
  364. color: #ffffff!important;
  365. }
  366. .c_green600{
  367. background: #43A047!important;
  368. color: #ffffff!important;
  369. }
  370. .c_green700{
  371. background: #388E3C!important;
  372. color: #ffffff!important;
  373. }
  374. .c_green800{
  375. background: #2E7D32!important;
  376. color: #ffffff!important;
  377. }
  378. .c_green900{
  379. background: #1B5E20!important;
  380. color: #ffffff!important;
  381. }
  382. .c_o_green300{
  383. background: rgba(0, 0, 0, 0)!important;
  384. border: 2px solid #81C784!important;
  385. color: #81C784!important;
  386. }
  387. .ct_green300{
  388. color: #81C784!important;
  389. }
  390. .c_green500to300{
  391. background: #4caf50!important;
  392. background: -moz-linear-gradient(left, #4caf50 0%, #81c784 100%)!important;
  393. background: -webkit-linear-gradient(left, #4caf50 0%,#81c784 100%)!important;
  394. background: linear-gradient(to right, #4caf50 0%,#81c784 100%)!important;
  395. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4caf50', endColorstr='#81c784',GradientType=1 )!important;
  396. }
  397. /* yellow */
  398. .c_yellow50{
  399. background: #FFFDE7!important;
  400. color: #000000!important;
  401. }
  402. .c_yellow100{
  403. background: #FFF9C4!important;
  404. color: #000000!important;
  405. }
  406. .c_yellow200{
  407. background: #FFF59D!important;
  408. color: #000000!important;
  409. }
  410. .c_yellow300{
  411. background: #FFF176!important;
  412. color: #ffffff!important;
  413. }
  414. .c_yellow400{
  415. background: #FFEE58!important;
  416. color: #ffffff!important;
  417. }
  418. .c_yellow500{
  419. background: #FFEB3B!important;
  420. color: #ffffff!important;
  421. }
  422. .c_yellow600{
  423. background: #FDD835!important;
  424. color: #ffffff!important;
  425. }
  426. .c_yellow700{
  427. background: #FBC02D!important;
  428. color: #ffffff!important;
  429. }
  430. .c_yellow800{
  431. background: #F9A825!important;
  432. color: #ffffff!important;
  433. }
  434. .c_yellow900{
  435. background: #F57F17!important;
  436. color: #ffffff!important;
  437. }
  438. /* orange */
  439. .c_orange50{
  440. background: #FFF3E0!important;
  441. color: #000000!important;
  442. }
  443. .c_orange100{
  444. background: #FFE0B2!important;
  445. color: #000000!important;
  446. }
  447. .c_orange200{
  448. background: #FFCC80!important;
  449. color: #000000!important;
  450. }
  451. .c_orange300{
  452. background: #FFB74D!important;
  453. color: #ffffff!important;
  454. }
  455. .c_orange400{
  456. background: #FFA726!important;
  457. color: #ffffff!important;
  458. }
  459. .c_orange500{
  460. background: #FF9800!important;
  461. color: #ffffff!important;
  462. }
  463. .c_orange600{
  464. background: #FB8C00!important;
  465. color: #ffffff!important;
  466. }
  467. .c_orange700{
  468. background: #F57C00!important;
  469. color: #ffffff!important;
  470. }
  471. .c_orange800{
  472. background: #EF6C00!important;
  473. color: #ffffff!important;
  474. }
  475. .c_orange900{
  476. background: #E65100!important;
  477. color: #ffffff!important;
  478. }
  479. .c_o_orange300{
  480. background: rgba(0, 0, 0, 0)!important;
  481. border: 2px solid #FFB74D!important;
  482. color: #FFB74D!important;
  483. }
  484. .ct_orange300{
  485. color: #FFB74D!important;
  486. }
  487. /* grey */
  488. .c_grey50{
  489. background: #FAFAFA!important;
  490. color: #000000!important;
  491. }
  492. .c_grey100{
  493. background: #F5F5F5!important;
  494. color: #000000!important;
  495. }
  496. .c_grey200{
  497. background: #EEEEEE!important;
  498. color: #000000!important;
  499. }
  500. .c_grey300{
  501. background: #E0E0E0!important;
  502. color: #ffffff!important;
  503. }
  504. .c_grey400{
  505. background: #BDBDBD!important;
  506. color: #ffffff!important;
  507. }
  508. .c_grey500{
  509. background: #9E9E9E!important;
  510. color: #ffffff!important;
  511. }
  512. .c_grey600{
  513. background: #757575!important;
  514. color: #ffffff!important;
  515. }
  516. .c_grey700{
  517. background: #616161!important;
  518. color: #ffffff!important;
  519. }
  520. .c_grey800{
  521. background: #424242!important;
  522. color: #ffffff!important;
  523. }
  524. .c_grey900{
  525. background: #212121!important;
  526. color: #ffffff!important;
  527. }
  528. /* blue grey */
  529. .c_blueGrey50{
  530. background: #ECEFF1!important;
  531. color: #000000!important;
  532. }
  533. .c_blueGrey100{
  534. background: #CFD8DC!important;
  535. color: #000000!important;
  536. }
  537. .c_blueGrey200{
  538. background: #B0BEC5!important;
  539. color: #000000!important;
  540. }
  541. .c_blueGrey300{
  542. background: #90A4AE!important;
  543. color: #ffffff!important;
  544. }
  545. .c_blueGrey400{
  546. background: #78909C!important;
  547. color: #ffffff!important;
  548. }
  549. .c_blueGrey500{
  550. background: #607D8B!important;
  551. color: #ffffff!important;
  552. }
  553. .c_blueGrey600{
  554. background: #546E7A!important;
  555. color: #ffffff!important;
  556. }
  557. .c_blueGrey700{
  558. background: #455A64!important;
  559. color: #ffffff!important;
  560. }
  561. .c_blueGrey800{
  562. background: #37474F!important;
  563. color: #ffffff!important;
  564. }
  565. .c_blueGrey900{
  566. background: #263238!important;
  567. color: #ffffff!important;
  568. }
  569. .c_blueGreyG500to300,
  570. .c_blueGrey500to300{
  571. background: #607d8b;
  572. background: -moz-linear-gradient(left, #607d8b 0%, #90a4ae 100%)!important;
  573. background: -webkit-linear-gradient(left, #607d8b 0%,#90a4ae 100%)!important;
  574. background: linear-gradient(to right, #607d8b 0%,#90a4ae 100%)!important;
  575. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607d8b', endColorstr='#90a4ae',GradientType=1 )!important;
  576. }
  577. .ctext_blueGrey500{
  578. color: #607D8B!important;
  579. }
  580. .c_blueGradient1{
  581. background: #2d4a56!important;
  582. background: -moz-linear-gradient(left, #2d4a56 0%, #1c2b36 100%)!important;
  583. background: -webkit-linear-gradient(left, #2d4a56 0%,#1c2b36 100%)!important;
  584. background: linear-gradient(to right, #2d4a56 0%,#1c2b36 100%)!important;
  585. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4a56', endColorstr='#1c2b36',GradientType=1 )!important;
  586. color: rgba(255,255,255,0.9)!important;
  587. }
  588. .c_blue2{
  589. background: rgb(28,43,54)!important;
  590. color: rgba(255,255,255,0.8)!important;
  591. }
  592. .cf_green2{
  593. color: rgb(32,158,145)!important;
  594. }