juicelang-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (179) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +37 -0
  4. data/_includes/logo.html +5 -0
  5. data/_layouts/default.html +97 -0
  6. data/_layouts/fullwidth_page.html +7 -0
  7. data/_layouts/page.html +7 -0
  8. data/_layouts/post.html +5 -0
  9. data/_sass/uikit/components/_import.components.scss +56 -0
  10. data/_sass/uikit/components/_import.scss +95 -0
  11. data/_sass/uikit/components/_import.utilities.scss +19 -0
  12. data/_sass/uikit/components/accordion.scss +105 -0
  13. data/_sass/uikit/components/alert.scss +146 -0
  14. data/_sass/uikit/components/align.scss +142 -0
  15. data/_sass/uikit/components/animation.scss +283 -0
  16. data/_sass/uikit/components/article.scss +99 -0
  17. data/_sass/uikit/components/background.scss +148 -0
  18. data/_sass/uikit/components/badge.scss +78 -0
  19. data/_sass/uikit/components/base.scss +611 -0
  20. data/_sass/uikit/components/breadcrumb.scss +122 -0
  21. data/_sass/uikit/components/button.scss +439 -0
  22. data/_sass/uikit/components/card.scss +384 -0
  23. data/_sass/uikit/components/close.scss +55 -0
  24. data/_sass/uikit/components/column.scss +139 -0
  25. data/_sass/uikit/components/comment.scss +160 -0
  26. data/_sass/uikit/components/container.scss +185 -0
  27. data/_sass/uikit/components/countdown.scss +131 -0
  28. data/_sass/uikit/components/cover.scss +63 -0
  29. data/_sass/uikit/components/description-list.scss +71 -0
  30. data/_sass/uikit/components/divider.scss +153 -0
  31. data/_sass/uikit/components/dotnav.scss +155 -0
  32. data/_sass/uikit/components/drop.scss +63 -0
  33. data/_sass/uikit/components/dropbar.scss +126 -0
  34. data/_sass/uikit/components/dropdown.scss +170 -0
  35. data/_sass/uikit/components/flex.scss +200 -0
  36. data/_sass/uikit/components/form-range.scss +139 -0
  37. data/_sass/uikit/components/form.scss +804 -0
  38. data/_sass/uikit/components/grid-masonry.scss +69 -0
  39. data/_sass/uikit/components/grid.scss +407 -0
  40. data/_sass/uikit/components/heading.scss +321 -0
  41. data/_sass/uikit/components/height.scss +57 -0
  42. data/_sass/uikit/components/icon.scss +225 -0
  43. data/_sass/uikit/components/iconnav.scss +146 -0
  44. data/_sass/uikit/components/inverse.scss +46 -0
  45. data/_sass/uikit/components/label.scss +102 -0
  46. data/_sass/uikit/components/leader.scss +69 -0
  47. data/_sass/uikit/components/lightbox.scss +248 -0
  48. data/_sass/uikit/components/link.scss +138 -0
  49. data/_sass/uikit/components/list.scss +240 -0
  50. data/_sass/uikit/components/margin.scss +249 -0
  51. data/_sass/uikit/components/marker.scss +61 -0
  52. data/_sass/uikit/components/mixin.scss +32 -0
  53. data/_sass/uikit/components/modal.scss +367 -0
  54. data/_sass/uikit/components/nav.scss +555 -0
  55. data/_sass/uikit/components/navbar.scss +634 -0
  56. data/_sass/uikit/components/notification.scss +191 -0
  57. data/_sass/uikit/components/offcanvas.scss +324 -0
  58. data/_sass/uikit/components/overlay.scss +85 -0
  59. data/_sass/uikit/components/padding.scss +81 -0
  60. data/_sass/uikit/components/pagination.scss +130 -0
  61. data/_sass/uikit/components/placeholder.scss +45 -0
  62. data/_sass/uikit/components/position.scss +230 -0
  63. data/_sass/uikit/components/print.scss +61 -0
  64. data/_sass/uikit/components/progress.scss +83 -0
  65. data/_sass/uikit/components/search.scss +339 -0
  66. data/_sass/uikit/components/section.scss +212 -0
  67. data/_sass/uikit/components/slidenav.scss +120 -0
  68. data/_sass/uikit/components/slider.scss +116 -0
  69. data/_sass/uikit/components/slideshow.scss +93 -0
  70. data/_sass/uikit/components/sortable.scss +90 -0
  71. data/_sass/uikit/components/spinner.scss +74 -0
  72. data/_sass/uikit/components/sticky.scss +71 -0
  73. data/_sass/uikit/components/subnav.scss +246 -0
  74. data/_sass/uikit/components/svg.scss +36 -0
  75. data/_sass/uikit/components/switcher.scss +47 -0
  76. data/_sass/uikit/components/tab.scss +196 -0
  77. data/_sass/uikit/components/table.scss +315 -0
  78. data/_sass/uikit/components/text.scss +268 -0
  79. data/_sass/uikit/components/thumbnav.scss +119 -0
  80. data/_sass/uikit/components/tile.scss +233 -0
  81. data/_sass/uikit/components/tooltip.scss +79 -0
  82. data/_sass/uikit/components/totop.scss +69 -0
  83. data/_sass/uikit/components/transition.scss +165 -0
  84. data/_sass/uikit/components/utility.scss +522 -0
  85. data/_sass/uikit/components/variables.scss +123 -0
  86. data/_sass/uikit/components/visibility.scss +146 -0
  87. data/_sass/uikit/components/width.scss +386 -0
  88. data/_sass/uikit/mixins-theme.scss +2170 -0
  89. data/_sass/uikit/mixins.scss +1812 -0
  90. data/_sass/uikit/theme/_import.scss +82 -0
  91. data/_sass/uikit/theme/accordion.scss +59 -0
  92. data/_sass/uikit/theme/alert.scss +46 -0
  93. data/_sass/uikit/theme/align.scss +14 -0
  94. data/_sass/uikit/theme/animation.scss +14 -0
  95. data/_sass/uikit/theme/article.scss +51 -0
  96. data/_sass/uikit/theme/background.scss +14 -0
  97. data/_sass/uikit/theme/badge.scss +29 -0
  98. data/_sass/uikit/theme/base.scss +116 -0
  99. data/_sass/uikit/theme/breadcrumb.scss +45 -0
  100. data/_sass/uikit/theme/button.scss +157 -0
  101. data/_sass/uikit/theme/card.scss +128 -0
  102. data/_sass/uikit/theme/close.scss +29 -0
  103. data/_sass/uikit/theme/column.scss +14 -0
  104. data/_sass/uikit/theme/comment.scss +69 -0
  105. data/_sass/uikit/theme/container.scss +14 -0
  106. data/_sass/uikit/theme/countdown.scss +53 -0
  107. data/_sass/uikit/theme/description-list.scss +32 -0
  108. data/_sass/uikit/theme/divider.scss +49 -0
  109. data/_sass/uikit/theme/dotnav.scss +52 -0
  110. data/_sass/uikit/theme/drop.scss +14 -0
  111. data/_sass/uikit/theme/dropbar.scss +44 -0
  112. data/_sass/uikit/theme/dropdown.scss +49 -0
  113. data/_sass/uikit/theme/form-range.scss +45 -0
  114. data/_sass/uikit/theme/form.scss +131 -0
  115. data/_sass/uikit/theme/grid.scss +28 -0
  116. data/_sass/uikit/theme/heading.scss +67 -0
  117. data/_sass/uikit/theme/height.scss +14 -0
  118. data/_sass/uikit/theme/icon.scss +50 -0
  119. data/_sass/uikit/theme/iconnav.scss +40 -0
  120. data/_sass/uikit/theme/inverse.scss +14 -0
  121. data/_sass/uikit/theme/label.scss +43 -0
  122. data/_sass/uikit/theme/leader.scss +26 -0
  123. data/_sass/uikit/theme/lightbox.scss +50 -0
  124. data/_sass/uikit/theme/link.scss +55 -0
  125. data/_sass/uikit/theme/list.scss +36 -0
  126. data/_sass/uikit/theme/margin.scss +14 -0
  127. data/_sass/uikit/theme/marker.scss +29 -0
  128. data/_sass/uikit/theme/modal.scss +84 -0
  129. data/_sass/uikit/theme/nav.scss +140 -0
  130. data/_sass/uikit/theme/navbar.scss +146 -0
  131. data/_sass/uikit/theme/notification.scss +44 -0
  132. data/_sass/uikit/theme/offcanvas.scss +32 -0
  133. data/_sass/uikit/theme/overlay.scss +33 -0
  134. data/_sass/uikit/theme/padding.scss +14 -0
  135. data/_sass/uikit/theme/pagination.scss +41 -0
  136. data/_sass/uikit/theme/placeholder.scss +29 -0
  137. data/_sass/uikit/theme/position.scss +14 -0
  138. data/_sass/uikit/theme/progress.scss +24 -0
  139. data/_sass/uikit/theme/search.scss +87 -0
  140. data/_sass/uikit/theme/section.scss +32 -0
  141. data/_sass/uikit/theme/slidenav.scss +52 -0
  142. data/_sass/uikit/theme/slider.scss +14 -0
  143. data/_sass/uikit/theme/sortable.scss +38 -0
  144. data/_sass/uikit/theme/spinner.scss +14 -0
  145. data/_sass/uikit/theme/sticky.scss +14 -0
  146. data/_sass/uikit/theme/subnav.scss +74 -0
  147. data/_sass/uikit/theme/tab.scss +74 -0
  148. data/_sass/uikit/theme/table.scss +69 -0
  149. data/_sass/uikit/theme/text.scss +50 -0
  150. data/_sass/uikit/theme/thumbnav.scss +42 -0
  151. data/_sass/uikit/theme/tile.scss +52 -0
  152. data/_sass/uikit/theme/tooltip.scss +20 -0
  153. data/_sass/uikit/theme/totop.scss +32 -0
  154. data/_sass/uikit/theme/transition.scss +14 -0
  155. data/_sass/uikit/theme/utility.scss +49 -0
  156. data/_sass/uikit/theme/variables.scss +36 -0
  157. data/_sass/uikit/theme/width.scss +14 -0
  158. data/_sass/uikit/uikit-theme.scss +9 -0
  159. data/_sass/uikit/uikit.scss +5 -0
  160. data/_sass/uikit/variables-theme.scss +1260 -0
  161. data/_sass/uikit/variables.scss +1142 -0
  162. data/assets/css/default.scss +220 -0
  163. data/assets/images/icons/android-chrome-192x192.png +0 -0
  164. data/assets/images/icons/android-chrome-512x512.png +0 -0
  165. data/assets/images/icons/apple-touch-icon.png +0 -0
  166. data/assets/images/icons/browserconfig.xml +9 -0
  167. data/assets/images/icons/favicon-16x16.png +0 -0
  168. data/assets/images/icons/favicon-32x32.png +0 -0
  169. data/assets/images/icons/favicon.ico +0 -0
  170. data/assets/images/icons/mstile-144x144.png +0 -0
  171. data/assets/images/icons/mstile-150x150.png +0 -0
  172. data/assets/images/icons/mstile-310x150.png +0 -0
  173. data/assets/images/icons/mstile-310x310.png +0 -0
  174. data/assets/images/icons/mstile-70x70.png +0 -0
  175. data/assets/images/icons/safari-pinned-tab.svg +46 -0
  176. data/assets/images/icons/site.webmanifest +18 -0
  177. data/assets/images/juice.svg +47 -0
  178. data/assets/js/default.js +0 -0
  179. metadata +248 -0
@@ -0,0 +1,200 @@
1
+ // Name: Flex
2
+ // Description: Utilities for layouts based on flexbox
3
+ //
4
+ // Component: `uk-flex-*`
5
+ //
6
+ // ========================================================================
7
+
8
+
9
+ /* ========================================================================
10
+ Component: Flex
11
+ ========================================================================== */
12
+
13
+ .uk-flex { display: flex; }
14
+ .uk-flex-inline { display: inline-flex; }
15
+
16
+
17
+ /* Alignment
18
+ ========================================================================== */
19
+
20
+ /*
21
+ * Align items along the main axis of the current line of the flex container
22
+ * Row: Horizontal
23
+ */
24
+
25
+ // Default
26
+ .uk-flex-left { justify-content: flex-start; }
27
+ .uk-flex-center { justify-content: center; }
28
+ .uk-flex-right { justify-content: flex-end; }
29
+ .uk-flex-between { justify-content: space-between; }
30
+ .uk-flex-around { justify-content: space-around; }
31
+
32
+
33
+ /* Phone landscape and bigger */
34
+ @media (min-width: $breakpoint-small) {
35
+
36
+ .uk-flex-left\@s { justify-content: flex-start; }
37
+ .uk-flex-center\@s { justify-content: center; }
38
+ .uk-flex-right\@s { justify-content: flex-end; }
39
+ .uk-flex-between\@s { justify-content: space-between; }
40
+ .uk-flex-around\@s { justify-content: space-around; }
41
+
42
+ }
43
+
44
+ /* Tablet landscape and bigger */
45
+ @media (min-width: $breakpoint-medium) {
46
+
47
+ .uk-flex-left\@m { justify-content: flex-start; }
48
+ .uk-flex-center\@m { justify-content: center; }
49
+ .uk-flex-right\@m { justify-content: flex-end; }
50
+ .uk-flex-between\@m { justify-content: space-between; }
51
+ .uk-flex-around\@m { justify-content: space-around; }
52
+
53
+ }
54
+
55
+ /* Desktop and bigger */
56
+ @media (min-width: $breakpoint-large) {
57
+
58
+ .uk-flex-left\@l { justify-content: flex-start; }
59
+ .uk-flex-center\@l { justify-content: center; }
60
+ .uk-flex-right\@l { justify-content: flex-end; }
61
+ .uk-flex-between\@l { justify-content: space-between; }
62
+ .uk-flex-around\@l { justify-content: space-around; }
63
+
64
+ }
65
+
66
+ /* Large screen and bigger */
67
+ @media (min-width: $breakpoint-xlarge) {
68
+
69
+ .uk-flex-left\@xl { justify-content: flex-start; }
70
+ .uk-flex-center\@xl { justify-content: center; }
71
+ .uk-flex-right\@xl { justify-content: flex-end; }
72
+ .uk-flex-between\@xl { justify-content: space-between; }
73
+ .uk-flex-around\@xl { justify-content: space-around; }
74
+
75
+ }
76
+
77
+ /*
78
+ * Align items in the cross axis of the current line of the flex container
79
+ * Row: Vertical
80
+ */
81
+
82
+ // Default
83
+ .uk-flex-stretch { align-items: stretch; }
84
+ .uk-flex-top { align-items: flex-start; }
85
+ .uk-flex-middle { align-items: center; }
86
+ .uk-flex-bottom { align-items: flex-end; }
87
+
88
+
89
+ /* Direction
90
+ ========================================================================== */
91
+
92
+ // Default
93
+ .uk-flex-row { flex-direction: row; }
94
+ .uk-flex-row-reverse { flex-direction: row-reverse; }
95
+ .uk-flex-column { flex-direction: column; }
96
+ .uk-flex-column-reverse { flex-direction: column-reverse; }
97
+
98
+
99
+ /* Wrap
100
+ ========================================================================== */
101
+
102
+ // Default
103
+ .uk-flex-nowrap { flex-wrap: nowrap; }
104
+ .uk-flex-wrap { flex-wrap: wrap; }
105
+ .uk-flex-wrap-reverse { flex-wrap: wrap-reverse; }
106
+
107
+ /*
108
+ * Aligns items within the flex container when there is extra space in the cross-axis
109
+ * Only works if there is more than one line of flex items
110
+ */
111
+
112
+ // Default
113
+ .uk-flex-wrap-stretch { align-content: stretch; }
114
+ .uk-flex-wrap-top { align-content: flex-start; }
115
+ .uk-flex-wrap-middle { align-content: center; }
116
+ .uk-flex-wrap-bottom { align-content: flex-end; }
117
+ .uk-flex-wrap-between { align-content: space-between; }
118
+ .uk-flex-wrap-around { align-content: space-around; }
119
+
120
+
121
+ /* Item ordering
122
+ ========================================================================== */
123
+
124
+ /*
125
+ * Default is 0
126
+ */
127
+
128
+ .uk-flex-first { order: -1;}
129
+ .uk-flex-last { order: 99;}
130
+
131
+
132
+ /* Phone landscape and bigger */
133
+ @media (min-width: $breakpoint-small) {
134
+
135
+ .uk-flex-first\@s { order: -1; }
136
+ .uk-flex-last\@s { order: 99; }
137
+
138
+ }
139
+
140
+ /* Tablet landscape and bigger */
141
+ @media (min-width: $breakpoint-medium) {
142
+
143
+ .uk-flex-first\@m { order: -1; }
144
+ .uk-flex-last\@m { order: 99; }
145
+
146
+ }
147
+
148
+ /* Desktop and bigger */
149
+ @media (min-width: $breakpoint-large) {
150
+
151
+ .uk-flex-first\@l { order: -1; }
152
+ .uk-flex-last\@l { order: 99; }
153
+
154
+ }
155
+
156
+ /* Large screen and bigger */
157
+ @media (min-width: $breakpoint-xlarge) {
158
+
159
+ .uk-flex-first\@xl { order: -1; }
160
+ .uk-flex-last\@xl { order: 99; }
161
+
162
+ }
163
+
164
+
165
+ /* Item dimensions
166
+ ========================================================================== */
167
+
168
+ /*
169
+ * Initial: 0 1 auto
170
+ * Content dimensions, but shrinks
171
+ */
172
+
173
+ /*
174
+ * No Flex: 0 0 auto
175
+ * Content dimensions
176
+ */
177
+
178
+ .uk-flex-none { flex: none; }
179
+
180
+ /*
181
+ * Relative Flex: 1 1 auto
182
+ * Space is allocated considering content
183
+ */
184
+
185
+ .uk-flex-auto { flex: auto; }
186
+
187
+ /*
188
+ * Absolute Flex: 1 1 0%
189
+ * Space is allocated solely based on flex
190
+ */
191
+
192
+ .uk-flex-1 { flex: 1; }
193
+
194
+
195
+ // Hooks
196
+ // ========================================================================
197
+
198
+ @if(mixin-exists(hook-flex-misc)) {@include hook-flex-misc();}
199
+
200
+ // @mixin hook-flex-misc(){}
@@ -0,0 +1,139 @@
1
+ // Name: Form Range
2
+ // Description: Styles for the range input type
3
+ //
4
+ // Component: `uk-range`
5
+ //
6
+ // ========================================================================
7
+
8
+
9
+ // Variables
10
+ // ========================================================================
11
+
12
+ $form-range-track-height: 3px !default;
13
+ $form-range-track-background: darken($global-muted-background, 5%) !default;
14
+ $form-range-track-focus-background: darken($form-range-track-background, 5%) !default;
15
+
16
+ $form-range-thumb-height: 15px !default;
17
+ $form-range-thumb-width: $form-range-thumb-height !default;
18
+ $form-range-thumb-border-radius: 500px !default;
19
+ $form-range-thumb-background: $global-color !default;
20
+
21
+
22
+ /* ========================================================================
23
+ Component: Form Range
24
+ ========================================================================== */
25
+
26
+ /*
27
+ * 1. Remove default style.
28
+ * 2. Define consistent box sizing.
29
+ * 3. Remove `margin` in all browsers.
30
+ * 4. Align to the center of the line box.
31
+ * 5. Prevent content overflow if a fixed width is used.
32
+ * 6. Take the full width.
33
+ * 7. Remove white background in Chrome.
34
+ */
35
+
36
+ .uk-range {
37
+ /* 1 */
38
+ -webkit-appearance: none;
39
+ /* 2 */
40
+ box-sizing: border-box;
41
+ /* 3 */
42
+ margin: 0;
43
+ /* 4 */
44
+ vertical-align: middle;
45
+ /* 5 */
46
+ max-width: 100%;
47
+ /* 6 */
48
+ width: 100%;
49
+ /* 7 */
50
+ background: transparent;
51
+ @if(mixin-exists(hook-form-range)) {@include hook-form-range();}
52
+ }
53
+
54
+ /* Focus */
55
+ .uk-range:focus { outline: none; }
56
+ .uk-range::-moz-focus-outer { border: none; }
57
+
58
+ /*
59
+ * Improves consistency of cursor style for clickable elements
60
+ */
61
+
62
+ .uk-range:not(:disabled)::-webkit-slider-thumb { cursor: pointer; }
63
+ .uk-range:not(:disabled)::-moz-range-thumb { cursor: pointer; }
64
+
65
+
66
+ /*
67
+ * Track
68
+ * 1. Safari doesn't have a focus state. Using active instead.
69
+ */
70
+
71
+ /* Webkit */
72
+ .uk-range::-webkit-slider-runnable-track {
73
+ height: $form-range-track-height;
74
+ background: $form-range-track-background;
75
+ @if(mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
76
+ }
77
+
78
+ .uk-range:focus::-webkit-slider-runnable-track,
79
+ /* 1 */
80
+ .uk-range:active::-webkit-slider-runnable-track {
81
+ background: $form-range-track-focus-background;
82
+ @if(mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
83
+ }
84
+
85
+ /* Firefox */
86
+ .uk-range::-moz-range-track {
87
+ height: $form-range-track-height;
88
+ background: $form-range-track-background;
89
+ @if(mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
90
+ }
91
+
92
+ .uk-range:focus::-moz-range-track {
93
+ background: $form-range-track-focus-background;
94
+ @if(mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
95
+ }
96
+
97
+ /*
98
+ * Thumb
99
+ * 1. Reset
100
+ * 2. Style
101
+ */
102
+
103
+ /* Webkit */
104
+ .uk-range::-webkit-slider-thumb {
105
+ /* 1 */
106
+ -webkit-appearance: none;
107
+ margin-top: (floor(($form-range-thumb-height * 0.5)) * -1);
108
+ /* 2 */
109
+ height: $form-range-thumb-height;
110
+ width: $form-range-thumb-width;
111
+ border-radius: $form-range-thumb-border-radius;
112
+ background: $form-range-thumb-background;
113
+ @if(mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
114
+ }
115
+
116
+ /* Firefox */
117
+ .uk-range::-moz-range-thumb {
118
+ /* 1 */
119
+ border: none;
120
+ /* 2 */
121
+ height: $form-range-thumb-height;
122
+ width: $form-range-thumb-width;
123
+ margin-top: (floor(($form-range-thumb-height * 0.5)) * -1);
124
+ border-radius: $form-range-thumb-border-radius;
125
+ background: $form-range-thumb-background;
126
+ @if(mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
127
+ }
128
+
129
+
130
+ // Hooks
131
+ // ========================================================================
132
+
133
+ @if(mixin-exists(hook-form-range-misc)) {@include hook-form-range-misc();}
134
+
135
+ // @mixin hook-form-range(){}
136
+ // @mixin hook-form-range-track(){}
137
+ // @mixin hook-form-range-track-focus(){}
138
+ // @mixin hook-form-range-thumb(){}
139
+ // @mixin hook-form-range-misc(){}