jekyll-theme-unity 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +56 -0
- data/_config.yml +135 -0
- data/_includes/assets/Google-Analytics.html +12 -0
- data/_includes/assets/anchor-headings.html +164 -0
- data/_includes/assets/btt.html +5 -0
- data/_includes/assets/code-header.html +6 -0
- data/_includes/assets/noscript.html +3 -0
- data/_includes/assets/site-banner.html +9 -0
- data/_includes/assets/site-top-bar.html +10 -0
- data/_includes/assets/toc.html +174 -0
- data/_includes/assets/youtube-embed.html +6 -0
- data/_includes/footer.html +39 -0
- data/_includes/head.html +21 -0
- data/_includes/header.html +49 -0
- data/_layouts/default.html +23 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +52 -0
- data/_layouts/post_home.html +105 -0
- data/_sass/Material/baseline.scss +18 -0
- data/_sass/Material/colors.scss +130 -0
- data/_sass/Material/elevation.scss +62 -0
- data/_sass/Material/motion.scss +180 -0
- data/_sass/Material/palette.scss +118 -0
- data/_sass/Material/shape.scss +109 -0
- data/_sass/Material/state.scss +35 -0
- data/_sass/Material/typography.scss +505 -0
- data/_sass/custom/layout.scss +1 -0
- data/_sass/custom/styles_variables.scss +70 -0
- data/_sass/custom/variables.scss +1 -0
- data/_sass/jekyll-theme-unity.scss +1 -0
- data/_sass/layout/base.scss +525 -0
- data/_sass/layout/highlight-dark.scss +357 -0
- data/_sass/layout/highlight-light.scss +202 -0
- data/_sass/layout/layout.scss +581 -0
- data/_sass/layout/styles_variables.scss +156 -0
- data/_sass/variables.scss +170 -0
- data/assets/css/style.scss +10 -0
- data/assets/image/404.svg +34 -0
- data/assets/image/Unity.png +0 -0
- data/assets/image/bg-banner.png +0 -0
- data/assets/image/favicons/android-chrome-192x192.png +0 -0
- data/assets/image/favicons/android-chrome-512x512.png +0 -0
- data/assets/image/favicons/apple-touch-icon-120x120.png +0 -0
- data/assets/image/favicons/apple-touch-icon-152x152.png +0 -0
- data/assets/image/favicons/apple-touch-icon-180x180.png +0 -0
- data/assets/image/favicons/apple-touch-icon-60x60.png +0 -0
- data/assets/image/favicons/apple-touch-icon-76x76.png +0 -0
- data/assets/image/favicons/apple-touch-icon.png +0 -0
- data/assets/image/favicons/browserconfig.xml +12 -0
- data/assets/image/favicons/favicon-16x16.png +0 -0
- data/assets/image/favicons/favicon-32x32.png +0 -0
- data/assets/image/favicons/favicon.ico +0 -0
- data/assets/image/favicons/mstile-150x150.png +0 -0
- data/assets/image/favicons/mstile-310x150.png +0 -0
- data/assets/image/favicons/mstile-310x310.png +0 -0
- data/assets/image/favicons/mstile-70x70.png +0 -0
- data/assets/image/favicons/safari-pinned-tab.svg +22 -0
- data/assets/image/favicons/site.webmanifest +17 -0
- data/assets/image/mobile.png +0 -0
- data/assets/js/main.js +228 -0
- data/bin/run +196 -0
- metadata +195 -0
@@ -0,0 +1,118 @@
|
|
1
|
+
// Copyright 2016 Google Inc. All rights reserved.
|
2
|
+
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
// you may not use this file except in compliance with the License.
|
5
|
+
// You may obtain a copy of the License at
|
6
|
+
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
// See the License for the specific language governing permissions and
|
13
|
+
// limitations under the License.
|
14
|
+
|
15
|
+
|
16
|
+
$md-sys-color-primary: #159947;
|
17
|
+
/* primary */
|
18
|
+
$md-ref-palette-primary-0: #000000;
|
19
|
+
$md-ref-palette-primary-10: #002109;
|
20
|
+
$md-ref-palette-primary-20: #003915;
|
21
|
+
$md-ref-palette-primary-25: #00461b;
|
22
|
+
$md-ref-palette-primary-30: #005322;
|
23
|
+
$md-ref-palette-primary-35: #006028;
|
24
|
+
$md-ref-palette-primary-40: #006e2f;
|
25
|
+
$md-ref-palette-primary-50: #008a3d;
|
26
|
+
$md-ref-palette-primary-60: #2aa552;
|
27
|
+
$md-ref-palette-primary-70: #4bc16a;
|
28
|
+
$md-ref-palette-primary-80: #69de82;
|
29
|
+
$md-ref-palette-primary-90: #85fb9c;
|
30
|
+
$md-ref-palette-primary-95: #c5ffc9;
|
31
|
+
$md-ref-palette-primary-98: #ebffe8;
|
32
|
+
$md-ref-palette-primary-99: #f6fff2;
|
33
|
+
$md-ref-palette-primary-100: #ffffff;
|
34
|
+
/* secondary */
|
35
|
+
$md-ref-palette-secondary-0: #000000;
|
36
|
+
$md-ref-palette-secondary-10: #00201e;
|
37
|
+
$md-ref-palette-secondary-20: #003734;
|
38
|
+
$md-ref-palette-secondary-25: #004340;
|
39
|
+
$md-ref-palette-secondary-30: #00504c;
|
40
|
+
$md-ref-palette-secondary-35: #005d58;
|
41
|
+
$md-ref-palette-secondary-40: #006a65;
|
42
|
+
$md-ref-palette-secondary-50: #00857f;
|
43
|
+
$md-ref-palette-secondary-60: #00a29b;
|
44
|
+
$md-ref-palette-secondary-70: #24beb6;
|
45
|
+
$md-ref-palette-secondary-80: #4fdad2;
|
46
|
+
$md-ref-palette-secondary-90: #70f7ee;
|
47
|
+
$md-ref-palette-secondary-95: #b1fff8;
|
48
|
+
$md-ref-palette-secondary-98: #e3fffb;
|
49
|
+
$md-ref-palette-secondary-99: #f2fffd;
|
50
|
+
$md-ref-palette-secondary-100: #ffffff;
|
51
|
+
/* tertiary */
|
52
|
+
$md-ref-palette-tertiary-0: #000000;
|
53
|
+
$md-ref-palette-tertiary-10: #002022;
|
54
|
+
$md-ref-palette-tertiary-20: #00373a;
|
55
|
+
$md-ref-palette-tertiary-25: #004346;
|
56
|
+
$md-ref-palette-tertiary-30: #004f53;
|
57
|
+
$md-ref-palette-tertiary-35: #005c61;
|
58
|
+
$md-ref-palette-tertiary-40: #00696f;
|
59
|
+
$md-ref-palette-tertiary-50: #00848b;
|
60
|
+
$md-ref-palette-tertiary-60: #00a0a9;
|
61
|
+
$md-ref-palette-tertiary-70: #1dbdc6;
|
62
|
+
$md-ref-palette-tertiary-80: #4cd9e2;
|
63
|
+
$md-ref-palette-tertiary-90: #6ff6ff;
|
64
|
+
$md-ref-palette-tertiary-95: #c3fbff;
|
65
|
+
$md-ref-palette-tertiary-98: #e8feff;
|
66
|
+
$md-ref-palette-tertiary-99: #f3feff;
|
67
|
+
$md-ref-palette-tertiary-100: #ffffff;
|
68
|
+
/* neutral */
|
69
|
+
$md-ref-palette-neutral-0: #000000;
|
70
|
+
$md-ref-palette-neutral-10: #1a1c19;
|
71
|
+
$md-ref-palette-neutral-20: #2e312e;
|
72
|
+
$md-ref-palette-neutral-25: #393c38;
|
73
|
+
$md-ref-palette-neutral-30: #454744;
|
74
|
+
$md-ref-palette-neutral-35: #51534f;
|
75
|
+
$md-ref-palette-neutral-40: #5d5f5b;
|
76
|
+
$md-ref-palette-neutral-50: #757873;
|
77
|
+
$md-ref-palette-neutral-60: #8f918d;
|
78
|
+
$md-ref-palette-neutral-70: #aaaca7;
|
79
|
+
$md-ref-palette-neutral-80: #c5c7c2;
|
80
|
+
$md-ref-palette-neutral-90: #e2e3dd;
|
81
|
+
$md-ref-palette-neutral-95: #f0f1ec;
|
82
|
+
$md-ref-palette-neutral-98: #f9faf4;
|
83
|
+
$md-ref-palette-neutral-99: #fcfdf7;
|
84
|
+
$md-ref-palette-neutral-100: #ffffff;
|
85
|
+
/* neutral-variant */
|
86
|
+
$md-ref-palette-neutral-variant-0: #000000;
|
87
|
+
$md-ref-palette-neutral-variant-10: #171d17;
|
88
|
+
$md-ref-palette-neutral-variant-20: #2b322b;
|
89
|
+
$md-ref-palette-neutral-variant-25: #363d36;
|
90
|
+
$md-ref-palette-neutral-variant-30: #414941;
|
91
|
+
$md-ref-palette-neutral-variant-35: #4d544c;
|
92
|
+
$md-ref-palette-neutral-variant-40: #596058;
|
93
|
+
$md-ref-palette-neutral-variant-50: #727970;
|
94
|
+
$md-ref-palette-neutral-variant-60: #8b9389;
|
95
|
+
$md-ref-palette-neutral-variant-70: #a6ada3;
|
96
|
+
$md-ref-palette-neutral-variant-80: #c1c9be;
|
97
|
+
$md-ref-palette-neutral-variant-90: #dde5da;
|
98
|
+
$md-ref-palette-neutral-variant-95: #ecf3e8;
|
99
|
+
$md-ref-palette-neutral-variant-98: #f4fcf0;
|
100
|
+
$md-ref-palette-neutral-variant-99: #f7fef3;
|
101
|
+
$md-ref-palette-neutral-variant-100: #ffffff;
|
102
|
+
/* error */
|
103
|
+
$md-ref-palette-error-0: #000000;
|
104
|
+
$md-ref-palette-error-10: #410002;
|
105
|
+
$md-ref-palette-error-20: #690005;
|
106
|
+
$md-ref-palette-error-25: #7e0007;
|
107
|
+
$md-ref-palette-error-30: #93000a;
|
108
|
+
$md-ref-palette-error-35: #a80710;
|
109
|
+
$md-ref-palette-error-40: #ba1a1a;
|
110
|
+
$md-ref-palette-error-50: #de3730;
|
111
|
+
$md-ref-palette-error-60: #ff5449;
|
112
|
+
$md-ref-palette-error-70: #ff897d;
|
113
|
+
$md-ref-palette-error-80: #ffb4ab;
|
114
|
+
$md-ref-palette-error-90: #ffdad6;
|
115
|
+
$md-ref-palette-error-95: #ffedea;
|
116
|
+
$md-ref-palette-error-98: #fff8f7;
|
117
|
+
$md-ref-palette-error-99: #fffbff;
|
118
|
+
$md-ref-palette-error-100: #ffffff;
|
@@ -0,0 +1,109 @@
|
|
1
|
+
// Copyright 2016 Google Inc@mixin All rights reserved@mixin
|
2
|
+
|
3
|
+
// Licensed under the Apache License, Version 2@mixin 0 (the "License");
|
4
|
+
// you may not use this file except in compliance with the License@mixin
|
5
|
+
// You may obtain a copy of the License at
|
6
|
+
|
7
|
+
// http://www@mixin apache@mixin org/licenses/LICENSE-2@mixin 0
|
8
|
+
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied@mixin
|
12
|
+
// See the License for the specific language governing permissions and
|
13
|
+
// limitations under the License@mixin
|
14
|
+
|
15
|
+
/* Fully rounded */
|
16
|
+
$md-sys-shape-corner-full-family: 3px;
|
17
|
+
/* Extra large top rounding */
|
18
|
+
$md-sys-shape-corner-extra-large-top-family: 1px;
|
19
|
+
$md-sys-shape-corner-extra-large-top-default-size: 0px;
|
20
|
+
$md-sys-shape-corner-extra-large-top-top-left: 28px;
|
21
|
+
$md-sys-shape-corner-extra-large-top-top-right-unit: 1px;
|
22
|
+
$md-sys-shape-corner-extra-large-top-top-right: 28px;
|
23
|
+
/* Extra large rounding */
|
24
|
+
$md-sys-shape-corner-extra-large-family: 1px;
|
25
|
+
$md-sys-shape-corner-extra-large-default-size-unit: 1px;
|
26
|
+
$md-sys-shape-corner-extra-large-default-size: 28px;
|
27
|
+
/* Large top rounding */
|
28
|
+
$md-sys-shape-corner-large-top-family: 1px;
|
29
|
+
$md-sys-shape-corner-large-top-default-size-unit: 1px;
|
30
|
+
$md-sys-shape-corner-large-top-default-size: 0px;
|
31
|
+
$md-sys-shape-corner-large-top-top-left-unit: 1px;
|
32
|
+
$md-sys-shape-corner-large-top-top-left: 16px;
|
33
|
+
$md-sys-shape-corner-large-top-top-right-unit: 1px;
|
34
|
+
$md-sys-shape-corner-large-top-top-right: 16px;
|
35
|
+
/* Large end rounding */
|
36
|
+
$md-sys-shape-corner-large-end-family: 1px;
|
37
|
+
$md-sys-shape-corner-large-end-default-size-unit: 1px;
|
38
|
+
$md-sys-shape-corner-large-end-default-size: 0px;
|
39
|
+
$md-sys-shape-corner-large-end-top-right-unit: 1px;
|
40
|
+
$md-sys-shape-corner-large-end-top-right: 16px;
|
41
|
+
$md-sys-shape-corner-large-end-bottom-right-unit: 1px;
|
42
|
+
$md-sys-shape-corner-large-end-bottom-right: 16px;
|
43
|
+
/* Large rounding */
|
44
|
+
$md-sys-shape-corner-large-family: 1px;
|
45
|
+
$md-sys-shape-corner-large-default-size-unit: 1px;
|
46
|
+
$md-sys-shape-corner-large-default-size: 16px;
|
47
|
+
/* Medium rounding */
|
48
|
+
$md-sys-shape-corner-medium-family: 1px;
|
49
|
+
$md-sys-shape-corner-medium-default-size-unit: 1px;
|
50
|
+
$md-sys-shape-corner-medium-default-size: 12px;
|
51
|
+
/* Small rounding */
|
52
|
+
$md-sys-shape-corner-small-family: 1px;
|
53
|
+
$md-sys-shape-corner-small-default-size-unit: 1px;
|
54
|
+
$md-sys-shape-corner-small-default-size: 8px;
|
55
|
+
/* Extra small top rounding */
|
56
|
+
$md-sys-shape-corner-extra-small-top-family: 1px;
|
57
|
+
$md-sys-shape-corner-extra-small-top-default-size-unit: 1px;
|
58
|
+
$md-sys-shape-corner-extra-small-top-default-size: 0px;
|
59
|
+
$md-sys-shape-corner-extra-small-top-top-left-unit: 1px;
|
60
|
+
$md-sys-shape-corner-extra-small-top-top-left: 4px;
|
61
|
+
$md-sys-shape-corner-extra-small-top-top-right-unit: 1px;
|
62
|
+
$md-sys-shape-corner-extra-small-top-top-right: 4px;
|
63
|
+
/* Extra small rounding */
|
64
|
+
$md-sys-shape-corner-extra-small-family: 1px;
|
65
|
+
$md-sys-shape-corner-extra-small-default-size-unit: 1px;
|
66
|
+
$md-sys-shape-corner-extra-small-default-size: 4px;
|
67
|
+
/* No rounding */
|
68
|
+
$md-sys-shape-corner-none-family: 1px;
|
69
|
+
$md-sys-shape-corner-none-default-size-unit: 1px;
|
70
|
+
$md-sys-shape-corner-none-default-size: 0px;
|
71
|
+
|
72
|
+
$md-sys-shape-small: $md-sys-shape-corner-small-default-size;
|
73
|
+
$md-sys-shape-medium: $md-sys-shape-corner-medium-default-size;
|
74
|
+
$md-sys-shape-large: $md-sys-shape-corner-large-default-size;
|
75
|
+
|
76
|
+
@mixin shape-none {
|
77
|
+
border-radius: $md-sys-shape-corner-none-default-size;
|
78
|
+
}
|
79
|
+
@mixin shape-extra-small {
|
80
|
+
border-radius: $md-sys-shape-corner-extra-small-default-size;
|
81
|
+
}
|
82
|
+
@mixin shape-small {
|
83
|
+
border-radius: $md-sys-shape-corner-small-default-size;
|
84
|
+
}
|
85
|
+
@mixin shape-medium {
|
86
|
+
border-radius: $md-sys-shape-corner-medium-default-size;
|
87
|
+
}
|
88
|
+
@mixin shape-large {
|
89
|
+
border-radius: $md-sys-shape-corner-large-default-size;
|
90
|
+
}
|
91
|
+
@mixin shape-extra-large {
|
92
|
+
border-radius: $md-sys-shape-corner-extra-large-default-size;
|
93
|
+
}
|
94
|
+
@mixin extra-small-top {
|
95
|
+
border-top-left-radius: $md-sys-shape-corner-extra-small-top-top-left;
|
96
|
+
border-top-right-radius: $md-sys-shape-corner-extra-small-top-top-right;
|
97
|
+
}
|
98
|
+
@mixin large-end {
|
99
|
+
border-top-right-radius: $md-sys-shape-corner-large-end-top-right;
|
100
|
+
border-bottom-right-radius: $md-sys-shape-corner-large-end-bottom-right;
|
101
|
+
}
|
102
|
+
@mixin large-top {
|
103
|
+
border-top-left-radius: $md-sys-shape-corner-large-top-top-left;
|
104
|
+
border-top-right-radius: $md-sys-shape-corner-large-top-top-right;
|
105
|
+
}
|
106
|
+
@mixin extra-large-top {
|
107
|
+
border-top-left-radius: $md-sys-shape-corner-extra-large-top-top-left;
|
108
|
+
border-top-right-radius: $md-sys-shape-corner-extra-large-top-top-right;
|
109
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
// Copyright 2016 Google Inc. All rights reserved.
|
2
|
+
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
// you may not use this file except in compliance with the License.
|
5
|
+
// You may obtain a copy of the License at
|
6
|
+
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
// See the License for the specific language governing permissions and
|
13
|
+
// limitations under the License.
|
14
|
+
|
15
|
+
/* Dragged state layer opacity */
|
16
|
+
$md-sys-state-dragged-state-layer-opacity: 0.1599999964237213;
|
17
|
+
/* Pressed state layer opacity */
|
18
|
+
$md-sys-state-pressed-state-layer-opacity: 0.11999999731779099;
|
19
|
+
/* Focus state layer opacity */
|
20
|
+
$md-sys-state-focus-state-layer-opacity: 0.11999999731779099;
|
21
|
+
/* Hover state layer opacity */
|
22
|
+
$md-sys-state-hover-state-layer-opacity: 0.07999999821186066;
|
23
|
+
|
24
|
+
@mixin hover-state-layer {
|
25
|
+
opacity: $md-sys-state-hover-state-layer-opacity;
|
26
|
+
}
|
27
|
+
@mixin pressed-state-layer {
|
28
|
+
opacity: $md-sys-state-pressed-state-layer-opacity;
|
29
|
+
}
|
30
|
+
@mixin dragged-state-layer {
|
31
|
+
opacity: $md-sys-state-dragged-state-layer-opacity;
|
32
|
+
}
|
33
|
+
@mixin focus-state-layer {
|
34
|
+
opacity: $md-sys-state-focus-state-layer-opacity;
|
35
|
+
}
|