@pageboard/html 0.14.19 → 0.14.20
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.
- package/elements/accordion.js +1 -1
- package/elements/fieldsets.js +1 -1
- package/elements/form.js +2 -2
- package/elements/grid.js +1 -1
- package/elements/image.js +1 -1
- package/elements/input-file.js +2 -2
- package/elements/input-property.js +1 -1
- package/elements/inputs.js +5 -5
- package/elements/layout.js +1 -1
- package/elements/link.js +2 -2
- package/elements/menu.js +2 -2
- package/elements/navigation.js +1 -1
- package/elements/page.js +1 -1
- package/elements/paragraph.js +2 -2
- package/elements/query-tags.js +1 -1
- package/elements/tab.js +1 -1
- package/elements/table.js +1 -1
- package/elements/template.js +1 -1
- package/package.json +3 -8
- package/ui/card.css +3 -3
- package/ui/components/accordion.css +241 -0
- package/ui/components/accordion.js +613 -0
- package/ui/components/ad.css +275 -0
- package/ui/components/api.js +1167 -0
- package/ui/components/breadcrumb.css +122 -0
- package/ui/components/button.css +3525 -0
- package/ui/components/card.css +939 -0
- package/ui/components/checkbox.css +604 -0
- package/ui/components/checkbox.js +831 -0
- package/ui/components/colorize.js +274 -0
- package/ui/components/comment.css +268 -0
- package/ui/components/container.css +149 -0
- package/ui/components/dimmer.css +224 -0
- package/ui/components/dimmer.js +733 -0
- package/ui/components/divider.css +253 -0
- package/ui/components/dropdown.css +1448 -0
- package/ui/components/dropdown.js +3955 -0
- package/ui/components/embed.css +160 -0
- package/ui/components/embed.js +706 -0
- package/ui/components/feed.css +281 -0
- package/ui/components/flag.css +1035 -0
- package/ui/components/form.css +1011 -0
- package/ui/components/form.js +1706 -0
- package/ui/components/grid.css +1941 -0
- package/ui/components/header.css +719 -0
- package/ui/components/icon.css +4777 -0
- package/ui/components/image.css +310 -0
- package/ui/components/input.css +469 -0
- package/ui/components/item.css +464 -0
- package/ui/components/label.css +1281 -0
- package/ui/components/list.css +943 -0
- package/ui/components/loader.css +339 -0
- package/ui/components/menu.css +1940 -0
- package/ui/components/message.css +468 -0
- package/ui/components/modal.css +617 -0
- package/ui/components/modal.js +1034 -0
- package/ui/components/nag.css +145 -0
- package/ui/components/nag.js +507 -0
- package/ui/components/placeholder.css +229 -0
- package/ui/components/popup.css +640 -0
- package/ui/components/popup.js +1532 -0
- package/ui/components/progress.css +502 -0
- package/ui/components/progress.js +931 -0
- package/ui/components/rail.css +152 -0
- package/ui/components/rating.css +257 -0
- package/ui/components/rating.js +508 -0
- package/ui/components/reset.css +476 -0
- package/ui/components/reveal.css +260 -0
- package/ui/components/search.css +431 -0
- package/ui/components/search.js +1505 -0
- package/ui/components/segment.css +824 -0
- package/ui/components/shape.css +143 -0
- package/ui/components/shape.js +921 -0
- package/ui/components/sidebar.css +537 -0
- package/ui/components/sidebar.js +1033 -0
- package/ui/components/site.css +184 -0
- package/ui/components/site.js +487 -0
- package/ui/components/state.js +708 -0
- package/ui/components/statistic.css +534 -0
- package/ui/components/step.css +566 -0
- package/ui/components/sticky.css +73 -0
- package/ui/components/sticky.js +959 -0
- package/ui/components/tab.css +89 -0
- package/ui/components/tab.js +952 -0
- package/ui/components/table.css +1108 -0
- package/ui/components/transition.css +1792 -0
- package/ui/components/transition.js +1095 -0
- package/ui/components/video.css +121 -0
- package/ui/components/video.js +532 -0
- package/ui/components/visibility.js +1311 -0
- package/ui/components/visit.js +517 -0
- package/ui/item.css +2 -2
- package/ui/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.svg +1008 -0
- package/ui/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/icons.eot +0 -0
- package/ui/themes/default/assets/fonts/icons.otf +0 -0
- package/ui/themes/default/assets/fonts/icons.svg +1518 -0
- package/ui/themes/default/assets/fonts/icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/icons.woff +0 -0
- package/ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.svg +366 -0
- package/ui/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/ui/themes/default/assets/images/flags.png +0 -0
|
@@ -0,0 +1,537 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Semantic UI 2.4.0 - Sidebar
|
|
3
|
+
* http://github.com/semantic-org/semantic-ui/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* http://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Sidebar
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/* Sidebar Menu */
|
|
18
|
+
.ui.sidebar {
|
|
19
|
+
position: fixed;
|
|
20
|
+
top: 0;
|
|
21
|
+
left: 0;
|
|
22
|
+
backface-visibility: hidden;
|
|
23
|
+
transition: none;
|
|
24
|
+
will-change: transform;
|
|
25
|
+
transform: translate3d(0, 0, 0);
|
|
26
|
+
visibility: hidden;
|
|
27
|
+
-webkit-overflow-scrolling: touch;
|
|
28
|
+
height: 100% !important;
|
|
29
|
+
max-height: 100%;
|
|
30
|
+
border-radius: 0em !important;
|
|
31
|
+
margin: 0em !important;
|
|
32
|
+
overflow-y: auto !important;
|
|
33
|
+
z-index: 102;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* GPU Layers for Child Elements */
|
|
37
|
+
.ui.sidebar > * {
|
|
38
|
+
backface-visibility: hidden;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/*--------------
|
|
42
|
+
Direction
|
|
43
|
+
---------------*/
|
|
44
|
+
|
|
45
|
+
.ui.left.sidebar {
|
|
46
|
+
right: auto;
|
|
47
|
+
left: 0px;
|
|
48
|
+
transform: translate3d(-100%, 0, 0);
|
|
49
|
+
}
|
|
50
|
+
.ui.right.sidebar {
|
|
51
|
+
right: 0px !important;
|
|
52
|
+
left: auto !important;
|
|
53
|
+
transform: translate3d(100%, 0%, 0);
|
|
54
|
+
}
|
|
55
|
+
.ui.top.sidebar,
|
|
56
|
+
.ui.bottom.sidebar {
|
|
57
|
+
width: 100% !important;
|
|
58
|
+
height: auto !important;
|
|
59
|
+
}
|
|
60
|
+
.ui.top.sidebar {
|
|
61
|
+
top: 0px !important;
|
|
62
|
+
bottom: auto !important;
|
|
63
|
+
transform: translate3d(0, -100%, 0);
|
|
64
|
+
}
|
|
65
|
+
.ui.bottom.sidebar {
|
|
66
|
+
top: auto !important;
|
|
67
|
+
bottom: 0px !important;
|
|
68
|
+
transform: translate3d(0, 100%, 0);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/*--------------
|
|
72
|
+
Pushable
|
|
73
|
+
---------------*/
|
|
74
|
+
|
|
75
|
+
.pushable {
|
|
76
|
+
height: 100%;
|
|
77
|
+
overflow-x: hidden;
|
|
78
|
+
padding: 0em !important;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* Whole Page */
|
|
82
|
+
body.pushable {
|
|
83
|
+
background: #545454 !important;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/* Page Context */
|
|
87
|
+
.pushable:not(body) {
|
|
88
|
+
transform: translate3d(0, 0, 0);
|
|
89
|
+
}
|
|
90
|
+
.pushable:not(body) > .ui.sidebar,
|
|
91
|
+
.pushable:not(body) > .fixed,
|
|
92
|
+
.pushable:not(body) > .pusher::after {
|
|
93
|
+
position: absolute;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/*--------------
|
|
97
|
+
Fixed
|
|
98
|
+
---------------*/
|
|
99
|
+
|
|
100
|
+
.pushable > .fixed {
|
|
101
|
+
position: fixed;
|
|
102
|
+
backface-visibility: hidden;
|
|
103
|
+
transition: transform 500ms ease;
|
|
104
|
+
will-change: transform;
|
|
105
|
+
z-index: 101;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/*--------------
|
|
109
|
+
Page
|
|
110
|
+
---------------*/
|
|
111
|
+
|
|
112
|
+
.pushable > .pusher {
|
|
113
|
+
position: relative;
|
|
114
|
+
backface-visibility: hidden;
|
|
115
|
+
overflow: hidden;
|
|
116
|
+
min-height: 100%;
|
|
117
|
+
transition: transform 500ms ease;
|
|
118
|
+
z-index: 2;
|
|
119
|
+
}
|
|
120
|
+
body.pushable > .pusher {
|
|
121
|
+
background: #FFFFFF;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/* Pusher should inherit background from context */
|
|
125
|
+
.pushable > .pusher {
|
|
126
|
+
background: inherit;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/*--------------
|
|
130
|
+
Dimmer
|
|
131
|
+
---------------*/
|
|
132
|
+
|
|
133
|
+
.pushable > .pusher::after {
|
|
134
|
+
position: fixed;
|
|
135
|
+
top: 0px;
|
|
136
|
+
right: 0px;
|
|
137
|
+
content: '';
|
|
138
|
+
background-color: rgb(0 0 0 / 40%);
|
|
139
|
+
overflow: hidden;
|
|
140
|
+
opacity: 0;
|
|
141
|
+
transition: opacity 500ms;
|
|
142
|
+
will-change: opacity;
|
|
143
|
+
z-index: 1000;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/*--------------
|
|
147
|
+
Coupling
|
|
148
|
+
---------------*/
|
|
149
|
+
|
|
150
|
+
.ui.sidebar.menu .item {
|
|
151
|
+
border-radius: 0em !important;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
/*******************************
|
|
156
|
+
States
|
|
157
|
+
*******************************/
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
/*--------------
|
|
161
|
+
Dimmed
|
|
162
|
+
---------------*/
|
|
163
|
+
|
|
164
|
+
.pushable > .pusher.dimmed::after {
|
|
165
|
+
width: 100% !important;
|
|
166
|
+
height: 100% !important;
|
|
167
|
+
opacity: 1 !important;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/*--------------
|
|
171
|
+
Animating
|
|
172
|
+
---------------*/
|
|
173
|
+
|
|
174
|
+
.ui.animating.sidebar {
|
|
175
|
+
visibility: visible;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/*--------------
|
|
179
|
+
Visible
|
|
180
|
+
---------------*/
|
|
181
|
+
|
|
182
|
+
.ui.visible.sidebar {
|
|
183
|
+
visibility: visible;
|
|
184
|
+
transform: translate3d(0, 0, 0);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/* Shadow Direction */
|
|
188
|
+
.ui.left.visible.sidebar,
|
|
189
|
+
.ui.right.visible.sidebar {
|
|
190
|
+
box-shadow: 0px 0px 20px rgb(34 36 38 / 15%);
|
|
191
|
+
}
|
|
192
|
+
.ui.top.visible.sidebar,
|
|
193
|
+
.ui.bottom.visible.sidebar {
|
|
194
|
+
box-shadow: 0px 0px 20px rgb(34 36 38 / 15%);
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/* Visible On Load */
|
|
198
|
+
.ui.visible.left.sidebar ~ .fixed,
|
|
199
|
+
.ui.visible.left.sidebar ~ .pusher {
|
|
200
|
+
transform: translate3d(260px, 0, 0);
|
|
201
|
+
}
|
|
202
|
+
.ui.visible.right.sidebar ~ .fixed,
|
|
203
|
+
.ui.visible.right.sidebar ~ .pusher {
|
|
204
|
+
transform: translate3d(-260px, 0, 0);
|
|
205
|
+
}
|
|
206
|
+
.ui.visible.top.sidebar ~ .fixed,
|
|
207
|
+
.ui.visible.top.sidebar ~ .pusher {
|
|
208
|
+
transform: translate3d(0, 36px, 0);
|
|
209
|
+
}
|
|
210
|
+
.ui.visible.bottom.sidebar ~ .fixed,
|
|
211
|
+
.ui.visible.bottom.sidebar ~ .pusher {
|
|
212
|
+
transform: translate3d(0, -36px, 0);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/* opposite sides visible forces content overlay */
|
|
216
|
+
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
|
|
217
|
+
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
|
|
218
|
+
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
|
|
219
|
+
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
|
|
220
|
+
transform: translate3d(0, 0, 0);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
/*--------------
|
|
224
|
+
iOS
|
|
225
|
+
---------------*/
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
/*******************************
|
|
230
|
+
Variations
|
|
231
|
+
*******************************/
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
/*--------------
|
|
235
|
+
Width
|
|
236
|
+
---------------*/
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
/* Left / Right */
|
|
240
|
+
.ui.thin.left.sidebar,
|
|
241
|
+
.ui.thin.right.sidebar {
|
|
242
|
+
width: 150px;
|
|
243
|
+
}
|
|
244
|
+
.ui[class*="very thin"].left.sidebar,
|
|
245
|
+
.ui[class*="very thin"].right.sidebar {
|
|
246
|
+
width: 60px;
|
|
247
|
+
}
|
|
248
|
+
.ui.left.sidebar,
|
|
249
|
+
.ui.right.sidebar {
|
|
250
|
+
width: 260px;
|
|
251
|
+
}
|
|
252
|
+
.ui.wide.left.sidebar,
|
|
253
|
+
.ui.wide.right.sidebar {
|
|
254
|
+
width: 350px;
|
|
255
|
+
}
|
|
256
|
+
.ui[class*="very wide"].left.sidebar,
|
|
257
|
+
.ui[class*="very wide"].right.sidebar {
|
|
258
|
+
width: 475px;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
/* Left Visible */
|
|
262
|
+
.ui.visible.thin.left.sidebar ~ .fixed,
|
|
263
|
+
.ui.visible.thin.left.sidebar ~ .pusher {
|
|
264
|
+
transform: translate3d(150px, 0, 0);
|
|
265
|
+
}
|
|
266
|
+
.ui.visible[class*="very thin"].left.sidebar ~ .fixed,
|
|
267
|
+
.ui.visible[class*="very thin"].left.sidebar ~ .pusher {
|
|
268
|
+
transform: translate3d(60px, 0, 0);
|
|
269
|
+
}
|
|
270
|
+
.ui.visible.wide.left.sidebar ~ .fixed,
|
|
271
|
+
.ui.visible.wide.left.sidebar ~ .pusher {
|
|
272
|
+
transform: translate3d(350px, 0, 0);
|
|
273
|
+
}
|
|
274
|
+
.ui.visible[class*="very wide"].left.sidebar ~ .fixed,
|
|
275
|
+
.ui.visible[class*="very wide"].left.sidebar ~ .pusher {
|
|
276
|
+
transform: translate3d(475px, 0, 0);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
/* Right Visible */
|
|
280
|
+
.ui.visible.thin.right.sidebar ~ .fixed,
|
|
281
|
+
.ui.visible.thin.right.sidebar ~ .pusher {
|
|
282
|
+
transform: translate3d(-150px, 0, 0);
|
|
283
|
+
}
|
|
284
|
+
.ui.visible[class*="very thin"].right.sidebar ~ .fixed,
|
|
285
|
+
.ui.visible[class*="very thin"].right.sidebar ~ .pusher {
|
|
286
|
+
transform: translate3d(-60px, 0, 0);
|
|
287
|
+
}
|
|
288
|
+
.ui.visible.wide.right.sidebar ~ .fixed,
|
|
289
|
+
.ui.visible.wide.right.sidebar ~ .pusher {
|
|
290
|
+
transform: translate3d(-350px, 0, 0);
|
|
291
|
+
}
|
|
292
|
+
.ui.visible[class*="very wide"].right.sidebar ~ .fixed,
|
|
293
|
+
.ui.visible[class*="very wide"].right.sidebar ~ .pusher {
|
|
294
|
+
transform: translate3d(-475px, 0, 0);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
/*******************************
|
|
299
|
+
Animations
|
|
300
|
+
*******************************/
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
/*--------------
|
|
304
|
+
Overlay
|
|
305
|
+
---------------*/
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
/* Set-up */
|
|
309
|
+
.ui.overlay.sidebar {
|
|
310
|
+
z-index: 102;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/* Initial */
|
|
314
|
+
.ui.left.overlay.sidebar {
|
|
315
|
+
transform: translate3d(-100%, 0%, 0);
|
|
316
|
+
}
|
|
317
|
+
.ui.right.overlay.sidebar {
|
|
318
|
+
transform: translate3d(100%, 0%, 0);
|
|
319
|
+
}
|
|
320
|
+
.ui.top.overlay.sidebar {
|
|
321
|
+
transform: translate3d(0%, -100%, 0);
|
|
322
|
+
}
|
|
323
|
+
.ui.bottom.overlay.sidebar {
|
|
324
|
+
transform: translate3d(0%, 100%, 0);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/* Animation */
|
|
328
|
+
.animating.ui.overlay.sidebar,
|
|
329
|
+
.ui.visible.overlay.sidebar {
|
|
330
|
+
transition: transform 500ms ease;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/* End - Sidebar */
|
|
334
|
+
.ui.visible.left.overlay.sidebar {
|
|
335
|
+
transform: translate3d(0%, 0%, 0);
|
|
336
|
+
}
|
|
337
|
+
.ui.visible.right.overlay.sidebar {
|
|
338
|
+
transform: translate3d(0%, 0%, 0);
|
|
339
|
+
}
|
|
340
|
+
.ui.visible.top.overlay.sidebar {
|
|
341
|
+
transform: translate3d(0%, 0%, 0);
|
|
342
|
+
}
|
|
343
|
+
.ui.visible.bottom.overlay.sidebar {
|
|
344
|
+
transform: translate3d(0%, 0%, 0);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
/* End - Pusher */
|
|
348
|
+
.ui.visible.overlay.sidebar ~ .fixed,
|
|
349
|
+
.ui.visible.overlay.sidebar ~ .pusher {
|
|
350
|
+
transform: none !important;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
/*--------------
|
|
354
|
+
Push
|
|
355
|
+
---------------*/
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
/* Initial */
|
|
359
|
+
.ui.push.sidebar {
|
|
360
|
+
transition: transform 500ms ease;
|
|
361
|
+
z-index: 102;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/* Sidebar - Initial */
|
|
365
|
+
.ui.left.push.sidebar {
|
|
366
|
+
transform: translate3d(-100%, 0, 0);
|
|
367
|
+
}
|
|
368
|
+
.ui.right.push.sidebar {
|
|
369
|
+
transform: translate3d(100%, 0, 0);
|
|
370
|
+
}
|
|
371
|
+
.ui.top.push.sidebar {
|
|
372
|
+
transform: translate3d(0%, -100%, 0);
|
|
373
|
+
}
|
|
374
|
+
.ui.bottom.push.sidebar {
|
|
375
|
+
transform: translate3d(0%, 100%, 0);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
/* End */
|
|
379
|
+
.ui.visible.push.sidebar {
|
|
380
|
+
transform: translate3d(0%, 0, 0);
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
/*--------------
|
|
384
|
+
Uncover
|
|
385
|
+
---------------*/
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
/* Initial */
|
|
389
|
+
.ui.uncover.sidebar {
|
|
390
|
+
transform: translate3d(0, 0, 0);
|
|
391
|
+
z-index: 1;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
/* End */
|
|
395
|
+
.ui.visible.uncover.sidebar {
|
|
396
|
+
transform: translate3d(0, 0, 0);
|
|
397
|
+
transition: transform 500ms ease;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
/*--------------
|
|
401
|
+
Slide Along
|
|
402
|
+
---------------*/
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
/* Initial */
|
|
406
|
+
.ui.slide.along.sidebar {
|
|
407
|
+
z-index: 1;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
/* Sidebar - Initial */
|
|
411
|
+
.ui.left.slide.along.sidebar {
|
|
412
|
+
transform: translate3d(-50%, 0, 0);
|
|
413
|
+
}
|
|
414
|
+
.ui.right.slide.along.sidebar {
|
|
415
|
+
transform: translate3d(50%, 0, 0);
|
|
416
|
+
}
|
|
417
|
+
.ui.top.slide.along.sidebar {
|
|
418
|
+
transform: translate3d(0, -50%, 0);
|
|
419
|
+
}
|
|
420
|
+
.ui.bottom.slide.along.sidebar {
|
|
421
|
+
transform: translate3d(0%, 50%, 0);
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
/* Animation */
|
|
425
|
+
.ui.animating.slide.along.sidebar {
|
|
426
|
+
transition: transform 500ms ease;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
/* End */
|
|
430
|
+
.ui.visible.slide.along.sidebar {
|
|
431
|
+
transform: translate3d(0%, 0, 0);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
/*--------------
|
|
435
|
+
Slide Out
|
|
436
|
+
---------------*/
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
/* Initial */
|
|
440
|
+
.ui.slide.out.sidebar {
|
|
441
|
+
z-index: 1;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/* Sidebar - Initial */
|
|
445
|
+
.ui.left.slide.out.sidebar {
|
|
446
|
+
transform: translate3d(50%, 0, 0);
|
|
447
|
+
}
|
|
448
|
+
.ui.right.slide.out.sidebar {
|
|
449
|
+
transform: translate3d(-50%, 0, 0);
|
|
450
|
+
}
|
|
451
|
+
.ui.top.slide.out.sidebar {
|
|
452
|
+
transform: translate3d(0%, 50%, 0);
|
|
453
|
+
}
|
|
454
|
+
.ui.bottom.slide.out.sidebar {
|
|
455
|
+
transform: translate3d(0%, -50%, 0);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
/* Animation */
|
|
459
|
+
.ui.animating.slide.out.sidebar {
|
|
460
|
+
transition: transform 500ms ease;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/* End */
|
|
464
|
+
.ui.visible.slide.out.sidebar {
|
|
465
|
+
transform: translate3d(0%, 0, 0);
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
/*--------------
|
|
469
|
+
Scale Down
|
|
470
|
+
---------------*/
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
/* Initial */
|
|
474
|
+
.ui.scale.down.sidebar {
|
|
475
|
+
transition: transform 500ms ease;
|
|
476
|
+
z-index: 102;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
/* Sidebar - Initial */
|
|
480
|
+
.ui.left.scale.down.sidebar {
|
|
481
|
+
transform: translate3d(-100%, 0, 0);
|
|
482
|
+
}
|
|
483
|
+
.ui.right.scale.down.sidebar {
|
|
484
|
+
transform: translate3d(100%, 0, 0);
|
|
485
|
+
}
|
|
486
|
+
.ui.top.scale.down.sidebar {
|
|
487
|
+
transform: translate3d(0%, -100%, 0);
|
|
488
|
+
}
|
|
489
|
+
.ui.bottom.scale.down.sidebar {
|
|
490
|
+
transform: translate3d(0%, 100%, 0);
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
/* Pusher - Initial */
|
|
494
|
+
.ui.scale.down.left.sidebar ~ .pusher {
|
|
495
|
+
transform-origin: 75% 50%;
|
|
496
|
+
}
|
|
497
|
+
.ui.scale.down.right.sidebar ~ .pusher {
|
|
498
|
+
transform-origin: 25% 50%;
|
|
499
|
+
}
|
|
500
|
+
.ui.scale.down.top.sidebar ~ .pusher {
|
|
501
|
+
transform-origin: 50% 75%;
|
|
502
|
+
}
|
|
503
|
+
.ui.scale.down.bottom.sidebar ~ .pusher {
|
|
504
|
+
transform-origin: 50% 25%;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/* Animation */
|
|
508
|
+
.ui.animating.scale.down > .visible.ui.sidebar {
|
|
509
|
+
transition: transform 500ms ease;
|
|
510
|
+
}
|
|
511
|
+
.ui.visible.scale.down.sidebar ~ .pusher,
|
|
512
|
+
.ui.animating.scale.down.sidebar ~ .pusher {
|
|
513
|
+
display: block !important;
|
|
514
|
+
width: 100%;
|
|
515
|
+
height: 100%;
|
|
516
|
+
overflow: hidden !important;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
/* End */
|
|
520
|
+
.ui.visible.scale.down.sidebar {
|
|
521
|
+
transform: translate3d(0, 0, 0);
|
|
522
|
+
}
|
|
523
|
+
.ui.visible.scale.down.sidebar ~ .pusher {
|
|
524
|
+
transform: scale(0.75);
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
/*******************************
|
|
529
|
+
Theme Overrides
|
|
530
|
+
*******************************/
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
/*******************************
|
|
535
|
+
Site Overrides
|
|
536
|
+
*******************************/
|
|
537
|
+
|