futuro 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (198) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/artwork/animal/icon.svg +10 -0
  3. data/_includes/artwork/orwell/animal/flob.scss +5 -0
  4. data/_includes/artwork/orwell/animal/waldo.scss +45 -0
  5. data/_includes/html/assign/page.liquid +85 -0
  6. data/_includes/html/assign/site.liquid +88 -0
  7. data/_includes/html/layout/loop.liquid +32 -0
  8. data/_includes/html/layout/type.liquid +16 -0
  9. data/_includes/html/overlay/about.liquid +5 -2
  10. data/_includes/html/overlay/browse/book.liquid +14 -25
  11. data/_includes/html/overlay/browse/chapter.liquid +24 -19
  12. data/_includes/html/overlay/browse/page.liquid +50 -30
  13. data/_includes/html/overlay/browse.liquid +5 -5
  14. data/_includes/html/overlay/load.liquid +29 -9
  15. data/_includes/html/overlay/search.liquid +20 -12
  16. data/_includes/html/overlay/wrap.liquid +18 -0
  17. data/_includes/html/page/clippies.liquid +22 -0
  18. data/_includes/html/page/content/chart.liquid +8 -0
  19. data/_includes/html/page/content/header.liquid +42 -0
  20. data/_includes/html/page/content/loop/artwork/image.liquid +2 -0
  21. data/_includes/html/page/content/loop/artwork/video.liquid +4 -0
  22. data/_includes/html/page/content/loop/artwork.liquid +22 -0
  23. data/_includes/html/page/content/loop/chart/assign.liquid +30 -0
  24. data/_includes/html/page/content/loop/chart.liquid +38 -0
  25. data/_includes/html/page/content/loop/form/alert.liquid +14 -0
  26. data/_includes/html/page/content/loop/form/button.liquid +26 -0
  27. data/_includes/html/page/content/loop/form/callout.liquid +6 -0
  28. data/_includes/html/page/content/loop/form/checkbox.liquid +24 -0
  29. data/_includes/html/page/content/loop/form/date.liquid +197 -0
  30. data/_includes/html/page/content/loop/form/fee.liquid +9 -0
  31. data/_includes/html/page/content/loop/form/input.liquid +7 -0
  32. data/_includes/html/page/content/loop/form/item.liquid +38 -0
  33. data/_includes/html/page/content/loop/form/label.liquid +15 -0
  34. data/_includes/html/page/content/loop/form/legend.liquid +38 -0
  35. data/_includes/html/page/content/loop/form/message.liquid +6 -0
  36. data/_includes/html/page/content/loop/form/password.liquid +11 -0
  37. data/_includes/html/page/content/loop/form/radio.liquid +39 -0
  38. data/_includes/html/page/content/loop/form/select.liquid +22 -0
  39. data/_includes/html/page/content/loop/form/text.liquid +45 -0
  40. data/_includes/html/page/content/loop/form/textarea.liquid +18 -0
  41. data/_includes/html/page/content/loop/form/yousaved.liquid +10 -0
  42. data/_includes/html/page/content/loop/form.liquid +66 -0
  43. data/_includes/html/page/content/loop/header/back.liquid +6 -0
  44. data/_includes/html/page/content/loop/header/basket.liquid +8 -0
  45. data/_includes/html/page/content/loop/header/login.liquid +28 -0
  46. data/_includes/html/page/content/loop/header/logo.liquid +32 -0
  47. data/_includes/html/page/content/loop/header/search.liquid +16 -0
  48. data/_includes/html/page/content/loop/header/subheader.liquid +8 -0
  49. data/_includes/html/page/content/loop/header.liquid +18 -0
  50. data/_includes/html/page/content/loop/number.liquid +16 -0
  51. data/_includes/html/page/content/loop/pies.liquid +42 -0
  52. data/_includes/html/page/content/loop/roller/item.liquid +47 -0
  53. data/_includes/html/page/content/loop/roller.liquid +8 -0
  54. data/_includes/html/page/content/loop/screen/row.liquid +18 -0
  55. data/_includes/html/page/content/loop/screen/small.liquid +6 -0
  56. data/_includes/html/page/content/loop/screen/title.liquid +12 -0
  57. data/_includes/html/page/content/loop/screen.liquid +38 -0
  58. data/_includes/html/page/content/loop.liquid +10 -0
  59. data/_includes/html/page/content/more.liquid +10 -0
  60. data/_includes/html/page/content/roller.liquid +76 -0
  61. data/_includes/html/page/content.liquid +135 -0
  62. data/_includes/html/page/footnote.liquid +24 -0
  63. data/_includes/html/page/header.liquid +8 -34
  64. data/_includes/html/page/info.liquid +18 -23
  65. data/_includes/html/page/layout/home.liquid +7 -0
  66. data/_includes/html/page/layout/page.liquid +15 -24
  67. data/_includes/html/page/subtitle.liquid +1 -3
  68. data/_includes/html/page/title.liquid +18 -17
  69. data/_includes/html/page/topbar.liquid +16 -8
  70. data/_includes/html/page/{utils → util}/author.liquid +1 -1
  71. data/_includes/html/page/util/share.liquid +24 -0
  72. data/_includes/html/page/{utils → util}/update.liquid +1 -1
  73. data/_includes/html/page/util.liquid +28 -12
  74. data/_includes/html/search/loop.liquid +11 -0
  75. data/_includes/html/site/footer.liquid +10 -0
  76. data/_includes/html/site/header.liquid +10 -0
  77. data/_includes/html/site/scroller.liquid +68 -0
  78. data/_includes/svg/site/icon.liquid +17 -11
  79. data/_layouts/feed.html +37 -33
  80. data/_layouts/single.html +36 -31
  81. data/_sass/_bar.scss +1 -1
  82. data/_sass/_base.scss +10 -21
  83. data/_sass/_block.scss +7 -26
  84. data/_sass/_box.scss +1 -1
  85. data/_sass/_button.scss +2 -2
  86. data/_sass/_col.scss +2 -2
  87. data/_sass/_input.scss +14 -28
  88. data/_sass/_item.scss +20 -16
  89. data/_sass/_link.scss +42 -0
  90. data/_sass/_list.scss +21 -20
  91. data/_sass/_site.scss +3 -3
  92. data/_sass/_title.scss +74 -42
  93. data/_sass/area/book.scss +18 -0
  94. data/_sass/area/chapter.scss +15 -0
  95. data/_sass/area/content.scss +9 -0
  96. data/_sass/area/overlay.scss +50 -5
  97. data/_sass/area/page.scss +59 -20
  98. data/_sass/area/topbar.scss +5 -2
  99. data/_sass/block/chart.scss +44 -0
  100. data/_sass/block/custom.scss +9 -0
  101. data/_sass/block/form/alert.scss +17 -0
  102. data/_sass/block/form/checkbox.scss +42 -0
  103. data/_sass/block/form/header.scss +78 -0
  104. data/_sass/block/form/input.scss +51 -0
  105. data/_sass/block/form/item.scss +22 -0
  106. data/_sass/block/form/label.scss +15 -0
  107. data/_sass/block/form/legend.scss +70 -0
  108. data/_sass/block/form/login.scss +70 -0
  109. data/_sass/block/form/message.scss +9 -0
  110. data/_sass/block/form/password.scss +19 -0
  111. data/_sass/block/form/radio.scss +12 -0
  112. data/_sass/block/form/screen.scss +89 -0
  113. data/_sass/block/form/scroller.scss +8 -0
  114. data/_sass/block/form/search.scss +39 -0
  115. data/_sass/block/form/select.scss +49 -0
  116. data/_sass/block/form/subheader.scss +60 -0
  117. data/_sass/block/form/text.scss +20 -0
  118. data/_sass/block/form/title.scss +12 -0
  119. data/_sass/block/form.scss +17 -0
  120. data/_sass/block/navigation.scss +3 -3
  121. data/_sass/block/number.scss +9 -0
  122. data/_sass/block/pie.scss +14 -0
  123. data/_sass/block/results.scss +9 -5
  124. data/_sass/block/scroller.scss +12 -0
  125. data/_sass/block/stop.scss +0 -1
  126. data/_sass/block/util.scss +19 -17
  127. data/_sass/futuro.core.scss +74 -27
  128. data/_sass/helpers/extends/grid.scss +24 -0
  129. data/_sass/helpers/extends/layout.scss +27 -0
  130. data/_sass/helpers/extends.scss +22 -115
  131. data/_sass/helpers/mixins/layout.scss +11 -0
  132. data/_sass/helpers/mixins/mindsets.scss +0 -6
  133. data/_sass/helpers/mixins/patterns.scss +4 -4
  134. data/_sass/helpers/mixins/theme.scss +292 -210
  135. data/_sass/helpers/mixins.scss +1 -12
  136. data/_sass/helpers/themes.scss +10 -0
  137. data/_sass/helpers/variables.scss +55 -42
  138. data/_sass/title/overlay.scss +16 -17
  139. data/_sass/wrap/book.scss +1 -1
  140. data/_sass/wrap/browse.scss +26 -0
  141. data/_sass/wrap/chapter.scss +11 -1
  142. data/_sass/wrap/overlay.scss +54 -1
  143. data/_sass/wrap/page.scss +18 -1
  144. data/_sass/wrap/scroller.scss +1 -1
  145. data/assets/js/footer/custom/ActiveBook.js +10 -12
  146. data/assets/js/footer/custom/AnimateScroller.js +11 -0
  147. data/assets/js/footer/custom/Overlays.js +21 -21
  148. data/assets/js/footer/custom/RespondBrowse.js +80 -0
  149. data/assets/js/footer/custom/Settings.js +9 -5
  150. data/assets/js/footer/custom/SetupBrowse.js +115 -0
  151. data/assets/js/footer/custom/SetupHome.js +23 -6
  152. data/assets/js/footer/custom/SiteFunc.js +17 -11
  153. data/assets/js/footer/custom/StartBrowse.js +95 -59
  154. data/assets/js/footer/custom/SwitchFocus.js +6 -6
  155. data/assets/js/footer/custom/UtilShare.js +14 -8
  156. data/assets/js/footer/vendor/gsap-scramble.js +11 -0
  157. data/assets/js/futuro.footer.custom.js +1 -1
  158. data/assets/js/futuro.footer.vendor.js +12 -0
  159. data/assets/js/futuro.header.custom.js +1 -1
  160. data/assets/js/header/custom/Color.js +39 -27
  161. data/assets/js/header/custom/Config.js +16 -0
  162. data/assets/js/header/custom/Overlay.js +21 -34
  163. data/assets/js/header/custom/Site.js +5 -0
  164. metadata +100 -38
  165. data/_includes/html/assign.liquid +0 -7
  166. data/_includes/html/filter/loop.liquid +0 -31
  167. data/_includes/html/filter/type.liquid +0 -31
  168. data/_includes/html/loop/artwork/book/number.liquid +0 -7
  169. data/_includes/html/loop/artwork/book/pies.liquid +0 -41
  170. data/_includes/html/loop/artwork/book/textbox.liquid +0 -16
  171. data/_includes/html/loop/artwork/book/video.liquid +0 -4
  172. data/_includes/html/loop/artwork/book.liquid +0 -38
  173. data/_includes/html/loop/artwork/docs.liquid +0 -31
  174. data/_includes/html/loop/search.liquid +0 -16
  175. data/_includes/html/overlay.liquid +0 -23
  176. data/_includes/html/page/artwork.liquid +0 -27
  177. data/_includes/html/page/layout/chapter.liquid +0 -32
  178. data/_includes/html/page/layout/custom.liquid +0 -79
  179. data/_includes/html/page/layout/panel.liquid +0 -15
  180. data/_includes/html/page/layout/tree.liquid +0 -15
  181. data/_includes/html/page/utils/share.liquid +0 -18
  182. data/_includes/svg/site/btn/search.svg +0 -1
  183. data/_sass/_area.scss +0 -52
  184. data/_sass/_lnk.scss +0 -32
  185. data/_sass/area/overlay/about.scss +0 -10
  186. data/_sass/area/overlay/browse.scss +0 -6
  187. data/_sass/area/overlay/load.scss +0 -10
  188. data/_sass/area/overlay/mobile.scss +0 -9
  189. data/_sass/area/overlay/search.scss +0 -6
  190. data/_sass/block/browse.scss +0 -35
  191. data/_sass/helpers/variables/patterns.scss +0 -10
  192. data/_sass/wrap/overlay/legacy.scss +0 -18
  193. data/_sass/wrap/overlay/load.scss +0 -4
  194. data/_sass/wrap/overlay/mobile.scss +0 -8
  195. data/_sass/wrap/overlay/search.scss +0 -4
  196. data/assets/js/footer/custom/ExpandBlock.js +0 -21
  197. data/assets/js/footer/custom/ScrollFunc.js +0 -41
  198. data/assets/js/footer/custom/SplitCode.js +0 -14
