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,138 @@
1
+ // Name: Link
2
+ // Description: Styles for links
3
+ //
4
+ // Component: `uk-link-muted`
5
+ // `uk-link-text`
6
+ // `uk-link-heading`
7
+ // `uk-link-reset`
8
+ //
9
+ // Sub-objects: `uk-link-toggle`
10
+ //
11
+ // ========================================================================
12
+
13
+
14
+ // Variables
15
+ // ========================================================================
16
+
17
+ $link-muted-color: $global-muted-color !default;
18
+ $link-muted-hover-color: $global-color !default;
19
+
20
+ $link-text-hover-color: $global-muted-color !default;
21
+
22
+ $link-heading-hover-color: $global-primary-background !default;
23
+ $link-heading-hover-text-decoration: none !default;
24
+
25
+
26
+ /* ========================================================================
27
+ Component: Link
28
+ ========================================================================== */
29
+
30
+
31
+ /* Muted
32
+ ========================================================================== */
33
+
34
+ a.uk-link-muted,
35
+ .uk-link-muted a,
36
+ .uk-link-toggle .uk-link-muted {
37
+ color: $link-muted-color;
38
+ @if(mixin-exists(hook-link-muted)) {@include hook-link-muted();}
39
+ }
40
+
41
+ a.uk-link-muted:hover,
42
+ .uk-link-muted a:hover,
43
+ .uk-link-toggle:hover .uk-link-muted {
44
+ color: $link-muted-hover-color;
45
+ @if(mixin-exists(hook-link-muted-hover)) {@include hook-link-muted-hover();}
46
+ }
47
+
48
+
49
+ /* Text
50
+ ========================================================================== */
51
+
52
+ a.uk-link-text,
53
+ .uk-link-text a,
54
+ .uk-link-toggle .uk-link-text {
55
+ color: inherit;
56
+ @if(mixin-exists(hook-link-text)) {@include hook-link-text();}
57
+ }
58
+
59
+ a.uk-link-text:hover,
60
+ .uk-link-text a:hover,
61
+ .uk-link-toggle:hover .uk-link-text {
62
+ color: $link-text-hover-color;
63
+ @if(mixin-exists(hook-link-text-hover)) {@include hook-link-text-hover();}
64
+ }
65
+
66
+
67
+ /* Heading
68
+ ========================================================================== */
69
+
70
+ a.uk-link-heading,
71
+ .uk-link-heading a,
72
+ .uk-link-toggle .uk-link-heading {
73
+ color: inherit;
74
+ @if(mixin-exists(hook-link-heading)) {@include hook-link-heading();}
75
+ }
76
+
77
+ a.uk-link-heading:hover,
78
+ .uk-link-heading a:hover,
79
+ .uk-link-toggle:hover .uk-link-heading {
80
+ color: $link-heading-hover-color;
81
+ text-decoration: $link-heading-hover-text-decoration;
82
+ @if(mixin-exists(hook-link-heading-hover)) {@include hook-link-heading-hover();}
83
+ }
84
+
85
+
86
+ /* Reset
87
+ ========================================================================== */
88
+
89
+ /*
90
+ * `!important` needed to override inverse component
91
+ */
92
+
93
+ a.uk-link-reset,
94
+ .uk-link-reset a {
95
+ color: inherit !important;
96
+ text-decoration: none !important;
97
+ @if(mixin-exists(hook-link-reset)) {@include hook-link-reset();}
98
+ }
99
+
100
+
101
+ /* Toggle
102
+ ========================================================================== */
103
+
104
+ .uk-link-toggle {
105
+ color: inherit !important;
106
+ text-decoration: none !important;
107
+ }
108
+
109
+
110
+ // Hooks
111
+ // ========================================================================
112
+
113
+ @if(mixin-exists(hook-link-misc)) {@include hook-link-misc();}
114
+
115
+ // @mixin hook-link-muted(){}
116
+ // @mixin hook-link-muted-hover(){}
117
+ // @mixin hook-link-text(){}
118
+ // @mixin hook-link-text-hover(){}
119
+ // @mixin hook-link-heading(){}
120
+ // @mixin hook-link-heading-hover(){}
121
+ // @mixin hook-link-reset(){}
122
+ // @mixin hook-link-misc(){}
123
+
124
+
125
+ // Inverse
126
+ // ========================================================================
127
+
128
+ $inverse-link-muted-color: $inverse-global-muted-color !default;
129
+ $inverse-link-muted-hover-color: $inverse-global-color !default;
130
+ $inverse-link-text-hover-color: $inverse-global-muted-color !default;
131
+ $inverse-link-heading-hover-color: $inverse-global-primary-background !default;
132
+
133
+
134
+
135
+ // @mixin hook-inverse-link-muted(){}
136
+ // @mixin hook-inverse-link-muted-hover(){}
137
+ // @mixin hook-inverse-link-text-hover(){}
138
+ // @mixin hook-inverse-link-heading-hover(){}
@@ -0,0 +1,240 @@
1
+ // Name: List
2
+ // Description: Styles for lists
3
+ //
4
+ // Component: `uk-list`
5
+ //
6
+ // Modifiers: `uk-list-disc`
7
+ // `uk-list-circle`
8
+ // `uk-list-square`
9
+ // `uk-list-decimal`
10
+ // `uk-list-hyphen`
11
+ // `uk-list-muted`
12
+ // `uk-list-emphasis`
13
+ // `uk-list-primary`
14
+ // `uk-list-secondary`
15
+ // `uk-list-bullet`
16
+ // `uk-list-divider`
17
+ // `uk-list-striped`
18
+ // `uk-list-large`
19
+ // `uk-list-collapse`
20
+ //
21
+ // ========================================================================
22
+
23
+
24
+ // Variables
25
+ // ========================================================================
26
+
27
+ $list-margin-top: $global-small-margin !default;
28
+
29
+ $list-padding-left: 30px !default;
30
+
31
+ $list-marker-height: ($global-line-height * 1em) !default;
32
+
33
+ $list-muted-color: $global-muted-color !default;
34
+ $list-emphasis-color: $global-emphasis-color !default;
35
+ $list-primary-color: $global-primary-background !default;
36
+ $list-secondary-color: $global-secondary-background !default;
37
+
38
+ $list-bullet-icon-color: $global-color !default;
39
+
40
+ $list-divider-margin-top: $global-small-margin !default;
41
+ $list-divider-border-width: $global-border-width !default;
42
+ $list-divider-border: $global-border !default;
43
+
44
+ $list-striped-padding-vertical: $global-small-margin !default;
45
+ $list-striped-padding-horizontal: $global-small-margin !default;
46
+ $list-striped-background: $global-muted-background !default;
47
+
48
+ $list-large-margin-top: $global-margin !default;
49
+ $list-large-divider-margin-top: $global-margin !default;
50
+ $list-large-striped-padding-vertical: $global-margin !default;
51
+ $list-large-striped-padding-horizontal: $global-small-margin !default;
52
+
53
+ $internal-list-bullet-image: "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22#000%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E" !default;
54
+
55
+
56
+ /* ========================================================================
57
+ Component: List
58
+ ========================================================================== */
59
+
60
+ .uk-list {
61
+ padding: 0;
62
+ list-style: none;
63
+ }
64
+
65
+ /*
66
+ * Remove margin from the last-child
67
+ */
68
+
69
+ .uk-list > * > :last-child { margin-bottom: 0; }
70
+
71
+ /*
72
+ * Style
73
+ */
74
+
75
+ .uk-list > :nth-child(n+2),
76
+ .uk-list > * > ul { margin-top: $list-margin-top; }
77
+
78
+
79
+ /* Marker modifiers
80
+ * Moving `::marker` inside `::before` to style it differently
81
+ * To style the `::marker` is currently only supported in Firefox and Safari
82
+ ========================================================================== */
83
+
84
+ .uk-list-disc > *,
85
+ .uk-list-circle > *,
86
+ .uk-list-square > *,
87
+ .uk-list-decimal > *,
88
+ .uk-list-hyphen > * { padding-left: $list-padding-left; }
89
+
90
+ /*
91
+ * Type modifiers
92
+ */
93
+
94
+ .uk-list-decimal { counter-reset: decimal; }
95
+ .uk-list-decimal > * { counter-increment: decimal; }
96
+
97
+ .uk-list-disc > ::before,
98
+ .uk-list-circle > ::before,
99
+ .uk-list-square > ::before,
100
+ .uk-list-decimal > ::before,
101
+ .uk-list-hyphen > ::before {
102
+ content: "";
103
+ position: relative;
104
+ left: (-$list-padding-left);
105
+ width: $list-padding-left;
106
+ height: $list-marker-height;
107
+ margin-bottom: (-$list-marker-height);
108
+ display: list-item;
109
+ list-style-position: inside;
110
+ text-align: right;
111
+ }
112
+
113
+ .uk-list-disc > ::before { list-style-type: disc; }
114
+ .uk-list-circle > ::before { list-style-type: circle; }
115
+ .uk-list-square > ::before { list-style-type: square; }
116
+ .uk-list-decimal > ::before { content: counter(decimal, decimal) '\200A.\00A0'; }
117
+ .uk-list-hyphen > ::before { content: '–\00A0\00A0'; }
118
+
119
+ /*
120
+ * Color modifiers
121
+ */
122
+
123
+ .uk-list-muted > ::before { color: $list-muted-color !important; }
124
+ .uk-list-emphasis > ::before { color: $list-emphasis-color !important; }
125
+ .uk-list-primary > ::before { color: $list-primary-color !important; }
126
+ .uk-list-secondary > ::before { color: $list-secondary-color !important; }
127
+
128
+
129
+ /* Image bullet modifier
130
+ ========================================================================== */
131
+
132
+ .uk-list-bullet > * { padding-left: $list-padding-left; }
133
+
134
+ .uk-list-bullet > ::before {
135
+ content: "";
136
+ display: list-item;
137
+ position: relative;
138
+ left: (-$list-padding-left);
139
+ width: $list-padding-left;
140
+ height: $list-marker-height;
141
+ margin-bottom: (-$list-marker-height);
142
+ @include svg-fill($internal-list-bullet-image, "#000", $list-bullet-icon-color);
143
+ background-repeat: no-repeat;
144
+ background-position: 50% 50%;
145
+ }
146
+
147
+
148
+ /* Style modifiers
149
+ ========================================================================== */
150
+
151
+ /*
152
+ * Divider
153
+ */
154
+
155
+ .uk-list-divider > :nth-child(n+2) {
156
+ margin-top: $list-divider-margin-top;
157
+ padding-top: $list-divider-margin-top;
158
+ border-top: $list-divider-border-width solid $list-divider-border;
159
+ @if(mixin-exists(hook-list-divider)) {@include hook-list-divider();}
160
+ }
161
+
162
+ /*
163
+ * Striped
164
+ */
165
+
166
+ .uk-list-striped > * {
167
+ padding: $list-striped-padding-vertical $list-striped-padding-horizontal;
168
+ @if(mixin-exists(hook-list-striped)) {@include hook-list-striped();}
169
+ }
170
+
171
+ .uk-list-striped > :nth-of-type(odd) { background: $list-striped-background; }
172
+
173
+ .uk-list-striped > :nth-child(n+2) { margin-top: 0; }
174
+
175
+
176
+ /* Size modifier
177
+ ========================================================================== */
178
+
179
+ .uk-list-large > :nth-child(n+2),
180
+ .uk-list-large > * > ul { margin-top: $list-large-margin-top; }
181
+
182
+ .uk-list-collapse > :nth-child(n+2),
183
+ .uk-list-collapse > * > ul { margin-top: 0; }
184
+
185
+ /*
186
+ * Divider
187
+ */
188
+
189
+ .uk-list-large.uk-list-divider > :nth-child(n+2) {
190
+ margin-top: $list-large-divider-margin-top;
191
+ padding-top: $list-large-divider-margin-top;
192
+ }
193
+
194
+ .uk-list-collapse.uk-list-divider > :nth-child(n+2) {
195
+ margin-top: 0;
196
+ padding-top: 0;
197
+ }
198
+
199
+ /*
200
+ * Striped
201
+ */
202
+
203
+ .uk-list-large.uk-list-striped > * { padding: $list-large-striped-padding-vertical $list-large-striped-padding-horizontal; }
204
+
205
+ .uk-list-collapse.uk-list-striped > * {
206
+ padding-top: 0;
207
+ padding-bottom: 0;
208
+ }
209
+
210
+ .uk-list-large.uk-list-striped > :nth-child(n+2),
211
+ .uk-list-collapse.uk-list-striped > :nth-child(n+2) { margin-top: 0; }
212
+
213
+
214
+ // Hooks
215
+ // ========================================================================
216
+
217
+ @if(mixin-exists(hook-list-misc)) {@include hook-list-misc();}
218
+
219
+ // @mixin hook-list-divider(){}
220
+ // @mixin hook-list-striped(){}
221
+ // @mixin hook-list-misc(){}
222
+
223
+
224
+ // Inverse
225
+ // ========================================================================
226
+
227
+ $inverse-list-muted-color: $inverse-global-muted-color !default;
228
+ $inverse-list-emphasis-color: $inverse-global-emphasis-color !default;
229
+ $inverse-list-primary-color: $inverse-global-primary-background !default;
230
+ $inverse-list-secondary-color: $inverse-global-primary-background !default;
231
+
232
+ $inverse-list-divider-border: $inverse-global-border !default;
233
+ $inverse-list-striped-background: $inverse-global-muted-background !default;
234
+
235
+ $inverse-list-bullet-icon-color: $inverse-global-color !default;
236
+
237
+
238
+
239
+ // @mixin hook-inverse-list-divider(){}
240
+ // @mixin hook-inverse-list-striped(){}
@@ -0,0 +1,249 @@
1
+ // Name: Margin
2
+ // Description: Utilities for margins
3
+ //
4
+ // Component: `uk-margin-*`
5
+ // `uk-margin-small-*`
6
+ // `uk-margin-medium-*`
7
+ // `uk-margin-large-*`
8
+ // `uk-margin-xlarge-*`
9
+ // `uk-margin-remove-*`
10
+ // `uk-margin-auto-*`
11
+ //
12
+ // ========================================================================
13
+
14
+
15
+ // Variables
16
+ // ========================================================================
17
+
18
+ $margin-margin: $global-margin !default;
19
+
20
+ $margin-small-margin: $global-small-margin !default;
21
+
22
+ $margin-medium-margin: $global-medium-margin !default;
23
+
24
+ $margin-large-margin: $global-medium-margin !default;
25
+ $margin-large-margin-l: $global-large-margin !default;
26
+
27
+ $margin-xlarge-margin: $global-large-margin !default;
28
+ $margin-xlarge-margin-l: $global-xlarge-margin !default;
29
+
30
+
31
+ /* ========================================================================
32
+ Component: Margin
33
+ ========================================================================== */
34
+
35
+ /*
36
+ * Default
37
+ */
38
+
39
+ .uk-margin { margin-bottom: $margin-margin; }
40
+ * + .uk-margin { margin-top: $margin-margin !important; }
41
+
42
+ .uk-margin-top { margin-top: $margin-margin !important; }
43
+ .uk-margin-bottom { margin-bottom: $margin-margin !important; }
44
+ .uk-margin-left { margin-left: $margin-margin !important; }
45
+ .uk-margin-right { margin-right: $margin-margin !important; }
46
+
47
+
48
+ /* Small
49
+ ========================================================================== */
50
+
51
+ .uk-margin-small { margin-bottom: $margin-small-margin; }
52
+ * + .uk-margin-small { margin-top: $margin-small-margin !important; }
53
+
54
+ .uk-margin-small-top { margin-top: $margin-small-margin !important; }
55
+ .uk-margin-small-bottom { margin-bottom: $margin-small-margin !important; }
56
+ .uk-margin-small-left { margin-left: $margin-small-margin !important; }
57
+ .uk-margin-small-right { margin-right: $margin-small-margin !important; }
58
+
59
+
60
+ /* Medium
61
+ ========================================================================== */
62
+
63
+ .uk-margin-medium { margin-bottom: $margin-medium-margin; }
64
+ * + .uk-margin-medium { margin-top: $margin-medium-margin !important; }
65
+
66
+ .uk-margin-medium-top { margin-top: $margin-medium-margin !important; }
67
+ .uk-margin-medium-bottom { margin-bottom: $margin-medium-margin !important; }
68
+ .uk-margin-medium-left { margin-left: $margin-medium-margin !important; }
69
+ .uk-margin-medium-right { margin-right: $margin-medium-margin !important; }
70
+
71
+
72
+ /* Large
73
+ ========================================================================== */
74
+
75
+ .uk-margin-large { margin-bottom: $margin-large-margin; }
76
+ * + .uk-margin-large { margin-top: $margin-large-margin !important; }
77
+
78
+ .uk-margin-large-top { margin-top: $margin-large-margin !important; }
79
+ .uk-margin-large-bottom { margin-bottom: $margin-large-margin !important; }
80
+ .uk-margin-large-left { margin-left: $margin-large-margin !important; }
81
+ .uk-margin-large-right { margin-right: $margin-large-margin !important; }
82
+
83
+ /* Desktop and bigger */
84
+ @media (min-width: $breakpoint-large) {
85
+
86
+ .uk-margin-large { margin-bottom: $margin-large-margin-l; }
87
+ * + .uk-margin-large { margin-top: $margin-large-margin-l !important; }
88
+
89
+ .uk-margin-large-top { margin-top: $margin-large-margin-l !important; }
90
+ .uk-margin-large-bottom { margin-bottom: $margin-large-margin-l !important; }
91
+ .uk-margin-large-left { margin-left: $margin-large-margin-l !important; }
92
+ .uk-margin-large-right { margin-right: $margin-large-margin-l !important; }
93
+
94
+ }
95
+
96
+
97
+ /* XLarge
98
+ ========================================================================== */
99
+
100
+ .uk-margin-xlarge { margin-bottom: $margin-xlarge-margin; }
101
+ * + .uk-margin-xlarge { margin-top: $margin-xlarge-margin !important; }
102
+
103
+ .uk-margin-xlarge-top { margin-top: $margin-xlarge-margin !important; }
104
+ .uk-margin-xlarge-bottom { margin-bottom: $margin-xlarge-margin !important; }
105
+ .uk-margin-xlarge-left { margin-left: $margin-xlarge-margin !important; }
106
+ .uk-margin-xlarge-right { margin-right: $margin-xlarge-margin !important; }
107
+
108
+ /* Desktop and bigger */
109
+ @media (min-width: $breakpoint-large) {
110
+
111
+ .uk-margin-xlarge { margin-bottom: $margin-xlarge-margin-l; }
112
+ * + .uk-margin-xlarge { margin-top: $margin-xlarge-margin-l !important; }
113
+
114
+ .uk-margin-xlarge-top { margin-top: $margin-xlarge-margin-l !important; }
115
+ .uk-margin-xlarge-bottom { margin-bottom: $margin-xlarge-margin-l !important; }
116
+ .uk-margin-xlarge-left { margin-left: $margin-xlarge-margin-l !important; }
117
+ .uk-margin-xlarge-right { margin-right: $margin-xlarge-margin-l !important; }
118
+
119
+ }
120
+
121
+
122
+ /* Auto
123
+ ========================================================================== */
124
+
125
+ .uk-margin-auto {
126
+ margin-left: auto !important;
127
+ margin-right: auto !important;
128
+ }
129
+
130
+ .uk-margin-auto-top { margin-top: auto !important; }
131
+ .uk-margin-auto-bottom { margin-bottom: auto !important; }
132
+ .uk-margin-auto-left { margin-left: auto !important; }
133
+ .uk-margin-auto-right { margin-right: auto !important; }
134
+
135
+ .uk-margin-auto-vertical {
136
+ margin-top: auto !important;
137
+ margin-bottom: auto !important;
138
+ }
139
+
140
+ /* Phone landscape and bigger */
141
+ @media (min-width: $breakpoint-small) {
142
+
143
+ .uk-margin-auto\@s {
144
+ margin-left: auto !important;
145
+ margin-right: auto !important;
146
+ }
147
+
148
+ .uk-margin-auto-left\@s { margin-left: auto !important; }
149
+ .uk-margin-auto-right\@s { margin-right: auto !important; }
150
+
151
+ }
152
+
153
+ /* Tablet landscape and bigger */
154
+ @media (min-width: $breakpoint-medium) {
155
+
156
+ .uk-margin-auto\@m {
157
+ margin-left: auto !important;
158
+ margin-right: auto !important;
159
+ }
160
+
161
+ .uk-margin-auto-left\@m { margin-left: auto !important; }
162
+ .uk-margin-auto-right\@m { margin-right: auto !important; }
163
+
164
+ }
165
+
166
+ /* Desktop and bigger */
167
+ @media (min-width: $breakpoint-large) {
168
+
169
+ .uk-margin-auto\@l {
170
+ margin-left: auto !important;
171
+ margin-right: auto !important;
172
+ }
173
+
174
+ .uk-margin-auto-left\@l { margin-left: auto !important; }
175
+ .uk-margin-auto-right\@l { margin-right: auto !important; }
176
+
177
+ }
178
+
179
+ /* Large screen and bigger */
180
+ @media (min-width: $breakpoint-xlarge) {
181
+
182
+ .uk-margin-auto\@xl {
183
+ margin-left: auto !important;
184
+ margin-right: auto !important;
185
+ }
186
+
187
+ .uk-margin-auto-left\@xl { margin-left: auto !important; }
188
+ .uk-margin-auto-right\@xl { margin-right: auto !important; }
189
+
190
+ }
191
+
192
+
193
+ /* Remove
194
+ ========================================================================== */
195
+
196
+ .uk-margin-remove { margin: 0 !important; }
197
+ .uk-margin-remove-top { margin-top: 0 !important; }
198
+ .uk-margin-remove-bottom { margin-bottom: 0 !important; }
199
+ .uk-margin-remove-left { margin-left: 0 !important; }
200
+ .uk-margin-remove-right { margin-right: 0 !important; }
201
+
202
+ .uk-margin-remove-vertical {
203
+ margin-top: 0 !important;
204
+ margin-bottom: 0 !important;
205
+ }
206
+
207
+ .uk-margin-remove-adjacent + *,
208
+ .uk-margin-remove-first-child > :first-child { margin-top: 0 !important; }
209
+ .uk-margin-remove-last-child > :last-child { margin-bottom: 0 !important; }
210
+
211
+ /* Phone landscape and bigger */
212
+ @media (min-width: $breakpoint-small) {
213
+
214
+ .uk-margin-remove-left\@s { margin-left: 0 !important; }
215
+ .uk-margin-remove-right\@s { margin-right: 0 !important; }
216
+
217
+ }
218
+
219
+ /* Tablet landscape and bigger */
220
+ @media (min-width: $breakpoint-medium) {
221
+
222
+ .uk-margin-remove-left\@m { margin-left: 0 !important; }
223
+ .uk-margin-remove-right\@m { margin-right: 0 !important; }
224
+
225
+ }
226
+
227
+ /* Desktop and bigger */
228
+ @media (min-width: $breakpoint-large) {
229
+
230
+ .uk-margin-remove-left\@l { margin-left: 0 !important; }
231
+ .uk-margin-remove-right\@l { margin-right: 0 !important; }
232
+
233
+ }
234
+
235
+ /* Large screen and bigger */
236
+ @media (min-width: $breakpoint-xlarge) {
237
+
238
+ .uk-margin-remove-left\@xl { margin-left: 0 !important; }
239
+ .uk-margin-remove-right\@xl { margin-right: 0 !important; }
240
+
241
+ }
242
+
243
+
244
+ // Hooks
245
+ // ========================================================================
246
+
247
+ @if(mixin-exists(hook-margin-misc)) {@include hook-margin-misc();}
248
+
249
+ // @mixin hook-margin-misc(){}
@@ -0,0 +1,61 @@
1
+ // Name: Marker
2
+ // Description: Component to create a marker icon
3
+ //
4
+ // Component: `uk-marker`
5
+ //
6
+ // ========================================================================
7
+
8
+
9
+ // Variables
10
+ // ========================================================================
11
+
12
+ $marker-padding: 5px !default;
13
+ $marker-background: $global-secondary-background !default;
14
+ $marker-color: $global-inverse-color !default;
15
+
16
+ $marker-hover-color: $global-inverse-color !default;
17
+
18
+
19
+ /* ========================================================================
20
+ Component: Marker
21
+ ========================================================================== */
22
+
23
+ /*
24
+ * Addopts `uk-icon`
25
+ */
26
+
27
+ .uk-marker {
28
+ padding: $marker-padding;
29
+ background: $marker-background;
30
+ color: $marker-color;
31
+ @if(mixin-exists(hook-marker)) {@include hook-marker();}
32
+ }
33
+
34
+ /* Hover */
35
+ .uk-marker:hover {
36
+ color: $marker-hover-color;
37
+ @if(mixin-exists(hook-marker-hover)) {@include hook-marker-hover();}
38
+ }
39
+
40
+
41
+ // Hooks
42
+ // ========================================================================
43
+
44
+ @if(mixin-exists(hook-marker-misc)) {@include hook-marker-misc();}
45
+
46
+ // @mixin hook-marker(){}
47
+ // @mixin hook-marker-hover(){}
48
+ // @mixin hook-marker-misc(){}
49
+
50
+
51
+ // Inverse
52
+ // ========================================================================
53
+
54
+ $inverse-marker-background: $global-muted-background !default;
55
+ $inverse-marker-color: $global-color !default;
56
+ $inverse-marker-hover-color: $global-color !default;
57
+
58
+
59
+
60
+ // @mixin hook-inverse-marker(){}
61
+ // @mixin hook-inverse-marker-hover(){}