j1_template_mde 2018.4.19 → 2018.4.20
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 +15 -15
- data/_includes/themes/j1/modules/navigator/generator.html +1 -1
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +35 -59
- data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +6 -0
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +34 -24
- data/_layouts/blog_archive.html +1 -1
- 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/modules/j1_navigator_menu.yml +4 -4
- data/lib/starter_web/assets/data/panel.html +1 -1
- data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.css +11 -72
- data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
- data/lib/starter_web/assets/themes/j1/core/css/uno.css +11 -72
- data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
- data/lib/starter_web/assets/themes/j1/core/js/adapter/algolia.js +5 -1
- data/lib/starter_web/collections/posts/premium/series/_posts/000_includes/documents/100-docker-using-shared-folders.asciidoc +3 -0
- data/lib/starter_web/collections/posts/premium/series/_posts/2018-11-01-docker-using-shared-folders.adoc +8 -9
- data/lib/starter_web/collections/posts/private/wikipedia/_posts/000_includes/attributes.asciidoc +46 -0
- data/lib/starter_web/collections/posts/private/wikipedia/_posts/000_includes/tables/debug_variables.asciidoc +48 -0
- data/lib/starter_web/collections/posts/private/wikipedia/_posts/2016-11-20-minneapolis.adoc +11 -8
- data/lib/starter_web/collections/posts/private/wikipedia/_posts/{2016-11-24-narcisse-snake-pits.adoc → 2016-11-24-narcisse-snake-dens.adoc} +10 -15
- data/lib/starter_web/collections/posts/private/wikipedia/_posts/2016-11-26-columbia-river.adoc +13 -9
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +29 -15
- data/lib/starter_web/collections/posts/public/featured/_posts/000_includes/attributes.asciidoc +2 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/{2017-05-01-confusion-about-base-url.adoc → 2018-05-01-confusion-about-base-url.adoc} +5 -28
- data/lib/starter_web/collections/posts/public/featured/_posts/{2017-06-01-top-open-source-static-site-generators.adoc → 2018-06-01-top-open-source-static-site-generators.adoc} +7 -28
- data/lib/starter_web/collections/posts/public/featured/_posts/{2017-07-01-what-is-a-static-site.adoc → 2018-07-01-what-is-a-static-site.adoc} +5 -27
- data/lib/starter_web/package.json +17 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +26 -40
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +38 -48
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +21 -31
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +113 -115
- data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
- data/lib/starter_web/pages/public/instant_search_media.adoc +438 -0
- data/lib/starter_web/pages/public/start/roundtrip/100_present_images.adoc +1 -2
- data/lib/starter_web/pages/public/start/roundtrip/800_search_engine.adoc +34 -17
- metadata +9 -9
- data/_includes/themes/j1/modules/navigator/procedures/_unused/authclient.proc +0 -139
- data/_includes/themes/j1/modules/navigator/procedures/_unused/authclient.proc.org +0 -217
- data/lib/starter_web/collections/posts/premium/series/_posts/2018-11-01-docker-using-shared-folders.asciidoc +0 -86
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd20c69aa6082c5df52673c9ef5609efda6e49cc
|
|
4
|
+
data.tar.gz: 273e77e8727c4adee82f5524a839d4a418c775e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e22541ecee1b8f502c0737a3e39db26beb47eea7f406ac139bbcc1dbc4e596af7e44f81a6b0a376397e5005be2c0bdb74411b9a85958eb6c6a30fd81eab7059
|
|
7
|
+
data.tar.gz: 5b12eb1447ba9c1fdc1bbbde440f14615ddeaf2f2a00c9892ad0ee5188b5b7c776a138289394172a3b4c600e341df5b81142f638932b15c6faf1ab3101738cfe
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<section class="col-md-9 col-xs-12 r-text-{{rtext_size}} js-toc-content">
|
|
61
61
|
|
|
62
62
|
{% comment %} Blog Navigator
|
|
63
|
-
|
|
63
|
+
------------------------------------------------------------------------ {% endcomment %}
|
|
64
64
|
<!-- Content placed by blog_archive_content.html -->
|
|
65
65
|
<div id="blog_navigator" class="row">
|
|
66
66
|
<div class="col-md-12" role="main">
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
{% assign my_array = "one|two|three" | split: "|" %}
|
|
81
81
|
|
|
82
82
|
<div class="navigator-headline">
|
|
83
|
-
<div id="navigator" class="post-headline">
|
|
84
|
-
<h2 id="post-headline" class="mt-4">
|
|
85
|
-
</div>
|
|
83
|
+
<!-- <div id="navigator" class="post-headline">
|
|
84
|
+
<h2 id="post-headline" class="mt-4">Navigator</h2>
|
|
85
|
+
</div> -->
|
|
86
86
|
|
|
87
|
-
<nav class="paginator">
|
|
87
|
+
<nav class="paginator ml-3">
|
|
88
88
|
<ul class="pagination raised-z0">
|
|
89
89
|
|
|
90
90
|
<li class="page-item"><a class="page-link" href="{{category_view | prepend: site.baseurl}}" title="View by Category">By Category</a></li>
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
</ul>
|
|
96
96
|
</nav> <!-- end paginator -->
|
|
97
97
|
|
|
98
|
-
<div class="view-description ml-3 mb-3">
|
|
98
|
+
<!-- <div class="view-description ml-3 mb-3">
|
|
99
99
|
{{article_navigator_description}}
|
|
100
|
-
</div>
|
|
100
|
+
</div> -->
|
|
101
101
|
</div> <!-- end navigator headline -->
|
|
102
102
|
|
|
103
103
|
</div> <!-- end blog navigator -->
|
|
104
104
|
{% comment %} End Blog Navigator
|
|
105
|
-
|
|
105
|
+
-------------------------------------------------------------------- {% endcomment %}
|
|
106
106
|
|
|
107
107
|
{% comment %} Article Previewer
|
|
108
|
-
|
|
108
|
+
-------------------------------------------------------------------- {% endcomment %}
|
|
109
109
|
<!-- Add Article Previewer if paginator is enabled -->
|
|
110
110
|
{% if paginate %}
|
|
111
111
|
<div id="article_previewer">
|
|
@@ -113,13 +113,13 @@
|
|
|
113
113
|
<div class="previewer-headline">
|
|
114
114
|
|
|
115
115
|
<div class="post-headline">
|
|
116
|
-
<h2 id="previewer" class="mt-4">
|
|
116
|
+
<h2 id="previewer" class="mt-4">Preview</h2>
|
|
117
117
|
</div>
|
|
118
118
|
|
|
119
119
|
{% comment %} Display pagination links if any
|
|
120
|
-
|
|
120
|
+
---------------------------------------------------------------- {% endcomment %}
|
|
121
121
|
{% if paginator.total_pages > 1 %}
|
|
122
|
-
<nav class="paginator">
|
|
122
|
+
<nav class="paginator ml-3">
|
|
123
123
|
<ul class="pagination raised-z0">
|
|
124
124
|
{% if paginator.previous_page %}
|
|
125
125
|
{% if paginator.previous_page > 1 %}
|
|
@@ -161,18 +161,18 @@
|
|
|
161
161
|
{% when 'calendar' %}
|
|
162
162
|
{% include {{collate_calendar}} header_title=page.header_title header_tagline=page.header_tagline items=posts_collate %}
|
|
163
163
|
{% when 'timeline' %}
|
|
164
|
-
{% include {{collate_timeline}}
|
|
164
|
+
{% include {{collate_timeline}} items=posts_collate limit_excerpt=50 %}
|
|
165
165
|
{% else %}
|
|
166
166
|
{% include {{collate_list}} header_title=page.header_title header_tagline=page.header_tagline items=posts_collate %}
|
|
167
167
|
{% endcase %}
|
|
168
168
|
</div>
|
|
169
|
-
</div>
|
|
169
|
+
</div>
|
|
170
170
|
|
|
171
171
|
</div>
|
|
172
172
|
<!-- end article previewer -->
|
|
173
173
|
{% endif %}
|
|
174
174
|
{% comment %} End Article Previewer
|
|
175
|
-
|
|
175
|
+
-------------------------------------------------------------------- {% endcomment %}
|
|
176
176
|
|
|
177
177
|
</div> <!-- end col-md-12 -->
|
|
178
178
|
</div> <!-- end row blog_navigator -->
|
|
@@ -40,44 +40,33 @@
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
{% comment %} Variables
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
{% assign word_list = include.word_list %}
|
|
43
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
|
46
44
|
{% assign source = include.source %}
|
|
47
|
-
{% assign
|
|
48
|
-
|
|
49
|
-
{% assign skip_word_array = skip_words | split:',' | sort %}
|
|
50
|
-
{% assign word_array = word_list | split:',' | sort %}
|
|
45
|
+
{% assign word_list = include.word_list %}
|
|
46
|
+
{% assign word_array = word_list | split:',' | sort %}
|
|
51
47
|
|
|
52
48
|
{% if source == 'categories' %}
|
|
53
49
|
{% assign categories = site.categories | sort %}
|
|
54
50
|
{% endif %}
|
|
55
51
|
|
|
56
|
-
{% assign skip = false %}
|
|
57
|
-
|
|
58
52
|
|
|
59
53
|
{% comment %} Liquid procedures
|
|
60
|
-
|
|
54
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
|
61
55
|
|
|
62
56
|
|
|
63
57
|
{% comment %} Main
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
<div
|
|
67
|
-
<div class="
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
{%
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
{%
|
|
76
|
-
{% for tag in word_array %}
|
|
77
|
-
{% for skip_word in skip_word_array %}
|
|
78
|
-
{% if tag == skip_word %} {% assign skip = true %} {% else %} {% assign skip = false %} {% endif %}
|
|
79
|
-
{% endfor %}
|
|
80
|
-
{% if skip %} {% continue %} {% endif %}
|
|
58
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
|
59
|
+
<div id="word-cloud" class="row ml-2 mr-3">
|
|
60
|
+
<div class="card tagbox raised-z0 mt-0 mb-2">
|
|
61
|
+
<div class="tag-cloud">
|
|
62
|
+
|
|
63
|
+
{% unless word_list %}
|
|
64
|
+
{% assign word_list = 'empty wordlist' %}
|
|
65
|
+
<div class="content"><b>Cannot create word cloud. <span class="color-red">EMPTY or INVALID word cloud specified: <i>{{word_list}}</i></span></b></div>
|
|
66
|
+
{% else %}
|
|
67
|
+
<ul class="content">
|
|
68
|
+
{% if source == 'categories' %}
|
|
69
|
+
{% for tag in word_array %}
|
|
81
70
|
<li>
|
|
82
71
|
<a class="toc-link" href="#{{tag|slugify}}">
|
|
83
72
|
{{ tag | capitalize }}
|
|
@@ -85,35 +74,22 @@
|
|
|
85
74
|
</a>
|
|
86
75
|
</li>
|
|
87
76
|
{% endfor %}
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
{
|
|
92
|
-
{
|
|
93
|
-
{
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
</a>
|
|
108
|
-
</li>
|
|
109
|
-
{% endfor %}
|
|
110
|
-
{% else %}
|
|
111
|
-
{% unless source %} {% assign source = 'wrong parameter or missing' %} {% endunless %}
|
|
112
|
-
<b>Cannot create word cloud. <span class="color-red">Unknown SOURCE of word cloud specified: <i>{{source}}</i></span></b>
|
|
113
|
-
{% endif %}
|
|
114
|
-
</ul>
|
|
115
|
-
{% endunless %}
|
|
116
|
-
|
|
117
|
-
</div> <!-- end tag-cloud -->
|
|
118
|
-
</div><!-- end card -->
|
|
119
|
-
</div><!-- end row -->
|
|
77
|
+
{% elsif source == 'tags' %}
|
|
78
|
+
{% for tag in word_array %}
|
|
79
|
+
<li>
|
|
80
|
+
<a class="toc-link" href="#{{ tag | replace: '+','_' | replace: ' ','_' | downcase }}">
|
|
81
|
+
{{ tag }}
|
|
82
|
+
<span>{{ site.tags[tag] | size }}</span>
|
|
83
|
+
</a>
|
|
84
|
+
</li>
|
|
85
|
+
{% endfor %}
|
|
86
|
+
{% else %}
|
|
87
|
+
{% unless source %} {% assign source = 'wrong parameter or missing' %} {% endunless %}
|
|
88
|
+
<b>Cannot create word cloud. <span class="color-red">Unknown SOURCE of word cloud specified: <i>{{source}}</i></span></b>
|
|
89
|
+
{% endif %}
|
|
90
|
+
</ul>
|
|
91
|
+
{% endunless %}
|
|
92
|
+
|
|
93
|
+
</div> <!-- end tag-cloud -->
|
|
94
|
+
</div><!-- end card -->
|
|
95
|
+
</div><!-- end row -->
|
|
@@ -28,6 +28,12 @@
|
|
|
28
28
|
# -----------------------------------------------------------------------------
|
|
29
29
|
{% endcomment %}
|
|
30
30
|
|
|
31
|
+
{% comment %} TODO: For POSTS, cuurently the ASCIIDOC macro include:: does NOT work.
|
|
32
|
+
Path calculation needes to be fixed. Seems Jekyll is using different flavours
|
|
33
|
+
for page_path (post|pages).
|
|
34
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
|
35
|
+
|
|
36
|
+
|
|
31
37
|
{% comment %} Liquid procedures
|
|
32
38
|
-------------------------------------------------------------------------------- {% endcomment %}
|
|
33
39
|
{% capture get_page_path %}themes/{{site.template.name}}/procedures/global/get_page_path.proc{% endcapture %}
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
{% assign header_title = false %}
|
|
49
49
|
{% assign header_tagline = false %}
|
|
50
50
|
{% assign posts_collate = include.items %}
|
|
51
|
+
{% assign limit_excerpt = include.limit_excerpt %}
|
|
51
52
|
|
|
52
53
|
|
|
53
54
|
{% comment %} Main
|
|
@@ -137,17 +138,20 @@
|
|
|
137
138
|
<!-- place_icon: {{icon_name}} -->
|
|
138
139
|
<div class="timeline-body">
|
|
139
140
|
<div class="timeline-tagline">
|
|
140
|
-
<
|
|
141
|
+
<p class="card-subtitle text-muted">{{ post.tagline }}</p>
|
|
141
142
|
</div>
|
|
142
|
-
<div class="timeline-excerpt">
|
|
143
|
+
<div class="timeline-excerpt mb-4">
|
|
144
|
+
{% assign excerpt = post.excerpt | truncatewords: 50 | strip_html | strip_newlines | strip %}
|
|
143
145
|
<i class="timeline-icon {{icon_family}} {{icon_family}}-{{icon_name}} {{icon_family}}-{{icon_size}} {{icon_family}}-{{icon_color}}"></i>
|
|
144
|
-
{{
|
|
146
|
+
{{ excerpt }}
|
|
147
|
+
</div>
|
|
148
|
+
<div class="card-footer">
|
|
149
|
+
<a href="{{post.url}}#readmore"
|
|
150
|
+
class="btn btn-primary btn-raised mb-0">
|
|
151
|
+
<i class="fa fa-eye fa-lg" style="color:#FFFFFF;">
|
|
152
|
+
</i> Read More
|
|
153
|
+
</a>
|
|
145
154
|
</div>
|
|
146
|
-
<a href="{{post.url}}#readmore"
|
|
147
|
-
class="btn btn-info btn-raised btn-round mb-3">
|
|
148
|
-
<i class="fa fa-eye fa-lg" style="color:#FFFFFF;">
|
|
149
|
-
</i> Read More
|
|
150
|
-
</a>
|
|
151
155
|
</div>
|
|
152
156
|
{% elsif place_image %}
|
|
153
157
|
<!-- place_image: "{{image}}" -->
|
|
@@ -156,31 +160,37 @@
|
|
|
156
160
|
</div>
|
|
157
161
|
<div class="timeline-body">
|
|
158
162
|
<div class="timeline-tagline">
|
|
159
|
-
<
|
|
163
|
+
<p class="card-subtitle text-muted">{{ post.tagline }}</p>
|
|
164
|
+
</div>
|
|
165
|
+
<div class="timeline-excerpt mb-4">
|
|
166
|
+
{% assign excerpt = post.excerpt | truncatewords: 50 | strip_html | strip_newlines | strip %}
|
|
167
|
+
{{ excerpt }}
|
|
160
168
|
</div>
|
|
161
|
-
<div class="
|
|
162
|
-
{{
|
|
169
|
+
<div class="card-footer">
|
|
170
|
+
<a href="{{post.url}}#readmore"
|
|
171
|
+
class="btn btn-primary btn-raised mb-0">
|
|
172
|
+
<i class="fa fa-eye fa-lg" style="color:#FFFFFF;">
|
|
173
|
+
</i> Read More
|
|
174
|
+
</a>
|
|
163
175
|
</div>
|
|
164
|
-
<a href="{{post.url}}#readmore"
|
|
165
|
-
class="btn btn-info btn-raised btn-round mb-3">
|
|
166
|
-
<i class="fa fa-eye fa-lg" style="color:#FFFFFF;">
|
|
167
|
-
</i> Read More
|
|
168
|
-
</a>
|
|
169
176
|
</div>
|
|
170
177
|
{% else %}
|
|
171
178
|
<!-- !place_icon && !place_image -->
|
|
172
179
|
<div class="timeline-body">
|
|
173
180
|
<div class="timeline-tagline">
|
|
174
|
-
<
|
|
181
|
+
<p class="card-subtitle text-muted">{{ post.tagline }}</p>
|
|
182
|
+
</div>
|
|
183
|
+
<div class="timeline-excerpt mb-4">
|
|
184
|
+
{% assign excerpt = post.excerpt | truncatewords: 50 | strip_html | strip_newlines | strip %}
|
|
185
|
+
{{ excerpt }}
|
|
175
186
|
</div>
|
|
176
|
-
<div class="
|
|
177
|
-
{{
|
|
187
|
+
<div class="card-footer">
|
|
188
|
+
<a href="{{post.url}}#readmore"
|
|
189
|
+
class="btn btn-primary btn-raised mb-0">
|
|
190
|
+
<i class="fa fa-eye fa-lg" style="color:#FFFFFF;">
|
|
191
|
+
</i> Read More
|
|
192
|
+
</a>
|
|
178
193
|
</div>
|
|
179
|
-
<a href="{{post.url}}#readmore"
|
|
180
|
-
class="btn btn-info btn-raised btn-round mb-3">
|
|
181
|
-
<i class="fa fa-eye fa-lg" style="color:#FFFFFF;">
|
|
182
|
-
</i> Read More
|
|
183
|
-
</a>
|
|
184
194
|
</div>
|
|
185
195
|
{% endif %}
|
|
186
196
|
|
data/_layouts/blog_archive.html
CHANGED
|
@@ -40,7 +40,7 @@ layout: default
|
|
|
40
40
|
{% assign lanes_collate = site.data.layouts.blog_archive.lanes %}
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
{% comment %} Main
|
|
43
|
+
{% comment %} Main
|
|
44
44
|
-------------------------------------------------------------------------------- {% endcomment %}
|
|
45
45
|
|
|
46
46
|
{% comment %} Collect the BODY-BANNER region
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/Gemfile
CHANGED
|
@@ -46,7 +46,7 @@ gem 'jekyll', '~> 3.8.5'
|
|
|
46
46
|
# Theme Rubies
|
|
47
47
|
# Default: J1 Template
|
|
48
48
|
#
|
|
49
|
-
gem 'j1_template_mde', '~> 2018.4.
|
|
49
|
+
gem 'j1_template_mde', '~> 2018.4.20'
|
|
50
50
|
|
|
51
51
|
# --------------------------------------------------------------------
|
|
52
52
|
# PRODUCTION: Gem needed for the Jekyll and J1 prod environment
|
data/lib/starter_web/_config.yml
CHANGED
|
@@ -59,19 +59,19 @@
|
|
|
59
59
|
|
|
60
60
|
- item: Blog
|
|
61
61
|
sublevel:
|
|
62
|
-
- title:
|
|
62
|
+
- title: Blog Navigator
|
|
63
63
|
href: /pages/public/blog/navigator/
|
|
64
64
|
icon: navigation
|
|
65
|
-
- title: Category
|
|
65
|
+
- title: Category View
|
|
66
66
|
href: /pages/public/blog/navigator/archive/categoryview/
|
|
67
67
|
icon: pin
|
|
68
|
-
- title: Date
|
|
68
|
+
- title: Date View
|
|
69
69
|
href: /pages/public/blog/navigator/archive/dateview/
|
|
70
70
|
icon: calendar
|
|
71
71
|
- title: Tag Viewer
|
|
72
72
|
href: /pages/public/blog/navigator/archive/tagview/
|
|
73
73
|
icon: tag
|
|
74
|
-
- title:
|
|
74
|
+
- title: View all Posts
|
|
75
75
|
href: /pages/public/blog/navigator/archive/
|
|
76
76
|
icon: archive
|
|
77
77
|
|
|
@@ -302,7 +302,7 @@ regenerate: true
|
|
|
302
302
|
|
|
303
303
|
{% if card_type == "service" and card_enabled %}
|
|
304
304
|
<div class="col-md-{{card_width_md}} col-sm-{{card_width_md}} col-xs-12">
|
|
305
|
-
<div class="card card-flat card-profile mb-
|
|
305
|
+
<div class="card card-flat card-profile mb-0 raised-z0">
|
|
306
306
|
|
|
307
307
|
<div class="card-icon">
|
|
308
308
|
<!-- a href="{{site.url}}{{card_href}}" -->
|
|
@@ -471,9 +471,7 @@ h2.accordion-box:after {
|
|
|
471
471
|
padding: 15px 30px; }
|
|
472
472
|
|
|
473
473
|
.banner-divider {
|
|
474
|
-
margin-top: 3.5rem !important;
|
|
475
474
|
margin-right: 5rem !important;
|
|
476
|
-
margin-bottom: 3.5rem !important;
|
|
477
475
|
margin-left: 5rem !important;
|
|
478
476
|
border-bottom: solid 1px #E0E0E0; }
|
|
479
477
|
|
|
@@ -741,6 +739,9 @@ h2.accordion-box:after {
|
|
|
741
739
|
.card .card-title {
|
|
742
740
|
color: #616161; }
|
|
743
741
|
|
|
742
|
+
a.card-title:hover {
|
|
743
|
+
text-decoration: none; }
|
|
744
|
+
|
|
744
745
|
.card h1.card-title,
|
|
745
746
|
.card h2.card-title,
|
|
746
747
|
.card h3.card-title,
|
|
@@ -1682,7 +1683,6 @@ h2.timeline-header-box:after {
|
|
|
1682
1683
|
font-weight: 400;
|
|
1683
1684
|
margin: 0 0 -1px 0;
|
|
1684
1685
|
padding-bottom: 5px;
|
|
1685
|
-
padding-left: 10px;
|
|
1686
1686
|
display: inline-block;
|
|
1687
1687
|
border-bottom: 1px dotted #3465a4; }
|
|
1688
1688
|
|
|
@@ -1797,7 +1797,7 @@ a.timeline-list-unstyled:hover {
|
|
|
1797
1797
|
width: 10px;
|
|
1798
1798
|
height: 10px;
|
|
1799
1799
|
position: absolute;
|
|
1800
|
-
background: #
|
|
1800
|
+
background: #3F51B5;
|
|
1801
1801
|
margin: 0 0 0 -5px;
|
|
1802
1802
|
box-shadow: 0 0 0 4px #E5E5E5;
|
|
1803
1803
|
-webkit-font-smoothing: antialiased; }
|
|
@@ -2785,7 +2785,7 @@ ul.service-list > li > a:hover {
|
|
|
2785
2785
|
|
|
2786
2786
|
.post-search-results .link-news li {
|
|
2787
2787
|
/* padding: 12px 0px; */
|
|
2788
|
-
border-top: solid 1px #353535; }
|
|
2788
|
+
/* border-top: solid 1px #353535; */ }
|
|
2789
2789
|
|
|
2790
2790
|
.post-search-results .link-news li:first-child {
|
|
2791
2791
|
padding-top: 0;
|
|
@@ -3555,61 +3555,6 @@ ul.posts li a:hover {
|
|
|
3555
3555
|
.related-posts li a:hover small {
|
|
3556
3556
|
color: inherit; }
|
|
3557
3557
|
|
|
3558
|
-
/* jadams, 2017-11-21: disabled pagination styles */
|
|
3559
|
-
/*
|
|
3560
|
-
.pagination {
|
|
3561
|
-
overflow: hidden;
|
|
3562
|
-
margin-left: -1rem;
|
|
3563
|
-
margin-right: -1rem;
|
|
3564
|
-
font-family: "PT Sans", Helvetica, Arial, sans-serif;
|
|
3565
|
-
color: #ccc;
|
|
3566
|
-
text-align: center
|
|
3567
|
-
}
|
|
3568
|
-
|
|
3569
|
-
.pagination-item {
|
|
3570
|
-
display: block;
|
|
3571
|
-
padding: 1rem;
|
|
3572
|
-
border: 1px solid #eee
|
|
3573
|
-
}
|
|
3574
|
-
|
|
3575
|
-
.pagination-item:first-child {
|
|
3576
|
-
margin-bottom: -1px
|
|
3577
|
-
}
|
|
3578
|
-
|
|
3579
|
-
a.pagination-item:hover {
|
|
3580
|
-
background-color: #f5f5f5
|
|
3581
|
-
}
|
|
3582
|
-
|
|
3583
|
-
@media (min-width: 30em) {
|
|
3584
|
-
.pagination {
|
|
3585
|
-
margin:3rem 0
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
.pagination-item {
|
|
3589
|
-
float: left;
|
|
3590
|
-
width: 50%
|
|
3591
|
-
}
|
|
3592
|
-
|
|
3593
|
-
.pagination-item:first-child {
|
|
3594
|
-
margin-bottom: 0;
|
|
3595
|
-
border-top-left-radius: 4px;
|
|
3596
|
-
border-bottom-left-radius: 4px
|
|
3597
|
-
}
|
|
3598
|
-
|
|
3599
|
-
.pagination-item:last-child {
|
|
3600
|
-
margin-left: -1px;
|
|
3601
|
-
border-top-right-radius: 4px;
|
|
3602
|
-
border-bottom-right-radius: 4px
|
|
3603
|
-
}
|
|
3604
|
-
}
|
|
3605
|
-
*/
|
|
3606
|
-
/*
|
|
3607
|
-
.tags > h1, h2 {
|
|
3608
|
-
font-size: 5rem !important;
|
|
3609
|
-
margin-top: 2rem !important;
|
|
3610
|
-
margin-bottom: 1rem !important;
|
|
3611
|
-
}
|
|
3612
|
-
*/
|
|
3613
3558
|
/* Tag Cloud classes
|
|
3614
3559
|
Inspired by Justin James.
|
|
3615
3560
|
See: http://digitaldrummerj.me/,
|
|
@@ -3641,31 +3586,25 @@ a.pagination-item:hover {
|
|
|
3641
3586
|
.tag-cloud ul li a {
|
|
3642
3587
|
position: relative;
|
|
3643
3588
|
display: inline-block;
|
|
3644
|
-
|
|
3645
|
-
/* height: 40px; */
|
|
3646
|
-
line-height: 28px;
|
|
3589
|
+
line-height: 1.75rem;
|
|
3647
3590
|
padding: 0 2em 0 1em;
|
|
3648
|
-
background-color: #
|
|
3649
|
-
/* border: 1px solid #aaa; */
|
|
3591
|
+
background-color: #3F51B5;
|
|
3650
3592
|
border-radius: 3px;
|
|
3651
3593
|
white-space: nowrap;
|
|
3652
3594
|
text-overflow: ellipsis;
|
|
3653
3595
|
overflow: hidden;
|
|
3654
|
-
color: #
|
|
3655
|
-
font-size:
|
|
3596
|
+
color: #FAFAFA;
|
|
3597
|
+
font-size: 1rem !important;
|
|
3656
3598
|
font-weight: 400;
|
|
3657
3599
|
text-decoration: none;
|
|
3658
3600
|
-webkit-transition: .2s;
|
|
3659
3601
|
transition: .2s; }
|
|
3660
3602
|
|
|
3661
3603
|
.tag-cloud ul li a:hover {
|
|
3662
|
-
background-color: #
|
|
3663
|
-
/* border: 1px solid #3498db; */
|
|
3664
|
-
color: #fff; }
|
|
3604
|
+
background-color: #1A237E; }
|
|
3665
3605
|
|
|
3666
3606
|
.tag-cloud ul li a:hover span {
|
|
3667
|
-
|
|
3668
|
-
color: #3498db; }
|
|
3607
|
+
color: #1A237E; }
|
|
3669
3608
|
|
|
3670
3609
|
.tag-cloud ul li span {
|
|
3671
3610
|
position: absolute;
|