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.

536 lines
12 KiB

7 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. .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. .ct_deepPurple300{
  134. color: #9575CD!important;
  135. }
  136. .c_deepPurpleG000to200{
  137. background: -moz-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* ff3.6+ */
  138. background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #D1C4E9))!important; /* safari4+,chrome */
  139. background: -webkit-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* safari5.1+,chrome10+ */
  140. background: -o-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* opera 11.10+ */
  141. background: -ms-linear-gradient(0deg, #ffffff 0%, #D1C4E9 100%)!important; /* ie10+ */
  142. background: linear-gradient(90deg, #ffffff 0%, #D1C4E9 100%)!important; /* w3c */
  143. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D1C4E9',GradientType=1 )!important; /* ie6-9 */
  144. }
  145. .c_deepPurpleG500to300{
  146. background: -moz-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* ff3.6+ */
  147. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #673AB7), color-stop(100%, #9575CD))!important; /* safari4+,chrome */
  148. background: -webkit-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* safari5.1+,chrome10+ */
  149. background: -o-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* opera 11.10+ */
  150. background: -ms-linear-gradient(219deg, #9575CD 0%, #673AB7 100%)!important; /* ie10+ */
  151. background: linear-gradient(231deg, #9575CD 0%, #673AB7 100%)!important; /* w3c */
  152. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9575CD',GradientType=1 )!important; /* ie6-9 */
  153. color: #ffffff!important;
  154. }
  155. .c_deepPurpleG300to500{
  156. background: -moz-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* ff3.6+ */
  157. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #9575CD), color-stop(100%, #673AB7))!important; /* safari4+,chrome */
  158. background: -webkit-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* safari5.1+,chrome10+ */
  159. background: -o-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* opera 11.10+ */
  160. background: -ms-linear-gradient(42deg, #9575CD 0%, #673AB7 100%)!important; /* ie10+ */
  161. background: linear-gradient(48deg, #9575CD 0%, #673AB7 100%)!important; /* w3c */
  162. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575CD', endColorstr='#673AB7',GradientType=1 )!important; /* ie6-9 */
  163. color: #ffffff!important;
  164. }
  165. /* indigo */
  166. .c_indigo50{
  167. background:#E8EAF6!important;
  168. color: #000000!important;
  169. }
  170. .c_indigo100{
  171. background:#C5CAE9!important;
  172. color: #000000!important;
  173. }
  174. .c_indigo200{
  175. background:#9FA8DA!important;
  176. color: #000000!important;
  177. }
  178. .c_indigo300{
  179. background:#7986CB!important;
  180. color: #ffffff!important;
  181. }
  182. .c_indigo400{
  183. background:#5C6BC0!important;
  184. color: #ffffff!important;
  185. }
  186. .c_indigo500{
  187. background:#3F51B5!important;
  188. color: #ffffff!important;
  189. }
  190. .c_indigo600{
  191. background:#3949AB!important;
  192. color: #ffffff!important;
  193. }
  194. .c_indigo700{
  195. background:#303F9F!important;
  196. color: #ffffff!important;
  197. }
  198. .c_indigo800{
  199. background:#283593!important;
  200. color: #ffffff!important;
  201. }
  202. .c_indigo900{
  203. background:#1A237E!important;
  204. color: #ffffff!important;
  205. }
  206. .ctext_indigo500{
  207. color: #3F51B5!important;
  208. }
  209. /* blue */
  210. .c_blue50{
  211. background: #E3F2FD!important;
  212. color: #000000!important;
  213. }
  214. .c_blue100{
  215. background: #BBDEFB!important;
  216. color: #000000!important;
  217. }
  218. .c_blue200{
  219. background: #90CAF9!important;
  220. color: #000000!important;
  221. }
  222. .c_blue300{
  223. background: #64B5F6!important;
  224. color: #ffffff!important;
  225. }
  226. .c_blue400{
  227. background: #42A5F5!important;
  228. color: #ffffff!important;
  229. }
  230. .c_blue500{
  231. background: #2196F3!important;
  232. color: #ffffff!important;
  233. }
  234. .c_blue600{
  235. background: #1E88E5!important;
  236. color: #ffffff!important;
  237. }
  238. .c_blue700{
  239. background: #1976D2!important;
  240. color: #ffffff!important;
  241. }
  242. .c_blue800{
  243. background: #1565C0!important;
  244. color: #ffffff!important;
  245. }
  246. .c_blue900{
  247. background: #0D47A1!important;
  248. color: #ffffff!important;
  249. }
  250. .ct_blue300{
  251. color: #64B5F6;
  252. }
  253. /* cyan */
  254. .c_cyan50{
  255. background: #E0F7FA!important;
  256. color: #000000!important;
  257. }
  258. .c_cyan100{
  259. background: #B2EBF2!important;
  260. color: #000000!important;
  261. }
  262. .c_cyan200{
  263. background: #80DEEA!important;
  264. color: #000000!important;
  265. }
  266. .c_cyan300{
  267. background: #4DD0E1!important;
  268. color: #ffffff!important;
  269. }
  270. .c_cyan400{
  271. background: #26C6DA!important;
  272. color: #ffffff!important;
  273. }
  274. .c_cyan500{
  275. background: #00BCD4!important;
  276. color: #ffffff!important;
  277. }
  278. .c_cyan600{
  279. background: #00ACC1!important;
  280. color: #ffffff!important;
  281. }
  282. .c_cyan700{
  283. background: #0097A7!important;
  284. color: #ffffff!important;
  285. }
  286. .c_cyan800{
  287. background: #00838F!important;
  288. color: #ffffff!important;
  289. }
  290. .c_cyan900{
  291. background: #006064!important;
  292. color: #ffffff!important;
  293. }
  294. /* green */
  295. .c_green50{
  296. background: #E8F5E9!important;
  297. color: #000000!important;
  298. }
  299. .c_green100{
  300. background: #C8E6C9!important;
  301. color: #000000!important;
  302. }
  303. .c_green200{
  304. background: #A5D6A7!important;
  305. color: #000000!important;
  306. }
  307. .c_green300{
  308. background: #81C784!important;
  309. color: #ffffff!important;
  310. }
  311. .c_green400{
  312. background: #66BB6A!important;
  313. color: #ffffff!important;
  314. }
  315. .c_green500{
  316. background: #4CAF50!important;
  317. color: #ffffff!important;
  318. }
  319. .c_green600{
  320. background: #43A047!important;
  321. color: #ffffff!important;
  322. }
  323. .c_green700{
  324. background: #388E3C!important;
  325. color: #ffffff!important;
  326. }
  327. .c_green800{
  328. background: #2E7D32!important;
  329. color: #ffffff!important;
  330. }
  331. .c_green900{
  332. background: #1B5E20!important;
  333. color: #ffffff!important;
  334. }
  335. /* yellow */
  336. .c_yellow50{
  337. background: #FFFDE7!important;
  338. color: #000000!important;
  339. }
  340. .c_yellow100{
  341. background: #FFF9C4!important;
  342. color: #000000!important;
  343. }
  344. .c_yellow200{
  345. background: #FFF59D!important;
  346. color: #000000!important;
  347. }
  348. .c_yellow300{
  349. background: #FFF176!important;
  350. color: #ffffff!important;
  351. }
  352. .c_yellow400{
  353. background: #FFEE58!important;
  354. color: #ffffff!important;
  355. }
  356. .c_yellow500{
  357. background: #FFEB3B!important;
  358. color: #ffffff!important;
  359. }
  360. .c_yellow600{
  361. background: #FDD835!important;
  362. color: #ffffff!important;
  363. }
  364. .c_yellow700{
  365. background: #FBC02D!important;
  366. color: #ffffff!important;
  367. }
  368. .c_yellow800{
  369. background: #F9A825!important;
  370. color: #ffffff!important;
  371. }
  372. .c_yellow900{
  373. background: #F57F17!important;
  374. color: #ffffff!important;
  375. }
  376. /* orange */
  377. .c_orange50{
  378. background: #FFF3E0!important;
  379. color: #000000!important;
  380. }
  381. .c_orange100{
  382. background: #FFE0B2!important;
  383. color: #000000!important;
  384. }
  385. .c_orange200{
  386. background: #FFCC80!important;
  387. color: #000000!important;
  388. }
  389. .c_orange300{
  390. background: #FFB74D!important;
  391. color: #ffffff!important;
  392. }
  393. .c_orange400{
  394. background: #FFA726!important;
  395. color: #ffffff!important;
  396. }
  397. .c_orange500{
  398. background: #FF9800!important;
  399. color: #ffffff!important;
  400. }
  401. .c_orange600{
  402. background: #FB8C00!important;
  403. color: #ffffff!important;
  404. }
  405. .c_orange700{
  406. background: #F57C00!important;
  407. color: #ffffff!important;
  408. }
  409. .c_orange800{
  410. background: #EF6C00!important;
  411. color: #ffffff!important;
  412. }
  413. .c_orange900{
  414. background: #E65100!important;
  415. color: #ffffff!important;
  416. }
  417. /* grey */
  418. .c_grey50{
  419. background: #FAFAFA!important;
  420. color: #000000!important;
  421. }
  422. .c_grey100{
  423. background: #F5F5F5!important;
  424. color: #000000!important;
  425. }
  426. .c_grey200{
  427. background: #EEEEEE!important;
  428. color: #000000!important;
  429. }
  430. .c_grey300{
  431. background: #E0E0E0!important;
  432. color: #ffffff!important;
  433. }
  434. .c_grey400{
  435. background: #BDBDBD!important;
  436. color: #ffffff!important;
  437. }
  438. .c_grey500{
  439. background: #9E9E9E!important;
  440. color: #ffffff!important;
  441. }
  442. .c_grey600{
  443. background: #757575!important;
  444. color: #ffffff!important;
  445. }
  446. .c_grey700{
  447. background: #616161!important;
  448. color: #ffffff!important;
  449. }
  450. .c_grey800{
  451. background: #424242!important;
  452. color: #ffffff!important;
  453. }
  454. .c_grey900{
  455. background: #212121!important;
  456. color: #ffffff!important;
  457. }
  458. /* blue grey */
  459. .c_blueGrey50{
  460. background: #ECEFF1!important;
  461. color: #000000!important;
  462. }
  463. .c_blueGrey100{
  464. background: #CFD8DC!important;
  465. color: #000000!important;
  466. }
  467. .c_blueGrey200{
  468. background: #B0BEC5!important;
  469. color: #000000!important;
  470. }
  471. .c_blueGrey300{
  472. background: #90A4AE!important;
  473. color: #ffffff!important;
  474. }
  475. .c_blueGrey400{
  476. background: #78909C!important;
  477. color: #ffffff!important;
  478. }
  479. .c_blueGrey500{
  480. background: #607D8B!important;
  481. color: #ffffff!important;
  482. }
  483. .c_blueGrey600{
  484. background: #546E7A!important;
  485. color: #ffffff!important;
  486. }
  487. .c_blueGrey700{
  488. background: #455A64!important;
  489. color: #ffffff!important;
  490. }
  491. .c_blueGrey800{
  492. background: #37474F!important;
  493. color: #ffffff!important;
  494. }
  495. .c_blueGrey900{
  496. background: #263238!important;
  497. color: #ffffff!important;
  498. }
  499. .ctext_blueGrey500{
  500. color: #607D8B!important;
  501. }
  502. .c_blueGradient1{
  503. background: #2d4a56!important;
  504. background: -moz-linear-gradient(left, #2d4a56 0%, #1c2b36 100%)!important;
  505. background: -webkit-linear-gradient(left, #2d4a56 0%,#1c2b36 100%)!important;
  506. background: linear-gradient(to right, #2d4a56 0%,#1c2b36 100%)!important;
  507. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4a56', endColorstr='#1c2b36',GradientType=1 )!important;
  508. color: rgba(255,255,255,0.9)!important;
  509. }
  510. .c_blue2{
  511. background: rgb(28,43,54)!important;
  512. color: rgba(255,255,255,0.8)!important;
  513. }
  514. .cf_green2{
  515. color: rgb(32,158,145)!important;
  516. }