jumbo-jekyll-theme 1.4.33 → 1.4.34
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/_sass/app/search.scss +1 -0
- data/_sass/core.scss +2 -0
- data/_sass/core/blog.scss +3 -26
- data/assets/css/main-search.scss +12 -0
- data/assets/css/main.scss +1 -17
- data/assets/js/package-search.js +0 -8
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41bf97c23b17de508029c092ab0ab509fae1462b
|
|
4
|
+
data.tar.gz: 317e7386bc0b73d69bcb344c4d156fc635b27316
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f03fbbbd6440e5044124cd14b1429d2701c6ba8aefe66f39adc271c0e61145964a9a1643b2bff45e95f586739dd72c56ce15710448b8d2e5bd6cf205daab7f5
|
|
7
|
+
data.tar.gz: e392a9044ee4d207800c868712b00aea5c055f79c582d5ef6bb223bad64f72b4cf67d7bab5f60761714e30254b8822fbb79b99661e1537a0b123f04e0d17df7e
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Search style goes here.
|
data/_sass/core.scss
CHANGED
data/_sass/core/blog.scss
CHANGED
|
@@ -31,10 +31,6 @@ article.post-content {
|
|
|
31
31
|
padding:0px;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
34
|
/* Blog Side Bar Panel Title */
|
|
39
35
|
#wrapper h3.panel-title {
|
|
40
36
|
color: $blog-panel-title-colour;
|
|
@@ -121,7 +117,6 @@ img.img-thumbnail {
|
|
|
121
117
|
background-size: cover;
|
|
122
118
|
background-repeat: no-repeat;
|
|
123
119
|
}
|
|
124
|
-
|
|
125
120
|
.full-page-image-text{
|
|
126
121
|
top:300px;
|
|
127
122
|
position:relative;
|
|
@@ -131,7 +126,6 @@ img.img-thumbnail {
|
|
|
131
126
|
line-height:50px;
|
|
132
127
|
vertical-align:middle;
|
|
133
128
|
}
|
|
134
|
-
|
|
135
129
|
.no-padding {
|
|
136
130
|
padding: 0 !important;
|
|
137
131
|
margin: 0 !important;
|
|
@@ -149,7 +143,6 @@ img.img-thumbnail {
|
|
|
149
143
|
-webkit-transition: all 1s ease;
|
|
150
144
|
transition: all 1s ease;
|
|
151
145
|
}
|
|
152
|
-
|
|
153
146
|
.blog-icons:hover{
|
|
154
147
|
color: $brand-primary;
|
|
155
148
|
border: 1px solid $brand-primary;
|
|
@@ -165,8 +158,6 @@ img.img-thumbnail {
|
|
|
165
158
|
opacity: .8;
|
|
166
159
|
color: $gray-light;
|
|
167
160
|
}
|
|
168
|
-
|
|
169
|
-
|
|
170
161
|
.blog-read-more-btn{
|
|
171
162
|
background-color: white;
|
|
172
163
|
border: 2px solid $gray-base;
|
|
@@ -197,7 +188,6 @@ a.featured_blog_post_text:hover{
|
|
|
197
188
|
color: $brand-primary;
|
|
198
189
|
transition: all 1s ease;
|
|
199
190
|
}
|
|
200
|
-
|
|
201
191
|
.blog_post{
|
|
202
192
|
border-bottom: 1px solid $gray-lighter;
|
|
203
193
|
padding-bottom: 13px;
|
|
@@ -209,7 +199,6 @@ a.featured_blog_post_text:hover{
|
|
|
209
199
|
border-bottom: 1px solid $gray-lighter;
|
|
210
200
|
padding: 12px;
|
|
211
201
|
}
|
|
212
|
-
|
|
213
202
|
.blog-well {
|
|
214
203
|
background: $gray-darker;
|
|
215
204
|
}
|
|
@@ -221,16 +210,13 @@ a.featured_blog_post_text:hover{
|
|
|
221
210
|
.btn-blog:hover{
|
|
222
211
|
color: $brand-primary;
|
|
223
212
|
}
|
|
224
|
-
|
|
225
213
|
.blog-img {
|
|
226
214
|
margin-top:25px;
|
|
227
215
|
}
|
|
228
|
-
|
|
229
216
|
#blog-background-image{
|
|
230
217
|
background-size: cover;
|
|
231
218
|
height:800px;
|
|
232
219
|
}
|
|
233
|
-
|
|
234
220
|
.post-content ol, .post-content ul {
|
|
235
221
|
line-height: 1.6em;
|
|
236
222
|
font-size: 16px;
|
|
@@ -240,24 +226,20 @@ a.featured_blog_post_text:hover{
|
|
|
240
226
|
margin: 2px;
|
|
241
227
|
color: #464646;
|
|
242
228
|
}
|
|
243
|
-
|
|
244
229
|
//Pagination centered style
|
|
245
|
-
.pagination-centered {
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
230
|
+
.pagination-centered {
|
|
231
|
+
text-align: center;
|
|
232
|
+
}
|
|
249
233
|
/* Article Post Content Style */
|
|
250
234
|
article.post-content {
|
|
251
235
|
overflow: auto;
|
|
252
236
|
}
|
|
253
|
-
|
|
254
237
|
article.post-content > .col-md-8 {
|
|
255
238
|
padding: 0;
|
|
256
239
|
}
|
|
257
240
|
article.post-content > .col-md-4 {
|
|
258
241
|
padding: 15px;
|
|
259
242
|
}
|
|
260
|
-
|
|
261
243
|
// Tag Cloud Style
|
|
262
244
|
div.tag_cloud {
|
|
263
245
|
margin-bottom: 20px;
|
|
@@ -284,7 +266,6 @@ a.next_post_anchor {
|
|
|
284
266
|
left:0;
|
|
285
267
|
z-index: 99999;
|
|
286
268
|
}
|
|
287
|
-
|
|
288
269
|
//Small Inline Blog Images
|
|
289
270
|
#wrapper img.small-inline {
|
|
290
271
|
width: 100px;
|
|
@@ -295,7 +276,6 @@ a.next_post_anchor {
|
|
|
295
276
|
margin-top: 5px;
|
|
296
277
|
margin-bottom: 30px;
|
|
297
278
|
}
|
|
298
|
-
|
|
299
279
|
// Medium Inline Blog Images
|
|
300
280
|
img.medium-inline {
|
|
301
281
|
width: 200px !important;
|
|
@@ -306,7 +286,6 @@ img.medium-inline {
|
|
|
306
286
|
margin-top: 5px;
|
|
307
287
|
margin-bottom: 30px;
|
|
308
288
|
}
|
|
309
|
-
|
|
310
289
|
//Large Inline Blog Images
|
|
311
290
|
img.large-inline {
|
|
312
291
|
width: 300px !important;
|
|
@@ -317,11 +296,9 @@ img.large-inline {
|
|
|
317
296
|
margin-top: 5px;
|
|
318
297
|
margin-bottom: 30px;
|
|
319
298
|
}
|
|
320
|
-
|
|
321
299
|
img.medium-inline.right {
|
|
322
300
|
float: right;
|
|
323
301
|
}
|
|
324
|
-
|
|
325
302
|
img.small-inline.right {
|
|
326
303
|
float: right;
|
|
327
304
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
---
|
|
3
|
+
//Bootstrap Overrides
|
|
4
|
+
@import "app/overrides";
|
|
5
|
+
//Boostrap Includes
|
|
6
|
+
@import 'bootstrap';
|
|
7
|
+
@import 'bootstrap/variables';
|
|
8
|
+
// Linaro Jekyll Theme Includes
|
|
9
|
+
@import "core";
|
|
10
|
+
// App Includes
|
|
11
|
+
@import "app/search";
|
|
12
|
+
@import "app/custom";
|
data/assets/css/main.scss
CHANGED
|
@@ -2,26 +2,10 @@
|
|
|
2
2
|
---
|
|
3
3
|
//Bootstrap Overrides
|
|
4
4
|
@import "app/overrides";
|
|
5
|
-
|
|
6
|
-
|
|
7
5
|
//Boostrap Includes
|
|
8
6
|
@import 'bootstrap';
|
|
9
7
|
@import 'bootstrap/variables';
|
|
10
|
-
|
|
11
8
|
// Linaro Jekyll Theme Includes
|
|
12
|
-
@import "core
|
|
13
|
-
@import "core/font-awesome.min";
|
|
14
|
-
@import "core/nav";
|
|
15
|
-
@import "core/theme";
|
|
16
|
-
@import "core/cookieconsent";
|
|
17
|
-
@import "core/footer";
|
|
18
|
-
@import "core/owl.carousel.min";
|
|
19
|
-
@import "core/owl.theme.default.min";
|
|
20
|
-
@import "core/social-media-icons";
|
|
21
|
-
@import "core/breadcrumb";
|
|
22
|
-
@import "core/tables";
|
|
23
|
-
|
|
24
|
-
@import "core/animations";
|
|
25
|
-
|
|
9
|
+
@import "core";
|
|
26
10
|
// App Includes
|
|
27
11
|
@import "app/custom";
|
data/assets/js/package-search.js
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jumbo-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.34
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
@@ -335,6 +335,7 @@ files:
|
|
|
335
335
|
- _sass/app/custom.scss
|
|
336
336
|
- _sass/app/home.scss
|
|
337
337
|
- _sass/app/overrides.scss
|
|
338
|
+
- _sass/app/search.scss
|
|
338
339
|
- _sass/blog.scss
|
|
339
340
|
- _sass/bootstrap/_alerts.scss
|
|
340
341
|
- _sass/bootstrap/_badges.scss
|
|
@@ -440,6 +441,7 @@ files:
|
|
|
440
441
|
- assets/css/main-contact.scss
|
|
441
442
|
- assets/css/main-home.scss
|
|
442
443
|
- assets/css/main-lightbox.scss
|
|
444
|
+
- assets/css/main-search.scss
|
|
443
445
|
- assets/css/main.scss
|
|
444
446
|
- assets/fonts/fontawesome-webfont.eot
|
|
445
447
|
- assets/fonts/fontawesome-webfont.svg
|