linaro-jekyll-theme 0.1.2.25 → 0.1.2.26

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
  SHA1:
3
- metadata.gz: 4495523e880e37b5713502dd578ca83d7e92227d
4
- data.tar.gz: 4d0b2e85b06d12ff3761177e44fa6053b339232d
3
+ metadata.gz: 9f488b36208ed63070f15b2eb4853d08a56f81b8
4
+ data.tar.gz: 9153b5e389bd82ab3b0360cc77ccd492a0fbab7e
5
5
  SHA512:
6
- metadata.gz: fd2586a3f65923fdc140eb91e1115220ed9b58dc97c28023f82b5c20f4c1a6d65bce95d9708462337222ae6ca0beb25c044da418e95f63994030475af18271e7
7
- data.tar.gz: d22987091ccf46d567d970d1e19f0a3cb247c1f56c1de6e9f50cf121a267d19710af8c01b9f38b4092253f1ca0fcd6c6b37b34b5bedcf84eacc75b87598fd719
6
+ metadata.gz: 77f68eaa66b42fb23f508a629f0cde37720037355e4a3ad2ed8c2db2df579a12112b27dc615ff119e14ba7d8acae502242d608ac45b770a525b47d2a3e616129
7
+ data.tar.gz: 2b109a0357d478df599a30194702a247c9fec0f48958505392f258cbf4d29086ba54343138ab14195cf82ab8a7ca634b3340f50ad33084363675a043e0d69759
data/_sass/core/blog.scss CHANGED
@@ -215,3 +215,97 @@ a.featured_blog_post_text:hover{
215
215
  }
216
216
 
217
217
  }
218
+
219
+
220
+
221
+ // Tag Cloud Style
222
+ div.tag_cloud {
223
+ margin-bottom: 20px;
224
+ margin-top: 20px;
225
+ }
226
+
227
+
228
+ // Previous and Next Post Style
229
+ @media(min-width:992px){
230
+
231
+ div.previous_post{
232
+ display:block;
233
+ width: 0;
234
+ height: 0;
235
+ border-top: 60px solid transparent;
236
+ border-bottom: 60px solid transparent;
237
+ border-left: 60px solid #eee;
238
+ }
239
+ div.next_post{
240
+ display:block;
241
+ width: 0;
242
+ height: 0;
243
+ border-top: 60px solid transparent;
244
+ border-bottom: 60px solid transparent;
245
+ border-right: 60px solid #eee;
246
+ }
247
+ }
248
+
249
+ a.previous_post_anchor {
250
+ position: fixed;
251
+ top: 50%;
252
+ right:0;
253
+ }
254
+ a.next_post_anchor {
255
+ position: fixed;
256
+ top: 50%;
257
+ left:0;
258
+ }
259
+
260
+ div.previous_post{
261
+ display:none;
262
+ }
263
+ div.next_post{
264
+ display:none;
265
+ }
266
+
267
+
268
+ //Small Inline Blog Images
269
+ img.small-inline {
270
+ width: 100px !important;
271
+ height: auto !important;
272
+ display: inline-block;
273
+ float: left;
274
+ margin-right: 30px;
275
+ margin-top: 5px;
276
+ margin-bottom: 30px;
277
+ }
278
+
279
+ // Medium Inline Blog Images
280
+ img.medium-inline {
281
+ width: 200px !important;
282
+ height: auto !important;
283
+ display: inline-block;
284
+ float: left;
285
+ margin-right: 30px;
286
+ margin-top: 5px;
287
+ margin-bottom: 30px;
288
+ }
289
+
290
+ //Large Inline Blog Images
291
+ img.large-inline {
292
+ width: 300px !important;
293
+ height: auto !important;
294
+ display: inline-block;
295
+ float: left;
296
+ margin-right: 30px;
297
+ margin-top: 5px;
298
+ margin-bottom: 30px;
299
+ }
300
+
301
+ img.medium-inline.right {
302
+ float: right;
303
+ }
304
+
305
+ img.small-inline.right {
306
+ float: right;
307
+ }
308
+
309
+ img.large-inline.right {
310
+ float: right;
311
+ }
@@ -14,54 +14,68 @@
14
14
  }
