jekyll-theme-ethereal 0.4.4 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (159) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/contact_script.html +2 -2
  3. data/_includes/head.html +8 -1
  4. data/_includes/panel_map.html +70 -96
  5. data/_includes/scripts.html +8 -19
  6. data/_includes/search.html +8 -6
  7. data/_layouts/default.html +4 -4
  8. data/_sass/large/base/_page.scss +0 -0
  9. data/_sass/large/base/_reset.scss +0 -0
  10. data/_sass/large/base/_typography.scss +11 -0
  11. data/_sass/large/components/_actions.scss +0 -0
  12. data/_sass/large/components/_button.scss +0 -0
  13. data/_sass/large/components/_contact-icons.scss +0 -0
  14. data/_sass/{components → large/components}/_cookieconsent.scss +0 -0
  15. data/_sass/large/components/_form.scss +0 -0
  16. data/_sass/large/components/_gallery.scss +0 -0
  17. data/_sass/large/components/_grid-icons.scss +0 -0
  18. data/_sass/large/components/_icon.scss +0 -0
  19. data/_sass/large/components/_icons.scss +0 -0
  20. data/_sass/large/components/_image.scss +0 -0
  21. data/_sass/large/components/_list.scss +0 -0
  22. data/_sass/large/components/_panel-banner.scss +0 -0
  23. data/_sass/large/components/_panel-spotlight.scss +0 -0
  24. data/_sass/large/components/_panel.scss +0 -0
  25. data/_sass/large/components/_table.scss +0 -0
  26. data/_sass/large/layout/_footer.scss +0 -0
  27. data/_sass/large/layout/_header.scss +0 -0
  28. data/_sass/large/layout/_page-wrapper.scss +0 -0
  29. data/_sass/large/layout/_wrapper.scss +0 -0
  30. data/_sass/large.scss +48 -0
  31. data/_sass/libs/_breakpoints.scss +164 -164
  32. data/_sass/libs/_functions.scss +32 -32
  33. data/_sass/libs/_mixins.scss +225 -49
  34. data/_sass/libs/_vars.scss +40 -40
  35. data/_sass/libs/_vendor.scss +331 -331
  36. data/_sass/main/base/_page.scss +99 -0
  37. data/_sass/main/base/_reset.scss +76 -0
  38. data/_sass/main/base/_typography.scss +193 -0
  39. data/_sass/main/components/_actions.scss +63 -0
  40. data/_sass/main/components/_button.scss +154 -0
  41. data/_sass/main/components/_contact-icons.scss +72 -0
  42. data/_sass/main/components/_cookieconsent.scss +403 -0
  43. data/_sass/main/components/_form.scss +253 -0
  44. data/_sass/main/components/_gallery.scss +167 -0
  45. data/_sass/main/components/_grid-icons.scss +139 -0
  46. data/_sass/main/components/_icon.scss +33 -0
  47. data/_sass/main/components/_icons.scss +28 -0
  48. data/_sass/main/components/_image.scss +169 -0
  49. data/_sass/main/components/_list.scss +56 -0
  50. data/_sass/main/components/_panel-banner.scss +52 -0
  51. data/_sass/main/components/_panel-spotlight.scss +62 -0
  52. data/_sass/main/components/_panel.scss +224 -0
  53. data/_sass/main/components/_table.scss +81 -0
  54. data/_sass/main/layout/_footer.scss +30 -0
  55. data/_sass/main/layout/_header.scss +35 -0
  56. data/_sass/main/layout/_page-wrapper.scss +22 -0
  57. data/_sass/main/layout/_wrapper.scss +85 -0
  58. data/_sass/main.scss +24 -118
  59. data/_sass/medium/base/_page.scss +0 -0
  60. data/_sass/medium/base/_reset.scss +0 -0
  61. data/_sass/medium/base/_typography.scss +0 -0
  62. data/_sass/medium/components/_actions.scss +0 -0
  63. data/_sass/medium/components/_button.scss +0 -0
  64. data/_sass/medium/components/_contact-icons.scss +0 -0
  65. data/_sass/medium/components/_cookieconsent.scss +403 -0
  66. data/_sass/medium/components/_form.scss +0 -0
  67. data/_sass/medium/components/_gallery.scss +11 -0
  68. data/_sass/medium/components/_grid-icons.scss +0 -0
  69. data/_sass/medium/components/_icon.scss +0 -0
  70. data/_sass/medium/components/_icons.scss +0 -0
  71. data/_sass/medium/components/_image.scss +0 -0
  72. data/_sass/medium/components/_list.scss +0 -0
  73. data/_sass/medium/components/_panel-banner.scss +0 -0
  74. data/_sass/medium/components/_panel-spotlight.scss +0 -0
  75. data/_sass/medium/components/_panel.scss +0 -0
  76. data/_sass/medium/components/_table.scss +0 -0
  77. data/_sass/medium/layout/_footer.scss +0 -0
  78. data/_sass/medium/layout/_header.scss +0 -0
  79. data/_sass/medium/layout/_page-wrapper.scss +0 -0
  80. data/_sass/medium/layout/_wrapper.scss +0 -0
  81. data/_sass/medium.scss +47 -0
  82. data/_sass/noscript.scss +12 -12
  83. data/_sass/short/base/_page.scss +0 -0
  84. data/_sass/short/base/_reset.scss +0 -0
  85. data/_sass/short/base/_typography.scss +0 -0
  86. data/_sass/short/components/_actions.scss +0 -0
  87. data/_sass/short/components/_button.scss +0 -0
  88. data/_sass/short/components/_contact-icons.scss +0 -0
  89. data/_sass/short/components/_cookieconsent.scss +403 -0
  90. data/_sass/short/components/_form.scss +1 -0
  91. data/_sass/short/components/_gallery.scss +0 -0
  92. data/_sass/short/components/_grid-icons.scss +0 -0
  93. data/_sass/short/components/_icon.scss +0 -0
  94. data/_sass/short/components/_icons.scss +0 -0
  95. data/_sass/short/components/_image.scss +0 -0
  96. data/_sass/short/components/_list.scss +0 -0
  97. data/_sass/short/components/_panel-banner.scss +0 -0
  98. data/_sass/short/components/_panel-spotlight.scss +0 -0
  99. data/_sass/short/components/_panel.scss +0 -0
  100. data/_sass/short/components/_table.scss +0 -0
  101. data/_sass/short/layout/_footer.scss +0 -0
  102. data/_sass/short/layout/_header.scss +0 -0
  103. data/_sass/short/layout/_page-wrapper.scss +9 -0
  104. data/_sass/short/layout/_wrapper.scss +0 -0
  105. data/_sass/short.scss +48 -0
  106. data/_sass/small/base/_page.scss +17 -0
  107. data/_sass/small/base/_reset.scss +0 -0
  108. data/_sass/small/base/_typography.scss +67 -0
  109. data/_sass/small/components/_actions.scss +0 -0
  110. data/_sass/small/components/_button.scss +0 -0
  111. data/_sass/small/components/_contact-icons.scss +0 -0
  112. data/_sass/small/components/_cookieconsent.scss +403 -0
  113. data/_sass/small/components/_form.scss +27 -0
  114. data/_sass/small/components/_gallery.scss +38 -0
  115. data/_sass/small/components/_grid-icons.scss +29 -0
  116. data/_sass/small/components/_icon.scss +0 -0
  117. data/_sass/small/components/_icons.scss +0 -0
  118. data/_sass/small/components/_image.scss +0 -0
  119. data/_sass/small/components/_list.scss +0 -0
  120. data/_sass/small/components/_panel-banner.scss +37 -0
  121. data/_sass/small/components/_panel-spotlight.scss +18 -0
  122. data/_sass/small/components/_panel.scss +80 -0
  123. data/_sass/small/components/_table.scss +0 -0
  124. data/_sass/small/layout/_footer.scss +34 -0
  125. data/_sass/small/layout/_header.scss +0 -0
  126. data/_sass/small/layout/_page-wrapper.scss +12 -0
  127. data/_sass/small/layout/_wrapper.scss +26 -0
  128. data/_sass/small.scss +49 -0
  129. data/assets/css/cookieconsent.css +404 -0
  130. data/assets/css/fontawesome-all.min.css +1 -1
  131. data/assets/css/large.scss +5 -0
  132. data/assets/css/mapbox-gl.panel.css +27 -0
  133. data/assets/css/medium.scss +5 -0
  134. data/assets/css/short.scss +5 -0
  135. data/assets/css/small.scss +5 -0
  136. data/assets/js/cookieconsent.style.min.js +1 -0
  137. data/assets/js/{mapbox-gl.js → mapbox-gl.min.js} +0 -0
  138. metadata +124 -25
  139. data/_sass/base/_page.scss +0 -117
  140. data/_sass/base/_reset.scss +0 -76
  141. data/_sass/base/_typography.scss +0 -271
  142. data/_sass/components/_actions.scss +0 -63
  143. data/_sass/components/_button.scss +0 -154
  144. data/_sass/components/_contact-icons.scss +0 -72
  145. data/_sass/components/_form.scss +0 -279
  146. data/_sass/components/_gallery.scss +0 -218
  147. data/_sass/components/_grid-icons.scss +0 -166
  148. data/_sass/components/_icon.scss +0 -33
  149. data/_sass/components/_icons.scss +0 -28
  150. data/_sass/components/_image.scss +0 -169
  151. data/_sass/components/_list.scss +0 -56
  152. data/_sass/components/_panel-banner.scss +0 -90
  153. data/_sass/components/_panel-spotlight.scss +0 -81
  154. data/_sass/components/_panel.scss +0 -300
  155. data/_sass/components/_table.scss +0 -81
  156. data/_sass/layout/_footer.scss +0 -49
  157. data/_sass/layout/_header.scss +0 -37
  158. data/_sass/layout/_page-wrapper.scss +0 -43
  159. data/_sass/layout/_wrapper.scss +0 -118
