jumbo-jekyll-theme 1.4.2.8 → 1.4.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/settings.yml +1 -1
- data/_includes/jumbotron.html +13 -4
- data/_sass/app/overrides.scss +3 -0
- data/_sass/core/cookieconsent.scss +1 -1
- data/_sass/core/theme.scss +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe5ed09d2bccaa01d661d5fba4a1d5ae35f27854
|
4
|
+
data.tar.gz: 1f30fa82d8dc69ee9028ea4abe5ca5b25e522636
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c35fc57178baf5ef8b1a92e5737b2af55832c7745a9f6fb3b88d26900371ce132144220843a1146b1ac17daa8699e294ec4937712e5b7316c373be15545709dc
|
7
|
+
data.tar.gz: dd206af45bd9723fbbbe434ebde3bdc6d53c51374f77449158b74ae76b441c22a7a8ff3fb54e266cd94feb41c94a81a4dd2aa2df95c79124dadc94b377bf8daf
|
data/_data/settings.yml
CHANGED
@@ -27,7 +27,7 @@ home:
|
|
27
27
|
first-line: Welcome to the
|
28
28
|
second-line: Jumbo Jekyll Theme
|
29
29
|
# Text to be displayed in the home page jumbotron
|
30
|
-
|
30
|
+
sub-title:
|
31
31
|
first-line: A theme for Linaro Static Jekyll sites.
|
32
32
|
second-line: Customize this content in the _data/settings.yml
|
33
33
|
# Buttons to be displayed in the Jumbotron
|
data/_includes/jumbotron.html
CHANGED
@@ -16,16 +16,25 @@
|
|
16
16
|
{% endif %}
|
17
17
|
|
18
18
|
{% if site.data.settings.home.jumbotron.title %}
|
19
|
+
|
19
20
|
<h1 id="home-page-title" class="fade-in-one" id="homepage-heading">
|
20
|
-
{
|
21
|
-
|
21
|
+
{% if site.data.settings.home.jumbotron.title.first-line %}
|
22
|
+
{{site.data.settings.home.jumbotron.title.first-line}}
|
23
|
+
{% endif %}
|
24
|
+
{% if site.data.settings.home.jumbotron.title.second-line %}
|
25
|
+
<br /><b>{{site.data.settings.home.jumbotron.title.second-line}}</b>
|
26
|
+
{% endif %}
|
22
27
|
</h1>
|
23
28
|
{% endif %}
|
24
29
|
|
25
30
|
{% if site.data.settings.home.jumbotron.text %}
|
26
31
|
<p id="home-page-text" class="sub-tag center-block fade-in-two">
|
27
|
-
|
28
|
-
|
32
|
+
{% if site.data.settings.home.jumbotron.sub-title.first-line %}
|
33
|
+
<span>{{site.data.settings.home.jumbotron.text.first-line}}</span>
|
34
|
+
{% endif %}
|
35
|
+
{% if site.data.settings.home.jumbotron.sub-title.second-line %}
|
36
|
+
<br /><span>{{site.data.settings.home.jumbotron.text.second-line}}</span>
|
37
|
+
{% endif %}
|
29
38
|
</p>
|
30
39
|
{% endif %}
|
31
40
|
|
data/_sass/app/overrides.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
|
2
|
-
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family
|
2
|
+
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:$font-family-sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
|
3
3
|
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
|
4
4
|
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
|
5
5
|
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
|
data/_sass/core/theme.scss
CHANGED
@@ -6,7 +6,7 @@ body {
|
|
6
6
|
font-weight: 300;
|
7
7
|
height : 100%;
|
8
8
|
overflow: auto;
|
9
|
-
font-family:
|
9
|
+
font-family: $font-family-sans-serif;
|
10
10
|
-webkit-font-smoothing: antialiased;
|
11
11
|
}
|
12
12
|
|
@@ -76,7 +76,7 @@ label.control-label {
|
|
76
76
|
|
77
77
|
//Headings
|
78
78
|
h1, h2, h3, h4, h5, h6 {
|
79
|
-
font-family:
|
79
|
+
font-family: $font-family-sans-serif;
|
80
80
|
font-weight: bold;
|
81
81
|
line-height: 1.1;
|
82
82
|
color: inherit;
|
@@ -161,11 +161,11 @@ p.sub-tag {
|
|
161
161
|
// Buttons
|
162
162
|
#buttons > a
|
163
163
|
{
|
164
|
-
-webkit-border-radius:
|
165
|
-
-moz-border-radius:
|
166
|
-
border-radius:
|
164
|
+
-webkit-border-radius: 2px;
|
165
|
+
-moz-border-radius: 2px;
|
166
|
+
border-radius: 2px;
|
167
167
|
padding: 10px 16px;
|
168
|
-
font-size:
|
168
|
+
font-size: 15px;
|
169
169
|
line-height: 1.3333333;
|
170
170
|
}
|
171
171
|
|