@@ -1,34 +1,85 @@
1
1
 
2
2
  @charset "utf-8";
3
3
 
4
+ // Helper Styles
5
+
4
6
  @import
5
- "helpers/variables/patterns",
6
7
  "helpers/variables",
8
+ "helpers/mixins",
9
+ "helpers/mixins/layout",
7
10
  "helpers/mixins/mindsets",
8
11
  "helpers/mixins/patterns",
9
12
  "helpers/mixins/theme",
10
- "helpers/mixins",
11
13
  "helpers/extends",
12
- "helpers/themes",
13
- "base",
14
- "area",
15
- "area/overlay/about",
16
- "area/overlay/browse",
17
- "area/overlay/load",
18
- "area/overlay/mobile",
19
- "area/overlay/search",
14
+ "helpers/extends/grid",
15
+ "helpers/extends/layout",
16
+ "helpers/themes";
17
+
18
+ // Area Styles
19
+
20
+ @import
20
21
  "area/overlay",
22
+ "area/book",
23
+ "area/chapter",
24
+ "area/content",
21
25
  "area/page",
22
- "area/topbar",
23
- "artwork",
24
- "bar",
26
+ "area/topbar";
27
+
28
+ // Block Styles
29
+
30
+ @import
25
31
  "block",
26
- "block/browse",
27
32
  "block/clipper",
33
+ "block/custom",
34
+ "block/chart",
28
35
  "block/navigation",
36
+ "block/number",
37
+ "block/pie",
29
38
  "block/results",
39
+ "block/scroller",
30
40
  "block/stop",
31
- "block/util",
41
+ "block/util";
42
+
43
+ // Form Styles
44
+
45
+ @import
46
+ "block/form",
47
+ "block/form/alert",
48
+ "block/form/header",
49
+ "block/form/subheader",
50
+ "block/form/search",
51
+ "block/form/radio",
52
+ "block/form/select",
53
+ "block/form/screen",
54
+ "block/form/text",
55
+ "block/form/label",
56
+ "block/form/login",
57
+ "block/form/message",
58
+ "block/form/title",
59
+ "block/form/checkbox",
60
+ "block/form/input",
61
+ "block/form/item",
62
+ "block/form/legend",
63
+ "block/form/password",
64
+ "block/form/scroller";
65
+
66
+ // Wrap Styles
67
+
68
+ @import
69
+ "wrap/browse",
70
+ "wrap/overlay",
71
+ "wrap/chapter",
72
+ "wrap/page",
73
+ "wrap/book",
74
+ "wrap/home",
75
+ "wrap/scroller";
76
+
77
+ // Other Styles
78
+
79
+ @import
80
+ "artwork",
81
+ "base",
82
+ "bar",
32
83
  "box",
33
84
  "button",
34
85
  "col",
@@ -37,20 +88,16 @@
37
88
  "input",
38
89
  "item",
39
90
  "list",
40
- "lnk",
91
+ "link",
41
92
  "site",
42
93
  "slick",
43
94
  "split",
44
95
  "task",
45
96
  "title",
46
- "title/overlay",
47
- "wrap/overlay/legacy",
48
- "wrap/overlay/load",
49
- "wrap/overlay/mobile",
50
- "wrap/overlay/search",
51
- "wrap/overlay",
52
- "wrap/chapter",
53
- "wrap/page",
54
- "wrap/book",
55
- "wrap/home",
56
- "wrap/scroller";
97
+ "title/overlay";
98
+
99
+ .placeholder {
100
+ width: 340px;
101
+ height: 380px;
102
+ background: #eee;
103
+ }
@@ -0,0 +1,24 @@
1
+
2
+ %GridDefault {
3
+ grid-template-columns: 20px minmax(280px,1000px) 20px;
4
+ }
5
+
6
+ %GridOverlay {
7
+ grid-template-columns: 20px minmax(280px,560px) 20px;
8
+ }
9
+
10
+ %GridSearch {
11
+ grid-template-columns: 20px minmax(280px,480px) 20px;
12
+ }
13
+
14
+ %GridLoad {
15
+ grid-template-columns: 20px minmax(240px,300px) 20px;
16
+ }
17
+
18
+ %GridUtil {
19
+ justify-content: flex-start;
20
+ grid-auto-flow: column;
21
+ grid-column-gap: 10px;
22
+ align-items: center;
23
+ display: grid;
24
+ }
@@ -0,0 +1,27 @@
1
+
2
+ %SiteSetup {
3
+ @extend %GridDefault;
4
+ justify-content: center;
5
+ padding-bottom: 50px;
6
+ padding-top: 100px;
7
+ }
8
+
9
+ %PagePosition {
10
+ grid-column: 2 / 3;
11
+ position: relative;
12
+ height: 560px;
13
+ }
14
+
15
+ %ContentFlow {
16
+ flex-direction: column;
17
+ position: relative;
18
+ overflow: hidden;
19
+ flex-wrap: wrap;
20
+ display: flex;
21
+ }
22
+
23
+ %ContentPrep {
24
+ margin: 0 0 20px;
25
+ padding: 0 20px;
26
+ width: 50%;
27
+ }
@@ -1,116 +1,14 @@
1
1
 
2
- %grid_default {
3
- grid-template-columns: 20px minmax(280px,1000px) 20px;
4
- }
5
-
6
- %grid_overlay {
7
- grid-template-columns: 20px minmax(280px,560px) 20px;
8
- }
9
-
10
- %grid_search {
11
- grid-template-columns: 20px minmax(280px,480px) 20px;
12
- }
13
-
14
- %grid_load {
15
- grid-template-columns: 20px minmax(240px,300px) 20px;
16
- }
17
-
18
- %wrap_grid {
19
- grid-column: 2 / 3;
20
- display: grid;
21
- }
22
-
23
- %wrap_block {
24
- margin-right: auto;
25
- margin-left: auto;
26
- }
27
-
28
- %wrap_overlay {
29
- min-width: 280px;
30
- @include ib;
31
- }
32
-
33
2
  :focus {
34
3
  outline: rgba(0,0,0,0);
35
4
  }
36
5
 
37
- %util-grid {
38
- justify-content: flex-start;
39
- grid-auto-flow: column;
40
- grid-column-gap: 10px;
41
- align-items: center;
42
- display: grid;
43
- }
44
-
45
- %site-setup {
46
- @extend %grid_default;
47
- justify-content: center;
48
- padding-bottom: 60px;
49
- padding-top: 120px;
50
- }
51
-
52
- %area-page {
53
- position: relative;
54
- overflow: hidden;
55
- display: grid;
56
-
57
- &:not(.style-docs) {
58
- grid-template-columns: repeat(2,1fr);
59
- height: 560px;
60
- }
61
-
62
- &.style-docs {
63
- padding: 20px;
64
- }
65
-
66
- &.tag-tree {
67
- grid-template-rows: 60px 500px;
68
- grid-template-columns: auto;
69
- }
70
-
71
- &.tag-new {
72
- grid-template-columns: 860px 140px;
73
- }
74
-
75
- &.tag-custom {
76
- grid-template-columns: 860px 140px;
77
- }
78
- }
79
-
80
6
  %tight {
81
7
  letter-spacing: -0.03em;
82
8
  }
83
9
 
84
10
  // MINDSETS IMPORT ************************************************************
85
11
 
86
- %list-roller {
87
- @extend %bold;
88
- max-width: 320px;
89
- list-style: none;
90
- font-size: 21px;
91
- display: grid;
92
- padding: 0;
93
-
94
- &.split {
95
- grid-template-columns: repeat(2,50%);
96
- }
97
-
98
- &.sml {
99
- font-size: 16px;
100
- }
101
- }
102
-
103
- %list-output {
104
- margin: 0 0 0 40px;
105
- max-width: 320px;
106
- list-style: none;
107
- padding: 0;
108
-
109
- &.sml {
110
- font-size: 16px;
111
- }
112
- }
113
-
114
12
  %table {
115
13
  grid-template-columns: 220px repeat(4,110px);
116
14
  list-style: none;
@@ -126,22 +24,31 @@
126
24
  }
127
25
  }
128
26
 
129
- %item_roller {
130
- background-color: rgba(0,0,0,0.05);
131
- border: 2px solid white;
132
- padding: 8px 10px 6px;
133
- cursor: pointer;
134
- }
27
+ // PATTERNS IMPORT ************************************************************
135
28
 
136
- %item_output {
137
- background-color: rgba(black,5%);
138
- border: 2px solid;
139
- padding: 10px;
140
- display: none;
29
+ %jcf-box {
30
+ @include ib;
31
+ @include bg(map-get($color,slate));
32
+ @include border(map-get($color,slate));
33
+ position: relative;
34
+ height: 16px;
35
+ width: 16px;
141
36
 
142
- &.active {
37
+ &.jcf-checked span {
143
38
  display: block;
144
39
  }
40
+
41
+ span {
42
+ @include zeros(absolute,3px);
43
+ background-color: map-get($color,slate);
44
+ cursor: pointer;
45
+ display: none;
46
+ }
145
47
  }
146
48
 
147
- // PATTERNS IMPORT ************************************************************
49
+ %smallstyle {
50
+ @include ib;
51
+ @extend %book;
52
+ line-height: 1.3;
53
+ opacity: 0.5;
54
+ }
@@ -0,0 +1,11 @@
1
+
2
+ @mixin Grid($rep) {
3
+ grid-template-columns: repeat($rep,1fr);
4
+ display: grid;
5
+ }
6
+
7
+ @mixin RotateTitle($origin : bottom left, $deg : 90){
8
+ transform: rotate(-#{$deg}deg);
9
+ transform-origin: $origin;
10
+ position: absolute;
11
+ }
@@ -29,12 +29,6 @@
29
29
  }
30
30
  }
31
31
 
32
- @mixin grid($rep) {
33
- grid-template-columns: repeat($rep,1fr);
34
- display: grid;
35
- }
36
-
37
-
38
32
  @mixin rollover($type) {
39
33
 
40
34
  .list {
@@ -6,11 +6,11 @@
6
6
  display: grid;
7
7
  }
8
8
 
9
- @mixin border( $col : $forms, $tint : 50% ) {
9
+ @mixin border( $col : map-get($color,slate), $tint : 50% ) {
10
10
  border: 1px solid rgba( $col, $tint );
11
11
  }
12
12
 
13
- @mixin borderCol( $col : $forms, $tint : 50% ) {
13
+ @mixin borderCol( $col : map-get($color,slate), $tint : 50% ) {
14
14
  border-color: rgba( $col, $tint );
15
15
  }
16
16
 
@@ -18,11 +18,11 @@
18
18
  border-radius: $calc;
19
19
  }
20
20
 
21
- @mixin color( $col : $forms, $tint : 50% ) {
21
+ @mixin color( $col : map-get($color,slate), $tint : 50% ) {
22
22
  color: rgba( $col, $tint );
23
23
  }
24
24
 
25
- @mixin bg( $col : $forms, $tint : 5% ) {
25
+ @mixin bg( $col : map-get($color,slate), $tint : 5% ) {
26
26
  background: rgba( $col, $tint );
27
27
  }
28
28