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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34bafddc4f046f38a69db4e761c65e493edf8142f7dd72f3e2b940d9ecf24bb2
4
- data.tar.gz: 6ed12d5cca5496d97a4f6af80a32b65b1bda0dd1415035df6bdfc4bc73894584
3
+ metadata.gz: f1b83b9504869fb07f444e7029fc12b4b76bad487f0eb019c881dcd50d08d752
4
+ data.tar.gz: 865988facaebb1a8b699351247b08f329cba3e291dada2eeda19b79bdb458dcf
5
5
  SHA512:
6
- metadata.gz: 747e6ddb3bd63587e2f75c53785d46614a8149744a765350f1ac9ed3600f08dc61894d846ecdb49e8b5615488326fb8919a986e7b487d89ca4a61db06b9368a6
7
- data.tar.gz: cc3806fc4337f82b3768ec8dbcfb1813708e9087dc6c6b5a569539d4eeb114c4b7a910eedef1b045714097de0f2ca40f9b968c088d30b3adaab0025352c82571
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{{ type }}{%- if site.setup.style -%}{{ style }}{%- endif -%}{% if page.collection %}{{ book }}{% endif %}{% if page.chapter %}{{ chapter }}{% endif %}{% if page.topic %}{{ topic }}{% endif %}{{ title }}">
11
- <div class="stop" id="{% if page.chapter %}{{ page.chapter | replace: ' ','-' | downcase | append: '-' }}{% endif %}{{ page.title | replace: ' ','-' | downcase }}"></div>
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{{ type }}{%- if site.setup.style -%}{{ style }}{%- endif -%}{{ book }}{{ chapter }}">
20
+ <div class="area
21
+ {{ type }}
22
+ {%- if site.setup.style -%}{{ style }}{%- endif -%}
23
+ {{ book }}
24
+ {{ chapter }}">
14
25
  {% else %}
15
- <div class="area{{ type }}{%- if site.setup.style -%}{{ style }}{%- endif -%}{% if page.tag %}{{ tag }}{% endif %}">
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>
@@ -1,22 +1,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
- }
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: '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');
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: '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');
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: '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');
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: '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');
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: 'FuturaBT-Book', 'Helvetica Neue', sans-serif;
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: 'FuturaBT-BookItalic', 'Helvetica Neue', sans-serif;
29
+ font-family: "FuturaBT-BookItalic", "Helvetica Neue", sans-serif;
30
30
  font-weight: normal;
31
31
  }
32
32
 
33
33
  %bold {
34
- font-family: 'FuturaBT-Bold', 'Helvetica Neue', sans-serif;
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: 'FuturaBT-BoldItalic', 'Helvetica Neue', sans-serif;
39
+ font-family: "FuturaBT-BoldItalic", "Helvetica Neue", sans-serif;
40
40
  font-weight: normal;
41
41
  }
@@ -2,7 +2,6 @@
2
2
  @charset "utf-8";
3
3
 
4
4
  @import
5
- "normalize",
6
5
  "helpers/variables",
7
6
  "helpers/mixins",
8
7
  "helpers/extends",
@@ -2,5 +2,6 @@
2
2
  @charset 'utf-8';
3
3
 
4
4
  @import
5
+ "normalize",
5
6
  "fonts/lite",
6
7
  "futuro.core";
@@ -2,6 +2,7 @@
2
2
  @charset 'utf-8';
3
3
 
4
4
  @import
5
+ "normalize",
5
6
  "fonts/max",
6
7
  "futuro.core";
7
8
 
@@ -43,7 +43,8 @@
43
43
  }
44
44
 
45
45
  %site-setup {
46
- grid-template-columns: 1fr 1000px 1fr;
46
+ @extend %grid_default;
47
+ justify-content: center;
47
48
  padding-bottom: 60px;
48
49
  padding-top: 120px;
49
50
  }
@@ -34,6 +34,7 @@ $maybe : #974597;
34
34
  $animate : black;
35
35
  $form : lighten(black,20%);
36
36
 
37
- $min640 : 'only screen and (min-width: 640px)';
38
- $min768 : 'only screen and (min-width: 768px)';
39
- $min1024 : 'only screen and (min-width: 1024px)';
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)";
@@ -3,14 +3,7 @@
3
3
  @extend %wrap_grid;
4
4
 
5
5
  + .wrap.type-page {
6
-
7
- &:not(.style-docs) {
8
- margin-top: 20px;
9
- }
10
-
11
- &.style-docs {
12
- margin-top: 1px;
13
- }
6
+ margin-top: 20px;
14
7
  }
15
8
 
16
9
  + .wrap.type-chapter {
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.7
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-22 00:00:00.000000000 Z
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
@@ -1,4 +0,0 @@
1
- ---
2
- ---
3
-
4
- @import "futuro.lite";