j1-template 2022.5.1.rc0 → 2022.5.1.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/procedures/global/date-german.proc +67 -0
  3. data/assets/data/banner.html +2 -2
  4. data/assets/data/menu.html +1 -1
  5. data/assets/data/mmenu.html +36 -36
  6. data/assets/themes/j1/adapter/js/attic.js +8 -0
  7. data/assets/themes/j1/adapter/js/cookieConsent.js +42 -25
  8. data/assets/themes/j1/adapter/js/mmenu.js +2 -2
  9. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +2 -2
  10. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  11. data/assets/themes/j1/modules/backstretch/js/backstretch.js +4 -4
  12. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  13. data/assets/themes/j1/modules/mmenuLight/README.md +22 -0
  14. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.css +224 -243
  15. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +3 -3
  16. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +95 -55
  17. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  18. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +57 -440
  19. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +4 -15
  20. data/assets/themes/j1/modules/{twemoji/js/picker → themeSwitcher}/LICENSE +21 -21
  21. data/assets/themes/j1/modules/themeSwitcher/README.md +166 -0
  22. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +2 -2
  23. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  24. data/lib/j1/version.rb +1 -1
  25. data/lib/starter_web/Gemfile +1 -1
  26. data/lib/starter_web/README.md +5 -5
  27. data/lib/starter_web/_config.yml +2 -2
  28. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  29. data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -1
  30. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  31. data/lib/starter_web/index.html +34 -12
  32. data/lib/starter_web/package.json +1 -1
  33. data/lib/starter_web/pages/public/features/general.adoc +1 -1
  34. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +139 -0
  35. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +63 -3
  36. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  37. data/lib/starter_web/utilsrv/package.json +1 -1
  38. metadata +6 -9
  39. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +0 -153
  40. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +0 -19
  41. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +0 -304
  42. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +0 -322
  43. data/assets/themes/j1/modules/twemoji/js/twemoji.js +0 -580
  44. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +0 -19
@@ -43,65 +43,21 @@
43
43
  background-color: #607d8b;
44
44
  }
45
45
 
46
- /* Responsive */
47
- /* jadams, 2020-07-02: media query for MMenu
48
- --------------------------------------------------------------------------------
49
- NOTE: For unknown reason, style "mm-ocd--left" is NOT applied correctly
50
- like "mm-ocd--right" what cause the wrong background-color
51
- As a workaround, the background-color is added to the media
52
- queries as well (but MUST be removed if fixed!!!)
53
- -------------------------------------------------------------------------------- */
46
+ /* Navigator
47
+ ----------------------------------------------------------------------------- */
54
48
 
