futuro 0.5.7 → 0.5.8
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/_includes/html/page/header.liquid +18 -4
- data/_layouts/single.html +1 -1
- data/_sass/fonts/lite.scss +22 -22
- data/_sass/fonts/max.scss +16 -16
- data/_sass/futuro.core.scss +0 -1
- data/_sass/futuro.lite.scss +1 -0
- data/_sass/futuro.max.scss +1 -0
- data/_sass/helpers/extends.scss +2 -1
- data/_sass/helpers/variables.scss +4 -3
- data/_sass/wrap/type/page.scss +1 -8
- metadata +2 -3
- data/assets/css/styles.lite.scss +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1b83b9504869fb07f444e7029fc12b4b76bad487f0eb019c881dcd50d08d752
|
|
4
|
+
data.tar.gz: 865988facaebb1a8b699351247b08f329cba3e291dada2eeda19b79bdb458dcf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 486639fc37a72c52ad8d2e075093b3e6f3dd78b32d534e9c36c2d1c8f3be3d88713f103409818ec6d2e250f4dc2c7cfe59c8b636c479e06c3cf0ecaebc6d83c9
|
|
7
|
+
data.tar.gz: 71058a285f8f2ce8640185fad3215ad424b77068eab94437b64f5905a230e6372585d079709a4137764f477c5f5338dd3e71655c122e017e96e4001935e97a0f
|
|
@@ -7,10 +7,24 @@
|
|
|
7
7
|
{% assign title = page.title | replace: ' ','-' | prepend: ' title-' | downcase %}
|
|
8
8
|
{% assign tag = page.tag | replace: ' ',' tag-' | prepend: ' tag-' %}
|
|
9
9
|
|
|
10
|
-
<div class="wrap
|
|
11
|
-
|
|
10
|
+
<div class="wrap
|
|
11
|
+
{{ type }}
|
|
12
|
+
{%- if site.setup.style -%}{{ style }}{%- endif -%}
|
|
13
|
+
{% if page.collection %}{{ book }}{% endif %}
|
|
14
|
+
{% if page.chapter %}{{ chapter }}{% endif %}
|
|
15
|
+
{% if page.topic %}{{ topic }}{% endif %}
|
|
16
|
+
{{ title }}">
|
|
17
|
+
<div class="stop" id="{% if page.chapter %}{{ page.chapter | replace: ' ','-' | downcase | append: '-' }}{% endif %}
|
|
18
|
+
{{ page.title | replace: ' ','-' | downcase }}"></div>
|
|
12
19
|
{% if page.type == 'chapter' %}
|
|
13
|
-
<div class="area
|
|
20
|
+
<div class="area
|
|
21
|
+
{{ type }}
|
|
22
|
+
{%- if site.setup.style -%}{{ style }}{%- endif -%}
|
|
23
|
+
{{ book }}
|
|
24
|
+
{{ chapter }}">
|
|
14
25
|
{% else %}
|
|
15
|
-
<div class="area
|
|
26
|
+
<div class="area
|
|
27
|
+
{{ type }}
|
|
28
|
+
{%- if site.setup.style -%}{{ style }}{%- endif -%}
|
|
29
|
+
{% if page.tag %}{{ tag }}{% endif %}">
|
|
16
30
|
{% endif %}
|
data/_layouts/single.html
CHANGED
|
@@ -31,7 +31,7 @@ layout: mini
|
|
|
31
31
|
{% include html/overlay.liquid title='search' %}
|
|
32
32
|
{% endunless %}
|
|
33
33
|
|
|
34
|
-
<div class="site{% if page.type == 'home' %} full {% else %} single {% endif %}">
|
|
34
|
+
<div class="site {% if page.type == 'home' %} full {% else %} single {% endif %}">
|
|
35
35
|
|
|
36
36
|
{% if site.header %}
|
|
37
37
|
<header>
|
data/_sass/fonts/lite.scss
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
%book {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
%book-italic {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
%bold {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
%bold-italic {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
1
|
+
//
|
|
2
|
+
// %book {
|
|
3
|
+
// font-family: "Helvetica Neue", sans-serif;
|
|
4
|
+
// font-weight: normal;
|
|
5
|
+
// }
|
|
6
|
+
//
|
|
7
|
+
// %book-italic {
|
|
8
|
+
// font-family: "Helvetica Neue", sans-serif;
|
|
9
|
+
// font-weight: normal;
|
|
10
|
+
// font-style: italic;
|
|
11
|
+
// }
|
|
12
|
+
//
|
|
13
|
+
// %bold {
|
|
14
|
+
// font-family: "Helvetica Neue", sans-serif;
|
|
15
|
+
// font-weight: bold;
|
|
16
|
+
// }
|
|
17
|
+
//
|
|
18
|
+
// %bold-italic {
|
|
19
|
+
// font-family: "Helvetica Neue", sans-serif;
|
|
20
|
+
// font-style: italic;
|
|
21
|
+
// font-weight: bold;
|
|
22
|
+
// }
|
data/_sass/fonts/max.scss
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
|
|
2
2
|
@font-face {
|
|
3
|
-
font-family:
|
|
4
|
-
src: url(
|
|
5
|
-
src: url(
|
|
3
|
+
font-family: "FuturaBT-Book";
|
|
4
|
+
src: url("../fonts/230883_0_0.eot");
|
|
5
|
+
src: url("../fonts/230883_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/230883_0_0.woff") format("woff"), url("../fonts/230883_0_0.ttf") format("truetype");
|
|
6
6
|
}
|
|
7
7
|
@font-face {
|
|
8
|
-
font-family:
|
|
9
|
-
src: url(
|
|
10
|
-
src: url(
|
|
8
|
+
font-family: "FuturaBT-BookItalic";
|
|
9
|
+
src: url("../fonts/230883_1_0.eot");
|
|
10
|
+
src: url("../fonts/230883_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/230883_1_0.woff") format("woff"), url("../fonts/230883_1_0.ttf") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
@font-face {
|
|
13
|
-
font-family:
|
|
14
|
-
src: url(
|
|
15
|
-
src: url(
|
|
13
|
+
font-family: "FuturaBT-Bold";
|
|
14
|
+
src: url("../fonts/230883_2_0.eot");
|
|
15
|
+
src: url("../fonts/230883_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/230883_2_0.woff") format("woff"), url("../fonts/230883_2_0.ttf") format("truetype");
|
|
16
16
|
}
|
|
17
17
|
@font-face {
|
|
18
|
-
font-family:
|
|
19
|
-
src: url(
|
|
20
|
-
src: url(
|
|
18
|
+
font-family: "FuturaBT-BoldItalic";
|
|
19
|
+
src: url("../fonts/230883_3_0.eot");
|
|
20
|
+
src: url("../fonts/230883_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/230883_3_0.woff") format("woff"), url("../fonts/230883_3_0.ttf") format("truetype");
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
%book {
|
|
24
|
-
font-family:
|
|
24
|
+
font-family: "FuturaBT-Book", "Helvetica Neue", sans-serif;
|
|
25
25
|
font-weight: normal;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
%book-italic {
|
|
29
|
-
font-family:
|
|
29
|
+
font-family: "FuturaBT-BookItalic", "Helvetica Neue", sans-serif;
|
|
30
30
|
font-weight: normal;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
%bold {
|
|
34
|
-
font-family:
|
|
34
|
+
font-family: "FuturaBT-Bold", "Helvetica Neue", sans-serif;
|
|
35
35
|
font-weight: normal;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
%bold-italic {
|
|
39
|
-
font-family:
|
|
39
|
+
font-family: "FuturaBT-BoldItalic", "Helvetica Neue", sans-serif;
|
|
40
40
|
font-weight: normal;
|
|
41
41
|
}
|
data/_sass/futuro.core.scss
CHANGED
data/_sass/futuro.lite.scss
CHANGED
data/_sass/futuro.max.scss
CHANGED
data/_sass/helpers/extends.scss
CHANGED
|
@@ -34,6 +34,7 @@ $maybe : #974597;
|
|
|
34
34
|
$animate : black;
|
|
35
35
|
$form : lighten(black,20%);
|
|
36
36
|
|
|
37
|
-
$min640 :
|
|
38
|
-
$
|
|
39
|
-
$
|
|
37
|
+
$min640 : "only screen and (min-width: 640px)";
|
|
38
|
+
$max767 : "only screen and (max-width: 767px)";
|
|
39
|
+
$min768 : "only screen and (min-width: 768px)";
|
|
40
|
+
$min1024 : "only screen and (min-width: 1024px)";
|
data/_sass/wrap/type/page.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: futuro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Heading
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-02-
|
|
11
|
+
date: 2020-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -191,7 +191,6 @@ files:
|
|
|
191
191
|
- _sass/wrap/type/page.scss
|
|
192
192
|
- assets/css/fallback.jpg
|
|
193
193
|
- assets/css/favicon.png
|
|
194
|
-
- assets/css/styles.lite.scss
|
|
195
194
|
- assets/css/styles.scss
|
|
196
195
|
- assets/fonts/230883_0_0.eot
|
|
197
196
|
- assets/fonts/230883_0_0.ttf
|
data/assets/css/styles.lite.scss
DELETED