Commit 4cfe3dc1f11d090db5d6407cb59f7e68fe61f809
Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS
Showing
2048 changed files
with
550454 additions
and
0 deletions
Too many changes.
To preserve performance only 100 of 2048 files are displayed.
README.md
0 โ 100755
1 | +# COMPONENTS | |
2 | + | |
3 | +COMPONENTS is a repositiory of datalet and controllet, maintained by the [UNISA TEAM](http://www.isislab.it/) for the [ROUTE-TO-PA PROJECT](http://www.routetopa.eu/). | |
4 | + | |
5 | + | |
6 | +## Table of contents | |
7 | + | |
8 | +* [Quick start](#quick-start) | |
9 | +* [Bugs and feature requests](#bugs-and-feature-requests) | |
10 | +* [Documentation](#documentation) | |
11 | +* [Versioning](#versioning) | |
12 | +* [Creators](#creators) | |
13 | +* [Copyright and license](#copyright-and-license) | |
14 | + | |
15 | + | |
16 | +## Quick start | |
17 | + | |
18 | +Clone the repo: `git clone http://service.routetopa.eu:7480/WebCompDev/COMPONENTS.git`. | |
19 | + | |
20 | +### What's included | |
21 | + | |
22 | +Within the download you'll find the following directories and files. You'll see something like this: | |
23 | + | |
24 | +``` | |
25 | +COMPONENTS/ | |
26 | +โโโ bower_components/ | |
27 | +โ โโโ ... | |
28 | +โโโ controllets/ | |
29 | +โ โโโ ... | |
30 | +โ โโโ ... | |
31 | +โโโ datalets/ | |
32 | +โ โโโ ... | |
33 | +โ โโโ ... | |
34 | +โโโ docs/ | |
35 | + โโโ docs.html | |
36 | +``` | |
37 | + | |
38 | +## Bugs and feature requests | |
39 | + | |
40 | +Have a bug or a feature request? | |
41 | +Send a mail to developers@routetopa.eu | |
42 | + | |
43 | +## Documentation | |
44 | + | |
45 | +Every datalet/controllet has a doc.html file in datalet/controllet root directory | |
46 | + | |
47 | +## Versioning | |
48 | +v0.1 | |
49 | + | |
50 | +## Creators | |
51 | +UNISA Team - Dipartimento di Informatica - Universitร degli studi di Salerno - Italy | |
52 | + | |
53 | +## Copyright and license | |
54 | + | |
55 | +Code released under [the MIT license](https://opensource.org/licenses/MIT). | |
0 | 56 | \ No newline at end of file | ... | ... |
bower.json
0 โ 100755
1 | +{ | |
2 | + "name": "COMPONENT", | |
3 | + "version": "1.0.0", | |
4 | + "authors": [ | |
5 | + "Luigi Serra" | |
6 | + ], | |
7 | + "description": "Datalet and Controllet repository", | |
8 | + "license": "MIT", | |
9 | + "ignore": [ | |
10 | + "**/.*", | |
11 | + "node_modules", | |
12 | + "bower_components", | |
13 | + "test", | |
14 | + "tests" | |
15 | + ], | |
16 | + "dependencies": { | |
17 | + "polymer": "Polymer/polymer#^1.0.0", | |
18 | + "google-map": "GoogleWebComponents/google-map#^1.0.0" | |
19 | + } | |
20 | +} | ... | ... |
bower_components/Materialize/.bower.json
0 โ 100755
1 | +{ | |
2 | + "name": "Materialize", | |
3 | + "description": "A modern responsive front-end framework based on Material Design", | |
4 | + "keywords": [ | |
5 | + "css", | |
6 | + "js", | |
7 | + "sass", | |
8 | + "mobile-first", | |
9 | + "responsive", | |
10 | + "front-end", | |
11 | + "framework", | |
12 | + "ux", | |
13 | + "material", | |
14 | + "design" | |
15 | + ], | |
16 | + "main": [ | |
17 | + "bin/materialize.css", | |
18 | + "bin/materialize.js", | |
19 | + "font/material-design-icons/Material-Design-Icons.eot", | |
20 | + "font/material-design-icons/Material-Design-Icons.svg", | |
21 | + "font/material-design-icons/Material-Design-Icons.ttf", | |
22 | + "font/material-design-icons/Material-Design-Icons.woff", | |
23 | + "font/material-design-icons/Material-Design-Icons.woff2", | |
24 | + "font/roboto/Roboto-Bold.ttf", | |
25 | + "font/roboto/Roboto-Bold.woff", | |
26 | + "font/roboto/Roboto-Bold.woff2", | |
27 | + "font/roboto/Roboto-Light.ttf", | |
28 | + "font/roboto/Roboto-Light.woff", | |
29 | + "font/roboto/Roboto-Light.woff2", | |
30 | + "font/roboto/Roboto-Medium.ttf", | |
31 | + "font/roboto/Roboto-Medium.woff", | |
32 | + "font/roboto/Roboto-Medium.woff2", | |
33 | + "font/roboto/Roboto-Regular.ttf", | |
34 | + "font/roboto/Roboto-Regular.woff", | |
35 | + "font/roboto/Roboto-Regular.woff2", | |
36 | + "font/roboto/Roboto-Thin.ttf", | |
37 | + "font/roboto/Roboto-Thin.woff", | |
38 | + "font/roboto/Roboto-Thin.woff2", | |
39 | + "sass/*" | |
40 | + ], | |
41 | + "ignore": [ | |
42 | + "jade/", | |
43 | + ".gitignore", | |
44 | + "CNAME", | |
45 | + "css/", | |
46 | + "bower.json", | |
47 | + "README.md", | |
48 | + "images/", | |
49 | + "js/jquery.timeago.js", | |
50 | + "js/init.js", | |
51 | + "js/prism.js", | |
52 | + "res/", | |
53 | + "sass/style.scss", | |
54 | + "sass/ghpages-materialize.scss", | |
55 | + "**/*.html", | |
56 | + "**/*.zip", | |
57 | + "**/*.txt", | |
58 | + "sitemap.xml", | |
59 | + "package.json", | |
60 | + "Gruntfile.js" | |
61 | + ], | |
62 | + "dependencies": { | |
63 | + "jquery": ">=2.1.1" | |
64 | + }, | |
65 | + "devDependencies": {}, | |
66 | + "homepage": "https://github.com/Dogfalo/materialize", | |
67 | + "version": "0.97.1", | |
68 | + "_release": "0.97.1", | |
69 | + "_resolution": { | |
70 | + "type": "version", | |
71 | + "tag": "v0.97.1", | |
72 | + "commit": "634e7fde2086f59d1ec3fae68cf9f187c193fa89" | |
73 | + }, | |
74 | + "_source": "git://github.com/Dogfalo/materialize.git", | |
75 | + "_target": "~0.97.1", | |
76 | + "_originalSource": "materialize", | |
77 | + "_direct": true | |
78 | +} | |
0 | 79 | \ No newline at end of file | ... | ... |
bower_components/Materialize/.gitattributes
0 โ 100755
bower_components/Materialize/.travis.yml
0 โ 100755
bower_components/Materialize/CHANGELOG.md
0 โ 100755
1 | +## v0.96.0 (April 1, 2015) | |
2 | +- Toasts, transitions, scrollfire added under Materialize namespace | |
3 | +- Dropdown is now created as a child of its parent | |
4 | +- Collapsibles supports nesting | |
5 | +- Modal Bottom Sheet added | |
6 | +- Indeterminate Checkboxes added | |
7 | +- New Checkbox Style added | |
8 | +- Text Inputs supports placeholder/readonly | |
9 | +- Google Inbox-like Collapsible added | |
10 | +- Text Character Counter added | |
11 | +- Waves no longer breaks on SVGs | |
12 | + | |
13 | +## v0.95.3 (Feb 25, 2015) | |
14 | +- Parallax image loading / responsiveness fixes | |
15 | +- Date picker supports month/year as dropdown | |
16 | +- Dismissable collection items | |
17 | +- Avatar collection items | |
18 | +- Pagination Added | |
19 | +- ScrollFire fixes | |
20 | + | |
21 | + | |
22 | +## v0.95.2 (Feb 10, 2015) | |
23 | +- Switches added | |
24 | +- Transition animation functions added | |
25 | +- ScrollFire Plugin added (fires functions dependent on scroll position) | |
26 | +- Responsive Video tag added | |
27 | +- Custom File Input Button added | |
28 | +- Modals has a fixed footer option | |
29 | +- SideNav implementation changed (needs 2 UL menus) | |
30 | +- Slider Responsive Fixes | |
31 | + | |
32 | + | |
33 | +## v0.95.1 (Jan 26, 2015) | |
34 | +- Sidenav Fixes | |
35 | +- Dropdown alignment/gutter options added | |
36 | +- Parallax fixes | |
37 | +- JavaScript Initialization no longer needed for many components | |
38 | +- HTML options through data-attributes | |
39 | +- Site colors can be defined through Primary and Secondary color in Sass | |
40 | +- Tables no longer resonsive by default | |
41 | + | |
42 | + | |
43 | +## v0.95.0 (Jan 17, 2015) | |
44 | +- Drag Out Menu fixed with Touch Interactions | |
45 | +- Toasts minor bugfix | |
46 | +- OL element has default styling | |
47 | +- Fullscreen Slider added | |
48 | +- Footer requires page-footer class | |
49 | +- Progress Bars added | |
50 | +- Form autofill support added | |
51 | +- Responsive Tables support added | |
52 | +- Scrollspy Plugin released | |
53 | +- Waves events are now delegated / behavior enhanced | |
54 | + | |
55 | + | |
56 | +## v0.94.0 (Dec 30, 2014) | |
57 | +- Sidenav supports right edge positioning | |
58 | +- Responsive Embeds | |
59 | +- Image Vertical align classes | |
60 | +- border-box added | |
61 | +- Variable file created | |
62 | +- Pushpin added | |
63 | +- Tooltips support all directions | |
64 | +- Layout helper classes added | |
65 | +- Materialbox Fixes | |
66 | +- Form Element Enhancements | |
67 | +- Navbar supports search bar | |
68 | +- Waves fixes | |
69 | +- Materialbox Captions | |
70 | +- Image Slider Fixes | |
71 | + | |
72 | + | |
73 | +## v0.93.1 (Dec 20, 2014) | |
74 | +- Flexbox Sticky Footer removed due to IE incompatibility | |
75 | + | |
76 | + | |
77 | +## v0.93.0 (Dec 19, 2014) | |
78 | +- Card Reveal | |
79 | +- Image Slider | |
80 | +- Dynamically loaded forms work correctly | |
81 | +- Badges added | |
82 | +- Circular Image | |
83 | +- Waves Fixes | |
84 | +- Footer Added | |
85 | +- Toast support Custom HTML | |
86 | +- Modals support programmatic opening/closing | |
87 | +- Responsive Image support | |
88 | + | |
89 | + | |
90 | +## v0.92.1 (Dec 14, 2014) | |
91 | +- Bower semver fix | |
92 | +- Added new radio button style | |
93 | + | |
94 | + | |
95 | +## v0.92.0 (Dec 13, 2014) | |
96 | +- Clicking icon in dropdown in navbar no longer closes dropdown immediately | |
97 | +- Multiple select inputs now work properly | |
98 | +- Mobile navbar no longer extends past screen width | |
99 | +- Parallax improved | |
100 | +- Modal restructured / can be opened programmatically | |
101 | +- Callbacks added to modals | |
102 | +- Added dist folder to repo | |
103 | +- Cards restructured | |
104 | + | |
105 | +## v0.91 (Dec 3, 2014) | |
106 | +- bug fixes to forms | |
107 | +- added waves color classes | |
108 | +- toast thickened to look better on mobile | |
109 | +- many other bug fixes | |
110 | + | |
111 | + | |
112 | +## v0.9 (Nov 30, 2014) | |
113 | +- Touch interactions added | |
114 | +- tons more... | |
0 | 115 | \ No newline at end of file | ... | ... |
bower_components/Materialize/CONTRIBUTING.md
0 โ 100755
1 | +## Contributing | |
2 | +- Compiling Files | |
3 | + - `npm install` | |
4 | + - `grunt monitor`, this will compile .scss, .js., .jade files | |
5 | +- Documentation | |
6 | + - If you notice an error in the documentation, please edit the corresponding .html page under jade/page-contents/. | |
7 | +- Issues | |
8 | + - If you have an issue please make sure you document the problems in depth. | |
9 | + - Create screenshots of your issue and include a [Codepen](http://codepen.io/Dogfalo/pen/xbzPQV) of the problem where applicable | |
10 | + - Unclear issues with little explanations will be closed. | |
11 | + - Issues without a Codepen (where applicable) will be closed or ignored. | |
12 | +- Feature Requests | |
13 | + - We like feature requests but make sure that it can be seen within the goals of the project and not just something you need individually. Also you should try and give as much examples and details about the new feature as possible. | |
14 | +- Code Examples | |
15 | + - Use this [Codepen](http://codepen.io/Dogfalo/pen/xbzPQV) to illustrate your problem. | |
16 | + | |
17 | +## Contribution 101 | |
18 | +- Fork this repo to your own git | |
19 | +- Make your changes | |
20 | +- Submit a pull request with full remarks documenting your changes | |
21 | +- Pull request MAY then be accepted by project creators | ... | ... |
bower_components/Materialize/LICENSE
0 โ 100755
1 | +The MIT License (MIT) | |
2 | + | |
3 | +Copyright (c) 2014-2015 Materialize | |
4 | + | |
5 | +Permission is hereby granted, free of charge, to any person obtaining a copy | |
6 | +of this software and associated documentation files (the "Software"), to deal | |
7 | +in the Software without restriction, including without limitation the rights | |
8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
9 | +copies of the Software, and to permit persons to whom the Software is | |
10 | +furnished to do so, subject to the following conditions: | |
11 | + | |
12 | +The above copyright notice and this permission notice shall be included in all | |
13 | +copies or substantial portions of the Software. | |
14 | + | |
15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
21 | +SOFTWARE. | ... | ... |
bower_components/Materialize/bin/materialize.css
0 โ 100755
Changes suppressed. Click to show
1 | +.materialize-red.lighten-5 { | |
2 | + background-color: #fdeaeb !important; } | |
3 | + | |
4 | +.materialize-red-text.text-lighten-5 { | |
5 | + color: #fdeaeb !important; } | |
6 | + | |
7 | +.materialize-red.lighten-4 { | |
8 | + background-color: #f8c1c3 !important; } | |
9 | + | |
10 | +.materialize-red-text.text-lighten-4 { | |
11 | + color: #f8c1c3 !important; } | |
12 | + | |
13 | +.materialize-red.lighten-3 { | |
14 | + background-color: #f3989b !important; } | |
15 | + | |
16 | +.materialize-red-text.text-lighten-3 { | |
17 | + color: #f3989b !important; } | |
18 | + | |
19 | +.materialize-red.lighten-2 { | |
20 | + background-color: #ee6e73 !important; } | |
21 | + | |
22 | +.materialize-red-text.text-lighten-2 { | |
23 | + color: #ee6e73 !important; } | |
24 | + | |
25 | +.materialize-red.lighten-1 { | |
26 | + background-color: #ea454b !important; } | |
27 | + | |
28 | +.materialize-red-text.text-lighten-1 { | |
29 | + color: #ea454b !important; } | |
30 | + | |
31 | +.materialize-red { | |
32 | + background-color: #e51c23 !important; } | |
33 | + | |
34 | +.materialize-red-text { | |
35 | + color: #e51c23 !important; } | |
36 | + | |
37 | +.materialize-red.darken-1 { | |
38 | + background-color: #d0181e !important; } | |
39 | + | |
40 | +.materialize-red-text.text-darken-1 { | |
41 | + color: #d0181e !important; } | |
42 | + | |
43 | +.materialize-red.darken-2 { | |
44 | + background-color: #b9151b !important; } | |
45 | + | |
46 | +.materialize-red-text.text-darken-2 { | |
47 | + color: #b9151b !important; } | |
48 | + | |
49 | +.materialize-red.darken-3 { | |
50 | + background-color: #a21318 !important; } | |
51 | + | |
52 | +.materialize-red-text.text-darken-3 { | |
53 | + color: #a21318 !important; } | |
54 | + | |
55 | +.materialize-red.darken-4 { | |
56 | + background-color: #8b1014 !important; } | |
57 | + | |
58 | +.materialize-red-text.text-darken-4 { | |
59 | + color: #8b1014 !important; } | |
60 | + | |
61 | +.red.lighten-5 { | |
62 | + background-color: #FFEBEE !important; } | |
63 | + | |
64 | +.red-text.text-lighten-5 { | |
65 | + color: #FFEBEE !important; } | |
66 | + | |
67 | +.red.lighten-4 { | |
68 | + background-color: #FFCDD2 !important; } | |
69 | + | |
70 | +.red-text.text-lighten-4 { | |
71 | + color: #FFCDD2 !important; } | |
72 | + | |
73 | +.red.lighten-3 { | |
74 | + background-color: #EF9A9A !important; } | |
75 | + | |
76 | +.red-text.text-lighten-3 { | |
77 | + color: #EF9A9A !important; } | |
78 | + | |
79 | +.red.lighten-2 { | |
80 | + background-color: #E57373 !important; } | |
81 | + | |
82 | +.red-text.text-lighten-2 { | |
83 | + color: #E57373 !important; } | |
84 | + | |
85 | +.red.lighten-1 { | |
86 | + background-color: #EF5350 !important; } | |
87 | + | |
88 | +.red-text.text-lighten-1 { | |
89 | + color: #EF5350 !important; } | |
90 | + | |
91 | +.red { | |
92 | + background-color: #F44336 !important; } | |
93 | + | |
94 | +.red-text { | |
95 | + color: #F44336 !important; } | |
96 | + | |
97 | +.red.darken-1 { | |
98 | + background-color: #E53935 !important; } | |
99 | + | |
100 | +.red-text.text-darken-1 { | |
101 | + color: #E53935 !important; } | |
102 | + | |
103 | +.red.darken-2 { | |
104 | + background-color: #D32F2F !important; } | |
105 | + | |
106 | +.red-text.text-darken-2 { | |
107 | + color: #D32F2F !important; } | |
108 | + | |
109 | +.red.darken-3 { | |
110 | + background-color: #C62828 !important; } | |
111 | + | |
112 | +.red-text.text-darken-3 { | |
113 | + color: #C62828 !important; } | |
114 | + | |
115 | +.red.darken-4 { | |
116 | + background-color: #B71C1C !important; } | |
117 | + | |
118 | +.red-text.text-darken-4 { | |
119 | + color: #B71C1C !important; } | |
120 | + | |
121 | +.red.accent-1 { | |
122 | + background-color: #FF8A80 !important; } | |
123 | + | |
124 | +.red-text.text-accent-1 { | |
125 | + color: #FF8A80 !important; } | |
126 | + | |
127 | +.red.accent-2 { | |
128 | + background-color: #FF5252 !important; } | |
129 | + | |
130 | +.red-text.text-accent-2 { | |
131 | + color: #FF5252 !important; } | |
132 | + | |
133 | +.red.accent-3 { | |
134 | + background-color: #FF1744 !important; } | |
135 | + | |
136 | +.red-text.text-accent-3 { | |
137 | + color: #FF1744 !important; } | |
138 | + | |
139 | +.red.accent-4 { | |
140 | + background-color: #D50000 !important; } | |
141 | + | |
142 | +.red-text.text-accent-4 { | |
143 | + color: #D50000 !important; } | |
144 | + | |
145 | +.pink.lighten-5 { | |
146 | + background-color: #fce4ec !important; } | |
147 | + | |
148 | +.pink-text.text-lighten-5 { | |
149 | + color: #fce4ec !important; } | |
150 | + | |
151 | +.pink.lighten-4 { | |
152 | + background-color: #f8bbd0 !important; } | |
153 | + | |
154 | +.pink-text.text-lighten-4 { | |
155 | + color: #f8bbd0 !important; } | |
156 | + | |
157 | +.pink.lighten-3 { | |
158 | + background-color: #f48fb1 !important; } | |
159 | + | |
160 | +.pink-text.text-lighten-3 { | |
161 | + color: #f48fb1 !important; } | |
162 | + | |
163 | +.pink.lighten-2 { | |
164 | + background-color: #f06292 !important; } | |
165 | + | |
166 | +.pink-text.text-lighten-2 { | |
167 | + color: #f06292 !important; } | |
168 | + | |
169 | +.pink.lighten-1 { | |
170 | + background-color: #ec407a !important; } | |
171 | + | |
172 | +.pink-text.text-lighten-1 { | |
173 | + color: #ec407a !important; } | |
174 | + | |
175 | +.pink { | |
176 | + background-color: #e91e63 !important; } | |
177 | + | |
178 | +.pink-text { | |
179 | + color: #e91e63 !important; } | |
180 | + | |
181 | +.pink.darken-1 { | |
182 | + background-color: #d81b60 !important; } | |
183 | + | |
184 | +.pink-text.text-darken-1 { | |
185 | + color: #d81b60 !important; } | |
186 | + | |
187 | +.pink.darken-2 { | |
188 | + background-color: #c2185b !important; } | |
189 | + | |
190 | +.pink-text.text-darken-2 { | |
191 | + color: #c2185b !important; } | |
192 | + | |
193 | +.pink.darken-3 { | |
194 | + background-color: #ad1457 !important; } | |
195 | + | |
196 | +.pink-text.text-darken-3 { | |
197 | + color: #ad1457 !important; } | |
198 | + | |
199 | +.pink.darken-4 { | |
200 | + background-color: #880e4f !important; } | |
201 | + | |
202 | +.pink-text.text-darken-4 { | |
203 | + color: #880e4f !important; } | |
204 | + | |
205 | +.pink.accent-1 { | |
206 | + background-color: #ff80ab !important; } | |
207 | + | |
208 | +.pink-text.text-accent-1 { | |
209 | + color: #ff80ab !important; } | |
210 | + | |
211 | +.pink.accent-2 { | |
212 | + background-color: #ff4081 !important; } | |
213 | + | |
214 | +.pink-text.text-accent-2 { | |
215 | + color: #ff4081 !important; } | |
216 | + | |
217 | +.pink.accent-3 { | |
218 | + background-color: #f50057 !important; } | |
219 | + | |
220 | +.pink-text.text-accent-3 { | |
221 | + color: #f50057 !important; } | |
222 | + | |
223 | +.pink.accent-4 { | |
224 | + background-color: #c51162 !important; } | |
225 | + | |
226 | +.pink-text.text-accent-4 { | |
227 | + color: #c51162 !important; } | |
228 | + | |
229 | +.purple.lighten-5 { | |
230 | + background-color: #f3e5f5 !important; } | |
231 | + | |
232 | +.purple-text.text-lighten-5 { | |
233 | + color: #f3e5f5 !important; } | |
234 | + | |
235 | +.purple.lighten-4 { | |
236 | + background-color: #e1bee7 !important; } | |
237 | + | |
238 | +.purple-text.text-lighten-4 { | |
239 | + color: #e1bee7 !important; } | |
240 | + | |
241 | +.purple.lighten-3 { | |
242 | + background-color: #ce93d8 !important; } | |
243 | + | |
244 | +.purple-text.text-lighten-3 { | |
245 | + color: #ce93d8 !important; } | |
246 | + | |
247 | +.purple.lighten-2 { | |
248 | + background-color: #ba68c8 !important; } | |
249 | + | |
250 | +.purple-text.text-lighten-2 { | |
251 | + color: #ba68c8 !important; } | |
252 | + | |
253 | +.purple.lighten-1 { | |
254 | + background-color: #ab47bc !important; } | |
255 | + | |
256 | +.purple-text.text-lighten-1 { | |
257 | + color: #ab47bc !important; } | |
258 | + | |
259 | +.purple { | |
260 | + background-color: #9c27b0 !important; } | |
261 | + | |
262 | +.purple-text { | |
263 | + color: #9c27b0 !important; } | |
264 | + | |
265 | +.purple.darken-1 { | |
266 | + background-color: #8e24aa !important; } | |
267 | + | |
268 | +.purple-text.text-darken-1 { | |
269 | + color: #8e24aa !important; } | |
270 | + | |
271 | +.purple.darken-2 { | |
272 | + background-color: #7b1fa2 !important; } | |
273 | + | |
274 | +.purple-text.text-darken-2 { | |
275 | + color: #7b1fa2 !important; } | |
276 | + | |
277 | +.purple.darken-3 { | |
278 | + background-color: #6a1b9a !important; } | |
279 | + | |
280 | +.purple-text.text-darken-3 { | |
281 | + color: #6a1b9a !important; } | |
282 | + | |
283 | +.purple.darken-4 { | |
284 | + background-color: #4a148c !important; } | |
285 | + | |
286 | +.purple-text.text-darken-4 { | |
287 | + color: #4a148c !important; } | |
288 | + | |
289 | +.purple.accent-1 { | |
290 | + background-color: #ea80fc !important; } | |
291 | + | |
292 | +.purple-text.text-accent-1 { | |
293 | + color: #ea80fc !important; } | |
294 | + | |
295 | +.purple.accent-2 { | |
296 | + background-color: #e040fb !important; } | |
297 | + | |
298 | +.purple-text.text-accent-2 { | |
299 | + color: #e040fb !important; } | |
300 | + | |
301 | +.purple.accent-3 { | |
302 | + background-color: #d500f9 !important; } | |
303 | + | |
304 | +.purple-text.text-accent-3 { | |
305 | + color: #d500f9 !important; } | |
306 | + | |
307 | +.purple.accent-4 { | |
308 | + background-color: #aa00ff !important; } | |
309 | + | |
310 | +.purple-text.text-accent-4 { | |
311 | + color: #aa00ff !important; } | |
312 | + | |
313 | +.deep-purple.lighten-5 { | |
314 | + background-color: #ede7f6 !important; } | |
315 | + | |
316 | +.deep-purple-text.text-lighten-5 { | |
317 | + color: #ede7f6 !important; } | |
318 | + | |
319 | +.deep-purple.lighten-4 { | |
320 | + background-color: #d1c4e9 !important; } | |
321 | + | |
322 | +.deep-purple-text.text-lighten-4 { | |
323 | + color: #d1c4e9 !important; } | |
324 | + | |
325 | +.deep-purple.lighten-3 { | |
326 | + background-color: #b39ddb !important; } | |
327 | + | |
328 | +.deep-purple-text.text-lighten-3 { | |
329 | + color: #b39ddb !important; } | |
330 | + | |
331 | +.deep-purple.lighten-2 { | |
332 | + background-color: #9575cd !important; } | |
333 | + | |
334 | +.deep-purple-text.text-lighten-2 { | |
335 | + color: #9575cd !important; } | |
336 | + | |
337 | +.deep-purple.lighten-1 { | |
338 | + background-color: #7e57c2 !important; } | |
339 | + | |
340 | +.deep-purple-text.text-lighten-1 { | |
341 | + color: #7e57c2 !important; } | |
342 | + | |
343 | +.deep-purple { | |
344 | + background-color: #673ab7 !important; } | |
345 | + | |
346 | +.deep-purple-text { | |
347 | + color: #673ab7 !important; } | |
348 | + | |
349 | +.deep-purple.darken-1 { | |
350 | + background-color: #5e35b1 !important; } | |
351 | + | |
352 | +.deep-purple-text.text-darken-1 { | |
353 | + color: #5e35b1 !important; } | |
354 | + | |
355 | +.deep-purple.darken-2 { | |
356 | + background-color: #512da8 !important; } | |
357 | + | |
358 | +.deep-purple-text.text-darken-2 { | |
359 | + color: #512da8 !important; } | |
360 | + | |
361 | +.deep-purple.darken-3 { | |
362 | + background-color: #4527a0 !important; } | |
363 | + | |
364 | +.deep-purple-text.text-darken-3 { | |
365 | + color: #4527a0 !important; } | |
366 | + | |
367 | +.deep-purple.darken-4 { | |
368 | + background-color: #311b92 !important; } | |
369 | + | |
370 | +.deep-purple-text.text-darken-4 { | |
371 | + color: #311b92 !important; } | |
372 | + | |
373 | +.deep-purple.accent-1 { | |
374 | + background-color: #b388ff !important; } | |
375 | + | |
376 | +.deep-purple-text.text-accent-1 { | |
377 | + color: #b388ff !important; } | |
378 | + | |
379 | +.deep-purple.accent-2 { | |
380 | + background-color: #7c4dff !important; } | |
381 | + | |
382 | +.deep-purple-text.text-accent-2 { | |
383 | + color: #7c4dff !important; } | |
384 | + | |
385 | +.deep-purple.accent-3 { | |
386 | + background-color: #651fff !important; } | |
387 | + | |
388 | +.deep-purple-text.text-accent-3 { | |
389 | + color: #651fff !important; } | |
390 | + | |
391 | +.deep-purple.accent-4 { | |
392 | + background-color: #6200ea !important; } | |
393 | + | |
394 | +.deep-purple-text.text-accent-4 { | |
395 | + color: #6200ea !important; } | |
396 | + | |
397 | +.indigo.lighten-5 { | |
398 | + background-color: #e8eaf6 !important; } | |
399 | + | |
400 | +.indigo-text.text-lighten-5 { | |
401 | + color: #e8eaf6 !important; } | |
402 | + | |
403 | +.indigo.lighten-4 { | |
404 | + background-color: #c5cae9 !important; } | |
405 | + | |
406 | +.indigo-text.text-lighten-4 { | |
407 | + color: #c5cae9 !important; } | |
408 | + | |
409 | +.indigo.lighten-3 { | |
410 | + background-color: #9fa8da !important; } | |
411 | + | |
412 | +.indigo-text.text-lighten-3 { | |
413 | + color: #9fa8da !important; } | |
414 | + | |
415 | +.indigo.lighten-2 { | |
416 | + background-color: #7986cb !important; } | |
417 | + | |
418 | +.indigo-text.text-lighten-2 { | |
419 | + color: #7986cb !important; } | |
420 | + | |
421 | +.indigo.lighten-1 { | |
422 | + background-color: #5c6bc0 !important; } | |
423 | + | |
424 | +.indigo-text.text-lighten-1 { | |
425 | + color: #5c6bc0 !important; } | |
426 | + | |
427 | +.indigo { | |
428 | + background-color: #3f51b5 !important; } | |
429 | + | |
430 | +.indigo-text { | |
431 | + color: #3f51b5 !important; } | |
432 | + | |
433 | +.indigo.darken-1 { | |
434 | + background-color: #3949ab !important; } | |
435 | + | |
436 | +.indigo-text.text-darken-1 { | |
437 | + color: #3949ab !important; } | |
438 | + | |
439 | +.indigo.darken-2 { | |
440 | + background-color: #303f9f !important; } | |
441 | + | |
442 | +.indigo-text.text-darken-2 { | |
443 | + color: #303f9f !important; } | |
444 | + | |
445 | +.indigo.darken-3 { | |
446 | + background-color: #283593 !important; } | |
447 | + | |
448 | +.indigo-text.text-darken-3 { | |
449 | + color: #283593 !important; } | |
450 | + | |
451 | +.indigo.darken-4 { | |
452 | + background-color: #1a237e !important; } | |
453 | + | |
454 | +.indigo-text.text-darken-4 { | |
455 | + color: #1a237e !important; } | |
456 | + | |
457 | +.indigo.accent-1 { | |
458 | + background-color: #8c9eff !important; } | |
459 | + | |
460 | +.indigo-text.text-accent-1 { | |
461 | + color: #8c9eff !important; } | |
462 | + | |
463 | +.indigo.accent-2 { | |
464 | + background-color: #536dfe !important; } | |
465 | + | |
466 | +.indigo-text.text-accent-2 { | |
467 | + color: #536dfe !important; } | |
468 | + | |
469 | +.indigo.accent-3 { | |
470 | + background-color: #3d5afe !important; } | |
471 | + | |
472 | +.indigo-text.text-accent-3 { | |
473 | + color: #3d5afe !important; } | |
474 | + | |
475 | +.indigo.accent-4 { | |
476 | + background-color: #304ffe !important; } | |
477 | + | |
478 | +.indigo-text.text-accent-4 { | |
479 | + color: #304ffe !important; } | |
480 | + | |
481 | +.blue.lighten-5 { | |
482 | + background-color: #E3F2FD !important; } | |
483 | + | |
484 | +.blue-text.text-lighten-5 { | |
485 | + color: #E3F2FD !important; } | |
486 | + | |
487 | +.blue.lighten-4 { | |
488 | + background-color: #BBDEFB !important; } | |
489 | + | |
490 | +.blue-text.text-lighten-4 { | |
491 | + color: #BBDEFB !important; } | |
492 | + | |
493 | +.blue.lighten-3 { | |
494 | + background-color: #90CAF9 !important; } | |
495 | + | |
496 | +.blue-text.text-lighten-3 { | |
497 | + color: #90CAF9 !important; } | |
498 | + | |
499 | +.blue.lighten-2 { | |
500 | + background-color: #64B5F6 !important; } | |
501 | + | |
502 | +.blue-text.text-lighten-2 { | |
503 | + color: #64B5F6 !important; } | |
504 | + | |
505 | +.blue.lighten-1 { | |
506 | + background-color: #42A5F5 !important; } | |
507 | + | |
508 | +.blue-text.text-lighten-1 { | |
509 | + color: #42A5F5 !important; } | |
510 | + | |
511 | +.blue { | |
512 | + background-color: #2196F3 !important; } | |
513 | + | |
514 | +.blue-text { | |
515 | + color: #2196F3 !important; } | |
516 | + | |
517 | +.blue.darken-1 { | |
518 | + background-color: #1E88E5 !important; } | |
519 | + | |
520 | +.blue-text.text-darken-1 { | |
521 | + color: #1E88E5 !important; } | |
522 | + | |
523 | +.blue.darken-2 { | |
524 | + background-color: #1976D2 !important; } | |
525 | + | |
526 | +.blue-text.text-darken-2 { | |
527 | + color: #1976D2 !important; } | |
528 | + | |
529 | +.blue.darken-3 { | |
530 | + background-color: #1565C0 !important; } | |
531 | + | |
532 | +.blue-text.text-darken-3 { | |
533 | + color: #1565C0 !important; } | |
534 | + | |
535 | +.blue.darken-4 { | |
536 | + background-color: #0D47A1 !important; } | |
537 | + | |
538 | +.blue-text.text-darken-4 { | |
539 | + color: #0D47A1 !important; } | |
540 | + | |
541 | +.blue.accent-1 { | |
542 | + background-color: #82B1FF !important; } | |
543 | + | |
544 | +.blue-text.text-accent-1 { | |
545 | + color: #82B1FF !important; } | |
546 | + | |
547 | +.blue.accent-2 { | |
548 | + background-color: #448AFF !important; } | |
549 | + | |
550 | +.blue-text.text-accent-2 { | |
551 | + color: #448AFF !important; } | |
552 | + | |
553 | +.blue.accent-3 { | |
554 | + background-color: #2979FF !important; } | |
555 | + | |
556 | +.blue-text.text-accent-3 { | |
557 | + color: #2979FF !important; } | |
558 | + | |
559 | +.blue.accent-4 { | |
560 | + background-color: #2962FF !important; } | |
561 | + | |
562 | +.blue-text.text-accent-4 { | |
563 | + color: #2962FF !important; } | |
564 | + | |
565 | +.light-blue.lighten-5 { | |
566 | + background-color: #e1f5fe !important; } | |
567 | + | |
568 | +.light-blue-text.text-lighten-5 { | |
569 | + color: #e1f5fe !important; } | |
570 | + | |
571 | +.light-blue.lighten-4 { | |
572 | + background-color: #b3e5fc !important; } | |
573 | + | |
574 | +.light-blue-text.text-lighten-4 { | |
575 | + color: #b3e5fc !important; } | |
576 | + | |
577 | +.light-blue.lighten-3 { | |
578 | + background-color: #81d4fa !important; } | |
579 | + | |
580 | +.light-blue-text.text-lighten-3 { | |
581 | + color: #81d4fa !important; } | |
582 | + | |
583 | +.light-blue.lighten-2 { | |
584 | + background-color: #4fc3f7 !important; } | |
585 | + | |
586 | +.light-blue-text.text-lighten-2 { | |
587 | + color: #4fc3f7 !important; } | |
588 | + | |
589 | +.light-blue.lighten-1 { | |
590 | + background-color: #29b6f6 !important; } | |
591 | + | |
592 | +.light-blue-text.text-lighten-1 { | |
593 | + color: #29b6f6 !important; } | |
594 | + | |
595 | +.light-blue { | |
596 | + background-color: #03a9f4 !important; } | |
597 | + | |
598 | +.light-blue-text { | |
599 | + color: #03a9f4 !important; } | |
600 | + | |
601 | +.light-blue.darken-1 { | |
602 | + background-color: #039be5 !important; } | |
603 | + | |
604 | +.light-blue-text.text-darken-1 { | |
605 | + color: #039be5 !important; } | |
606 | + | |
607 | +.light-blue.darken-2 { | |
608 | + background-color: #0288d1 !important; } | |
609 | + | |
610 | +.light-blue-text.text-darken-2 { | |
611 | + color: #0288d1 !important; } | |
612 | + | |
613 | +.light-blue.darken-3 { | |
614 | + background-color: #0277bd !important; } | |
615 | + | |
616 | +.light-blue-text.text-darken-3 { | |
617 | + color: #0277bd !important; } | |
618 | + | |
619 | +.light-blue.darken-4 { | |
620 | + background-color: #01579b !important; } | |
621 | + | |
622 | +.light-blue-text.text-darken-4 { | |
623 | + color: #01579b !important; } | |
624 | + | |
625 | +.light-blue.accent-1 { | |
626 | + background-color: #80d8ff !important; } | |
627 | + | |
628 | +.light-blue-text.text-accent-1 { | |
629 | + color: #80d8ff !important; } | |
630 | + | |
631 | +.light-blue.accent-2 { | |
632 | + background-color: #40c4ff !important; } | |
633 | + | |
634 | +.light-blue-text.text-accent-2 { | |
635 | + color: #40c4ff !important; } | |
636 | + | |
637 | +.light-blue.accent-3 { | |
638 | + background-color: #00b0ff !important; } | |
639 | + | |
640 | +.light-blue-text.text-accent-3 { | |
641 | + color: #00b0ff !important; } | |
642 | + | |
643 | +.light-blue.accent-4 { | |
644 | + background-color: #0091ea !important; } | |
645 | + | |
646 | +.light-blue-text.text-accent-4 { | |
647 | + color: #0091ea !important; } | |
648 | + | |
649 | +.cyan.lighten-5 { | |
650 | + background-color: #e0f7fa !important; } | |
651 | + | |
652 | +.cyan-text.text-lighten-5 { | |
653 | + color: #e0f7fa !important; } | |
654 | + | |
655 | +.cyan.lighten-4 { | |
656 | + background-color: #b2ebf2 !important; } | |
657 | + | |
658 | +.cyan-text.text-lighten-4 { | |
659 | + color: #b2ebf2 !important; } | |
660 | + | |
661 | +.cyan.lighten-3 { | |
662 | + background-color: #80deea !important; } | |
663 | + | |
664 | +.cyan-text.text-lighten-3 { | |
665 | + color: #80deea !important; } | |
666 | + | |
667 | +.cyan.lighten-2 { | |
668 | + background-color: #4dd0e1 !important; } | |
669 | + | |
670 | +.cyan-text.text-lighten-2 { | |
671 | + color: #4dd0e1 !important; } | |
672 | + | |
673 | +.cyan.lighten-1 { | |
674 | + background-color: #26c6da !important; } | |
675 | + | |
676 | +.cyan-text.text-lighten-1 { | |
677 | + color: #26c6da !important; } | |
678 | + | |
679 | +.cyan { | |
680 | + background-color: #00bcd4 !important; } | |
681 | + | |
682 | +.cyan-text { | |
683 | + color: #00bcd4 !important; } | |
684 | + | |
685 | +.cyan.darken-1 { | |
686 | + background-color: #00acc1 !important; } | |
687 | + | |
688 | +.cyan-text.text-darken-1 { | |
689 | + color: #00acc1 !important; } | |
690 | + | |
691 | +.cyan.darken-2 { | |
692 | + background-color: #0097a7 !important; } | |
693 | + | |
694 | +.cyan-text.text-darken-2 { | |
695 | + color: #0097a7 !important; } | |
696 | + | |
697 | +.cyan.darken-3 { | |
698 | + background-color: #00838f !important; } | |
699 | + | |
700 | +.cyan-text.text-darken-3 { | |
701 | + color: #00838f !important; } | |
702 | + | |
703 | +.cyan.darken-4 { | |
704 | + background-color: #006064 !important; } | |
705 | + | |
706 | +.cyan-text.text-darken-4 { | |
707 | + color: #006064 !important; } | |
708 | + | |
709 | +.cyan.accent-1 { | |
710 | + background-color: #84ffff !important; } | |
711 | + | |
712 | +.cyan-text.text-accent-1 { | |
713 | + color: #84ffff !important; } | |
714 | + | |
715 | +.cyan.accent-2 { | |
716 | + background-color: #18ffff !important; } | |
717 | + | |
718 | +.cyan-text.text-accent-2 { | |
719 | + color: #18ffff !important; } | |
720 | + | |
721 | +.cyan.accent-3 { | |
722 | + background-color: #00e5ff !important; } | |
723 | + | |
724 | +.cyan-text.text-accent-3 { | |
725 | + color: #00e5ff !important; } | |
726 | + | |
727 | +.cyan.accent-4 { | |
728 | + background-color: #00b8d4 !important; } | |
729 | + | |
730 | +.cyan-text.text-accent-4 { | |
731 | + color: #00b8d4 !important; } | |
732 | + | |
733 | +.teal.lighten-5 { | |
734 | + background-color: #e0f2f1 !important; } | |
735 | + | |
736 | +.teal-text.text-lighten-5 { | |
737 | + color: #e0f2f1 !important; } | |
738 | + | |
739 | +.teal.lighten-4 { | |
740 | + background-color: #b2dfdb !important; } | |
741 | + | |
742 | +.teal-text.text-lighten-4 { | |
743 | + color: #b2dfdb !important; } | |
744 | + | |
745 | +.teal.lighten-3 { | |
746 | + background-color: #80cbc4 !important; } | |
747 | + | |
748 | +.teal-text.text-lighten-3 { | |
749 | + color: #80cbc4 !important; } | |
750 | + | |
751 | +.teal.lighten-2 { | |
752 | + background-color: #4db6ac !important; } | |
753 | + | |
754 | +.teal-text.text-lighten-2 { | |
755 | + color: #4db6ac !important; } | |
756 | + | |
757 | +.teal.lighten-1 { | |
758 | + background-color: #26a69a !important; } | |
759 | + | |
760 | +.teal-text.text-lighten-1 { | |
761 | + color: #26a69a !important; } | |
762 | + | |
763 | +.teal { | |
764 | + background-color: #009688 !important; } | |
765 | + | |
766 | +.teal-text { | |
767 | + color: #009688 !important; } | |
768 | + | |
769 | +.teal.darken-1 { | |
770 | + background-color: #00897b !important; } | |
771 | + | |
772 | +.teal-text.text-darken-1 { | |
773 | + color: #00897b !important; } | |
774 | + | |
775 | +.teal.darken-2 { | |
776 | + background-color: #00796b !important; } | |
777 | + | |
778 | +.teal-text.text-darken-2 { | |
779 | + color: #00796b !important; } | |
780 | + | |
781 | +.teal.darken-3 { | |
782 | + background-color: #00695c !important; } | |
783 | + | |
784 | +.teal-text.text-darken-3 { | |
785 | + color: #00695c !important; } | |
786 | + | |
787 | +.teal.darken-4 { | |
788 | + background-color: #004d40 !important; } | |
789 | + | |
790 | +.teal-text.text-darken-4 { | |
791 | + color: #004d40 !important; } | |
792 | + | |
793 | +.teal.accent-1 { | |
794 | + background-color: #a7ffeb !important; } | |
795 | + | |
796 | +.teal-text.text-accent-1 { | |
797 | + color: #a7ffeb !important; } | |
798 | + | |
799 | +.teal.accent-2 { | |
800 | + background-color: #64ffda !important; } | |
801 | + | |
802 | +.teal-text.text-accent-2 { | |
803 | + color: #64ffda !important; } | |
804 | + | |
805 | +.teal.accent-3 { | |
806 | + background-color: #1de9b6 !important; } | |
807 | + | |
808 | +.teal-text.text-accent-3 { | |
809 | + color: #1de9b6 !important; } | |
810 | + | |
811 | +.teal.accent-4 { | |
812 | + background-color: #00bfa5 !important; } | |
813 | + | |
814 | +.teal-text.text-accent-4 { | |
815 | + color: #00bfa5 !important; } | |
816 | + | |
817 | +.green.lighten-5 { | |
818 | + background-color: #E8F5E9 !important; } | |
819 | + | |
820 | +.green-text.text-lighten-5 { | |
821 | + color: #E8F5E9 !important; } | |
822 | + | |
823 | +.green.lighten-4 { | |
824 | + background-color: #C8E6C9 !important; } | |
825 | + | |
826 | +.green-text.text-lighten-4 { | |
827 | + color: #C8E6C9 !important; } | |
828 | + | |
829 | +.green.lighten-3 { | |
830 | + background-color: #A5D6A7 !important; } | |
831 | + | |
832 | +.green-text.text-lighten-3 { | |
833 | + color: #A5D6A7 !important; } | |
834 | + | |
835 | +.green.lighten-2 { | |
836 | + background-color: #81C784 !important; } | |
837 | + | |
838 | +.green-text.text-lighten-2 { | |
839 | + color: #81C784 !important; } | |
840 | + | |
841 | +.green.lighten-1 { | |
842 | + background-color: #66BB6A !important; } | |
843 | + | |
844 | +.green-text.text-lighten-1 { | |
845 | + color: #66BB6A !important; } | |
846 | + | |
847 | +.green { | |
848 | + background-color: #4CAF50 !important; } | |
849 | + | |
850 | +.green-text { | |
851 | + color: #4CAF50 !important; } | |
852 | + | |
853 | +.green.darken-1 { | |
854 | + background-color: #43A047 !important; } | |
855 | + | |
856 | +.green-text.text-darken-1 { | |
857 | + color: #43A047 !important; } | |
858 | + | |
859 | +.green.darken-2 { | |
860 | + background-color: #388E3C !important; } | |
861 | + | |
862 | +.green-text.text-darken-2 { | |
863 | + color: #388E3C !important; } | |
864 | + | |
865 | +.green.darken-3 { | |
866 | + background-color: #2E7D32 !important; } | |
867 | + | |
868 | +.green-text.text-darken-3 { | |
869 | + color: #2E7D32 !important; } | |
870 | + | |
871 | +.green.darken-4 { | |
872 | + background-color: #1B5E20 !important; } | |
873 | + | |
874 | +.green-text.text-darken-4 { | |
875 | + color: #1B5E20 !important; } | |
876 | + | |
877 | +.green.accent-1 { | |
878 | + background-color: #B9F6CA !important; } | |
879 | + | |
880 | +.green-text.text-accent-1 { | |
881 | + color: #B9F6CA !important; } | |
882 | + | |
883 | +.green.accent-2 { | |
884 | + background-color: #69F0AE !important; } | |
885 | + | |
886 | +.green-text.text-accent-2 { | |
887 | + color: #69F0AE !important; } | |
888 | + | |
889 | +.green.accent-3 { | |
890 | + background-color: #00E676 !important; } | |
891 | + | |
892 | +.green-text.text-accent-3 { | |
893 | + color: #00E676 !important; } | |
894 | + | |
895 | +.green.accent-4 { | |
896 | + background-color: #00C853 !important; } | |
897 | + | |
898 | +.green-text.text-accent-4 { | |
899 | + color: #00C853 !important; } | |
900 | + | |
901 | +.light-green.lighten-5 { | |
902 | + background-color: #f1f8e9 !important; } | |
903 | + | |
904 | +.light-green-text.text-lighten-5 { | |
905 | + color: #f1f8e9 !important; } | |
906 |