55
- /* Large desktop */
56
- @media only screen and (min-width: 1200px) {
57
- .mm-ocd {
58
- top: 80px; /* drawer top offset to NAV bar */
59
- }
60
- .mm-ocd__content {
61
- background-color: #191919;
62
- }
49
+ .mm-spn li:after {
50
+ border-top: 0 !important;
63
51
  }
64
52
 
65
- /* Desktop */
66
- @media only screen and (min-width: 992px) {
67
- .mm-ocd {
68
- top: 80px; /* drawer top offset to NAV bar */
69
- }
70
- .mm-ocd__content {
71
- background-color: #191919;
72
- }
53
+ .mm-spn a:not(:last-child):after {
54
+ border-right: 0 !important;
73
55
  }
74
56
 
75
- /* Desktop 2 (intermediate|responsive size) */
76
- @media only screen and (min-width: 768px) and (max-width: 992px) {
77
- .mm-ocd {
78
- top: 48px; /* drawer top offset to NAV bar */
79
- }
80
- .mm-ocd__content {
81
- background-color: #191919;
82
- }
83
- }
84
- /* Landscape iPad, 768px */
85
- @media only screen and (min-width: 576px) and (max-width: 768px){
86
- .mm-ocd {
87
- top: 48px; /* drawer top offset to NAV bar */
88
- }
89
- .mm-ocd__content {
90
- background-color: #191919;
91
- }
92
- }
93
-
94
- /* Small devices (landscape phones, up to 576px) */
95
- @media only screen and (max-width: 576px) {
96
- .mm-ocd {
97
- top: 48px; /* drawer top offset to NAV bar */
98
- }
99
- .mm-ocd__content {
100
- background-color: #191919;
101
- }
57
+ .mm-spn li:hover {
58
+ background-color: #424242;
102
59
  }
103
60
 
104
- /* Navigator */
105
61
  .mm-spn.mm-spn--navbar:after {
106
62
  text-align: left; /* jadams, 2020-06-20: set menu title to the left */
107
63
  font-size: x-large; /* jadams, 2020-06-20: increase size of the menu title */
@@ -180,10 +136,11 @@ NOTE: For unknown reason, style "mm-ocd--left" is NOT applied correctly
180
136
  color: #9e9e9e !important;
181
137
  }
182
138
 
139
+ /* jadams, 2022-08-13: muted the anchor on hover, because (currently)
140
+ NO action on click
141
+ */
183
142
  .mm-spn a:hover {
184
- color: #fafafa !important;
185
- /* text-decoration: none;
186
- font-weight: 500; */
143
+ color: #9e9e9e !important;
187
144
  }
188
145
 
189
146
  /* jadams, 2020-07-03: added hover to global style */
@@ -192,3 +149,86 @@ a.toc-link:hover {
192
149
  text-decoration: none;
193
150
  font-weight: 500;
194
151
  }
152
+
153
+ /* Media breakpoints
154
+ ----------------------------------------------------------------------------- */
155
+
156
+ /* BS@5
157
+ // -----------------------------------------------------------------------------
158
+ // X-Small devices (portrait phones, less than 576px)
159
+ // No media query for `xs` since this is the default in Bootstrap
160
+
161
+ // Small devices (landscape phones, 576px and up)
162
+ // ----------------------------------------------
163
+ // @media (min-width: 576px) { ... }
164
+
165
+ // Medium devices (tablets, 768px and up)
166
+ // --------------------------------------
167
+ // @media (min-width: 768px) { ... }
168
+
169
+ // Large devices (desktops, 992px and up)
170
+ // --------------------------------------
171
+ // @media (min-width: 992px) { ... }
172
+
173
+ // X-Large devices (large desktops, 1200px and up)
174
+ // -----------------------------------------------
175
+ // @media (min-width: 1200px) { ... }
176
+
177
+ // XX-Large devices (larger desktops, 1400px and up)
178
+ // -------------------------------------------------
179
+ // @media (min-width: 1400px) { ... }
180
+ */
181
+
182
+ /* jadams, 2020-07-02: media query for MMenu
183
+ --------------------------------------------------------------------------------
184
+ NOTE: For unknown reason, style "mm-ocd--left" is NOT applied correctly
185
+ like "mm-ocd--right" what cause the wrong background-color
186
+ As a workaround, the background-color is added to the media
187
+ queries as well (but MUST be removed if fixed!!!)
188
+ -------------------------------------------------------------------------------- */
189
+
190
+ /* Large desktop
191
+ X-Large devices (large desktops, 1200px and up)
192
+ */
193
+ @media only screen and (min-width: 1200px) {
194
+ .mm-ocd {
195
+ top: 80px; /* drawer top offset to NAV bar */
196
+ }
197
+ .mm-ocd__content {
198
+ background-color: #191919;
199
+ }
200
+ }
201
+
202
+ /* Desktop
203
+ Large devices (desktops, 992px and up)
204
+ */
205
+ @media only screen and (min-width: 992px) {
206
+ .mm-ocd {
207
+ top: 80px; /* drawer top offset to NAV bar */
208
+ }
209
+ .mm-ocd__content {
210
+ background-color: #191919;
211
+ }
212
+ }
213
+
214
+ /* Desktop 2 (intermediate|responsive size)
215
+ Small devices (landscape phones, 576px and up)
216
+ */
217
+ @media only screen and (min-width: 576px) {
218
+ .mm-ocd {
219
+ top: 48px; /* drawer top offset to NAV bar */
220
+ }
221
+ .mm-ocd__content {
222
+ background-color: #191919;
223
+ }
224
+ }
225
+
226
+ /* X-Small devices (portrait phones, less than 576px) */
227
+ @media only screen and (max-width: 576px){
228
+ .mm-ocd {
229
+ top: 48px; /* drawer top offset to NAV bar */
230
+ }
231
+ .mm-ocd__content {
232
+ background-color: #191919;
233
+ }
234
+ }
@@ -16,4 +16,4 @@
16
16
  # See: http://creativecommons.org/licenses/by/4.0/
17
17
  # -----------------------------------------------------------------------------
18
18
  */
19
- .mm-ocd--left .mm-ocd__content{background-color:#191919}.mm-ocd--right .mm-ocd__content{background-color:#191919}.mmenu-item.active,.mmenu-item:active{text-decoration:none;background-color:#607d8b}@media only screen and (min-width:1200px){.mm-ocd{top:80px}.mm-ocd__content{background-color:#191919}}@media only screen and (min-width:992px){.mm-ocd{top:80px}.mm-ocd__content{background-color:#191919}}@media only screen and (min-width:768px) and (max-width:992px){.mm-ocd{top:48px}.mm-ocd__content{background-color:#191919}}@media only screen and (min-width:576px) and (max-width:768px){.mm-ocd{top:48px}.mm-ocd__content{background-color:#191919}}@media only screen and (max-width:576px){.mm-ocd{top:48px}.mm-ocd__content{background-color:#191919}}.mm-spn.mm-spn--navbar:after{text-align:left;font-size:x-large}.mm-spn.mm-spn--dark{color:#e3e3e3;background:#000 !important}.mm-spn ul{background:#000 !important}.mm-side{margin:1.5rem}.mm-side .widget{position:relative;z-index:1;margin-bottom:25px}.mm-side .widget .title{color:#fff;margin-bottom:15px;border-left:3px solid #204a87;padding-left:5px}.menu-title{margin-bottom:1.5rem;font-size:28px;color:#eee;border-bottom:1px solid #757575}.mm-side .widget .heading{text-align:left;color:#eee;font-size:20px;text-transform:uppercase;position:relative;margin-bottom:10px;padding-bottom:10px}.mm-side .widget ul.link{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;padding:0;margin:0;list-style:none;line-height:1.5rem}.mm-side .widget ul.link li a{color:#aaa}.mm-side .widget ul.link li a:focus,.mm-side .widget ul.link li a:hover{color:#fafafa;text-decoration:none;font-weight:500}.mm-spn a{color:#9e9e9e !important}.mm-spn a:hover{color:#fafafa !important}a.toc-link:hover{color:#fafafa;text-decoration:none;font-weight:500}
19
+ .mm-ocd--left .mm-ocd__content {background-color: #191919;}.mm-ocd--right .mm-ocd__content {background-color: #191919;}.mmenu-item.active, .mmenu-item:active {text-decoration: none;background-color: #607d8b;}.mm-spn li:after {border-top: 0 !important;}.mm-spn a:not(:last-child):after {border-right: 0 !important;}.mm-spn li:hover {background-color: #424242;}.mm-spn.mm-spn--navbar:after {text-align: left;font-size: x-large;}.mm-spn.mm-spn--dark {color: #e3e3e3;background: #000 !important;}.mm-spn ul {background: #000 !important;}.mm-side {margin: 1.5rem;}.mm-side .widget {position: relative;z-index: 1;margin-bottom: 25px }.mm-side .widget .title {color: #fff;margin-bottom: 15px;border-left: 3px solid #204a87;padding-left: 5px }.menu-title {margin-bottom: 1.5rem;font-size: 28px;color: #EEEEEE;border-bottom: 1px solid #757575;}.mm-side .widget .heading {text-align: left;color: #EEEEEE;font-size: 20px;text-transform: uppercase;position: relative;margin-bottom: 10px;padding-bottom: 10px }.mm-side .widget ul.link {font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size: 14px;padding: 0;margin: 0;list-style: none;line-height: 1.5rem;}.mm-side .widget ul.link li a {color: #aaa }.mm-side .widget ul.link li a:focus,.mm-side .widget ul.link li a:hover {color: #fafafa;text-decoration: none;font-weight: 500;}.mm-spn a {color: #9e9e9e !important;}.mm-spn a:hover {color: #9e9e9e !important;}a.toc-link:hover {color: #fafafa;text-decoration: none;font-weight: 500;}@media only screen and (min-width: 1200px) {.mm-ocd {top: 80px;}.mm-ocd__content {background-color: #191919;}}@media only screen and (min-width: 992px) {.mm-ocd {top: 80px;}.mm-ocd__content {background-color: #191919;}}@media only screen and (min-width: 576px) {.mm-ocd {top: 48px;}.mm-ocd__content {background-color: #191919;}}@media only screen and (max-width: 576px){.mm-ocd {top: 48px;}.mm-ocd__content {background-color: #191919;}}