15
15
  }
16
16
 
17
+ /* Bread Crumb Headings */
17
18
 
18
- .breadcrumb-container > p {
19
- color: #FFF;
19
+ .breadcrumb-inner-container h1, .breadcrumb-inner-container h2, .breadcrumb-inner-container h3 {
20
+ font-weight: 100 !important;
21
+ letter-spacing: 0 !important;
22
+ font-size: 34px !important;
20
23
  }
21
24
 
22
- .breadcrumb-container ol li a {
23
- color: #FFF;
25
+ /* Bread Crumb Ordered List Style */
26
+
27
+ // Active Colour
28
+ ol.breadcrumb > li.active {
29
+ color: $navbar-base-text-color;
30
+ }
31
+ ol.breadcrumb li {
32
+ font-size: 14px;
24
33
  }
25
- /* Bread Crumb Headings */
26
34
 
27
- .breadcrumb-container h1,
28
- .breadcrumb-container h2,
29
- .breadcrumb-container h3 {
30
- color: #FFF;
31
- letter-spacing: 2px;
35
+ ol.breadcrumb > li + li:before {
36
+ content: "\00bb\00a0";
32
37
  }
33
- /* Bread Crumb Ordered List Style */
34
38
 
35
- .breadcrumb {
39
+ ol.breadcrumb {
36
40
  background: transparent;
37
41
  border: 0;
38
42
  border-radius: 0;
39
43
  display: block;
44
+ padding: 0;
40
45
  }
41
-
42
- .breadcrumb-container{
43
- background-image: url("../images/banner.jpg");
44
- background-color: #010220;
45
- padding:5px;
46
+ ol.breadcrumb li a {
47
+ color: #fff;
46
48
  }
47
49
 
48
-
49
- .breadcrumb li {
50
- font-size: 14px;
50
+ ol.breadcrumb span {
51
+ font-size: 10px;
52
+ letter-spacing: 1px;
53
+ text-transform: uppercase;
54
+ text-decoration: none;
55
+ color: #fff;
56
+ opacity: .5;
51
57
  }
52
58
 
53
- .breadcrumb>li+li:before {
54
- content: "\00bb\00a0";
59
+ ol.breadcrumb li.active span {
60
+ opacity: 1;
55
61
  }
56
-
57
- .breadcrumb {
58
- padding: 0px;
62
+ ol.breadcrumb li span:hover {
63
+ opacity: 1;
59
64
  }
60
65
 
61
- .breadcrumb-title {
62
- font-size: 18px;
66
+
67
+ /* Bread Crumb Container */
68
+
69
+ .breadcrumb-container{
70
+ background-color: $brand-primary !important;
71
+ background-image: none !important;
63
72
  }
64
- // Active colour for breadcrumb
65
- ol.breadcrumb > li.active {
66
- color: $navbar-base-text-color;
73
+
74
+ .breadcrumb-container > p {
75
+ color: #fff;
67
76
  }
77
+
78
+
79
+
80
+
81
+
data/_sass/core/nav.scss CHANGED
@@ -173,9 +173,7 @@ nav.nav-dark .cls-2 {
173
173
  -moz-border-radius:6px 0 6px 6px;
174
174
  border-radius:6px 0 6px 6px;
175
175
  }
176
- .dropdown-submenu > ul.dropdown-menu {
177
- margin-left: 15px;
178
- }
176
+
179
177
  .dropdown-submenu > ul.dropdown-menu > li > a {
180
178
  color: $navbar-base-text-color;
181
179
  }
@@ -192,9 +190,7 @@ nav.nav-dark .cls-2 {
192
190
  -moz-border-radius:6px 0 6px 6px;
193
191
  border-radius:6px 0 6px 6px;
194
192
  }
195
- .dropdown-submenu > ul.dropdown-menu {
196
- margin-left: 15px;
197
- }
193
+
198
194
  .dropdown-submenu > ul.dropdown-menu > li > a {
199
195
  color: $navbar-base-text-color;
200
196
  }
@@ -204,9 +200,12 @@ nav.nav-dark .cls-2 {
204
200
  transition: 500ms all ease;
205
201
  }
206
202
 
203
+ .dropdown-submenu > ul.dropdown-menu {
204
+ margin-left: -1px;
205
+ }
207
206
 
208
207
  ul#navbar-buttons > li > ul.dropdown-menu {
209
- top: 66px;
208
+ top: 67px;
210
209
  }
211
210
 
212
211
  // Tabbed nav bar css
@@ -215,8 +214,6 @@ ul#navbar-buttons > li > ul.dropdown-menu {
215
214
  color: black;
216
215
  }
217
216
 
218
-
219
-
220
217
  // Navbar Brand
221
218
  .navbar-brand {
222
219
  @media (min-width: 1200px){
@@ -160,16 +160,6 @@ p.sub-tag {
160
160
  line-height: 1.3333333;
161
161
  }
162
162
 
163
- //Partners Panel Styling.
164
- .partners-panel img {
165
- margin-bottom: 60px;
166
- height: auto;
167
- width: 100%;
168
- }
169
- .partners-panel{
170
- height:500px;
171
- margin-top: 40px;
172
- }
173
163
  //Bottom Border Five Pixels.
174
164
  .bottom-border-five{ margin-bottom: 5px; }
175
165
 
@@ -178,10 +168,12 @@ p.sub-tag {
178
168
  background-color: #E5E5E5;
179
169
  padding: 40px 0;
180
170
  }
171
+
181
172
  .small-img{
182
173
  height:100px;
183
174
  width:auto;
184
175
  }
176
+
185
177
  @media (min-width: $screen-md) {
186
178
  .partners-panel {
187
179
  margin-top:80px;
@@ -261,29 +253,8 @@ p.sub-tag {
261
253
 
262
254
  @media(max-width:991px){
263
255
  .partners-panel {
264
- height: auto;
265
- }
266
- }
267
-
268
-
269
- .blog-read-more-btn{
270
- background-color: white;
271
- border: 2px solid black;
272
- border-radius: 0px;
273
- font-weight: normal;
274
- color: $gray-base;
275
- transition: all 1s ease;
276
- padding: 6px;
277
- }
278
- .blog-read-more-btn:hover{
279
- background-color: $brand-primary;
280
- color: white;
281
- transition: all 1s ease;
282
- }
283
- .blog-read-more-btn:active, .blog-read-more-btn:focus{
284
- background-color: $brand-primary;
285
- color: white;
286
- transition: all 1s ease;
256
+ height: auto;
257
+ }
287
258
  }
288
259
 
289
260
 
@@ -293,26 +264,6 @@ a.cc-link {
293
264
  color: $cookie-consent-text !important;
294
265
  }
295
266
 
296
-
297
- /* ----------- Contact ----------*/
298
- #contact-thanks {
299
- background-color: $brand-primary;
300
- padding-left: 0px;
301
- padding-right: 0px;
302
- margin-top:-20px;
303
- }
304
- #contact-thanks div.jumbotron {
305
- padding:100px;
306
- margin:0;
307
- border-radius: 0;
308
- color: inherit;
309
- background-color: $brand-primary;
310
- }
311
-
312
- #contact-thanks h3 {
313
- color: #FFF;
314
- }
315
-
316
267
  //Mailchimp
317
268
  button#mc-embedded-subscribe {
318
269
  background-color: $navbar-inverse-bg;
@@ -324,31 +275,15 @@ button#mc-embedded-subscribe:hover {
324
275
  color: $navbar-base-text-color;
325
276
  transition: all 1s ease;
326
277
  }
327
- .specification-button{
328
- background-color: white;
329
- border: 2px solid #000;
330
- border-radius: 0px;
331
- font-weight: normal;
332
- color: #000;
333
- transition: all 1s ease;
334
- padding: 6px;
335
- }
336
- .specification-button:hover{
337
- background-color: $brand-primary;
338
- color: white;
339
- transition: all 1s ease;
340
- }
341
- .specification-button:active, .specification-button:focus{
342
- background-color: $brand-primary;
343
- color: white;
344
- transition: all 1s ease;
345
- }
346
278
 
347
279
  .coloured-bp{
348
280
  color: $brand-primary;
349
281
  font-size:12px;
350
282
  }
351
283
 
284
+
285
+ // Padding Classes
286
+
352
287
  .no-padding-left {
353
288
  padding-left: 0;
354
289
  }
@@ -357,102 +292,6 @@ button#mc-embedded-subscribe:hover {
357
292
  padding: 0;
358
293
  }
359
294
 
360
- //Spec Button
361
- .spec-button {
362
- padding: 15px;
363
- color: #fff;
364
- width: 200px;
365
- height: auto;
366
- letter-spacing: 2px;
367
- background-color: transparent;
368
- border-radius:2px;
369
- border: 1px solid #fff;
370
- transition: all 200ms ease;
371
- }
372
- .spec-button:hover{
373
- background-color: #fff;
374
- color: #131313;
375
- text-decoration: none;
376
- transition: all 500ms ease;
377
- }
378
-
379
-
380
- //Cards
381
-
382
- .card {
383
- font-size: 1em;
384
- overflow: hidden;
385
- padding: 0;
386
- border: none;
387
- border-radius: .28571429rem;
388
- box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
389
- margin-bottom: 30px;
390
- }
391
-
392
- .card-block {
393
- font-size: 1em;
394
- position: relative;
395
- margin: 0;
396
- padding: 1em;
397
- border: none;
398
- border-top: 1px solid rgba(34, 36, 38, .1);
399
- box-shadow: none;
400
- }
401
-
402
- .card-img-top {
403
- display: block;
404
- width: 100%;
405
- height: auto;
406
- }
407
-
408
- .card-title {
409
- font-size: 1.28571429em;
410
- font-weight: 700;
411
- line-height: 1.2857em;
412
- }
413
-
414
- .card-text {
415
- clear: both;
416
- margin-top: .5em;
417
- color: rgba(0, 0, 0, .68);
418
- }
419
-
420
- .card-footer {
421
- font-size: 1em;
422
- position: static;
423
- top: 0;
424
- left: 0;
425
- max-width: 100%;
426
- padding: .75em 1em;
427
- color: rgba(0, 0, 0, .4);
428
- border-top: 1px solid rgba(0, 0, 0, .05) !important;
429
- background: #fff;
430
- }
431
-
432
- .card-inverse .btn {
433
- border: 1px solid rgba(0, 0, 0, .05);
434
- }
435
-
436
- .profile {
437
- position: absolute;
438
- top: -12px;
439
- display: inline-block;
440
- overflow: hidden;
441
- box-sizing: border-box;
442
- width: 25px;
443
- height: 25px;
444
- margin: 0;
445
- border: 1px solid #fff;
446
- border-radius: 50%;
447
- }
448
-
449
-
450
- .profile-inline ~ .card-title {
451
- display: inline-block;
452
- margin-left: 4px;
453
- vertical-align: top;
454
- }
455
-
456
295
  .text-bold {
457
296
  font-weight: 700;
458
297
  }
@@ -536,3 +375,12 @@ button#c-submit-button {
536
375
  float: left;
537
376
  }
538
377
  }
378
+
379
+
380
+ .cognito input {
381
+ outline: 0;
382
+ }
383
+ .cognito textarea {
384
+ outline: 0;
385
+ }
386
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.25
4
+ version: 0.1.2.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby