futuro 0.5.9 → 0.6.0

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
  SHA256:
3
- metadata.gz: d760a5186625dd8d6b463ed7dfcaf2bff91711e1b59fc3326f183ef31768d004
4
- data.tar.gz: bac7d5c4f9ca8ddf6e4dfb5b06ec4c875fde5b8ea2382593fa13ad4e459e84e0
3
+ metadata.gz: 0a03c366d7b06b78a6099f653133e42bf50fdd5f0b393ebc8bb82cea7bd8f2b8
4
+ data.tar.gz: e7fe94e98538153f1e81086d5855c903868709a167bbc33e01546c848d7e27fe
5
5
  SHA512:
6
- metadata.gz: c02e3e7490cf34b884689da68b483f5839ae5d91290b0f9aea8581424704330c9e86ea0aa261ffcdaeb9c03a50d743d05b917deb6c42b5932d3863a51dab8e37
7
- data.tar.gz: 6b3ab19c8217d614439dbde7bcca81d1512e8bae91502b0cf6c0d1ca88cc7aec19616b5409746564d2db3fae4f1881fb1f7cffe4a92fe3e5f7dfb3833b6732fa
6
+ metadata.gz: 0d4d960006b7df12b8310f0dc8cad394371e3fa2de2a443922a0af5d471bc0701ae671b371a35ceb9ec969bdf07d6ec64e6d0b21d811a6be5e28f643ef0f4e22
7
+ data.tar.gz: aaa9358b1bcbc4cc7628773c19ae5074ea27e4f8c0d5f6e243beb1c3365535f16b2e2b16aae29ae726a2ee9e79aaa58ad93efeb723ea5c70610833712316e69c
@@ -1,30 +1,30 @@
1
1
 
2
- {% assign type = page.type | prepend: ' type-' %}
3
- {% assign book = page.collection | prepend: ' book-' %}
4
- {% assign style = site.setup.style | replace: ' ','-' | prepend: ' style-' | downcase %}
5
- {% assign chapter = page.chapter | replace: ' ','-' | prepend: ' chapter-' | downcase %}
6
- {% assign topic = page.topic | prepend: ' topic-' | downcase %}
7
- {% assign title = page.title | replace: ' ','-' | prepend: ' title-' | downcase %}
8
- {% assign tag = page.tag | replace: ' ',' tag-' | prepend: ' tag-' %}
2
+ {%- assign type = page.type | prepend: ' type-' -%}
3
+ {%- assign book = page.collection | prepend: ' book-' -%}
4
+ {%- assign style = site.setup.style | replace: ' ','-' | prepend: ' style-' | downcase -%}
5
+ {%- assign chapter = page.chapter | replace: ' ','-' | prepend: ' chapter-' | downcase -%}
6
+ {%- assign topic = page.topic | prepend: ' topic-' | downcase -%}
7
+ {%- assign title = page.title | replace: ' ','-' | prepend: ' title-' | downcase -%}
8
+ {%- assign tag = page.tag | replace: ' ',' tag-' | prepend: ' tag-' -%}
9
9
 
10
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>
19
- {% if page.type == 'chapter' %}
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="block stop" id="{%- if page.chapter -%}{{- page.chapter | replace: ' ','-' | downcase | append: '-' -}}{%- endif -%}
18
+ {{- page.title | replace: ' ','-' | downcase -}}"></div>
19
+ {%- if page.type == 'chapter' -%}
20
20
  <div class="area
21
- {{ type }}
22
- {%- if site.setup.style -%}{{ style }}{%- endif -%}
23
- {{ book }}
24
- {{ chapter }}">
25
- {% else %}
21
+ {{- type -}}
22
+ {%- if site.setup.style -%}{{- style -}}{%- endif -%}
23
+ {{- book -}}
24
+ {{- chapter -}}">
25
+ {%- else -%}
26
26
  <div class="area
27
- {{ type }}
28
- {%- if site.setup.style -%}{{ style }}{%- endif -%}
29
- {% if page.tag %}{{ tag }}{% endif %}">
30
- {% endif %}
27
+ {{- type -}}
28
+ {%- if site.setup.style -%}{{- style -}}{%- endif -%}
29
+ {%- if page.tag -%}{{- tag -}}{%- endif -%}">
30
+ {%- endif -%}
data/_sass/_textarea.scss CHANGED
@@ -1,10 +1,10 @@
1
-
2
- .textarea {
3
- -webkit-appearance: none;
4
- background-color: white;
5
- display: block;
6
- padding: 10px;
7
- border: none;
8
- resize: none;
9
- width: 100%;
10
- }
1
+ //
2
+ // .textarea {
3
+ // -webkit-appearance: none;
4
+ // background-color: white;
5
+ // display: block;
6
+ // padding: 10px;
7
+ // border: none;
8
+ // resize: none;
9
+ // width: 100%;
10
+ // }
@@ -0,0 +1,5 @@
1
+
2
+ .block.stop {
3
+ position: relative;
4
+ top: -80px;
5
+ }
@@ -17,8 +17,9 @@
17
17
  "artwork",
18
18
  "bar",
19
19
  "block",
20
- "block/results",
21
20
  "block/browse",
21
+ "block/results",
22
+ "block/stop",
22
23
  "block/util",
23
24
  "box",
24
25
  "btn",
@@ -5,54 +5,3 @@
5
5
  "normalize",
6
6
  "fonts/max",
7
7
  "futuro.core";
8
-
9
- // .stop {
10
- // position: relative;
11
- // top: -80px;
12
- // }
13
- //
14
- // .code-wrap {
15
- // grid-template-columns: repeat(2,1fr);
16
- // border-bottom: 1px solid $gun;
17
- // border-right: 1px solid $gun;
18
- // border-left: 1px solid $gun;
19
- // background-color: $smoke;
20
- // display: none;
21
- // color: $gun;
22
- //
23
- // + .output-html {
24
- // margin-top: 20px;
25
- // }
26
- //
27
- // span {
28
- // @include ib;
29
- // border-radius: 2px;
30
- // padding: 2px 4px 0;
31
- // font-size: 1.6rem;
32
- // color: white;
33
- // }
34
- //
35
- // > div {
36
- // padding: 10px;
37
- //
38
- // + div {
39
- // border-left: 1px solid $gun;
40
- // }
41
- // }
42
- // }
43
- //
44
- // .new-rule {
45
- //
46
- // .new-rule {
47
- // margin-left: 10px;
48
- // margin-top: 10px;
49
- // }
50
- //
51
- // + .new-rule {
52
- // margin-top: 10px;
53
- // }
54
- // }
55
- //
56
- // .indent {
57
- // margin-left: 10px;
58
- // }
@@ -14,6 +14,7 @@ $tours : #718ab2;
14
14
  $hire : #412f79;
15
15
  $membership : #5d91e5;
16
16
  $art : #f90082;
17
+ $shop : #23D5B0;
17
18
 
18
19
  $smoke : darken(white,7%);
19
20
  $gray : darken(white,25%);
@@ -32,7 +33,7 @@ $next : #ffa905;
32
33
  $maybe : #974597;
33
34
 
34
35
  $animate : black;
35
- $forms : lighten(black,20%);
36
+ $forms : #353535;
36
37
 
37
38
  $min640 : "only screen and (min-width: 640px)";
38
39
  $max767 : "only screen and (max-width: 767px)";
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.9
4
+ version: 0.6.0
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-25 00:00:00.000000000 Z
11
+ date: 2020-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -169,6 +169,7 @@ files:
169
169
  - _sass/area/topbar.scss
170
170
  - _sass/block/browse.scss
171
171
  - _sass/block/results.scss
172
+ - _sass/block/stop.scss
172
173
  - _sass/block/util.scss
173
174
  - _sass/fonts/lite.scss
174
175
  - _sass/fonts/max.scss