UNPKG

mdui

Version:

a CSS Framework based on material design

1,763 lines (1,688 loc) 411 kB
/*! * mdui 1.0.2 (https://mdui.org) * Copyright 2016-2021 zdhxiong * Licensed under MIT *//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /** * ============================================================================= * ************ 公共样式 ************ * ============================================================================= */ * { -webkit-tap-highlight-color: transparent; } body { color: rgba(0, 0, 0, 0.87); font-size: 14px; font-family: Roboto, Noto, Helvetica, Arial, sans-serif; background-color: #fff; } @media (min-width: 600px) { body { font-size: 14.5px; } } @media (min-width: 1024px) { body { font-size: 15px; } } body *::-webkit-scrollbar { width: 5px; height: 5px; background: transparent; } @media (min-width: 1024px) { body *::-webkit-scrollbar { width: 8px; height: 8px; } } body *::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); } /* 锁定屏幕 */ body.mdui-locked { overflow: hidden; } /* 遮罩层 */ .mdui-overlay { position: fixed; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; z-index: 2000; background: rgba(0, 0, 0, 0.4); -webkit-backface-visibility: hidden; backface-visibility: hidden; visibility: hidden; opacity: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: opacity, visibility; transition-property: opacity, visibility; will-change: opacity; } /* 显示遮罩层 */ .mdui-overlay-show { visibility: visible; opacity: 1; } /* 取消 transition 过渡效果 */ .mdui-no-transition { -webkit-transition-property: none !important; transition-property: none !important; } /** * ============================================================================= * ************ Global dark ************ * ============================================================================= */ .mdui-theme-layout-dark { color: #fff; background-color: #303030; } .mdui-theme-layout-dark *::-webkit-scrollbar { width: 5px; height: 5px; background: transparent; } @media (min-width: 1024px) { .mdui-theme-layout-dark *::-webkit-scrollbar { width: 8px; height: 8px; } } .mdui-theme-layout-dark *::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.3); } @media (prefers-color-scheme: dark) { .mdui-theme-layout-auto { color: #fff; background-color: #303030; } .mdui-theme-layout-auto *::-webkit-scrollbar { width: 5px; height: 5px; background: transparent; } .mdui-theme-layout-auto *::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.3); } } @media (prefers-color-scheme: dark) and (min-width: 1024px) { .mdui-theme-layout-auto *::-webkit-scrollbar { width: 8px; height: 8px; } } /** * ============================================================================= * ************ Color 颜色 ************ * ============================================================================= */ /** * .mdui-theme-primary-[color] .mdui-color-theme * .mdui-theme-primary-[color] .mdui-color-theme-[degree] */ .mdui-theme-primary-amber .mdui-color-theme { background-color: #FFC107 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-50 { background-color: #FFF8E1 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-100 { background-color: #FFECB3 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-200 { background-color: #FFE082 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-300 { background-color: #FFD54F !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-400 { background-color: #FFCA28 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-500 { background-color: #FFC107 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-600 { background-color: #FFB300 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-700 { background-color: #FFA000 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-800 { background-color: #FF8F00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-amber .mdui-color-theme-900 { background-color: #FF6F00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue .mdui-color-theme { background-color: #2196F3 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue .mdui-color-theme-50 { background-color: #E3F2FD !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue .mdui-color-theme-100 { background-color: #BBDEFB !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue .mdui-color-theme-200 { background-color: #90CAF9 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue .mdui-color-theme-300 { background-color: #64B5F6 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue .mdui-color-theme-400 { background-color: #42A5F5 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue .mdui-color-theme-500 { background-color: #2196F3 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue .mdui-color-theme-600 { background-color: #1E88E5 !important; color: #ffffff !important; } .mdui-theme-primary-blue .mdui-color-theme-700 { background-color: #1976D2 !important; color: #ffffff !important; } .mdui-theme-primary-blue .mdui-color-theme-800 { background-color: #1565C0 !important; color: #ffffff !important; } .mdui-theme-primary-blue .mdui-color-theme-900 { background-color: #0D47A1 !important; color: #ffffff !important; } .mdui-theme-primary-blue-grey .mdui-color-theme { background-color: #607D8B !important; color: #ffffff !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-50 { background-color: #ECEFF1 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-100 { background-color: #CFD8DC !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-200 { background-color: #B0BEC5 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-300 { background-color: #90A4AE !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-400 { background-color: #78909C !important; color: #ffffff !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-500 { background-color: #607D8B !important; color: #ffffff !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-600 { background-color: #546E7A !important; color: #ffffff !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-700 { background-color: #455A64 !important; color: #ffffff !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-800 { background-color: #37474F !important; color: #ffffff !important; } .mdui-theme-primary-blue-grey .mdui-color-theme-900 { background-color: #263238 !important; color: #ffffff !important; } .mdui-theme-primary-brown .mdui-color-theme { background-color: #795548 !important; color: #ffffff !important; } .mdui-theme-primary-brown .mdui-color-theme-50 { background-color: #EFEBE9 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-brown .mdui-color-theme-100 { background-color: #D7CCC8 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-brown .mdui-color-theme-200 { background-color: #BCAAA4 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-brown .mdui-color-theme-300 { background-color: #A1887F !important; color: #ffffff !important; } .mdui-theme-primary-brown .mdui-color-theme-400 { background-color: #8D6E63 !important; color: #ffffff !important; } .mdui-theme-primary-brown .mdui-color-theme-500 { background-color: #795548 !important; color: #ffffff !important; } .mdui-theme-primary-brown .mdui-color-theme-600 { background-color: #6D4C41 !important; color: #ffffff !important; } .mdui-theme-primary-brown .mdui-color-theme-700 { background-color: #5D4037 !important; color: #ffffff !important; } .mdui-theme-primary-brown .mdui-color-theme-800 { background-color: #4E342E !important; color: #ffffff !important; } .mdui-theme-primary-brown .mdui-color-theme-900 { background-color: #3E2723 !important; color: #ffffff !important; } .mdui-theme-primary-cyan .mdui-color-theme { background-color: #00BCD4 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-cyan .mdui-color-theme-50 { background-color: #E0F7FA !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-cyan .mdui-color-theme-100 { background-color: #B2EBF2 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-cyan .mdui-color-theme-200 { background-color: #80DEEA !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-cyan .mdui-color-theme-300 { background-color: #4DD0E1 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-cyan .mdui-color-theme-400 { background-color: #26C6DA !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-cyan .mdui-color-theme-500 { background-color: #00BCD4 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-cyan .mdui-color-theme-600 { background-color: #00ACC1 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-cyan .mdui-color-theme-700 { background-color: #0097A7 !important; color: #ffffff !important; } .mdui-theme-primary-cyan .mdui-color-theme-800 { background-color: #00838F !important; color: #ffffff !important; } .mdui-theme-primary-cyan .mdui-color-theme-900 { background-color: #006064 !important; color: #ffffff !important; } .mdui-theme-primary-deep-orange .mdui-color-theme { background-color: #FF5722 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-50 { background-color: #FBE9E7 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-100 { background-color: #FFCCBC !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-200 { background-color: #FFAB91 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-300 { background-color: #FF8A65 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-400 { background-color: #FF7043 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-500 { background-color: #FF5722 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-600 { background-color: #F4511E !important; color: #ffffff !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-700 { background-color: #E64A19 !important; color: #ffffff !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-800 { background-color: #D84315 !important; color: #ffffff !important; } .mdui-theme-primary-deep-orange .mdui-color-theme-900 { background-color: #BF360C !important; color: #ffffff !important; } .mdui-theme-primary-deep-purple .mdui-color-theme { background-color: #673AB7 !important; color: #ffffff !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-50 { background-color: #EDE7F6 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-100 { background-color: #D1C4E9 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-200 { background-color: #B39DDB !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-300 { background-color: #9575CD !important; color: #ffffff !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-400 { background-color: #7E57C2 !important; color: #ffffff !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-500 { background-color: #673AB7 !important; color: #ffffff !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-600 { background-color: #5E35B1 !important; color: #ffffff !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-700 { background-color: #512DA8 !important; color: #ffffff !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-800 { background-color: #4527A0 !important; color: #ffffff !important; } .mdui-theme-primary-deep-purple .mdui-color-theme-900 { background-color: #311B92 !important; color: #ffffff !important; } .mdui-theme-primary-green .mdui-color-theme { background-color: #4CAF50 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-green .mdui-color-theme-50 { background-color: #E8F5E9 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-green .mdui-color-theme-100 { background-color: #C8E6C9 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-green .mdui-color-theme-200 { background-color: #A5D6A7 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-green .mdui-color-theme-300 { background-color: #81C784 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-green .mdui-color-theme-400 { background-color: #66BB6A !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-green .mdui-color-theme-500 { background-color: #4CAF50 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-green .mdui-color-theme-600 { background-color: #43A047 !important; color: #ffffff !important; } .mdui-theme-primary-green .mdui-color-theme-700 { background-color: #388E3C !important; color: #ffffff !important; } .mdui-theme-primary-green .mdui-color-theme-800 { background-color: #2E7D32 !important; color: #ffffff !important; } .mdui-theme-primary-green .mdui-color-theme-900 { background-color: #1B5E20 !important; color: #ffffff !important; } .mdui-theme-primary-grey .mdui-color-theme { background-color: #9E9E9E !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-grey .mdui-color-theme-50 { background-color: #FAFAFA !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-grey .mdui-color-theme-100 { background-color: #F5F5F5 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-grey .mdui-color-theme-200 { background-color: #EEEEEE !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-grey .mdui-color-theme-300 { background-color: #E0E0E0 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-grey .mdui-color-theme-400 { background-color: #BDBDBD !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-grey .mdui-color-theme-500 { background-color: #9E9E9E !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-grey .mdui-color-theme-600 { background-color: #757575 !important; color: #ffffff !important; } .mdui-theme-primary-grey .mdui-color-theme-700 { background-color: #616161 !important; color: #ffffff !important; } .mdui-theme-primary-grey .mdui-color-theme-800 { background-color: #424242 !important; color: #ffffff !important; } .mdui-theme-primary-grey .mdui-color-theme-900 { background-color: #212121 !important; color: #ffffff !important; } .mdui-theme-primary-indigo .mdui-color-theme { background-color: #3F51B5 !important; color: #ffffff !important; } .mdui-theme-primary-indigo .mdui-color-theme-50 { background-color: #E8EAF6 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-indigo .mdui-color-theme-100 { background-color: #C5CAE9 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-indigo .mdui-color-theme-200 { background-color: #9FA8DA !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-indigo .mdui-color-theme-300 { background-color: #7986CB !important; color: #ffffff !important; } .mdui-theme-primary-indigo .mdui-color-theme-400 { background-color: #5C6BC0 !important; color: #ffffff !important; } .mdui-theme-primary-indigo .mdui-color-theme-500 { background-color: #3F51B5 !important; color: #ffffff !important; } .mdui-theme-primary-indigo .mdui-color-theme-600 { background-color: #3949AB !important; color: #ffffff !important; } .mdui-theme-primary-indigo .mdui-color-theme-700 { background-color: #303F9F !important; color: #ffffff !important; } .mdui-theme-primary-indigo .mdui-color-theme-800 { background-color: #283593 !important; color: #ffffff !important; } .mdui-theme-primary-indigo .mdui-color-theme-900 { background-color: #1A237E !important; color: #ffffff !important; } .mdui-theme-primary-light-blue .mdui-color-theme { background-color: #03A9F4 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-blue .mdui-color-theme-50 { background-color: #E1F5FE !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-blue .mdui-color-theme-100 { background-color: #B3E5FC !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-blue .mdui-color-theme-200 { background-color: #81D4FA !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-blue .mdui-color-theme-300 { background-color: #4FC3F7 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-blue .mdui-color-theme-400 { background-color: #29B6F6 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-blue .mdui-color-theme-500 { background-color: #03A9F4 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-blue .mdui-color-theme-600 { background-color: #039BE5 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-blue .mdui-color-theme-700 { background-color: #0288D1 !important; color: #ffffff !important; } .mdui-theme-primary-light-blue .mdui-color-theme-800 { background-color: #0277BD !important; color: #ffffff !important; } .mdui-theme-primary-light-blue .mdui-color-theme-900 { background-color: #01579B !important; color: #ffffff !important; } .mdui-theme-primary-light-green .mdui-color-theme { background-color: #8BC34A !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-green .mdui-color-theme-50 { background-color: #F1F8E9 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-green .mdui-color-theme-100 { background-color: #DCEDC8 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-green .mdui-color-theme-200 { background-color: #C5E1A5 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-green .mdui-color-theme-300 { background-color: #AED581 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-green .mdui-color-theme-400 { background-color: #9CCC65 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-green .mdui-color-theme-500 { background-color: #8BC34A !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-green .mdui-color-theme-600 { background-color: #7CB342 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-green .mdui-color-theme-700 { background-color: #689F38 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-light-green .mdui-color-theme-800 { background-color: #558B2F !important; color: #ffffff !important; } .mdui-theme-primary-light-green .mdui-color-theme-900 { background-color: #33691E !important; color: #ffffff !important; } .mdui-theme-primary-lime .mdui-color-theme { background-color: #CDDC39 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-50 { background-color: #F9FBE7 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-100 { background-color: #F0F4C3 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-200 { background-color: #E6EE9C !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-300 { background-color: #DCE775 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-400 { background-color: #D4E157 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-500 { background-color: #CDDC39 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-600 { background-color: #C0CA33 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-700 { background-color: #AFB42B !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-800 { background-color: #9E9D24 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-lime .mdui-color-theme-900 { background-color: #827717 !important; color: #ffffff !important; } .mdui-theme-primary-orange .mdui-color-theme { background-color: #FF9800 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-50 { background-color: #FFF3E0 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-100 { background-color: #FFE0B2 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-200 { background-color: #FFCC80 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-300 { background-color: #FFB74D !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-400 { background-color: #FFA726 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-500 { background-color: #FF9800 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-600 { background-color: #FB8C00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-700 { background-color: #F57C00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-800 { background-color: #EF6C00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-orange .mdui-color-theme-900 { background-color: #E65100 !important; color: #ffffff !important; } .mdui-theme-primary-pink .mdui-color-theme { background-color: #E91E63 !important; color: #ffffff !important; } .mdui-theme-primary-pink .mdui-color-theme-50 { background-color: #FCE4EC !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-pink .mdui-color-theme-100 { background-color: #F8BBD0 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-pink .mdui-color-theme-200 { background-color: #F48FB1 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-pink .mdui-color-theme-300 { background-color: #F06292 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-pink .mdui-color-theme-400 { background-color: #EC407A !important; color: #ffffff !important; } .mdui-theme-primary-pink .mdui-color-theme-500 { background-color: #E91E63 !important; color: #ffffff !important; } .mdui-theme-primary-pink .mdui-color-theme-600 { background-color: #D81B60 !important; color: #ffffff !important; } .mdui-theme-primary-pink .mdui-color-theme-700 { background-color: #C2185B !important; color: #ffffff !important; } .mdui-theme-primary-pink .mdui-color-theme-800 { background-color: #AD1457 !important; color: #ffffff !important; } .mdui-theme-primary-pink .mdui-color-theme-900 { background-color: #880E4F !important; color: #ffffff !important; } .mdui-theme-primary-purple .mdui-color-theme { background-color: #9C27B0 !important; color: #ffffff !important; } .mdui-theme-primary-purple .mdui-color-theme-50 { background-color: #F3E5F5 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-purple .mdui-color-theme-100 { background-color: #E1BEE7 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-purple .mdui-color-theme-200 { background-color: #CE93D8 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-purple .mdui-color-theme-300 { background-color: #BA68C8 !important; color: #ffffff !important; } .mdui-theme-primary-purple .mdui-color-theme-400 { background-color: #AB47BC !important; color: #ffffff !important; } .mdui-theme-primary-purple .mdui-color-theme-500 { background-color: #9C27B0 !important; color: #ffffff !important; } .mdui-theme-primary-purple .mdui-color-theme-600 { background-color: #8E24AA !important; color: #ffffff !important; } .mdui-theme-primary-purple .mdui-color-theme-700 { background-color: #7B1FA2 !important; color: #ffffff !important; } .mdui-theme-primary-purple .mdui-color-theme-800 { background-color: #6A1B9A !important; color: #ffffff !important; } .mdui-theme-primary-purple .mdui-color-theme-900 { background-color: #4A148C !important; color: #ffffff !important; } .mdui-theme-primary-red .mdui-color-theme { background-color: #F44336 !important; color: #ffffff !important; } .mdui-theme-primary-red .mdui-color-theme-50 { background-color: #FFEBEE !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-red .mdui-color-theme-100 { background-color: #FFCDD2 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-red .mdui-color-theme-200 { background-color: #EF9A9A !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-red .mdui-color-theme-300 { background-color: #E57373 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-red .mdui-color-theme-400 { background-color: #EF5350 !important; color: #ffffff !important; } .mdui-theme-primary-red .mdui-color-theme-500 { background-color: #F44336 !important; color: #ffffff !important; } .mdui-theme-primary-red .mdui-color-theme-600 { background-color: #E53935 !important; color: #ffffff !important; } .mdui-theme-primary-red .mdui-color-theme-700 { background-color: #D32F2F !important; color: #ffffff !important; } .mdui-theme-primary-red .mdui-color-theme-800 { background-color: #C62828 !important; color: #ffffff !important; } .mdui-theme-primary-red .mdui-color-theme-900 { background-color: #B71C1C !important; color: #ffffff !important; } .mdui-theme-primary-teal .mdui-color-theme { background-color: #009688 !important; color: #ffffff !important; } .mdui-theme-primary-teal .mdui-color-theme-50 { background-color: #E0F2F1 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-teal .mdui-color-theme-100 { background-color: #B2DFDB !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-teal .mdui-color-theme-200 { background-color: #80CBC4 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-teal .mdui-color-theme-300 { background-color: #4DB6AC !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-teal .mdui-color-theme-400 { background-color: #26A69A !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-teal .mdui-color-theme-500 { background-color: #009688 !important; color: #ffffff !important; } .mdui-theme-primary-teal .mdui-color-theme-600 { background-color: #00897B !important; color: #ffffff !important; } .mdui-theme-primary-teal .mdui-color-theme-700 { background-color: #00796B !important; color: #ffffff !important; } .mdui-theme-primary-teal .mdui-color-theme-800 { background-color: #00695C !important; color: #ffffff !important; } .mdui-theme-primary-teal .mdui-color-theme-900 { background-color: #004D40 !important; color: #ffffff !important; } .mdui-theme-primary-yellow .mdui-color-theme { background-color: #FFEB3B !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-50 { background-color: #FFFDE7 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-100 { background-color: #FFF9C4 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-200 { background-color: #FFF59D !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-300 { background-color: #FFF176 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-400 { background-color: #FFEE58 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-500 { background-color: #FFEB3B !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-600 { background-color: #FDD835 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-700 { background-color: #FBC02D !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-800 { background-color: #F9A825 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-primary-yellow .mdui-color-theme-900 { background-color: #F57F17 !important; color: rgba(0, 0, 0, 0.87) !important; } /** * .mdui-theme-accent-[color] .mdui-color-theme-accent * .mdui-theme-accent-[color] .mdui-color-theme-[degree] */ .mdui-theme-accent-amber .mdui-color-theme-accent { background-color: #FFD740 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-amber .mdui-color-theme-a100 { background-color: #FFE57F !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-amber .mdui-color-theme-a200 { background-color: #FFD740 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-amber .mdui-color-theme-a400 { background-color: #FFC400 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-amber .mdui-color-theme-a700 { background-color: #FFAB00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-blue .mdui-color-theme-accent { background-color: #448AFF !important; color: #ffffff !important; } .mdui-theme-accent-blue .mdui-color-theme-a100 { background-color: #82B1FF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-blue .mdui-color-theme-a200 { background-color: #448AFF !important; color: #ffffff !important; } .mdui-theme-accent-blue .mdui-color-theme-a400 { background-color: #2979FF !important; color: #ffffff !important; } .mdui-theme-accent-blue .mdui-color-theme-a700 { background-color: #2962FF !important; color: #ffffff !important; } .mdui-theme-accent-cyan .mdui-color-theme-accent { background-color: #18FFFF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-cyan .mdui-color-theme-a100 { background-color: #84FFFF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-cyan .mdui-color-theme-a200 { background-color: #18FFFF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-cyan .mdui-color-theme-a400 { background-color: #00E5FF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-cyan .mdui-color-theme-a700 { background-color: #00B8D4 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-deep-orange .mdui-color-theme-accent { background-color: #FF6E40 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-deep-orange .mdui-color-theme-a100 { background-color: #FF9E80 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-deep-orange .mdui-color-theme-a200 { background-color: #FF6E40 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-deep-orange .mdui-color-theme-a400 { background-color: #FF3D00 !important; color: #ffffff !important; } .mdui-theme-accent-deep-orange .mdui-color-theme-a700 { background-color: #DD2C00 !important; color: #ffffff !important; } .mdui-theme-accent-deep-purple .mdui-color-theme-accent { background-color: #7C4DFF !important; color: #ffffff !important; } .mdui-theme-accent-deep-purple .mdui-color-theme-a100 { background-color: #B388FF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-deep-purple .mdui-color-theme-a200 { background-color: #7C4DFF !important; color: #ffffff !important; } .mdui-theme-accent-deep-purple .mdui-color-theme-a400 { background-color: #651FFF !important; color: #ffffff !important; } .mdui-theme-accent-deep-purple .mdui-color-theme-a700 { background-color: #6200EA !important; color: #ffffff !important; } .mdui-theme-accent-green .mdui-color-theme-accent { background-color: #69F0AE !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-green .mdui-color-theme-a100 { background-color: #B9F6CA !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-green .mdui-color-theme-a200 { background-color: #69F0AE !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-green .mdui-color-theme-a400 { background-color: #00E676 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-green .mdui-color-theme-a700 { background-color: #00C853 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-indigo .mdui-color-theme-accent { background-color: #536DFE !important; color: #ffffff !important; } .mdui-theme-accent-indigo .mdui-color-theme-a100 { background-color: #8C9EFF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-indigo .mdui-color-theme-a200 { background-color: #536DFE !important; color: #ffffff !important; } .mdui-theme-accent-indigo .mdui-color-theme-a400 { background-color: #3D5AFE !important; color: #ffffff !important; } .mdui-theme-accent-indigo .mdui-color-theme-a700 { background-color: #304FFE !important; color: #ffffff !important; } .mdui-theme-accent-light-blue .mdui-color-theme-accent { background-color: #40C4FF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-light-blue .mdui-color-theme-a100 { background-color: #80D8FF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-light-blue .mdui-color-theme-a200 { background-color: #40C4FF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-light-blue .mdui-color-theme-a400 { background-color: #00B0FF !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-light-blue .mdui-color-theme-a700 { background-color: #0091EA !important; color: #ffffff !important; } .mdui-theme-accent-light-green .mdui-color-theme-accent { background-color: #B2FF59 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-light-green .mdui-color-theme-a100 { background-color: #CCFF90 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-light-green .mdui-color-theme-a200 { background-color: #B2FF59 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-light-green .mdui-color-theme-a400 { background-color: #76FF03 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-light-green .mdui-color-theme-a700 { background-color: #64DD17 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-lime .mdui-color-theme-accent { background-color: #EEFF41 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-lime .mdui-color-theme-a100 { background-color: #F4FF81 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-lime .mdui-color-theme-a200 { background-color: #EEFF41 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-lime .mdui-color-theme-a400 { background-color: #C6FF00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-lime .mdui-color-theme-a700 { background-color: #AEEA00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-orange .mdui-color-theme-accent { background-color: #FFAB40 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-orange .mdui-color-theme-a100 { background-color: #FFD180 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-orange .mdui-color-theme-a200 { background-color: #FFAB40 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-orange .mdui-color-theme-a400 { background-color: #FF9100 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-orange .mdui-color-theme-a700 { background-color: #FF6D00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-pink .mdui-color-theme-accent { background-color: #FF4081 !important; color: #ffffff !important; } .mdui-theme-accent-pink .mdui-color-theme-a100 { background-color: #FF80AB !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-pink .mdui-color-theme-a200 { background-color: #FF4081 !important; color: #ffffff !important; } .mdui-theme-accent-pink .mdui-color-theme-a400 { background-color: #F50057 !important; color: #ffffff !important; } .mdui-theme-accent-pink .mdui-color-theme-a700 { background-color: #C51162 !important; color: #ffffff !important; } .mdui-theme-accent-purple .mdui-color-theme-accent { background-color: #E040FB !important; color: #ffffff !important; } .mdui-theme-accent-purple .mdui-color-theme-a100 { background-color: #EA80FC !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-purple .mdui-color-theme-a200 { background-color: #E040FB !important; color: #ffffff !important; } .mdui-theme-accent-purple .mdui-color-theme-a400 { background-color: #D500F9 !important; color: #ffffff !important; } .mdui-theme-accent-purple .mdui-color-theme-a700 { background-color: #AA00FF !important; color: #ffffff !important; } .mdui-theme-accent-red .mdui-color-theme-accent { background-color: #FF5252 !important; color: #ffffff !important; } .mdui-theme-accent-red .mdui-color-theme-a100 { background-color: #FF8A80 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-red .mdui-color-theme-a200 { background-color: #FF5252 !important; color: #ffffff !important; } .mdui-theme-accent-red .mdui-color-theme-a400 { background-color: #FF1744 !important; color: #ffffff !important; } .mdui-theme-accent-red .mdui-color-theme-a700 { background-color: #D50000 !important; color: #ffffff !important; } .mdui-theme-accent-teal .mdui-color-theme-accent { background-color: #64FFDA !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-teal .mdui-color-theme-a100 { background-color: #A7FFEB !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-teal .mdui-color-theme-a200 { background-color: #64FFDA !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-teal .mdui-color-theme-a400 { background-color: #1DE9B6 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-teal .mdui-color-theme-a700 { background-color: #00BFA5 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-yellow .mdui-color-theme-accent { background-color: #FFFF00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-yellow .mdui-color-theme-a100 { background-color: #FFFF8D !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-yellow .mdui-color-theme-a200 { background-color: #FFFF00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-yellow .mdui-color-theme-a400 { background-color: #FFEA00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-theme-accent-yellow .mdui-color-theme-a700 { background-color: #FFD600 !important; color: rgba(0, 0, 0, 0.87) !important; } /** * .mdui-color-[color] * .mdui-color-[color]-[degree] */ .mdui-color-amber { background-color: #FFC107 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-50 { background-color: #FFF8E1 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-100 { background-color: #FFECB3 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-200 { background-color: #FFE082 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-300 { background-color: #FFD54F !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-400 { background-color: #FFCA28 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-500 { background-color: #FFC107 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-600 { background-color: #FFB300 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-700 { background-color: #FFA000 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-800 { background-color: #FF8F00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-amber-900 { background-color: #FF6F00 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue { background-color: #2196F3 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-50 { background-color: #E3F2FD !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-100 { background-color: #BBDEFB !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-200 { background-color: #90CAF9 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-300 { background-color: #64B5F6 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-400 { background-color: #42A5F5 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-500 { background-color: #2196F3 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-600 { background-color: #1E88E5 !important; color: #ffffff !important; } .mdui-color-blue-700 { background-color: #1976D2 !important; color: #ffffff !important; } .mdui-color-blue-800 { background-color: #1565C0 !important; color: #ffffff !important; } .mdui-color-blue-900 { background-color: #0D47A1 !important; color: #ffffff !important; } .mdui-color-blue-grey { background-color: #607D8B !important; color: #ffffff !important; } .mdui-color-blue-grey-50 { background-color: #ECEFF1 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-grey-100 { background-color: #CFD8DC !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-grey-200 { background-color: #B0BEC5 !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-grey-300 { background-color: #90A4AE !important; color: rgba(0, 0, 0, 0.87) !important; } .mdui-color-blue-grey-400 { background-color: #78909C !important; color: #ffffff !important; } .mdui-color-blue-grey-500 { background-color: #607D8B !important; color: #ffffff !important; } .mdui-color-blue-grey-600 { background-color: #546E7A !imp