j1-template 2020.0.24 → 2020.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +9 -9
- data/_includes/themes/j1/procedures/global/create_bs_button.proc +1 -1
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +3 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +18 -17
- data/assets/data/banner.html +10 -11
- data/assets/data/cookiebar.html +3 -3
- data/assets/data/gallery_customizer.html +18 -6
- data/assets/themes/j1/adapter/js/carousel.js +4 -4
- data/assets/themes/j1/adapter/js/jf_gallery.js +2 -2
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +44 -37
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +9 -12
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/modules/carousel/css/theme/uno.css +34 -48
- data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/clipboard/css/theme/uno.css +2 -2
- data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +5 -4
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +1 -1
- data/lib/j1/commands/generate.rb +6 -6
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/apps/carousel.yml +9 -9
- data/lib/starter_web/_data/apps/justified_gallery.yml +44 -10
- data/lib/starter_web/_data/j1_config.yml +2 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +0 -45
- data/lib/starter_web/_data/resources.yml +2 -2
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +9 -10
- data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +6 -5
- data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +6 -5
- data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +6 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +5 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +6 -6
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +6 -6
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +6 -6
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +6 -6
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +24 -6
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +32 -11
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +23 -6
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +0 -1
- data/lib/starter_web/pages/public/blog/navigator/index.html +0 -1
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +15 -3
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +16 -4
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +9 -38
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +3 -4
- data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +11 -19
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +6 -3
- data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +4 -3
- data/lib/starter_web/pages/public/legal/en/100_impress.adoc +4 -3
- data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +5 -4
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -6
- data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +4 -3
- data/lib/starter_web/pages/public/legal/en/500_support.adoc +4 -3
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +2 -3
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +22 -30
- data/lib/starter_web/pages/public/previewer/iframer.adoc +13 -8
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +15 -8
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +10 -7
- data/lib/starter_web/pages/public/previewer/rouge.adoc +9 -6
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +9 -7
- data/lib/starter_web/pages/public/test_pages/carousel_captions.adoc +1045 -0
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16fb722040381e9d4b4e9b8e32538791fcaa6dfb0d463326c8fde78e7cf2c5c3
|
|
4
|
+
data.tar.gz: 751d96f914fbaff0c6b235aaa54ee0be0d6fe423aacdc48c658b2a971f7549b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bb7f732a04768e473a645eac989402abfbb5b0930f02c867306ffe69db689fa50947d393a1a8c9818cd8f26f0353e6f5d8ba471f14445ccf1b8a7ba4965d9c9
|
|
7
|
+
data.tar.gz: 7c90c0713cb26846f93cb1741bb08386e041708482e9f6a1ccb567c5b6d2491494de2f80e1ee03d8bcfe2f01b1f40565bf5cd0840f8e89b1444bdb7b484a6983
|
|
@@ -104,10 +104,10 @@
|
|
|
104
104
|
<nav class="paginator">
|
|
105
105
|
<ul class="pagination raised-z0">
|
|
106
106
|
|
|
107
|
-
<li class="page-item"><a class="page-link" href="{{category_view}}" title="View by Category">By Category</a></li>
|
|
108
|
-
<li class="page-item"><a class="page-link" href="{{date_view}}" title="View by Date">By Date</a></li>
|
|
109
|
-
<!-- li class="page-item"><a class="page-link" href="{{tag_view}}" title="View by Tag">By Tag</a></li -->
|
|
110
|
-
<li class="page-item"><a class="page-link" href="{{all_view}}" title="View All">All Posts</a></li>
|
|
107
|
+
<li class="page-item"><a class="page-link md-grey-800" href="{{category_view}}" title="View by Category">By Category</a></li>
|
|
108
|
+
<li class="page-item"><a class="page-link md-grey-800" href="{{date_view}}" title="View by Date">By Date</a></li>
|
|
109
|
+
<!-- li class="page-item"><a class="page-link md-grey-800" href="{{tag_view}}" title="View by Tag">By Tag</a></li -->
|
|
110
|
+
<li class="page-item"><a class="page-link md-grey-800" href="{{all_view}}" title="View All">All Posts</a></li>
|
|
111
111
|
|
|
112
112
|
</ul>
|
|
113
113
|
</nav> <!-- end paginator -->
|
|
@@ -142,22 +142,22 @@
|
|
|
142
142
|
{% if paginator.previous_page %}
|
|
143
143
|
{% if paginator.previous_page > 1 %}
|
|
144
144
|
{% capture page_link %}{{paginator.previous_page_path}}#previewer{% endcapture %}
|
|
145
|
-
<li class="page-item"><a class="page-link" href="{{page_link}}" title="Previous page">Previous</a></li>
|
|
145
|
+
<li class="page-item"><a href="#" class="page-link md-grey-800" href="{{page_link}}" title="Previous page">Previous</a></li>
|
|
146
146
|
{% else %}
|
|
147
147
|
{% comment %} Back to FIRST page {% endcomment %}
|
|
148
148
|
{% assign navigator = page.url | remove_first:'page2/index.html' %}
|
|
149
149
|
{% capture page_link %}{{navigator}}#previewer{% endcapture %}
|
|
150
|
-
<li class="page-item"><a class="page-link" href="{{page_link}}" title="First page">Previous</a></li>
|
|
150
|
+
<li class="page-item"><a href="#" class="page-link md-grey-800" href="{{page_link}}" title="First page">Previous</a></li>
|
|
151
151
|
{% endif %}
|
|
152
152
|
{% else %}
|
|
153
|
-
<li class="page-item disabled"><a class="page-link">First</a></li>
|
|
153
|
+
<li class="page-item disabled"><a href="#" class="page-link md-grey-800">First</a></li>
|
|
154
154
|
{% endif %}
|
|
155
155
|
|
|
156
156
|
{% if paginator.next_page %}
|
|
157
157
|
{% capture page_link %}{{paginator.next_page_path}}#previewer{% endcapture %}
|
|
158
|
-
<li class="page-item"><a class="page-link" href="{{page_link}}" title="Next page">Next</a></li>
|
|
158
|
+
<li class="page-item"><a class="page-link md-grey-800" href="{{page_link}}" title="Next page">Next</a></li>
|
|
159
159
|
{% else %}
|
|
160
|
-
<li class="page-item disabled"><a class="page-link">Last</a>
|
|
160
|
+
<li class="page-item disabled"><a href="#" class="page-link md-grey-800">Last</a>
|
|
161
161
|
{% endif %}
|
|
162
162
|
</ul>
|
|
163
163
|
</nav>
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
{% endfor %}
|
|
112
112
|
|
|
113
113
|
{% if button_href %}
|
|
114
|
-
{% capture bs_button_html %}<a href="{{button_href}}" class="{{button_class}}"><i class="{{icon_family}} {{icon_family}}-{{button_icon}} {{icon_family}}-{{button_icon_size}} {{icon_family}}-{{button_icon_color}} mr-1"></i> {{button_text}} </a>{% endcapture %}
|
|
114
|
+
{% capture bs_button_html %}<a href="{{button_href}}" class="{{button_class}}"><i class="{{icon_family}} {{icon_family}}-{{button_icon}} {{icon_family}}-{{button_icon_size}} {{icon_family}}-{{button_icon_color}} mr-1 mb-2"></i> {{button_text}} </a>{% endcapture %}
|
|
115
115
|
{% else %}
|
|
116
116
|
{% capture bs_button_html %}<!-- INFO: No valid value for parameter href found. -->{% endcapture %}
|
|
117
117
|
{% endif %}
|
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
jadams, 2020-07-24: class "cart" is NOT longer overloaded since CSS
|
|
60
60
|
generation has changed
|
|
61
61
|
<!-- div class="card tag__box raised-z0 mt-0 mb-2" -->
|
|
62
|
+
|
|
63
|
+
{% capture href %}#{{tag|downcase|prepend: site.baseurl}}{% endcapture %}
|
|
62
64
|
-------------------------------------------------------------------------------- {% endcomment %}
|
|
63
65
|
|
|
64
66
|
<div id="word-cloud" class="row ml-3 mr-3">
|
|
@@ -73,7 +75,7 @@
|
|
|
73
75
|
{% if source == 'categories' %}
|
|
74
76
|
{% for tag in word_array %}
|
|
75
77
|
<li>
|
|
76
|
-
<a href="#{{tag|
|
|
78
|
+
<a href="#{{tag|downcase}}">
|
|
77
79
|
{{ tag | capitalize }}
|
|
78
80
|
<span>{{ site.categories[tag] | size }}</span>
|
|
79
81
|
</a>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<!-- div class="timeline-title" -->
|
|
96
96
|
<div class="card-header bg-primary pt-4 pb-3">
|
|
97
97
|
<!-- a href="{{post.url}}" -->
|
|
98
|
-
<h3 id="{{1000000 | rand}}" class="md-
|
|
98
|
+
<h3 id="{{1000000 | rand}}" class="md-white">{{post.title}}</h3>
|
|
99
99
|
<!-- /a -->
|
|
100
100
|
</div>
|
|
101
101
|
|
|
@@ -185,6 +185,7 @@
|
|
|
185
185
|
{{excerpt}}
|
|
186
186
|
</div>
|
|
187
187
|
</div>
|
|
188
|
+
|
|
188
189
|
<!-- Collect comment provider details -->
|
|
189
190
|
{% for sharing in builder_config.sharing_provider %}
|
|
190
191
|
{% assign provider = sharing.provider %}
|
|
@@ -192,23 +193,23 @@
|
|
|
192
193
|
{% assign comment_count = sharing.comment_count %}
|
|
193
194
|
{% endfor %}
|
|
194
195
|
|
|
195
|
-
<div class="card-body text-muted r-text-200">
|
|
196
|
-
<i class="mdi mdi-calendar-blank mr-1"></i> {{post.date | date: "%Y %B, %e"}}
|
|
197
|
-
{% if comment_count %}
|
|
198
|
-
<!-- comment_count enabled -->
|
|
199
|
-
<!-- <li><i class="mdi mdi-comment"></i> <a href="#"> 7 Comments</a></li> -->
|
|
200
|
-
<li><a href="#"><i class="mdi mdi-comment"></i> 7 Comments</a></li>
|
|
201
|
-
{% endif %}
|
|
202
|
-
|
|
203
|
-
{% if likes_count %}
|
|
204
|
-
<!-- likes_count enabled -->
|
|
205
|
-
<li><a class="likes" href="#"><i class="mdi mdi-heart"></i> 239</a></li>
|
|
206
|
-
{% endif %}
|
|
207
|
-
</div>
|
|
208
|
-
|
|
209
196
|
<div class="card-footer r-text-200">
|
|
210
|
-
<
|
|
211
|
-
|
|
197
|
+
<div class="card-footer-text">
|
|
198
|
+
{% if post.date %}
|
|
199
|
+
<i class="mdi mdi-calendar-blank mr-1"></i> {{post.date | date: "%Y %B, %e"}}
|
|
200
|
+
{% endif %}
|
|
201
|
+
{% if likes_count %}
|
|
202
|
+
<span class="font-weight-bold"> · </span>
|
|
203
|
+
<i class="mdi mdi-heart mr-1"></i> {{likes_count}}
|
|
204
|
+
{% endif %}
|
|
205
|
+
{% if comment_count %}
|
|
206
|
+
<span class="font-weight-bold"> · </span>
|
|
207
|
+
<i class="mdi mdi-comment mr-1"></i> {{comment_count}}
|
|
208
|
+
{% endif %}
|
|
209
|
+
</div>
|
|
210
|
+
<a class="card-link md-grey-800 font-weight-bold g-font-size-12 text-uppercase"
|
|
211
|
+
href="{{post.url}}#readmore">
|
|
212
|
+
Read · {{post.tagline}}
|
|
212
213
|
</a>
|
|
213
214
|
</div>
|
|
214
215
|
{% endif %}
|
data/assets/data/banner.html
CHANGED
|
@@ -204,20 +204,19 @@ regenerate: true
|
|
|
204
204
|
<!-- Body -->
|
|
205
205
|
<div class="row {{animate}}">
|
|
206
206
|
<div>{{card_description}}</div>
|
|
207
|
+
{% if card_buttons %}
|
|
208
|
+
<!-- Footer -->
|
|
209
|
+
<div class="mt-1">
|
|
210
|
+
{% for button_hash in card_buttons %}
|
|
211
|
+
{% include {{create_bs_button}} button_data=button_hash button_type="link" %}
|
|
212
|
+
{{bs_button_html}}
|
|
213
|
+
{% endfor %}
|
|
214
|
+
</div>
|
|
215
|
+
{% endif %}
|
|
207
216
|
</div>
|
|
208
|
-
|
|
209
|
-
{% if card_buttons %}
|
|
210
|
-
<!-- Footer -->
|
|
211
|
-
<div class="banner-footer">
|
|
212
|
-
{% for button_hash in card_buttons %}
|
|
213
|
-
{% include {{create_bs_button}} button_data=button_hash button_type="link" %}
|
|
214
|
-
{{bs_button_html}}
|
|
215
|
-
{% endfor %}
|
|
216
|
-
</div>
|
|
217
|
+
<!-- END Body -->
|
|
217
218
|
{% endif %}
|
|
218
|
-
|
|
219
219
|
<!-- End Card -->
|
|
220
|
-
{% endif %}
|
|
221
220
|
|
|
222
221
|
{% endfor %}
|
|
223
222
|
{% comment %} END cards
|
data/assets/data/cookiebar.html
CHANGED
|
@@ -87,7 +87,7 @@ regenerate: true
|
|
|
87
87
|
<div class="modal-footer justify-content-center">
|
|
88
88
|
{% if cookie_options.buttons.policy_button %}
|
|
89
89
|
<a id="policyButton" type="button"
|
|
90
|
-
class="btn btn-raised btn-flex btn-
|
|
90
|
+
class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem">
|
|
91
91
|
<i class="mdi mdi-18px mdi-white mdi-read mr-2"></i>
|
|
92
92
|
{{cookie_options.buttons.policy_button_text}}
|
|
93
93
|
</a>
|
|
@@ -100,7 +100,7 @@ regenerate: true
|
|
|
100
100
|
</a>
|
|
101
101
|
{% if cookie_options.buttons.decline_button %}
|
|
102
102
|
<a id="declineButton" type="button"
|
|
103
|
-
class="btn btn-raised btn-flex btn-
|
|
103
|
+
class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem"
|
|
104
104
|
data-dismiss="modal">
|
|
105
105
|
<i class="mdi mdi-18px mdi-white mdi-close mr-2"></i>
|
|
106
106
|
{{cookie_options.buttons.decline_button_text}}
|
|
@@ -258,7 +258,7 @@ regenerate: true
|
|
|
258
258
|
{{cookie_options.buttons.revoke_button_text}}
|
|
259
259
|
</a>
|
|
260
260
|
<a id="remainCookies" type="button"
|
|
261
|
-
class="btn btn-raised btn-flex btn-
|
|
261
|
+
class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 25rem"
|
|
262
262
|
data-dismiss="modal">
|
|
263
263
|
<i class="mdi mdi-18px mdi-white mdi-close mr-2"></i>
|
|
264
264
|
{{cookie_options.buttons.do_nothing_button_text}}
|
|
@@ -55,12 +55,12 @@ regenerate: true
|
|
|
55
55
|
|
|
56
56
|
<header class="bmd-layout-header">
|
|
57
57
|
<div class="navbar navbar-dark bg-primary raised-z2 mb-2">
|
|
58
|
-
<button class="bmd-drawer drawer-toggler animated fadeIn" type="button" data-toggle="drawer" data-target="#drw_customizer">
|
|
59
|
-
<span class="mdi mdi-menu mdi-
|
|
58
|
+
<button class="bmd-drawer drawer-toggler animated fadeIn" type="button" data-toggle="drawer" data-target="#drw_customizer" aria-label="Menu Button">
|
|
59
|
+
<span class="mdi mdi-menu mdi-3x"></span>
|
|
60
60
|
</button>
|
|
61
61
|
<ul class="nav navbar-nav">
|
|
62
62
|
<li class="nav-item">
|
|
63
|
-
<span class="navbar-text">Gallery: {{customizer_options.title}}</span>
|
|
63
|
+
<span class="navbar-text md-grey-900">Gallery: {{customizer_options.title}}</span>
|
|
64
64
|
</li>
|
|
65
65
|
</ul>
|
|
66
66
|
</div>
|
|
@@ -133,9 +133,21 @@ regenerate: true
|
|
|
133
133
|
|
|
134
134
|
</div>
|
|
135
135
|
|
|
136
|
-
<
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
<button type="button" name="reset-defaults"
|
|
137
|
+
class="btn btn-raised btn-flex btn-primary ml-2"
|
|
138
|
+
aria-label="Reset Button"
|
|
139
|
+
style="min-width: 12rem">
|
|
140
|
+
<i class="mdi mdi-close mdi-24px mdi-md_white mr-1"></i>Reset
|
|
141
|
+
</button>
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
<!-- div class="mt-1">
|
|
145
|
+
<a id="reset-defaults" href="#"
|
|
146
|
+
class="btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2" style="min-width: 10rem">
|
|
147
|
+
<i class="mdi mdi-eye mdi-24px mdi-md_white mr-1"></i>
|
|
148
|
+
Reset to defaults
|
|
149
|
+
</a>
|
|
150
|
+
</div -->
|
|
139
151
|
|
|
140
152
|
</form>
|
|
141
153
|
</div>
|
|
@@ -242,16 +242,16 @@ j1.adapter['carousel'] = (function (j1, window) {
|
|
|
242
242
|
if (lb_caption) {
|
|
243
243
|
content += '\t\t' + '<div class="item {{slider_id}}-item {{slide_border}}">'+ '\n';
|
|
244
244
|
content += '\t\t\t' + '<a href="' +img+ '" ' + 'data-lightbox="{{slider_id}}" data-title="' +lb_caption+ '">' + '\n';
|
|
245
|
-
content += '\t\t\t\t' + '<img class="lazyOwl" src="' +img+ '">' + '\n';
|
|
246
|
-
content += '\t\t\t' + '</a>' + '\n';
|
|
245
|
+
content += '\t\t\t\t' + '<img class="lazyOwl" src="' +img+ '" alt="' +lb_caption+ '">' + '\n';
|
|
246
|
+
content += '\t\t\t' + ' </a>' + '\n';
|
|
247
247
|
if (href) {
|
|
248
|
-
content += '\t\t\t' + '<span class="carousel-caption"><a href="' +href+ '">' +lb_caption+ '</a> </span>' + '\n';
|
|
248
|
+
content += '\t\t\t' + '<span class="carousel-caption"><a href="' +href+ '">' +lb_caption+ ' </a> </span>' + '\n';
|
|
249
249
|
} else {
|
|
250
250
|
content += '\t\t\t' + '<span class="carousel-caption">' +lb_caption+ '</span>' + '\n';
|
|
251
251
|
}
|
|
252
252
|
content += '\t\t' + '</div>' + '\n';
|
|
253
253
|
} else {
|
|
254
|
-
content += '<a class="item" href="' +img+ '" ' + 'data-lightbox="{{slider_id}}"> <img class="lazyOwl" data-src="' +img+ '" alt="' +alt+ '">' + '</a>';
|
|
254
|
+
content += '<a class="item" href="' +img+ '" ' + 'data-lightbox="{{slider_id}}"> <img class="lazyOwl" data-src="' +img+ '" alt="' +alt+ '">' + ' </a>';
|
|
255
255
|
}
|
|
256
256
|
} else if (href) {
|
|
257
257
|
content += '<div class="item">' + '<img ' +css_classes+ ' src="' +img+ '" alt="' +alt+ '">' + '</div>';
|
|
@@ -269,12 +269,12 @@ j1.adapter['jf_gallery'] = (function (j1, window) {
|
|
|
269
269
|
{% endif %}
|
|
270
270
|
content += 'href="' +img+ '">' + '\n';
|
|
271
271
|
content += '<img src="' +img+ '" img alt="' +captions_lightbox+ '">' + '\n';
|
|
272
|
-
content += '<span><img class="justified-gallery img-overlay" src="/assets/themes/j1/modules/lightGallery/css/themes/icons/play-button.png"></span>' + '\n';
|
|
272
|
+
content += '<span><img class="justified-gallery img-overlay" src="/assets/themes/j1/modules/lightGallery/css/themes/icons/play-button.png" alt="Play Button"></span>' + '\n';
|
|
273
273
|
} else {
|
|
274
274
|
content += '<a data-sub-html="' +captions_gallery+ '" ';
|
|
275
275
|
content += 'href="' +img+ '">' + '\n';
|
|
276
276
|
content += '<img src="' +img+ '" img alt="' +captions_gallery+ '">' + '\n';
|
|
277
|
-
content += '<span><img class="justified-gallery img-overlay" src="/assets/themes/j1/modules/lightGallery/css/themes/icons/play-button.png"></span>' + '\n';
|
|
277
|
+
content += '<span><img class="justified-gallery img-overlay" src="/assets/themes/j1/modules/lightGallery/css/themes/icons/play-button.png" alt="Play Button"></span>' + '\n';
|
|
278
278
|
}
|
|
279
279
|
content += '</a>' + '\n';
|
|
280
280
|
|
|
@@ -10949,7 +10949,8 @@ li > a:hover {
|
|
|
10949
10949
|
.bmd-form-group .is-focused .bmd-label-floating,
|
|
10950
10950
|
.bmd-form-group.is-filled .bmd-label-floating,
|
|
10951
10951
|
.bmd-form-group .is-filled .bmd-label-floating {
|
|
10952
|
-
top: .5rem !important;
|
|
10952
|
+
top: .5rem !important;
|
|
10953
|
+
margin-left: unset !important; }
|
|
10953
10954
|
|
|
10954
10955
|
form {
|
|
10955
10956
|
margin-bottom: 1.125rem; }
|
|
@@ -11000,7 +11001,7 @@ form {
|
|
|
11000
11001
|
.switch label,
|
|
11001
11002
|
.is-focused
|
|
11002
11003
|
.switch label {
|
|
11003
|
-
color:
|
|
11004
|
+
color: #616161; }
|
|
11004
11005
|
.radio label:hover, .radio label:focus, .radio label:active,
|
|
11005
11006
|
.is-focused .radio label:hover,
|
|
11006
11007
|
.is-focused .radio label:focus,
|
|
@@ -11193,11 +11194,11 @@ form {
|
|
|
11193
11194
|
fieldset[disabled]
|
|
11194
11195
|
.is-focused
|
|
11195
11196
|
.switch label:focus {
|
|
11196
|
-
color:
|
|
11197
|
+
color: #616161; }
|
|
11197
11198
|
|
|
11198
11199
|
[class^='bmd-label'],
|
|
11199
11200
|
[class*=' bmd-label'] {
|
|
11200
|
-
color:
|
|
11201
|
+
color: #616161; }
|
|
11201
11202
|
|
|
11202
11203
|
.form-control,
|
|
11203
11204
|
.is-focused .form-control {
|
|
@@ -11232,7 +11233,7 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
|
|
|
11232
11233
|
width: 100%;
|
|
11233
11234
|
margin-top: 0.25rem;
|
|
11234
11235
|
font-size: 80%;
|
|
11235
|
-
color:
|
|
11236
|
+
color: #616161; }
|
|
11236
11237
|
|
|
11237
11238
|
.is-focused .valid-tooltip,
|
|
11238
11239
|
.is-focused .valid-tooltip {
|
|
@@ -11247,7 +11248,7 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
|
|
|
11247
11248
|
font-size: 0.875rem;
|
|
11248
11249
|
line-height: 1.5;
|
|
11249
11250
|
color: #fff;
|
|
11250
|
-
background-color: rgba(
|
|
11251
|
+
background-color: rgba(97, 97, 97, 0.9);
|
|
11251
11252
|
border-radius: 0.1rem; }
|
|
11252
11253
|
|
|
11253
11254
|
.was-validated .is-focused:valid ~ .valid-feedback,
|
|
@@ -11263,7 +11264,7 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
|
|
|
11263
11264
|
.was-validated .is-focused .form-control:valid, .is-focused .form-control.is-valid, .was-validated
|
|
11264
11265
|
.is-focused .form-control:valid,
|
|
11265
11266
|
.is-focused .form-control.is-valid {
|
|
11266
|
-
border-color:
|
|
11267
|
+
border-color: #616161;
|
|
11267
11268
|
padding-right: calc(1.5em + 0.875rem);
|
|
11268
11269
|
background-image: "";
|
|
11269
11270
|
background-repeat: no-repeat;
|
|
@@ -11272,8 +11273,8 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
|
|
|
11272
11273
|
.was-validated .is-focused .form-control:valid:focus, .is-focused .form-control.is-valid:focus, .was-validated
|
|
11273
11274
|
.is-focused .form-control:valid:focus,
|
|
11274
11275
|
.is-focused .form-control.is-valid:focus {
|
|
11275
|
-
border-color:
|
|
11276
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
11276
|
+
border-color: #616161;
|
|
11277
|
+
box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.25); }
|
|
11277
11278
|
|
|
11278
11279
|
.was-validated .is-focused textarea.form-control:valid, .is-focused textarea.form-control.is-valid, .was-validated
|
|
11279
11280
|
.is-focused textarea.form-control:valid,
|
|
@@ -11284,19 +11285,19 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
|
|
|
11284
11285
|
.was-validated .is-focused .custom-select:valid, .is-focused .custom-select.is-valid, .was-validated
|
|
11285
11286
|
.is-focused .custom-select:valid,
|
|
11286
11287
|
.is-focused .custom-select.is-valid {
|
|
11287
|
-
border-color:
|
|
11288
|
+
border-color: #616161;
|
|
11288
11289
|
padding-right: calc(0.75em + 1.65625rem);
|
|
11289
11290
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px, "" rgba(0, 0, 0, 0) no-repeat center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); }
|
|
11290
11291
|
.was-validated .is-focused .custom-select:valid:focus, .is-focused .custom-select.is-valid:focus, .was-validated
|
|
11291
11292
|
.is-focused .custom-select:valid:focus,
|
|
11292
11293
|
.is-focused .custom-select.is-valid:focus {
|
|
11293
|
-
border-color:
|
|
11294
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
11294
|
+
border-color: #616161;
|
|
11295
|
+
box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.25); }
|
|
11295
11296
|
|
|
11296
11297
|
.was-validated .is-focused .form-check-input:valid ~ .form-check-label, .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated
|
|
11297
11298
|
.is-focused .form-check-input:valid ~ .form-check-label,
|
|
11298
11299
|
.is-focused .form-check-input.is-valid ~ .form-check-label {
|
|
11299
|
-
color:
|
|
11300
|
+
color: #616161; }
|
|
11300
11301
|
|
|
11301
11302
|
.was-validated .is-focused .form-check-input:valid ~ .valid-feedback,
|
|
11302
11303
|
.was-validated .is-focused .form-check-input:valid ~ .valid-tooltip, .is-focused .form-check-input.is-valid ~ .valid-feedback,
|
|
@@ -11311,38 +11312,38 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
|
|
|
11311
11312
|
.was-validated .is-focused .custom-control-input:valid ~ .custom-control-label, .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated
|
|
11312
11313
|
.is-focused .custom-control-input:valid ~ .custom-control-label,
|
|
11313
11314
|
.is-focused .custom-control-input.is-valid ~ .custom-control-label {
|
|
11314
|
-
color:
|
|
11315
|
+
color: #616161; }
|
|
11315
11316
|
.was-validated .is-focused .custom-control-input:valid ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated
|
|
11316
11317
|
.is-focused .custom-control-input:valid ~ .custom-control-label::before,
|
|
11317
11318
|
.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
|
|
11318
|
-
border-color:
|
|
11319
|
+
border-color: #616161; }
|
|
11319
11320
|
|
|
11320
11321
|
.was-validated .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated
|
|
11321
11322
|
.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before,
|
|
11322
11323
|
.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
|
|
11323
|
-
border-color:
|
|
11324
|
-
background-color:
|
|
11324
|
+
border-color: #7b7b7b;
|
|
11325
|
+
background-color: #7b7b7b; }
|
|
11325
11326
|
|
|
11326
11327
|
.was-validated .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated
|
|
11327
11328
|
.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before,
|
|
11328
11329
|
.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
|
|
11329
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
11330
|
+
box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.25); }
|
|
11330
11331
|
|
|
11331
11332
|
.was-validated .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated
|
|
11332
11333
|
.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
|
|
11333
11334
|
.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
|
|
11334
|
-
border-color:
|
|
11335
|
+
border-color: #616161; }
|
|
11335
11336
|
|
|
11336
11337
|
.was-validated .is-focused .custom-file-input:valid ~ .custom-file-label, .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated
|
|
11337
11338
|
.is-focused .custom-file-input:valid ~ .custom-file-label,
|
|
11338
11339
|
.is-focused .custom-file-input.is-valid ~ .custom-file-label {
|
|
11339
|
-
border-color:
|
|
11340
|
+
border-color: #616161; }
|
|
11340
11341
|
|
|
11341
11342
|
.was-validated .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated
|
|
11342
11343
|
.is-focused .custom-file-input:valid:focus ~ .custom-file-label,
|
|
11343
11344
|
.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
|
|
11344
|
-
border-color:
|
|
11345
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
11345
|
+
border-color: #616161;
|
|
11346
|
+
box-shadow: 0 0 0 0.2rem rgba(97, 97, 97, 0.25); }
|
|
11346
11347
|
|
|
11347
11348
|
.is-focused [class^='bmd-label'],
|
|
11348
11349
|
.is-focused [class*=' bmd-label'],
|
|
@@ -11352,7 +11353,7 @@ fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-contro
|
|
|
11352
11353
|
|
|
11353
11354
|
.is-focused .bmd-label-placeholder,
|
|
11354
11355
|
.is-focused .bmd-label-placeholder {
|
|
11355
|
-
color:
|
|
11356
|
+
color: #616161; }
|
|
11356
11357
|
|
|
11357
11358
|
.is-focused .form-control,
|
|
11358
11359
|
.is-focused .form-control {
|
|
@@ -12376,6 +12377,10 @@ select, select.form-control {
|
|
|
12376
12377
|
.nav-pills > li > a:hover {
|
|
12377
12378
|
background-color: rgba(0, 0, 0, 0.5); }
|
|
12378
12379
|
|
|
12380
|
+
.navbar-text {
|
|
12381
|
+
font-weight: 500;
|
|
12382
|
+
color: #424242; }
|
|
12383
|
+
|
|
12379
12384
|
.nav-link {
|
|
12380
12385
|
text-transform: uppercase; }
|
|
12381
12386
|
|
|
@@ -14935,7 +14940,7 @@ a.news-link {
|
|
|
14935
14940
|
width: 20px;
|
|
14936
14941
|
height: 20px;
|
|
14937
14942
|
line-height: 1.5;
|
|
14938
|
-
background-color: #
|
|
14943
|
+
background-color: #fafafa;
|
|
14939
14944
|
border-radius: 100%;
|
|
14940
14945
|
color: #000;
|
|
14941
14946
|
font-size: 11px;
|
|
@@ -19993,21 +19998,21 @@ a.md-grey-700:focus {
|
|
|
19993
19998
|
|
|
19994
19999
|
a.md-grey-800:hover,
|
|
19995
20000
|
a.md-grey-800:focus {
|
|
19996
|
-
color: #
|
|
20001
|
+
color: #2196f3 !important; }
|
|
19997
20002
|
|
|
19998
20003
|
.md-grey-900 {
|
|
19999
20004
|
color: #212121 !important; }
|
|
20000
20005
|
|
|
20001
20006
|
a.md-grey-900:hover,
|
|
20002
20007
|
a.md-grey-900:focus {
|
|
20003
|
-
color: #
|
|
20008
|
+
color: #2196f3 !important; }
|
|
20004
20009
|
|
|
20005
20010
|
.md-bg-grey {
|
|
20006
20011
|
background-color: #9e9e9e !important; }
|
|
20007
20012
|
|
|
20008
20013
|
a.md-bg-grey:hover,
|
|
20009
20014
|
a.md-bg-grey:focus {
|
|
20010
|
-
background-color: #
|
|
20015
|
+
background-color: #fafafa !important; }
|
|
20011
20016
|
|
|
20012
20017
|
.md-bg-grey-50 {
|
|
20013
20018
|
background-color: #fafafa !important; }
|
|
@@ -20070,14 +20075,14 @@ a.md-bg-grey-700:focus {
|
|
|
20070
20075
|
|
|
20071
20076
|
a.md-bg-grey-800:hover,
|
|
20072
20077
|
a.md-bg-grey-800:focus {
|
|
20073
|
-
background-color: #
|
|
20078
|
+
background-color: #2196f3 !important; }
|
|
20074
20079
|
|
|
20075
20080
|
.md-bg-grey-900 {
|
|
20076
20081
|
background-color: #212121 !important; }
|
|
20077
20082
|
|
|
20078
20083
|
a.md-bg-grey-900:hover,
|
|
20079
20084
|
a.md-bg-grey-900:focus {
|
|
20080
|
-
background-color: #
|
|
20085
|
+
background-color: #2196f3 !important; }
|
|
20081
20086
|
|
|
20082
20087
|
.md-blue-grey {
|
|
20083
20088
|
color: #607d8b !important; }
|
|
@@ -20147,14 +20152,14 @@ a.md-blue-grey-700:focus {
|
|
|
20147
20152
|
|
|
20148
20153
|
a.md-blue-grey-800:hover,
|
|
20149
20154
|
a.md-blue-grey-800:focus {
|
|
20150
|
-
color: #
|
|
20155
|
+
color: #2196f3 !important; }
|
|
20151
20156
|
|
|
20152
20157
|
.md-blue-grey-900 {
|
|
20153
20158
|
color: #263238 !important; }
|
|
20154
20159
|
|
|
20155
20160
|
a.md-blue-grey-900:hover,
|
|
20156
20161
|
a.md-blue-grey-900:focus {
|
|
20157
|
-
color: #
|
|
20162
|
+
color: #2196f3 !important; }
|
|
20158
20163
|
|
|
20159
20164
|
.md-bg-blue-grey {
|
|
20160
20165
|
background-color: #607d8b !important; }
|
|
@@ -20224,14 +20229,14 @@ a.md-bg-blue-grey-700:focus {
|
|
|
20224
20229
|
|
|
20225
20230
|
a.md-bg-blue-grey-800:hover,
|
|
20226
20231
|
a.md-bg-blue-grey-800:focus {
|
|
20227
|
-
background-color: #
|
|
20232
|
+
background-color: #2196f3 !important; }
|
|
20228
20233
|
|
|
20229
20234
|
.md-bg-blue-grey-900 {
|
|
20230
20235
|
background-color: #263238 !important; }
|
|
20231
20236
|
|
|
20232
20237
|
a.md-bg-blue-grey-900:hover,
|
|
20233
20238
|
a.md-bg-blue-grey-900:focus {
|
|
20234
|
-
background-color: #
|
|
20239
|
+
background-color: #2196f3 !important; }
|
|
20235
20240
|
|
|
20236
20241
|
.md-white-lighter {
|
|
20237
20242
|
color: rgba(255, 255, 255, 0.12) !important; }
|
|
@@ -21299,9 +21304,11 @@ body.scrollable {
|
|
|
21299
21304
|
# -----------------------------------------------------------------------------
|
|
21300
21305
|
*/
|
|
21301
21306
|
.gallery-title {
|
|
21302
|
-
|
|
21303
|
-
|
|
21304
|
-
|
|
21307
|
+
color: #212121;
|
|
21308
|
+
line-height: 1.25;
|
|
21309
|
+
font-size: 1.125rem;
|
|
21310
|
+
font-weight: 500;
|
|
21311
|
+
margin-bottom: .5rem; }
|
|
21305
21312
|
|
|
21306
21313
|
/*
|
|
21307
21314
|
# -----------------------------------------------------------------------------
|
|
@@ -21950,7 +21957,7 @@ body.scrollable {
|
|
|
21950
21957
|
nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu {
|
|
21951
21958
|
margin-top: -2px;
|
|
21952
21959
|
max-height: 350px;
|
|
21953
|
-
overflow-y:
|
|
21960
|
+
overflow-y: inherit; }
|
|
21954
21961
|
nav.navbar.navigator li.dropdown ul.dropdown-menu.megamenu-content {
|
|
21955
21962
|
left: 0; }
|
|
21956
21963
|
nav.navbar.navigator li.dropdown ul.dropdown-menu > li > a {
|