@@ -1,33 +0,0 @@
1
- ///
2
- /// Ethereal by HTML5 UP
3
- /// html5up.net | @ajlkn
4
- /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
- ///
6
-
7
- /* Icon */
8
-
9
- .icon {
10
- @include icon;
11
- position: relative;
12
- border-bottom: none;
13
-
14
- > .label {
15
- display: none;
16
- }
17
-
18
- &:before {
19
- line-height: inherit;
20
- }
21
-
22
- &.solid {
23
- &:before {
24
- font-weight: 900;
25
- }
26
- }
27
-
28
- &.brands {
29
- &:before {
30
- font-family: 'Font Awesome 5 Brands';
31
- }
32
- }
33
- }
@@ -1,28 +0,0 @@
1
- ///
2
- /// Ethereal by HTML5 UP
3
- /// html5up.net | @ajlkn
4
- /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
- ///
6
-
7
- /* Icons */
8
-
9
- ul.icons {
10
- cursor: default;
11
- list-style: none;
12
- padding-left: 0;
13
-
14
- li {
15
- display: inline-block;
16
- padding: 0 1rem 0 0;
17
-
18
- &:last-child {
19
- padding-right: 0;
20
- }
21
-
22
- .icon {
23
- &:before {
24
- font-size: 1.25em;
25
- }
26
- }
27
- }
28
- }
@@ -1,169 +0,0 @@
1
- ///
2
- /// Ethereal by HTML5 UP
3
- /// html5up.net | @ajlkn
4
- /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
- ///
6
-
7
- /* Image */
8
-
9
- .image {
10
- display: inline-block;
11
- position: relative;
12
- border: 0;
13
-
14
- &.filtered {
15
- &:after {
16
- @include gradient-background;
17
- @include vendor('pointer-events', 'none');
18
- content: '';
19
- position: absolute;
20
- top: 0;
21
- left: 0;
22
- width: 100%;
23
- height: 100%;
24
- opacity: 1;
25
- z-index: 1;
26
- }
27
-
28
- &.tinted {
29
- &:after {
30
- @include gradient-background(true);
31
- }
32
- }
33
- }
34
-
35
- &[data-position] {
36
- img {
37
- @include vendor('object-fit', 'cover');
38
- display: block;
39
- position: absolute;
40
- top: 0;
41
- left: 0;
42
- width: 100%;
43
- height: 100%;
44
- }
45
- }
46
-
47
- &[data-position="top left"] {
48
- img {
49
- @include vendor('object-position', 'top left');
50
- }
51
- }
52
-
53
- &[data-position="top"] {
54
- img {
55
- @include vendor('object-position', 'top');
56
- }
57
- }
58
-
59
- &[data-position="top right"] {
60
- img {
61
- @include vendor('object-position', 'top right');
62
- }
63
- }
64
-
65
- &[data-position="right"] {
66
- img {
67
- @include vendor('object-position', 'right');
68
- }
69
- }
70
-
71
- &[data-position="bottom right"] {
72
- img {
73
- @include vendor('object-position', 'bottom right');
74
- }
75
- }
76
-
77
- &[data-position="bottom"] {
78
- img {
79
- @include vendor('object-position', 'bottom');
80
- }
81
- }
82
-
83
- &[data-position="bottom left"] {
84
- img {
85
- @include vendor('object-position', 'bottom left');
86
- }
87
- }
88
-
89
- &[data-position="left"] {
90
- img {
91
- @include vendor('object-position', 'left');
92
- }
93
- }
94
-
95
- &[data-position="center"] {
96
- img {
97
- @include vendor('object-position', 'center');
98
- }
99
- }
100
-
101
- &[data-position="25% 25%"] {
102
- img {
103
- @include vendor('object-position', '25% 25%');
104
- }
105
- }
106
-
107
- &[data-position="75% 25%"] {
108
- img {
109
- @include vendor('object-position', '75% 25%');
110
- }
111
- }
112
-
113
- &[data-position="75% 75%"] {
114
- img {
115
- @include vendor('object-position', '75% 75%');
116
- }
117
- }
118
-
119
- &[data-position="25% 75%"] {
120
- img {
121
- @include vendor('object-position', '25% 75%');
122
- }
123
- }
124
-
125
- img {
126
- display: block;
127
- }
128
-
129
- &.left,
130
- &.right {
131
- max-width: 40%;
132
-
133
- img {
134
- width: 100%;
135
- }
136
- }
137
-
138
- &.left {
139
- float: left;
140
- padding: 0 1.5rem 1rem 0;
141
- top: 0.25rem;
142
- }
143
-
144
- &.right {
145
- float: right;
146
- padding: 0 0 1rem 1.5rem;
147
- top: 0.25rem;
148
- }
149
-
150
- &.fit {
151
- display: block;
152
- margin: 0 0 _size(element-margin) 0;
153
- width: 100%;
154
-
155
- img {
156
- width: 100%;
157
- }
158
- }
159
-
160
- &.main {
161
- display: block;
162
- margin: 0 0 (_size(element-margin) * 1.5) 0;
163
- width: 100%;
164
-
165
- img {
166
- width: 100%;
167
- }
168
- }
169
- }
@@ -1,56 +0,0 @@
1
- ///
2
- /// Ethereal by HTML5 UP
3
- /// html5up.net | @ajlkn
4
- /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
- ///
6
-
7
- /* List */
8
-
9
- ol {
10
- list-style: decimal;
11
- margin: 0 0 _size(element-margin) 0;
12
- padding-left: 1.25rem;
13
-
14
- li {
15
- padding-left: 0.25rem;
16
- }
17
- }
18
-
19
- ul {
20
- list-style: disc;
21
- margin: 0 0 _size(element-margin) 0;
22
- padding-left: 1rem;
23
-
24
- li {
25
- padding-left: 0.5rem;
26
- }
27
-
28
- &.alt {
29
- list-style: none;
30
- padding-left: 0;
31
-
32
- li {
33
- border-top: solid 1px _palette(border);
34
- padding: 0.5rem 0;
35
-
36
- &:first-child {
37
- border-top: 0;
38
- padding-top: 0;
39
- }
40
- }
41
- }
42
- }
43
-
44
- dl {
45
- margin: 0 0 _size(element-margin) 0;
46
-
47
- dt {
48
- display: block;
49
- font-weight: _font(weight-bold);
50
- margin: 0 0 (_size(element-margin) * 0.5) 0;
51
- }
52
-
53
- dd {
54
- margin-left: _size(element-margin);
55
- }
56
- }
@@ -1,90 +0,0 @@
1
- ///
2
- /// Ethereal by HTML5 UP
3
- /// html5up.net | @ajlkn
4
- /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
- ///
6
-
7
- /* Panel (Banner) */
8
-
9
- $pad: _size(pad);
10
- $pad-small-tb: _size(pad-small-tb);
11
- $pad-small-lr: _size(pad-small-lr);
12
-
13
- .panel.banner {
14
- @include vendor('align-items', 'stretch');
15
-
16
- .content {
17
- @include padding($pad, $pad);
18
- @include vendor('display', 'flex');
19
- @include vendor('flex-direction', 'column');
20
- @include vendor('justify-content', 'center');
21
- @include vendor('flex-grow', '0');
22
- @include vendor('flex-shrink', '0');
23
-
24
- > .actions:last-child {
25
- margin-bottom: 0;
26
- }
27
- }
28
-
29
- .image {
30
- @include vendor('flex-grow', '0');
31
- @include vendor('flex-shrink', '0');
32
- position: relative;
33
-
34
- img {
35
- @include vendor('object-fit', 'cover');
36
- display: block;
37
- position: absolute;
38
- top: 0;
39
- left: 0;
40
- width: 100%;
41
- height: 100%;
42
- }
43
- }
44
-
45
- &.left {
46
- @include vendor('flex-direction', 'row');
47
- }
48
-
49
- &.right {
50
- @include vendor('flex-direction', 'row-reverse');
51
- }
52
- }
53
-
54
- @include breakpoint('<=small') {
55
- .panel.banner {
56
- .content {
57
- @include padding($pad-small-tb, $pad-small-lr);
58
- @include vendor('flex-basis', '60%');
59
-
60
- > .actions:last-child {
61
- margin-bottom: _size(element-margin);
62
- }
63
- }
64
-
65
- .image {
66
- @include vendor('flex-basis', '40%');
67
- }
68
- }
69
-
70
- @include orientation(portrait) {
71
- .panel.banner {
72
- .content {
73
- @include vendor('flex-basis', 'auto');
74
- }
75
-
76
- .image {
77
- @include vendor('flex-basis', 'auto');
78
- height: 18rem;
79
- }
80
-
81
- &.left {
82
- @include vendor('flex-direction', 'column');
83
- }
84
-
85
- &.right {
86
- @include vendor('flex-direction', 'column-reverse');
87
- }
88
- }
89
- }
90
- }
@@ -1,81 +0,0 @@
1
- ///
2
- /// Ethereal by HTML5 UP
3
- /// html5up.net | @ajlkn
4
- /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
- ///
6
-
7
- /* Panel (Spotlight) */
8
-
9
- $pad: _size(pad);
10
- $pad-small-tb: _size(pad-small-tb);
11
- $pad-small-lr: _size(pad-small-lr);
12
-
13
- .panel.spotlight {
14
- @include vendor('align-items', 'stretch');
15
- position: relative;
16
-
17
- > * {
18
- z-index: 1;
19
- }
20
-
21
- .content {
22
- @include vendor('display', 'flex');
23
- @include vendor('flex-direction', 'column');
24
- @include vendor('justify-content', 'center');
25
- @include padding($pad, $pad);
26
- }
27
-
28
- .image {
29
- position: absolute;
30
- top: 0;
31
- left: 0;
32
- width: 100%;
33
- height: 100%;
34
- z-index: 0;
35
-
36
- img {
37
- @include vendor('object-fit', 'cover');
38
- display: block;
39
- position: absolute;
40
- top: 0;
41
- left: 0;
42
- width: 100%;
43
- height: 100%;
44
- }
45
- }
46
-
47
- &.left {
48
- @include vendor('justify-content', 'flex-start');
49
-
50
- .content {
51
- background-image: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.125) 30%, rgba(0,0,0,0.175) 50%);
52
- }
53
- }
54
-
55
- &.right {
56
- @include vendor('justify-content', 'flex-end');
57
-
58
- .content {
59
- background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.125) 30%, rgba(0,0,0,0.175) 50%);
60
- }
61
- }
62
- }
63
-
64
- @include breakpoint('<=small') {
65
- .panel.spotlight {
66
- .content {
67
- @include padding($pad-small-tb, $pad-small-lr);
68
- @include vendor('flex-direction', 'column !important');
69
- background-image: linear-gradient(0deg, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.175)) !important;
70
- min-height: 25rem;
71
- }
72
- }
73
- }
74
-
75
- @include breakpoint('<=xsmall') {
76
- .panel.spotlight {
77
- .content {
78
- min-height: 30rem;
79
- }
80
- }
81
- }