linaro-jekyll-theme 0.1.2.26 → 0.1.2.27
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/core/breadcrumb.scss +2 -0
- data/_sass/core/forms.scss +0 -0
- data/_sass/core/theme.scss +2 -2
- data/_sass/core/youtube.scss +65 -0
- 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: a3cc4739cdbaa82c7bcf966b31b895fa0048272b
|
|
4
|
+
data.tar.gz: 258d1baa891bc1b883ff3091c081d5d1c99db78c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7052a9e56ad32ff7210b493f9952979fb9187c038a39e627eb1fead50cdd2eb87a418bde2b7c8a50e5e28740e78d43a0ff091d27940e8eec9474cd0faf201c8
|
|
7
|
+
data.tar.gz: 8b6318130ef7007f3a17aa0b6556fe8ef312843d3a92d3d8fa8cbcaa410615cc16daad7c9675c61aa898250b5ba7ebc06792b3ca4956f573d1fb94333211a32e
|
data/_sass/core/breadcrumb.scss
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
font-weight: 100 !important;
|
|
21
21
|
letter-spacing: 0 !important;
|
|
22
22
|
font-size: 34px !important;
|
|
23
|
+
color: #fff;
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
/* Bread Crumb Ordered List Style */
|
|
@@ -27,6 +28,7 @@
|
|
|
27
28
|
// Active Colour
|
|
28
29
|
ol.breadcrumb > li.active {
|
|
29
30
|
color: $navbar-base-text-color;
|
|
31
|
+
|
|
30
32
|
}
|
|
31
33
|
ol.breadcrumb li {
|
|
32
34
|
font-size: 14px;
|
|
File without changes
|
data/_sass/core/theme.scss
CHANGED
|
@@ -77,7 +77,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
77
77
|
|
|
78
78
|
//Horizontal Rule Styling
|
|
79
79
|
hr {
|
|
80
|
-
border-top:
|
|
80
|
+
border-top: 1px solid #eee;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
//Paragraphs
|
|
@@ -376,7 +376,7 @@ button#c-submit-button {
|
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
|
|
379
|
+
// Cognito Forms
|
|
380
380
|
.cognito input {
|
|
381
381
|
outline: 0;
|
|
382
382
|
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
.videoWrapper {
|
|
2
|
+
position: relative;
|
|
3
|
+
padding-bottom: 56.25%; /* 16:9 */
|
|
4
|
+
padding-top: 25px;
|
|
5
|
+
height: 0;
|
|
6
|
+
margin-top: 50px;
|
|
7
|
+
}
|
|
8
|
+
.videoWrapper iframe {
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 0;
|
|
11
|
+
left: 0;
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100%;
|
|
14
|
+
}
|
|
15
|
+
.youtube {
|
|
16
|
+
background-color: #000;
|
|
17
|
+
margin-bottom: 30px;
|
|
18
|
+
position: relative;
|
|
19
|
+
padding-top: 56.25%;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
}
|
|
23
|
+
.youtube img {
|
|
24
|
+
width: 100%;
|
|
25
|
+
top: -16.84%;
|
|
26
|
+
left: 0;
|
|
27
|
+
opacity: 0.7;
|
|
28
|
+
}
|
|
29
|
+
.youtube .play-button {
|
|
30
|
+
width: 90px;
|
|
31
|
+
height: 60px;
|
|
32
|
+
background-color: #333;
|
|
33
|
+
box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
|
|
34
|
+
z-index: 1;
|
|
35
|
+
opacity: 0.8;
|
|
36
|
+
border-radius: 6px;
|
|
37
|
+
}
|
|
38
|
+
.youtube .play-button:before {
|
|
39
|
+
content: "";
|
|
40
|
+
border-style: solid;
|
|
41
|
+
border-width: 15px 0 15px 26.0px;
|
|
42
|
+
border-color: transparent transparent transparent #fff;
|
|
43
|
+
}
|
|
44
|
+
.youtube img,
|
|
45
|
+
.youtube .play-button {
|
|
46
|
+
cursor: pointer;
|
|
47
|
+
}
|
|
48
|
+
.youtube img,
|
|
49
|
+
.youtube iframe,
|
|
50
|
+
.youtube .play-button,
|
|
51
|
+
.youtube .play-button:before {
|
|
52
|
+
position: absolute;
|
|
53
|
+
}
|
|
54
|
+
.youtube .play-button,
|
|
55
|
+
.youtube .play-button:before {
|
|
56
|
+
top: 50%;
|
|
57
|
+
left: 50%;
|
|
58
|
+
transform: translate3d( -50%, -50%, 0 );
|
|
59
|
+
}
|
|
60
|
+
.youtube iframe {
|
|
61
|
+
height: 100%;
|
|
62
|
+
width: 100%;
|
|
63
|
+
top: 0;
|
|
64
|
+
left: 0;
|
|
65
|
+
}
|
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.
|
|
4
|
+
version: 0.1.2.27
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
@@ -339,6 +339,7 @@ files:
|
|
|
339
339
|
- _sass/core/font-awesome.min.scss
|
|
340
340
|
- _sass/core/fonts.scss
|
|
341
341
|
- _sass/core/footer.scss
|
|
342
|
+
- _sass/core/forms.scss
|
|
342
343
|
- _sass/core/homepage.scss
|
|
343
344
|
- _sass/core/lightbox.scss
|
|
344
345
|
- _sass/core/nav.scss
|
|
@@ -352,6 +353,7 @@ files:
|
|
|
352
353
|
- _sass/core/syntax.scss
|
|
353
354
|
- _sass/core/tables.scss
|
|
354
355
|
- _sass/core/theme.scss
|
|
356
|
+
- _sass/core/youtube.scss
|
|
355
357
|
- _sass/custom.scss
|
|
356
358
|
- assets/css/main.scss
|
|
357
359
|
- assets/fonts/fontawesome-webfont.eot
|