jumbo-jekyll-theme 5.5.5 → 5.5.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 510130328cd97ac522cdc633c63bad04ae52d5726b118e73e657463be26724fa
4
- data.tar.gz: 53bf14707726b86c716a2fbcec4018cbeeed0de423d463d0f6b82f7fbbfa0ad8
3
+ metadata.gz: 2297e66e3225ebfaa91516aeb276773841cff54e1565101091cf0c9cc8f50f1e
4
+ data.tar.gz: 1fc14d790ba7687e1905f846393c57bee4c81b067cbc55704fbc97d66458aba8
5
5
  SHA512:
6
- metadata.gz: f5affc42dd8899b0a227c4eb867a768c77d72b8fe5b21b2b96dfa256523e9c8b90cc6115127c88eefa31f52af7bce38dfbdd573443381d8e0e688f24ca03436e
7
- data.tar.gz: 7046756ddba47f6bc21da87322494ffa93c8402445fc091fb906f37eab11f88c23851273cf2d95b113c5326391cd4b995d74a4eead981dcd2414646393c2ddab
6
+ metadata.gz: 03c64e2926b0c05f460574586ee1589b1475c8666fc83382cb4fbb2a3eed2809699e3138990b32997273171f81f28506f341b8161a42bd16546ceaf7d0d11647
7
+ data.tar.gz: a8bbaac0a410ac48babf3724ca78a72e87512b90b17f8d12236f00b7bf099ed7c9579bebf17e87fcbe8cecb7193d2451d7c1c60fc4b1635a1733ea567dd8066d
@@ -22,7 +22,7 @@
22
22
  </p>
23
23
  {% if slide.buttons %}
24
24
  {% for button in slide.buttons %}
25
- <a href="{{button.url}}"
25
+ <a href="{{button.url}}"
26
26
  class="btn btn-primary {% if button.class %}{{button.class}}{% endif %}">
27
27
  {{button.title}} {% if button.icon %}<i class="{{button.icon}}"></i>{% endif %}
28
28
  </a>
@@ -43,7 +43,7 @@
43
43
  jumbotron text-center featured-jumbotron"
44
44
  {% endif %} id="jumbotron" > <!--Row -->
45
45
  {% if page.jumbotron.video %}
46
- <video autoplay muted preload="none" poster="{{page.jumbotron.video.poster}}" loop id="jumbotronVideo">
46
+ <video autoplay muted preload="none" poster="{{page.jumbotron.video.poster}}" playsinline loop id="jumbotronVideo">
47
47
  {% if page.jumbotron.video.source.mp4 %}
48
48
  <source src="{{page.jumbotron.video.source.mp4}}" type="video/mp4">
49
49
  {% endif %}
@@ -55,7 +55,7 @@
55
55
  {% endif %}
56
56
  </video>
57
57
  {% endif %}
58
- <div id="jumbotron-content" class=" flex-container"> <!--Jumbotron div -->
58
+ <div id="jumbotron-content" class=" flex-container"> <!--Jumbotron div -->
59
59
  <div class="container flex-center" id="jumbotron-text"> <!--Container -->
60
60
  {% if page.jumbotron.image %}
61
61
  <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="{{page.jumbotron.image}}"
@@ -89,7 +89,7 @@
89
89
  {{page.jumbotron.description}}
90
90
  </p>
91
91
  {% elsif page.description %}
92
- <p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
92
+ <p class="center-block {% if page.jumbotron.animation == "fade" %}fade-in-two{% endif %}
93
93
  {% if page.jumbotron.description-class %} {{page.jumbotron.description-class}} {% endif%} " id="jumbotron-sub-title">
94
94
  {{page.description}}
95
95
  </p>
@@ -106,10 +106,10 @@
106
106
  {% if page.jumbotron.include %}
107
107
  {% include {{page.jumbotron.include}} %}
108
108
  {% endif %}
109
- </div><!-- End Jumbotron Container Div -->
109
+ </div><!-- End Jumbotron Container Div -->
110
110
  </div> <!--End Jumbotron div -->
111
111
  {% if page.jumbotron.triangle-divider %}
112
112
  <div class="big-triangle"></div>
113
113
  {% endif %}
114
114
  </div> <!--row -->
115
- {% endif %}
115
+ {% endif %}
@@ -49,11 +49,11 @@
49
49
  background-position-y: 0px !important;
50
50
  background-position-x: center !important;
51
51
  }
52
- video#jumbotronVideo {
52
+ video#jumbotronVideo {
53
53
  position: absolute;
54
54
  right: 0;
55
55
  bottom: 0;
56
- min-width: 100%;
56
+ min-width: 100%;
57
57
  min-height: 100%;
58
58
  top:0px;
59
59
  z-index:-2;
@@ -107,7 +107,7 @@ div.jumbotron-image{
107
107
  #wrapper #jumbotron-sub-title.smaller {
108
108
  font-size: 14px !important;
109
109
  }
110
-
110
+
111
111
  }
112
112
  #buttons > a.btn {
113
113
  color: black ;
@@ -147,7 +147,7 @@ div.jumbotron-image{
147
147
  #jumbotron-slider {
148
148
  position: relative;
149
149
  height: 100%;
150
-
150
+
151
151
  .owl-stage-outer {
152
152
  width: 100vw;
153
153
  }
@@ -182,7 +182,7 @@ div.jumbotron-image{
182
182
  font-size: 24px !important;
183
183
  }
184
184
  }
185
-
185
+
186
186
  div.owl--text {
187
187
  position: relative;
188
188
  width: 700px;
@@ -206,7 +206,7 @@ div.jumbotron-image{
206
206
  @media(max-width: $screen-sm-min) {
207
207
  font-size: 12px !important;
208
208
  }
209
- }
209
+ }
210
210
  a.btn {
211
211
  position: relative;
212
212
  display: inline-block;
@@ -225,7 +225,7 @@ div.jumbotron-image{
225
225
  top: 50%;
226
226
  left: 0;
227
227
  right: 0;
228
-
228
+
229
229
  .owl-buttons {
230
230
  div {
231
231
  position: absolute;
@@ -245,11 +245,11 @@ div.jumbotron-image{
245
245
  opacity: .6;
246
246
  text-transform: capitalize;
247
247
  }
248
-
248
+
249
249
  .owl-prev {
250
250
  left: 5px;
251
251
  }
252
-
252
+
253
253
  .owl-next {
254
254
  right: 5px;
255
255
  }
@@ -273,4 +273,7 @@ body {
273
273
  margin: 0;
274
274
  font-family: futura, sans-serif;
275
275
  }
276
- @import 'triangle-divider';
276
+ #wrapper #jumbotron a.btn {
277
+ -webkit-appearance: none;
278
+ }
279
+ @import 'triangle-divider';
@@ -76,6 +76,12 @@ a.btn.btn-primary:hover {
76
76
  .github-edit {
77
77
  background-color: #fff;
78
78
  }
79
+ #wrapper a[type="button"] {
80
+ -webkit-appearance: none;
81
+ }
82
+ #wrapper div#github_controls a.btn {
83
+ -webkit-appearance: none;
84
+ }
79
85
  span.edit-me-on-github-text {
80
86
  font-size: 12px;
81
87
  }
@@ -127,7 +133,7 @@ div#github_controls a#github_home:hover {
127
133
  }
128
134
  div#github_controls a#github_home {
129
135
  background-color: #fff;
130
- color: #333;
136
+ color: #333;
131
137
  transition: all 250ms ease;
132
138
  }
133
139
  #wrapper blockquote{
@@ -269,7 +275,7 @@ p .justified{
269
275
  }
270
276
  /* Shape Divider - Home Page */
271
277
  .row.shape-divider {
272
- background-color: $brand-primary;
278
+ background-color: $brand-primary;
273
279
  }
274
280
  // Not for breadcrumb / nav / footer
275
281
  .container-fluid ul { font-size:18px; }
@@ -586,7 +592,7 @@ img.img-responsive.right-aligned-image {
586
592
  }
587
593
 
588
594
  @media(max-width:$screen-xs-min){
589
-
595
+
590
596
  /* Mobile Screens - Right Aligned Images */
591
597
  img.img-responsive.right-aligned-image.lazyloaded {
592
598
  float: none;
@@ -596,7 +602,7 @@ img.img-responsive.right-aligned-image {
596
602
  margin-top: -9px;
597
603
  margin-bottom: -15px;
598
604
  }
599
-
605
+
600
606
  }
601
607
 
602
608
  /* Wordpress Styles */
@@ -764,7 +770,7 @@ $sides: (top, bottom, left, right); // Leave this variable alone
764
770
  .m-#{str-slice($side, 0, 1)}-#{$space} {
765
771
  margin-#{$side}: #{$space}px !important;
766
772
  }
767
-
773
+
768
774
  .p-#{str-slice($side, 0, 1)}-#{$space} {
769
775
  padding-#{$side}: #{$space}px !important;
770
776
  }
@@ -862,4 +868,4 @@ body::-webkit-scrollbar-thumb {
862
868
  span.last-modified-at {
863
869
  color: $footer-text-color;
864
870
  font-size: 14px;
865
- }
871
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.5
4
+ version: 5.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-31 00:00:00.000000000 Z
11
+ date: 2019-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll