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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 721ccf3e38d088b7e225806d347a2cf2dab9c100
4
- data.tar.gz: 0a02f911a9ae10ada7bca71d794578c0b82acb4a
3
+ metadata.gz: fe5ed09d2bccaa01d661d5fba4a1d5ae35f27854
4
+ data.tar.gz: 1f30fa82d8dc69ee9028ea4abe5ca5b25e522636
5
5
  SHA512:
6
- metadata.gz: 4194e86e4be2e9f97dc53c66b0879df825e73760fafd74d356fc6dc506fd95b6798aca24b5164f31f37dbdb9bd29b84c1aa9b8b75359114845deadf3a1879e1e
7
- data.tar.gz: 83dc9a00d6811df9d8f108501e3e8f59507760c6f269939ba50dd568d988024bbd63fda159e6110e24dced6f92412f857984917a1e1de1d3490903ec1fae6e0e
6
+ metadata.gz: c35fc57178baf5ef8b1a92e5737b2af55832c7745a9f6fb3b88d26900371ce132144220843a1146b1ac17daa8699e294ec4937712e5b7316c373be15545709dc
7
+ data.tar.gz: dd206af45bd9723fbbbe434ebde3bdc6d53c51374f77449158b74ae76b441c22a7a8ff3fb54e266cd94feb41c94a81a4dd2aa2df95c79124dadc94b377bf8daf
@@ -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
- text:
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
@@ -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
- {{site.data.settings.home.jumbotron.title.first-line}}<br />
21
- <b>{{site.data.settings.home.jumbotron.title.second-line}}</b>
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
- <span>{{site.data.settings.home.jumbotron.text.first-line}}</span><br />
28
- <span>{{site.data.settings.home.jumbotron.text.second-line}}</span>
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
 
@@ -18,3 +18,6 @@ $navbar-text-color: #fff;
18
18
  $navbar-height: 66px;
19
19
  $navbar-inverse-bg: #000;
20
20
  $navbar-inverse-color: #fff;
21
+
22
+ // Fonts
23
+ $font-family-sans-serif: Arial, sans-serif !default;
@@ -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:Helvetica,Calibri,Arial,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}
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}
@@ -6,7 +6,7 @@ body {
6
6
  font-weight: 300;
7
7
  height : 100%;
8
8
  overflow: auto;
9
- font-family: Arial, sans-serif;
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: Arial, sans-serif;
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: 20px !important;
165
- -moz-border-radius: 20px !important;
166
- border-radius: 20px !important;
164
+ -webkit-border-radius: 2px;
165
+ -moz-border-radius: 2px;
166
+ border-radius: 2px;
167
167
  padding: 10px 16px;
168
- font-size: 18px;
168
+ font-size: 15px;
169
169
  line-height: 1.3333333;
170
170
  }
171
171
 
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.2.8
4
+ version: 1.4.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby