polymer-gold-rails 1.0.0.pre.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +36 -0
- data/Rakefile +1 -0
- data/app/assets/components/gold-cc-cvc-input/README.md +24 -0
- data/app/assets/components/gold-cc-cvc-input/bower.json +39 -0
- data/app/assets/components/gold-cc-cvc-input/cvc_hint.png +0 -0
- data/app/assets/components/gold-cc-cvc-input/cvc_hint_amex.png +0 -0
- data/app/assets/components/gold-cc-cvc-input/demo/index.html +54 -0
- data/app/assets/components/gold-cc-cvc-input/gold-cc-cvc-input.html +195 -0
- data/app/assets/components/gold-cc-cvc-input/hero.svg +36 -0
- data/app/assets/components/gold-cc-cvc-input/index.html +26 -0
- data/app/assets/components/gold-cc-cvc-input/test/basic.html +125 -0
- data/app/assets/components/gold-cc-cvc-input/test/index.html +25 -0
- data/app/assets/components/gold-cc-expiration-input/README.md +10 -0
- data/app/assets/components/gold-cc-expiration-input/bower.json +40 -0
- data/app/assets/components/gold-cc-expiration-input/date-input.html +157 -0
- data/app/assets/components/gold-cc-expiration-input/date-validator.html +38 -0
- data/app/assets/components/gold-cc-expiration-input/demo/index.html +53 -0
- data/app/assets/components/gold-cc-expiration-input/gold-cc-expiration-input.html +131 -0
- data/app/assets/components/gold-cc-expiration-input/hero.svg +58 -0
- data/app/assets/components/gold-cc-expiration-input/index.html +28 -0
- data/app/assets/components/gold-cc-expiration-input/test/basic.html +126 -0
- data/app/assets/components/gold-cc-expiration-input/test/index.html +25 -0
- data/app/assets/components/gold-cc-input/README.md +9 -0
- data/app/assets/components/gold-cc-input/bower.json +39 -0
- data/app/assets/components/gold-cc-input/cc-validator.js +192 -0
- data/app/assets/components/gold-cc-input/demo/index.html +48 -0
- data/app/assets/components/gold-cc-input/gold-cc-input.html +215 -0
- data/app/assets/components/gold-cc-input/hero.svg +52 -0
- data/app/assets/components/gold-cc-input/images/amex.png +0 -0
- data/app/assets/components/gold-cc-input/images/diners_club.png +0 -0
- data/app/assets/components/gold-cc-input/images/discover.png +0 -0
- data/app/assets/components/gold-cc-input/images/jcb.png +0 -0
- data/app/assets/components/gold-cc-input/images/mastercard.png +0 -0
- data/app/assets/components/gold-cc-input/images/visa.png +0 -0
- data/app/assets/components/gold-cc-input/index.html +28 -0
- data/app/assets/components/gold-cc-input/test/basic.html +136 -0
- data/app/assets/components/gold-cc-input/test/index.html +25 -0
- data/app/assets/components/gold-elements/README.md +12 -0
- data/app/assets/components/gold-elements/bower.json +42 -0
- data/app/assets/components/gold-elements/demo/complex-form.html +127 -0
- data/app/assets/components/gold-elements/demo/index.html +94 -0
- data/app/assets/components/gold-elements/demo/item-card.html +59 -0
- data/app/assets/components/gold-elements/demo/simple-form.css +55 -0
- data/app/assets/components/gold-elements/demo/simple-form.html +93 -0
- data/app/assets/components/gold-elements/screenshot.png +0 -0
- data/app/assets/components/gold-email-input/README.md +8 -0
- data/app/assets/components/gold-email-input/bower.json +40 -0
- data/app/assets/components/gold-email-input/demo/index.html +46 -0
- data/app/assets/components/gold-email-input/email-validator.html +31 -0
- data/app/assets/components/gold-email-input/gold-email-input.html +108 -0
- data/app/assets/components/gold-email-input/hero.svg +59 -0
- data/app/assets/components/gold-email-input/index.html +28 -0
- data/app/assets/components/gold-email-input/test/basic.html +97 -0
- data/app/assets/components/gold-email-input/test/index.html +25 -0
- data/app/assets/components/gold-phone-input/README.md +13 -0
- data/app/assets/components/gold-phone-input/bower.json +39 -0
- data/app/assets/components/gold-phone-input/demo/index.html +53 -0
- data/app/assets/components/gold-phone-input/gold-phone-input.html +197 -0
- data/app/assets/components/gold-phone-input/hero.svg +63 -0
- data/app/assets/components/gold-phone-input/index.html +28 -0
- data/app/assets/components/gold-phone-input/test/basic.html +117 -0
- data/app/assets/components/gold-phone-input/test/index.html +25 -0
- data/app/assets/components/gold-zip-input/README.md +8 -0
- data/app/assets/components/gold-zip-input/bower.json +40 -0
- data/app/assets/components/gold-zip-input/demo/index.html +54 -0
- data/app/assets/components/gold-zip-input/gold-zip-input.html +113 -0
- data/app/assets/components/gold-zip-input/hero.svg +43 -0
- data/app/assets/components/gold-zip-input/index.html +28 -0
- data/app/assets/components/gold-zip-input/test/basic.html +116 -0
- data/app/assets/components/gold-zip-input/test/index.html +25 -0
- data/app/assets/components/gold-zip-input/zip-validator.html +32 -0
- data/app/assets/components/iron-autogrow-textarea/README.md +24 -0
- data/app/assets/components/iron-autogrow-textarea/bower.json +37 -0
- data/app/assets/components/iron-autogrow-textarea/demo/index.html +81 -0
- data/app/assets/components/iron-autogrow-textarea/hero.svg +33 -0
- data/app/assets/components/iron-autogrow-textarea/index.html +30 -0
- data/app/assets/components/iron-autogrow-textarea/iron-autogrow-textarea.html +263 -0
- data/app/assets/components/iron-autogrow-textarea/test/basic.html +94 -0
- data/app/assets/components/iron-autogrow-textarea/test/index.html +25 -0
- data/app/assets/components/iron-flex-layout/README.md +4 -0
- data/app/assets/components/iron-flex-layout/bower.json +21 -0
- data/app/assets/components/iron-flex-layout/classes/iron-flex-layout.html +307 -0
- data/app/assets/components/iron-flex-layout/classes/iron-shadow-flex-layout.html +302 -0
- data/app/assets/components/iron-flex-layout/demo/index.html +40 -0
- data/app/assets/components/iron-flex-layout/demo/x-app.html +106 -0
- data/app/assets/components/iron-flex-layout/iron-flex-layout.html +313 -0
- data/app/assets/components/iron-form-element-behavior/README.md +2 -0
- data/app/assets/components/iron-form-element-behavior/bower.json +27 -0
- data/app/assets/components/iron-form-element-behavior/demo/index.html +53 -0
- data/app/assets/components/iron-form-element-behavior/demo/simple-element.html +27 -0
- data/app/assets/components/iron-form-element-behavior/demo/simple-form.html +42 -0
- data/app/assets/components/iron-form-element-behavior/index.html +30 -0
- data/app/assets/components/iron-form-element-behavior/iron-form-element-behavior.html +50 -0
- data/app/assets/components/iron-icon/README.md +56 -0
- data/app/assets/components/iron-icon/bower.json +29 -0
- data/app/assets/components/iron-icon/demo/index.html +28 -0
- data/app/assets/components/iron-icon/demo/location.png +0 -0
- data/app/assets/components/iron-icon/hero.svg +19 -0
- data/app/assets/components/iron-icon/index.html +26 -0
- data/app/assets/components/iron-icon/iron-icon.html +187 -0
- data/app/assets/components/iron-icon/test/index.html +31 -0
- data/app/assets/components/iron-icon/test/iron-icon.html +120 -0
- data/app/assets/components/iron-input/README.md +16 -0
- data/app/assets/components/iron-input/bower.json +36 -0
- data/app/assets/components/iron-input/demo/index.html +87 -0
- data/app/assets/components/iron-input/hero.svg +19 -0
- data/app/assets/components/iron-input/index.html +30 -0
- data/app/assets/components/iron-input/iron-input.html +235 -0
- data/app/assets/components/iron-input/test/index.html +24 -0
- data/app/assets/components/iron-input/test/iron-input.html +139 -0
- data/app/assets/components/iron-input/test/letters-only.html +30 -0
- data/app/assets/components/iron-meta/README.md +46 -0
- data/app/assets/components/iron-meta/bower.json +28 -0
- data/app/assets/components/iron-meta/demo/index.html +45 -0
- data/app/assets/components/iron-meta/hero.svg +33 -0
- data/app/assets/components/iron-meta/index.html +27 -0
- data/app/assets/components/iron-meta/iron-meta.html +352 -0
- data/app/assets/components/iron-meta/test/basic.html +48 -0
- data/app/assets/components/iron-meta/test/index.html +30 -0
- data/app/assets/components/iron-meta/test/iron-meta.html +186 -0
- data/app/assets/components/iron-validatable-behavior/README.md +3 -0
- data/app/assets/components/iron-validatable-behavior/bower.json +35 -0
- data/app/assets/components/iron-validatable-behavior/demo/cats-only.html +46 -0
- data/app/assets/components/iron-validatable-behavior/demo/index.html +71 -0
- data/app/assets/components/iron-validatable-behavior/demo/validatable-input.html +46 -0
- data/app/assets/components/iron-validatable-behavior/index.html +30 -0
- data/app/assets/components/iron-validatable-behavior/iron-validatable-behavior.html +101 -0
- data/app/assets/components/iron-validatable-behavior/test/index.html +35 -0
- data/app/assets/components/iron-validatable-behavior/test/iron-validatable-behavior.html +52 -0
- data/app/assets/components/iron-validatable-behavior/test/test-validatable.html +28 -0
- data/app/assets/components/iron-validator-behavior/README.md +4 -0
- data/app/assets/components/iron-validator-behavior/bower.json +34 -0
- data/app/assets/components/iron-validator-behavior/demo/cats-only.html +46 -0
- data/app/assets/components/iron-validator-behavior/demo/index.html +144 -0
- data/app/assets/components/iron-validator-behavior/index.html +30 -0
- data/app/assets/components/iron-validator-behavior/iron-validator-behavior.html +61 -0
- data/app/assets/components/iron-validator-behavior/test/index.html +34 -0
- data/app/assets/components/iron-validator-behavior/test/iron-validator-behavior.html +47 -0
- data/app/assets/components/iron-validator-behavior/test/simple-validator.html +26 -0
- data/app/assets/components/paper-input/README.md +5 -0
- data/app/assets/components/paper-input/all-imports.html +12 -0
- data/app/assets/components/paper-input/bower.json +44 -0
- data/app/assets/components/paper-input/demo/index.html +96 -0
- data/app/assets/components/paper-input/demo/ssn-input.html +94 -0
- data/app/assets/components/paper-input/demo/ssn-validator.html +31 -0
- data/app/assets/components/paper-input/hero.svg +19 -0
- data/app/assets/components/paper-input/index.html +28 -0
- data/app/assets/components/paper-input/paper-input-addon-behavior.html +47 -0
- data/app/assets/components/paper-input/paper-input-behavior.html +317 -0
- data/app/assets/components/paper-input/paper-input-char-counter.html +95 -0
- data/app/assets/components/paper-input/paper-input-container.html +495 -0
- data/app/assets/components/paper-input/paper-input-error.html +99 -0
- data/app/assets/components/paper-input/paper-input.html +126 -0
- data/app/assets/components/paper-input/paper-textarea.html +106 -0
- data/app/assets/components/paper-input/test/index.html +28 -0
- data/app/assets/components/paper-input/test/letters-only.html +30 -0
- data/app/assets/components/paper-input/test/paper-input-char-counter.html +112 -0
- data/app/assets/components/paper-input/test/paper-input-container.html +237 -0
- data/app/assets/components/paper-input/test/paper-input-error.html +60 -0
- data/app/assets/components/paper-input/test/paper-input.html +213 -0
- data/app/assets/components/paper-input/test/paper-textarea.html +169 -0
- data/app/assets/components/paper-styles/README.md +3 -0
- data/app/assets/components/paper-styles/bower.json +27 -0
- data/app/assets/components/paper-styles/classes/global.html +96 -0
- data/app/assets/components/paper-styles/classes/shadow-layout.html +302 -0
- data/app/assets/components/paper-styles/classes/shadow.html +39 -0
- data/app/assets/components/paper-styles/classes/typography.html +171 -0
- data/app/assets/components/paper-styles/color.html +333 -0
- data/app/assets/components/paper-styles/default-theme.html +39 -0
- data/app/assets/components/paper-styles/demo-pages.html +72 -0
- data/app/assets/components/paper-styles/demo.css +25 -0
- data/app/assets/components/paper-styles/paper-styles-classes.html +14 -0
- data/app/assets/components/paper-styles/paper-styles.html +17 -0
- data/app/assets/components/paper-styles/shadow.html +61 -0
- data/app/assets/components/paper-styles/typography.html +240 -0
- data/app/assets/components/polymer/LICENSE.txt +27 -0
- data/app/assets/components/polymer/bower.json +26 -0
- data/app/assets/components/polymer/build.log +27 -0
- data/app/assets/components/polymer/polymer-micro.html +523 -0
- data/app/assets/components/polymer/polymer-mini.html +1368 -0
- data/app/assets/components/polymer/polymer.html +3768 -0
- data/app/assets/components/webcomponentsjs/CustomElements.js +956 -0
- data/app/assets/components/webcomponentsjs/CustomElements.min.js +11 -0
- data/app/assets/components/webcomponentsjs/HTMLImports.js +1078 -0
- data/app/assets/components/webcomponentsjs/HTMLImports.min.js +11 -0
- data/app/assets/components/webcomponentsjs/MutationObserver.js +344 -0
- data/app/assets/components/webcomponentsjs/MutationObserver.min.js +11 -0
- data/app/assets/components/webcomponentsjs/README.md +125 -0
- data/app/assets/components/webcomponentsjs/ShadowDOM.js +4414 -0
- data/app/assets/components/webcomponentsjs/ShadowDOM.min.js +15 -0
- data/app/assets/components/webcomponentsjs/bower.json +14 -0
- data/app/assets/components/webcomponentsjs/build.log +33 -0
- data/app/assets/components/webcomponentsjs/package.json +31 -0
- data/app/assets/components/webcomponentsjs/webcomponents-lite.js +2300 -0
- data/app/assets/components/webcomponentsjs/webcomponents-lite.min.js +13 -0
- data/app/assets/components/webcomponentsjs/webcomponents.js +7112 -0
- data/app/assets/components/webcomponentsjs/webcomponents.min.js +15 -0
- data/lib/polymer-gold-rails.rb +2 -0
- data/lib/polymer-gold-rails/enigne.rb +4 -0
- data/lib/polymer-gold-rails/version.rb +3 -0
- metadata +312 -0
@@ -0,0 +1,39 @@
|
|
1
|
+
<!--
|
2
|
+
@license
|
3
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
4
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
5
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
6
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
7
|
+
Code distributed by Google as part of the polymer project is also
|
8
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
9
|
+
-->
|
10
|
+
|
11
|
+
<style>
|
12
|
+
.shadow-transition {
|
13
|
+
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
14
|
+
}
|
15
|
+
|
16
|
+
.shadow-elevation-1 {
|
17
|
+
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
|
18
|
+
}
|
19
|
+
|
20
|
+
.shadow-elevation-2 {
|
21
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2),
|
22
|
+
0 6px 10px 0 rgba(0, 0, 0, 0.3);
|
23
|
+
}
|
24
|
+
|
25
|
+
.shadow-elevation-3 {
|
26
|
+
box-shadow: 0 11px 7px 0 rgba(0, 0, 0, 0.19),
|
27
|
+
0 13px 25px 0 rgba(0, 0, 0, 0.3);
|
28
|
+
}
|
29
|
+
|
30
|
+
.shadow-elevation-4 {
|
31
|
+
box-shadow: 0 14px 12px 0 rgba(0, 0, 0, 0.17),
|
32
|
+
0 20px 40px 0 rgba(0, 0, 0, 0.3);
|
33
|
+
}
|
34
|
+
|
35
|
+
.shadow-elevation-5 {
|
36
|
+
box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.15),
|
37
|
+
0 27px 55px 0 rgba(0, 0, 0, 0.3);
|
38
|
+
}
|
39
|
+
</style>
|
@@ -0,0 +1,171 @@
|
|
1
|
+
<!--
|
2
|
+
@license
|
3
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
4
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
5
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
6
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
7
|
+
Code distributed by Google as part of the polymer project is also
|
8
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
9
|
+
-->
|
10
|
+
<!-- TODO(nevir): Should we upgrade Polymer/font-roboto to the final font? -->
|
11
|
+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic">
|
12
|
+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Inconsolata:400,700">
|
13
|
+
|
14
|
+
<!--
|
15
|
+
Typographic styles are provided matching the Material Design standard styles:
|
16
|
+
http://www.google.com/design/spec/style/typography.html#typography-standard-styles
|
17
|
+
|
18
|
+
To make use of them, apply a `paper-font-<style>` class to elements, matching
|
19
|
+
the font style you wish it to inherit.
|
20
|
+
|
21
|
+
<header class="paper-font-display2">Hey there!</header>
|
22
|
+
|
23
|
+
Note that these are English/Latin centric styles. You may need to further adjust
|
24
|
+
line heights and weights for CJK typesetting. See the notes in the Material
|
25
|
+
Design typography section.
|
26
|
+
-->
|
27
|
+
<style>
|
28
|
+
|
29
|
+
.paper-font-display4,
|
30
|
+
.paper-font-display3,
|
31
|
+
.paper-font-display2,
|
32
|
+
.paper-font-display1,
|
33
|
+
.paper-font-headline,
|
34
|
+
.paper-font-title,
|
35
|
+
.paper-font-subhead,
|
36
|
+
.paper-font-body2,
|
37
|
+
.paper-font-body1,
|
38
|
+
.paper-font-caption,
|
39
|
+
.paper-font-menu,
|
40
|
+
.paper-font-button {
|
41
|
+
font-family: 'Roboto', 'Noto', sans-serif;
|
42
|
+
-webkit-font-smoothing: antialiased; /* OS X subpixel AA bleed bug */
|
43
|
+
}
|
44
|
+
|
45
|
+
.paper-font-code2,
|
46
|
+
.paper-font-code1 {
|
47
|
+
font-family: 'Inconsolata', 'Consolas', 'Source Code Pro', 'Monaco', 'Menlo', monospace;
|
48
|
+
-webkit-font-smoothing: antialiased; /* OS X subpixel AA bleed bug */
|
49
|
+
}
|
50
|
+
|
51
|
+
/* Opt for better kerning for headers & other short labels. */
|
52
|
+
.paper-font-display4,
|
53
|
+
.paper-font-display3,
|
54
|
+
.paper-font-display2,
|
55
|
+
.paper-font-display1,
|
56
|
+
.paper-font-headline,
|
57
|
+
.paper-font-title,
|
58
|
+
.paper-font-subhead,
|
59
|
+
.paper-font-menu,
|
60
|
+
.paper-font-button {
|
61
|
+
text-rendering: optimizeLegibility;
|
62
|
+
}
|
63
|
+
|
64
|
+
/*
|
65
|
+
"Line wrapping only applies to Body, Subhead, Headline, and the smaller Display
|
66
|
+
styles. All other styles should exist as single lines."
|
67
|
+
*/
|
68
|
+
.paper-font-display4,
|
69
|
+
.paper-font-display3,
|
70
|
+
.paper-font-title,
|
71
|
+
.paper-font-caption,
|
72
|
+
.paper-font-menu,
|
73
|
+
.paper-font-button {
|
74
|
+
white-space: nowrap;
|
75
|
+
overflow: hidden;
|
76
|
+
text-overflow: ellipsis;
|
77
|
+
}
|
78
|
+
|
79
|
+
.paper-font-display4 {
|
80
|
+
font-size: 112px;
|
81
|
+
font-weight: 300;
|
82
|
+
letter-spacing: -.044em;
|
83
|
+
line-height: 120px;
|
84
|
+
}
|
85
|
+
|
86
|
+
.paper-font-display3 {
|
87
|
+
font-size: 56px;
|
88
|
+
font-weight: 400;
|
89
|
+
letter-spacing: -.026em;
|
90
|
+
line-height: 60px;
|
91
|
+
}
|
92
|
+
|
93
|
+
.paper-font-display2 {
|
94
|
+
font-size: 45px;
|
95
|
+
font-weight: 400;
|
96
|
+
letter-spacing: -.018em;
|
97
|
+
line-height: 48px;
|
98
|
+
}
|
99
|
+
|
100
|
+
.paper-font-display1 {
|
101
|
+
font-size: 34px;
|
102
|
+
font-weight: 400;
|
103
|
+
letter-spacing: -.01em;
|
104
|
+
line-height: 40px;
|
105
|
+
}
|
106
|
+
|
107
|
+
.paper-font-headline {
|
108
|
+
font-size: 24px;
|
109
|
+
font-weight: 400;
|
110
|
+
letter-spacing: -.012em;
|
111
|
+
line-height: 32px;
|
112
|
+
}
|
113
|
+
|
114
|
+
.paper-font-title {
|
115
|
+
font-size: 20px;
|
116
|
+
font-weight: 500;
|
117
|
+
line-height: 28px;
|
118
|
+
}
|
119
|
+
|
120
|
+
.paper-font-subhead {
|
121
|
+
font-size: 16px;
|
122
|
+
font-weight: 400;
|
123
|
+
line-height: 24px;
|
124
|
+
}
|
125
|
+
|
126
|
+
.paper-font-body2 {
|
127
|
+
font-size: 14px;
|
128
|
+
font-weight: 500;
|
129
|
+
line-height: 24px;
|
130
|
+
}
|
131
|
+
|
132
|
+
.paper-font-body1 {
|
133
|
+
font-size: 14px;
|
134
|
+
font-weight: 400;
|
135
|
+
line-height: 20px;
|
136
|
+
}
|
137
|
+
|
138
|
+
.paper-font-caption {
|
139
|
+
font-size: 12px;
|
140
|
+
font-weight: 400;
|
141
|
+
letter-spacing: 0.011em;
|
142
|
+
line-height: 20px;
|
143
|
+
}
|
144
|
+
|
145
|
+
.paper-font-menu {
|
146
|
+
font-size: 13px;
|
147
|
+
font-weight: 500;
|
148
|
+
line-height: 24px;
|
149
|
+
}
|
150
|
+
|
151
|
+
.paper-font-button {
|
152
|
+
font-size: 14px;
|
153
|
+
font-weight: 500;
|
154
|
+
letter-spacing: 0.018em;
|
155
|
+
line-height: 24px;
|
156
|
+
text-transform: uppercase;
|
157
|
+
}
|
158
|
+
|
159
|
+
.paper-font-code2 {
|
160
|
+
font-size: 14px;
|
161
|
+
font-weight: 700;
|
162
|
+
line-height: 20px;
|
163
|
+
}
|
164
|
+
|
165
|
+
.paper-font-code1 {
|
166
|
+
font-size: 14px;
|
167
|
+
font-weight: 700;
|
168
|
+
line-height: 20px;
|
169
|
+
}
|
170
|
+
|
171
|
+
</style>
|
@@ -0,0 +1,333 @@
|
|
1
|
+
<!--
|
2
|
+
@license
|
3
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
4
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
5
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
6
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
7
|
+
Code distributed by Google as part of the polymer project is also
|
8
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
9
|
+
-->
|
10
|
+
|
11
|
+
<link rel="import" href="../polymer/polymer.html">
|
12
|
+
|
13
|
+
<style is="custom-style">
|
14
|
+
|
15
|
+
:root {
|
16
|
+
|
17
|
+
/* Material Design color palette for Google products */
|
18
|
+
|
19
|
+
--google-red-100: #f4c7c3;
|
20
|
+
--google-red-300: #e67c73;
|
21
|
+
--google-red-500: #db4437;
|
22
|
+
--google-red-700: #c53929;
|
23
|
+
|
24
|
+
--google-blue-100: #c6dafc;
|
25
|
+
--google-blue-300: #7baaf7;
|
26
|
+
--google-blue-500: #4285f4;
|
27
|
+
--google-blue-700: #3367d6;
|
28
|
+
|
29
|
+
--google-green-100: #b7e1cd;
|
30
|
+
--google-green-300: #57bb8a;
|
31
|
+
--google-green-500: #0f9d58;
|
32
|
+
--google-green-700: #0b8043;
|
33
|
+
|
34
|
+
--google-yellow-100: #fce8b2;
|
35
|
+
--google-yellow-300: #f7cb4d;
|
36
|
+
--google-yellow-500: #f4b400;
|
37
|
+
--google-yellow-700: #f09300;
|
38
|
+
|
39
|
+
--google-grey-100: #f5f5f5;
|
40
|
+
--google-grey-300: #e0e0e0;
|
41
|
+
--google-grey-500: #9e9e9e;
|
42
|
+
--google-grey-700: #616161;
|
43
|
+
|
44
|
+
/* Material Design color palette from online spec document */
|
45
|
+
|
46
|
+
--paper-red-50: #ffebee;
|
47
|
+
--paper-red-100: #ffcdd2;
|
48
|
+
--paper-red-200: #ef9a9a;
|
49
|
+
--paper-red-300: #e57373;
|
50
|
+
--paper-red-400: #ef5350;
|
51
|
+
--paper-red-500: #f44336;
|
52
|
+
--paper-red-600: #e53935;
|
53
|
+
--paper-red-700: #d32f2f;
|
54
|
+
--paper-red-800: #c62828;
|
55
|
+
--paper-red-900: #b71c1c;
|
56
|
+
--paper-red-a100: #ff8a80;
|
57
|
+
--paper-red-a200: #ff5252;
|
58
|
+
--paper-red-a400: #ff1744;
|
59
|
+
--paper-red-a700: #d50000;
|
60
|
+
|
61
|
+
--paper-pink-50: #fce4ec;
|
62
|
+
--paper-pink-100: #f8bbd0;
|
63
|
+
--paper-pink-200: #f48fb1;
|
64
|
+
--paper-pink-300: #f06292;
|
65
|
+
--paper-pink-400: #ec407a;
|
66
|
+
--paper-pink-500: #e91e63;
|
67
|
+
--paper-pink-600: #d81b60;
|
68
|
+
--paper-pink-700: #c2185b;
|
69
|
+
--paper-pink-800: #ad1457;
|
70
|
+
--paper-pink-900: #880e4f;
|
71
|
+
--paper-pink-a100: #ff80ab;
|
72
|
+
--paper-pink-a200: #ff4081;
|
73
|
+
--paper-pink-a400: #f50057;
|
74
|
+
--paper-pink-a700: #c51162;
|
75
|
+
|
76
|
+
--paper-purple-50: #f3e5f5;
|
77
|
+
--paper-purple-100: #e1bee7;
|
78
|
+
--paper-purple-200: #ce93d8;
|
79
|
+
--paper-purple-300: #ba68c8;
|
80
|
+
--paper-purple-400: #ab47bc;
|
81
|
+
--paper-purple-500: #9c27b0;
|
82
|
+
--paper-purple-600: #8e24aa;
|
83
|
+
--paper-purple-700: #7b1fa2;
|
84
|
+
--paper-purple-800: #6a1b9a;
|
85
|
+
--paper-purple-900: #4a148c;
|
86
|
+
--paper-purple-a100: #ea80fc;
|
87
|
+
--paper-purple-a200: #e040fb;
|
88
|
+
--paper-purple-a400: #d500f9;
|
89
|
+
--paper-purple-a700: #aa00ff;
|
90
|
+
|
91
|
+
--paper-deep-purple-50: #ede7f6;
|
92
|
+
--paper-deep-purple-100: #d1c4e9;
|
93
|
+
--paper-deep-purple-200: #b39ddb;
|
94
|
+
--paper-deep-purple-300: #9575cd;
|
95
|
+
--paper-deep-purple-400: #7e57c2;
|
96
|
+
--paper-deep-purple-500: #673ab7;
|
97
|
+
--paper-deep-purple-600: #5e35b1;
|
98
|
+
--paper-deep-purple-700: #512da8;
|
99
|
+
--paper-deep-purple-800: #4527a0;
|
100
|
+
--paper-deep-purple-900: #311b92;
|
101
|
+
--paper-deep-purple-a100: #b388ff;
|
102
|
+
--paper-deep-purple-a200: #7c4dff;
|
103
|
+
--paper-deep-purple-a400: #651fff;
|
104
|
+
--paper-deep-purple-a700: #6200ea;
|
105
|
+
|
106
|
+
--paper-indigo-50: #e8eaf6;
|
107
|
+
--paper-indigo-100: #c5cae9;
|
108
|
+
--paper-indigo-200: #9fa8da;
|
109
|
+
--paper-indigo-300: #7986cb;
|
110
|
+
--paper-indigo-400: #5c6bc0;
|
111
|
+
--paper-indigo-500: #3f51b5;
|
112
|
+
--paper-indigo-600: #3949ab;
|
113
|
+
--paper-indigo-700: #303f9f;
|
114
|
+
--paper-indigo-800: #283593;
|
115
|
+
--paper-indigo-900: #1a237e;
|
116
|
+
--paper-indigo-a100: #8c9eff;
|
117
|
+
--paper-indigo-a200: #536dfe;
|
118
|
+
--paper-indigo-a400: #3d5afe;
|
119
|
+
--paper-indigo-a700: #304ffe;
|
120
|
+
|
121
|
+
--paper-blue-50: #e3f2fd;
|
122
|
+
--paper-blue-100: #bbdefb;
|
123
|
+
--paper-blue-200: #90caf9;
|
124
|
+
--paper-blue-300: #64b5f6;
|
125
|
+
--paper-blue-400: #42a5f5;
|
126
|
+
--paper-blue-500: #2196f3;
|
127
|
+
--paper-blue-600: #1e88e5;
|
128
|
+
--paper-blue-700: #1976d2;
|
129
|
+
--paper-blue-800: #1565c0;
|
130
|
+
--paper-blue-900: #0d47a1;
|
131
|
+
--paper-blue-a100: #82b1ff;
|
132
|
+
--paper-blue-a200: #448aff;
|
133
|
+
--paper-blue-a400: #2979ff;
|
134
|
+
--paper-blue-a700: #2962ff;
|
135
|
+
|
136
|
+
--paper-light-blue-50: #e1f5fe;
|
137
|
+
--paper-light-blue-100: #b3e5fc;
|
138
|
+
--paper-light-blue-200: #81d4fa;
|
139
|
+
--paper-light-blue-300: #4fc3f7;
|
140
|
+
--paper-light-blue-400: #29b6f6;
|
141
|
+
--paper-light-blue-500: #03a9f4;
|
142
|
+
--paper-light-blue-600: #039be5;
|
143
|
+
--paper-light-blue-700: #0288d1;
|
144
|
+
--paper-light-blue-800: #0277bd;
|
145
|
+
--paper-light-blue-900: #01579b;
|
146
|
+
--paper-light-blue-a100: #80d8ff;
|
147
|
+
--paper-light-blue-a200: #40c4ff;
|
148
|
+
--paper-light-blue-a400: #00b0ff;
|
149
|
+
--paper-light-blue-a700: #0091ea;
|
150
|
+
|
151
|
+
--paper-cyan-50: #e0f7fa;
|
152
|
+
--paper-cyan-100: #b2ebf2;
|
153
|
+
--paper-cyan-200: #80deea;
|
154
|
+
--paper-cyan-300: #4dd0e1;
|
155
|
+
--paper-cyan-400: #26c6da;
|
156
|
+
--paper-cyan-500: #00bcd4;
|
157
|
+
--paper-cyan-600: #00acc1;
|
158
|
+
--paper-cyan-700: #0097a7;
|
159
|
+
--paper-cyan-800: #00838f;
|
160
|
+
--paper-cyan-900: #006064;
|
161
|
+
--paper-cyan-a100: #84ffff;
|
162
|
+
--paper-cyan-a200: #18ffff;
|
163
|
+
--paper-cyan-a400: #00e5ff;
|
164
|
+
--paper-cyan-a700: #00b8d4;
|
165
|
+
|
166
|
+
--paper-teal-50: #e0f2f1;
|
167
|
+
--paper-teal-100: #b2dfdb;
|
168
|
+
--paper-teal-200: #80cbc4;
|
169
|
+
--paper-teal-300: #4db6ac;
|
170
|
+
--paper-teal-400: #26a69a;
|
171
|
+
--paper-teal-500: #009688;
|
172
|
+
--paper-teal-600: #00897b;
|
173
|
+
--paper-teal-700: #00796b;
|
174
|
+
--paper-teal-800: #00695c;
|
175
|
+
--paper-teal-900: #004d40;
|
176
|
+
--paper-teal-a100: #a7ffeb;
|
177
|
+
--paper-teal-a200: #64ffda;
|
178
|
+
--paper-teal-a400: #1de9b6;
|
179
|
+
--paper-teal-a700: #00bfa5;
|
180
|
+
|
181
|
+
--paper-green-50: #e8f5e9;
|
182
|
+
--paper-green-100: #c8e6c9;
|
183
|
+
--paper-green-200: #a5d6a7;
|
184
|
+
--paper-green-300: #81c784;
|
185
|
+
--paper-green-400: #66bb6a;
|
186
|
+
--paper-green-500: #4caf50;
|
187
|
+
--paper-green-600: #43a047;
|
188
|
+
--paper-green-700: #388e3c;
|
189
|
+
--paper-green-800: #2e7d32;
|
190
|
+
--paper-green-900: #1b5e20;
|
191
|
+
--paper-green-a100: #b9f6ca;
|
192
|
+
--paper-green-a200: #69f0ae;
|
193
|
+
--paper-green-a400: #00e676;
|
194
|
+
--paper-green-a700: #00c853;
|
195
|
+
|
196
|
+
--paper-light-green-50: #f1f8e9;
|
197
|
+
--paper-light-green-100: #dcedc8;
|
198
|
+
--paper-light-green-200: #c5e1a5;
|
199
|
+
--paper-light-green-300: #aed581;
|
200
|
+
--paper-light-green-400: #9ccc65;
|
201
|
+
--paper-light-green-500: #8bc34a;
|
202
|
+
--paper-light-green-600: #7cb342;
|
203
|
+
--paper-light-green-700: #689f38;
|
204
|
+
--paper-light-green-800: #558b2f;
|
205
|
+
--paper-light-green-900: #33691e;
|
206
|
+
--paper-light-green-a100: #ccff90;
|
207
|
+
--paper-light-green-a200: #b2ff59;
|
208
|
+
--paper-light-green-a400: #76ff03;
|
209
|
+
--paper-light-green-a700: #64dd17;
|
210
|
+
|
211
|
+
--paper-lime-50: #f9fbe7;
|
212
|
+
--paper-lime-100: #f0f4c3;
|
213
|
+
--paper-lime-200: #e6ee9c;
|
214
|
+
--paper-lime-300: #dce775;
|
215
|
+
--paper-lime-400: #d4e157;
|
216
|
+
--paper-lime-500: #cddc39;
|
217
|
+
--paper-lime-600: #c0ca33;
|
218
|
+
--paper-lime-700: #afb42b;
|
219
|
+
--paper-lime-800: #9e9d24;
|
220
|
+
--paper-lime-900: #827717;
|
221
|
+
--paper-lime-a100: #f4ff81;
|
222
|
+
--paper-lime-a200: #eeff41;
|
223
|
+
--paper-lime-a400: #c6ff00;
|
224
|
+
--paper-lime-a700: #aeea00;
|
225
|
+
|
226
|
+
--paper-yellow-50: #fffde7;
|
227
|
+
--paper-yellow-100: #fff9c4;
|
228
|
+
--paper-yellow-200: #fff59d;
|
229
|
+
--paper-yellow-300: #fff176;
|
230
|
+
--paper-yellow-400: #ffee58;
|
231
|
+
--paper-yellow-500: #ffeb3b;
|
232
|
+
--paper-yellow-600: #fdd835;
|
233
|
+
--paper-yellow-700: #fbc02d;
|
234
|
+
--paper-yellow-800: #f9a825;
|
235
|
+
--paper-yellow-900: #f57f17;
|
236
|
+
--paper-yellow-a100: #ffff8d;
|
237
|
+
--paper-yellow-a200: #ffff00;
|
238
|
+
--paper-yellow-a400: #ffea00;
|
239
|
+
--paper-yellow-a700: #ffd600;
|
240
|
+
|
241
|
+
--paper-amber-50: #fff8e1;
|
242
|
+
--paper-amber-100: #ffecb3;
|
243
|
+
--paper-amber-200: #ffe082;
|
244
|
+
--paper-amber-300: #ffd54f;
|
245
|
+
--paper-amber-400: #ffca28;
|
246
|
+
--paper-amber-500: #ffc107;
|
247
|
+
--paper-amber-600: #ffb300;
|
248
|
+
--paper-amber-700: #ffa000;
|
249
|
+
--paper-amber-800: #ff8f00;
|
250
|
+
--paper-amber-900: #ff6f00;
|
251
|
+
--paper-amber-a100: #ffe57f;
|
252
|
+
--paper-amber-a200: #ffd740;
|
253
|
+
--paper-amber-a400: #ffc400;
|
254
|
+
--paper-amber-a700: #ffab00;
|
255
|
+
|
256
|
+
--paper-orange-50: #fff3e0;
|
257
|
+
--paper-orange-100: #ffe0b2;
|
258
|
+
--paper-orange-200: #ffcc80;
|
259
|
+
--paper-orange-300: #ffb74d;
|
260
|
+
--paper-orange-400: #ffa726;
|
261
|
+
--paper-orange-500: #ff9800;
|
262
|
+
--paper-orange-600: #fb8c00;
|
263
|
+
--paper-orange-700: #f57c00;
|
264
|
+
--paper-orange-800: #ef6c00;
|
265
|
+
--paper-orange-900: #e65100;
|
266
|
+
--paper-orange-a100: #ffd180;
|
267
|
+
--paper-orange-a200: #ffab40;
|
268
|
+
--paper-orange-a400: #ff9100;
|
269
|
+
--paper-orange-a700: #ff6500;
|
270
|
+
|
271
|
+
--paper-deep-orange-50: #ff5722;
|
272
|
+
--paper-deep-orange-100: #fbe9e7;
|
273
|
+
--paper-deep-orange-200: #ffccbc;
|
274
|
+
--paper-deep-orange-300: #ff8a65;
|
275
|
+
--paper-deep-orange-400: #ff7043;
|
276
|
+
--paper-deep-orange-500: #ff5722;
|
277
|
+
--paper-deep-orange-600: #f4511e;
|
278
|
+
--paper-deep-orange-700: #e64a19;
|
279
|
+
--paper-deep-orange-800: #d84315;
|
280
|
+
--paper-deep-orange-900: #bf360c;
|
281
|
+
--paper-deep-orange-a100: #ff9e80;
|
282
|
+
--paper-deep-orange-a200: #ff6e40;
|
283
|
+
--paper-deep-orange-a400: #ff3d00;
|
284
|
+
--paper-deep-orange-a700: #dd2c00;
|
285
|
+
|
286
|
+
--paper-brown-50: #efebe9;
|
287
|
+
--paper-brown-100: #d7ccc8;
|
288
|
+
--paper-brown-200: #bcaaa4;
|
289
|
+
--paper-brown-300: #a1887f;
|
290
|
+
--paper-brown-400: #8d6e63;
|
291
|
+
--paper-brown-500: #795548;
|
292
|
+
--paper-brown-600: #6d4c41;
|
293
|
+
--paper-brown-700: #5d4037;
|
294
|
+
--paper-brown-800: #4e342e;
|
295
|
+
--paper-brown-900: #3e2723;
|
296
|
+
|
297
|
+
--paper-grey-50: #fafafa;
|
298
|
+
--paper-grey-100: #f5f5f5;
|
299
|
+
--paper-grey-200: #eeeeee;
|
300
|
+
--paper-grey-300: #e0e0e0;
|
301
|
+
--paper-grey-400: #bdbdbd;
|
302
|
+
--paper-grey-500: #9e9e9e;
|
303
|
+
--paper-grey-600: #757575;
|
304
|
+
--paper-grey-700: #616161;
|
305
|
+
--paper-grey-800: #424242;
|
306
|
+
--paper-grey-900: #212121;
|
307
|
+
|
308
|
+
--paper-blue-grey-50: #eceff1;
|
309
|
+
--paper-blue-grey-100: #cfd8dc;
|
310
|
+
--paper-blue-grey-200: #b0bec5;
|
311
|
+
--paper-blue-grey-300: #90a4ae;
|
312
|
+
--paper-blue-grey-400: #78909c;
|
313
|
+
--paper-blue-grey-500: #607d8b;
|
314
|
+
--paper-blue-grey-600: #546e7a;
|
315
|
+
--paper-blue-grey-700: #455a64;
|
316
|
+
--paper-blue-grey-800: #37474f;
|
317
|
+
--paper-blue-grey-900: #263238;
|
318
|
+
|
319
|
+
/* opacity for dark text on a light background */
|
320
|
+
--dark-divider-opacity: 0.12;
|
321
|
+
--dark-disabled-opacity: 0.26; /* or hint text */
|
322
|
+
--dark-secondary-opacity: 0.54; /* or icon */
|
323
|
+
--dark-primary-opacity: 0.87;
|
324
|
+
|
325
|
+
/* opacity for light text on a dark background */
|
326
|
+
--light-divider-opacity: 0.12;
|
327
|
+
--light-disabled-opacity: 0.3; /* or hint text */
|
328
|
+
--light-secondary-opacity: 0.7; /* or icon */
|
329
|
+
--light-primary-opacity: 1.0;
|
330
|
+
|
331
|
+
}
|
332
|
+
|
333
|
+
</style>
|