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
@@ -0,0 +1,26 @@
1
+ @include breakpoint('<=small') {
2
+ #wrapper {
3
+ @include vendor('flex-direction', 'column');
4
+ height: auto;
5
+ margin: 0;
6
+ box-shadow: 0 0.25rem 1.5rem 0.25rem transparentize(_palette(bg), 0.5);
7
+
8
+ > .scrollZone {
9
+ display: none;
10
+ }
11
+
12
+ body.is-preload & {
13
+ @include vendor('transform', 'translateY(1rem)');
14
+ }
15
+ }
16
+ }
17
+
18
+ @include breakpoint('<=xsmall') {
19
+ #wrapper {
20
+ box-shadow: none;
21
+
22
+ body.is-preload & {
23
+ @include vendor('transform', 'none');
24
+ }
25
+ }
26
+ }
data/_sass/small.scss ADDED
@@ -0,0 +1,49 @@
1
+ @import 'libs/vars';
2
+ @import 'libs/functions';
3
+ @import 'libs/mixins';
4
+ @import 'libs/vendor';
5
+ @import 'libs/breakpoints';
6
+
7
+ /*
8
+ Ethereal by HTML5 UP
9
+ html5up.net | @ajlkn
10
+ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
11
+ */
12
+
13
+ // Breakpoints.
14
+
15
+ @include breakpoints((
16
+ small: ( 481px, 736px ),
17
+ xsmall: ( 361px, 480px ),
18
+ xxsmall: ( null, 360px )
19
+ ));
20
+
21
+ // Base.
22
+
23
+ @import 'small/base/reset';
24
+ @import 'small/base/page';
25
+ @import 'small/base/typography';
26
+
27
+ // Component.
28
+
29
+ @import 'small/components/form';
30
+ @import 'small/components/icon';
31
+ @import 'small/components/image';
32
+ @import 'small/components/list';
33
+ @import 'small/components/actions';
34
+ @import 'small/components/icons';
35
+ @import 'small/components/grid-icons';
36
+ @import 'small/components/contact-icons';
37
+ @import 'small/components/table';
38
+ @import 'small/components/button';
39
+ @import 'small/components/gallery';
40
+ @import 'small/components/panel';
41
+ @import 'small/components/panel-banner';
42
+ @import 'small/components/panel-spotlight';
43
+
44
+ // Layout.
45
+
46
+ @import 'small/layout/footer';
47
+ @import 'small/layout/header';
48
+ @import 'small/layout/page-wrapper';
49
+ @import 'small/layout/wrapper';
@@ -0,0 +1,404 @@
1
+ .cc-window {
2
+ opacity: 1;
3
+
4
+ -webkit-transition: opacity 1s ease;
5
+ -moz-transition: opacity 1s ease;
6
+ -ms-transition: opacity 1s ease;
7
+ -o-transition: opacity 1s ease;
8
+ transition: opacity 1s ease;
9
+ }
10
+
11
+ .cc-window.cc-invisible {
12
+ opacity: 0;
13
+ }
14
+
15
+ /* only animate ifhas class 'cc-animate' */
16
+ .cc-animate.cc-revoke {
17
+ -webkit-transition: transform 1s ease;
18
+ -moz-transition: transform 1s ease;
19
+ -ms-transition: transform 1s ease;
20
+ -o-transition: transform 1s ease;
21
+ transition: transform 1s ease;
22
+ }
23
+ .cc-animate.cc-revoke.cc-top {
24
+ transform: translateY(-2em);
25
+ }
26
+ .cc-animate.cc-revoke.cc-bottom {
27
+ transform: translateY(2em);
28
+ }
29
+ .cc-animate.cc-revoke.cc-active.cc-top {
30
+ transform: translateY(0);
31
+ }
32
+ .cc-animate.cc-revoke.cc-active.cc-bottom {
33
+ transform: translateY(0);
34
+ }
35
+ .cc-revoke:hover {
36
+ transform: translateY(0);
37
+ }
38
+
39
+ .cc-grower {
40
+ /* Initially we don't want any height, and we want the contents to be hidden */
41
+ max-height: 0;
42
+ overflow: hidden;
43
+
44
+ /* Set our transitions up. */
45
+ -webkit-transition: max-height 1s;
46
+ -moz-transition: max-height 1s;
47
+ -ms-transition: max-height 1s;
48
+ -o-transition: max-height 1s;
49
+ transition: max-height 1s;
50
+ }
51
+
52
+ /* the popup window */
53
+ .cc-window,
54
+ .cc-revoke {
55
+ position: fixed;
56
+ overflow: hidden;
57
+ box-sizing: border-box; /* exclude padding when dealing with width */
58
+
59
+ font-family: Helvetica, Calibri, Arial, sans-serif;
60
+ font-size: 16px; /* by setting the base font here, we can size the rest of the popup using CSS `em` */
61
+ line-height: 1.5em;
62
+
63
+ display: flex;
64
+ flex-wrap: nowrap;
65
+
66
+ /* the following are random unjustified styles - just because - should probably be removed */
67
+ z-index: 9998;
68
+ }
69
+
70
+ .cc-revoke {
71
+ z-index: 9999;
72
+ }
73
+
74
+ .cc-window.cc-static {
75
+ position: static;
76
+ }
77
+
78
+ /* 2 basic types of window - floating / banner */
79
+ .cc-window.cc-floating {
80
+ padding: 2em;
81
+ width: 100%;
82
+ max-width: 100%; /* 1em == 16px therefore 24em == 384px */
83
+ flex-direction: column;
84
+ }
85
+ .cc-window.cc-banner {
86
+ z-index: 10000;
87
+ padding: 1em 1.8em;
88
+ width: 100%;
89
+ flex-direction: row;
90
+ }
91
+
92
+ .cc-revoke {
93
+ padding: 0.5em;
94
+ }
95
+ .cc-revoke:hover {
96
+ text-decoration: underline;
97
+ }
98
+
99
+ .cc-header {
100
+ font-size: 18px;
101
+ font-weight: bold;
102
+ }
103
+
104
+ /* clickable things */
105
+ .cc-btn,
106
+ .cc-link,
107
+ .cc-close,
108
+ .cc-revoke {
109
+ cursor: pointer;
110
+ }
111
+
112
+ .cc-link {
113
+ opacity: 0.8;
114
+ display: inline-block;
115
+ border: none;
116
+ padding: 0.2em;
117
+ text-decoration: underline;
118
+ }
119
+ .cc-link:hover {
120
+ opacity: 1;
121
+ }
122
+ .cc-link:active,
123
+ .cc-link:visited {
124
+ color: initial;
125
+ }
126
+
127
+ .cc-btn {
128
+ display: block;
129
+ padding: 0.4em 0.8em;
130
+ font-size: 0.9em;
131
+ font-weight: bold;
132
+ border-width: 2px;
133
+ border-style: solid;
134
+ text-align: center;
135
+ white-space: nowrap;
136
+ }
137
+
138
+ .cc-highlight .cc-btn:first-child {
139
+ background-color: transparent;
140
+ border-color: transparent;
141
+ }
142
+
143
+ .cc-highlight .cc-btn:first-child:hover,
144
+ .cc-highlight .cc-btn:first-child:focus {
145
+ background-color: transparent;
146
+ text-decoration: underline;
147
+ }
148
+
149
+ .cc-close {
150
+ display: block;
151
+ position: absolute;
152
+ top: 0.5em;
153
+ right: 0.5em;
154
+ font-size: 1.6em;
155
+ opacity: 0.9;
156
+
157
+ /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
158
+ /* - we want it to be a square, because it's acting as an icon */
159
+ /* - setting the line height normalizes the height */
160
+ line-height: 0.75;
161
+ }
162
+ .cc-close:hover,
163
+ .cc-close:focus {
164
+ opacity: 1;
165
+ }
166
+
167
+ /* This file should contain styles that modifies the popup layout. */
168
+ /* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */
169
+
170
+ .cc-revoke.cc-top {
171
+ top: 0;
172
+ left: 3em;
173
+ border-bottom-left-radius: 0.5em;
174
+ border-bottom-right-radius: 0.5em;
175
+ }
176
+ .cc-revoke.cc-bottom {
177
+ bottom: 0;
178
+ left: 3em;
179
+ border-top-left-radius: 0.5em;
180
+ border-top-right-radius: 0.5em;
181
+ }
182
+ .cc-revoke.cc-left {
183
+ left: 3em;
184
+ right: unset;
185
+ }
186
+ .cc-revoke.cc-right {
187
+ right: 3em;
188
+ left: unset;
189
+ }
190
+
191
+ /**************************************** FLOATING ****************************************/
192
+
193
+ /* these classes position the floating element */
194
+ .cc-top {
195
+ top: 1em;
196
+ }
197
+ .cc-left {
198
+ left: 1em;
199
+ }
200
+ .cc-right {
201
+ right: 1em;
202
+ }
203
+ .cc-bottom {
204
+ bottom: 0;
205
+ }
206
+
207
+ /* links that are direct decendants should be displayed as block */
208
+ .cc-floating > .cc-link {
209
+ margin-bottom: 1em;
210
+ }
211
+
212
+ .cc-floating .cc-message {
213
+ display: block;
214
+ margin-bottom: 1em;
215
+ }
216
+
217
+ .cc-window.cc-floating .cc-compliance {
218
+ flex: 1 0 auto;
219
+ }
220
+
221
+ /**************************************** BANNER ****************************************/
222
+
223
+ .cc-window.cc-banner {
224
+ align-items: center;
225
+ }
226
+
227
+ .cc-banner.cc-top {
228
+ left: 0;
229
+ right: 0;
230
+ top: 0;
231
+ }
232
+ .cc-banner.cc-bottom {
233
+ left: 0;
234
+ right: 0;
235
+ bottom: 0;
236
+ }
237
+
238
+ .cc-banner .cc-message {
239
+ display: block;
240
+ flex: 1 1 auto;
241
+ max-width: 100%;
242
+ margin-right: 1em;
243
+ }
244
+
245
+ /* COMPLIANCE BOX */
246
+
247
+ .cc-compliance {
248
+ display: flex;
249
+ align-items: center;
250
+ justify-content: space-between;
251
+ }
252
+ .cc-floating .cc-compliance > .cc-btn {
253
+ flex: 1;
254
+ }
255
+
256
+ .cc-btn + .cc-btn {
257
+ margin-left: 0.5em;
258
+ }
259
+
260
+ /* Categories Layout */
261
+ .cc-window.cc-type-categories {
262
+ display : inline-flex;
263
+ flex-direction: column;
264
+ overflow : visible;
265
+ .form{
266
+ text-align: right;
267
+ }
268
+ .cc-btn {
269
+ margin: 0;
270
+ &.cc-save {
271
+ margin : 0;
272
+ display : inline-block;
273
+ }
274
+ }
275
+ }
276
+ .cc-categories {
277
+ display: inline-flex;
278
+ .cc-category{
279
+ display : flex;
280
+ max-width: 100%;
281
+ margin : 0 2px;
282
+ position : relative;
283
+ }
284
+ .cc-btn {
285
+ border-right: none;
286
+ outline : none;
287
+ input[type=checkbox]{
288
+ float: left;
289
+ height: 26px;
290
+ width: calc( 100% - 22px );
291
+ display: block;
292
+ position: absolute;
293
+ top: 0;
294
+ left: 2px;
295
+ cursor: pointer;
296
+ }
297
+ &:not(.cc-info):not(.cc-save){
298
+ padding-left: 26px;
299
+ }
300
+ }
301
+ .cc-info {
302
+ border-left : none;
303
+ border-right: 2px solid lightgrey;
304
+ padding : 4px;
305
+ font-variant: all-small-caps;
306
+ &:focus + .cc-tooltip{
307
+ display: block;
308
+ }
309
+ }
310
+ .cc-tooltip{
311
+ display : none;
312
+ position : absolute;
313
+ z-index : 3;
314
+ width : 190px;
315
+ bottom : 46px;
316
+ padding : 8px;
317
+ border : thin solid lightgrey;
318
+ box-shadow: 1px 1px 4px rgba( 150, 150, 150, .7 );
319
+ &:after{
320
+ content : "";
321
+ width : 10px;
322
+ height : 10px;
323
+ transform : rotate(45deg);
324
+ position : absolute;
325
+ bottom : -7px;
326
+ left : 10px;
327
+ box-shadow: 2px 1px 1px rgba( 200, 200, 200, .5 );
328
+ }
329
+ p {
330
+ margin: 0;
331
+ }
332
+ }
333
+ }
334
+
335
+ @media print {
336
+ .cc-window,
337
+ .cc-revoke {
338
+ display: none;
339
+ }
340
+ }
341
+
342
+ @media screen and (max-width: 900px) {
343
+ .cc-btn {
344
+ white-space: normal;
345
+ }
346
+ }
347
+
348
+ /* dimensions for 'iPhone6 Plus' and lower */
349
+ @media screen and (max-width: 414px) and (orientation: portrait),
350
+ screen and (max-width: 736px) and (orientation: landscape) {
351
+ .cc-window {
352
+ &.cc-top {
353
+ top: 0;
354
+ }
355
+ &.cc-bottom {
356
+ bottom: 0;
357
+ }
358
+ &.cc-banner,
359
+ &.cc-floating,
360
+ &.cc-right,
361
+ &.cc-left {
362
+ left: 0;
363
+ right: 0;
364
+ }
365
+
366
+ &.cc-banner {
367
+ flex-direction: column;
368
+ align-items: unset;
369
+ .cc-compliance {
370
+ flex: 1 1 auto;
371
+ }
372
+ .cc-message {
373
+ margin-right: 0;
374
+ margin-bottom: 1em;
375
+ }
376
+ }
377
+ &.cc-floating {
378
+ max-width: none;
379
+ }
380
+ &.cc-type-categories {
381
+ flex-direction: column;
382
+ }
383
+ .cc-message {
384
+ margin-bottom: 1em;
385
+ }
386
+ .cc-categories{
387
+ flex-direction: column;
388
+ width: 100%;
389
+ margin-right: 8px;
390
+ }
391
+ .cc-category {
392
+ margin: 4px 0;
393
+ .cc-btn:not(.cc-info){
394
+ width: calc( 100% - 16px);
395
+ min-width: 140px;
396
+ }
397
+ }
398
+ }
399
+ }
400
+ @media screen and (max-width: 854px) {
401
+ .cc-window.cc-type-categories .cc-btn.cc-save {
402
+ margin: 8px 0;
403
+ }
404
+ }