rails-active-ui 0.3.0 → 0.3.2
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.
- checksums.yaml +4 -4
- data/app/javascript/ui/controllers/turbo_modal_controller.js +36 -0
- data/config/importmap.rb +1 -0
- data/formantic-ui/components/accordion.css +369 -0
- data/formantic-ui/components/accordion.js +595 -0
- data/formantic-ui/components/accordion.min.css +9 -0
- data/formantic-ui/components/accordion.min.js +11 -0
- data/formantic-ui/components/ad.css +264 -0
- data/formantic-ui/components/ad.min.css +10 -0
- data/formantic-ui/components/api.js +1225 -0
- data/formantic-ui/components/api.min.js +11 -0
- data/formantic-ui/components/breadcrumb.css +135 -0
- data/formantic-ui/components/breadcrumb.min.css +9 -0
- data/formantic-ui/components/button.css +4058 -0
- data/formantic-ui/components/button.min.css +9 -0
- data/formantic-ui/components/calendar.css +327 -0
- data/formantic-ui/components/calendar.js +2045 -0
- data/formantic-ui/components/calendar.min.css +9 -0
- data/formantic-ui/components/calendar.min.js +11 -0
- data/formantic-ui/components/card.css +1881 -0
- data/formantic-ui/components/card.min.css +9 -0
- data/formantic-ui/components/checkbox.css +785 -0
- data/formantic-ui/components/checkbox.js +888 -0
- data/formantic-ui/components/checkbox.min.css +9 -0
- data/formantic-ui/components/checkbox.min.js +11 -0
- data/formantic-ui/components/comment.css +283 -0
- data/formantic-ui/components/comment.min.css +9 -0
- data/formantic-ui/components/container.css +300 -0
- data/formantic-ui/components/container.min.css +9 -0
- data/formantic-ui/components/dimmer.css +367 -0
- data/formantic-ui/components/dimmer.js +732 -0
- data/formantic-ui/components/dimmer.min.css +9 -0
- data/formantic-ui/components/dimmer.min.js +11 -0
- data/formantic-ui/components/divider.css +287 -0
- data/formantic-ui/components/divider.min.css +9 -0
- data/formantic-ui/components/dropdown.css +2087 -0
- data/formantic-ui/components/dropdown.js +4432 -0
- data/formantic-ui/components/dropdown.min.css +9 -0
- data/formantic-ui/components/dropdown.min.js +11 -0
- data/formantic-ui/components/embed.css +155 -0
- data/formantic-ui/components/embed.js +688 -0
- data/formantic-ui/components/embed.min.css +9 -0
- data/formantic-ui/components/embed.min.js +11 -0
- data/formantic-ui/components/emoji.css +15311 -0
- data/formantic-ui/components/emoji.min.css +9 -0
- data/formantic-ui/components/feed.css +799 -0
- data/formantic-ui/components/feed.min.css +9 -0
- data/formantic-ui/components/flag.css +1149 -0
- data/formantic-ui/components/flag.min.css +9 -0
- data/formantic-ui/components/flyout.css +546 -0
- data/formantic-ui/components/flyout.js +1551 -0
- data/formantic-ui/components/flyout.min.css +9 -0
- data/formantic-ui/components/flyout.min.js +11 -0
- data/formantic-ui/components/form.css +1885 -0
- data/formantic-ui/components/form.js +2199 -0
- data/formantic-ui/components/form.min.css +9 -0
- data/formantic-ui/components/form.min.js +11 -0
- data/formantic-ui/components/grid.css +1952 -0
- data/formantic-ui/components/grid.min.css +9 -0
- data/formantic-ui/components/header.css +778 -0
- data/formantic-ui/components/header.min.css +9 -0
- data/formantic-ui/components/icon.css +7066 -0
- data/formantic-ui/components/icon.min.css +9 -0
- data/formantic-ui/components/image.css +315 -0
- data/formantic-ui/components/image.min.css +9 -0
- data/formantic-ui/components/input.css +1566 -0
- data/formantic-ui/components/input.min.css +9 -0
- data/formantic-ui/components/item.css +534 -0
- data/formantic-ui/components/item.min.css +9 -0
- data/formantic-ui/components/label.css +2114 -0
- data/formantic-ui/components/label.min.css +9 -0
- data/formantic-ui/components/list.css +955 -0
- data/formantic-ui/components/list.min.css +9 -0
- data/formantic-ui/components/loader.css +787 -0
- data/formantic-ui/components/loader.min.css +9 -0
- data/formantic-ui/components/menu.css +2131 -0
- data/formantic-ui/components/menu.min.css +9 -0
- data/formantic-ui/components/message.css +619 -0
- data/formantic-ui/components/message.min.css +9 -0
- data/formantic-ui/components/modal.css +779 -0
- data/formantic-ui/components/modal.js +1637 -0
- data/formantic-ui/components/modal.min.css +9 -0
- data/formantic-ui/components/modal.min.js +11 -0
- data/formantic-ui/components/nag.css +290 -0
- data/formantic-ui/components/nag.js +566 -0
- data/formantic-ui/components/nag.min.css +9 -0
- data/formantic-ui/components/nag.min.js +11 -0
- data/formantic-ui/components/placeholder.css +228 -0
- data/formantic-ui/components/placeholder.min.css +9 -0
- data/formantic-ui/components/popup.css +1184 -0
- data/formantic-ui/components/popup.js +1561 -0
- data/formantic-ui/components/popup.min.css +9 -0
- data/formantic-ui/components/popup.min.js +11 -0
- data/formantic-ui/components/progress.css +761 -0
- data/formantic-ui/components/progress.js +979 -0
- data/formantic-ui/components/progress.min.css +9 -0
- data/formantic-ui/components/progress.min.js +11 -0
- data/formantic-ui/components/rail.css +147 -0
- data/formantic-ui/components/rail.min.css +9 -0
- data/formantic-ui/components/rating.css +414 -0
- data/formantic-ui/components/rating.js +540 -0
- data/formantic-ui/components/rating.min.css +9 -0
- data/formantic-ui/components/rating.min.js +11 -0
- data/formantic-ui/components/reset.css +386 -0
- data/formantic-ui/components/reset.min.css +9 -0
- data/formantic-ui/components/reveal.css +277 -0
- data/formantic-ui/components/reveal.min.css +9 -0
- data/formantic-ui/components/search.css +541 -0
- data/formantic-ui/components/search.js +1641 -0
- data/formantic-ui/components/search.min.css +9 -0
- data/formantic-ui/components/search.min.js +11 -0
- data/formantic-ui/components/segment.css +1053 -0
- data/formantic-ui/components/segment.min.css +9 -0
- data/formantic-ui/components/shape.css +144 -0
- data/formantic-ui/components/shape.js +797 -0
- data/formantic-ui/components/shape.min.css +9 -0
- data/formantic-ui/components/shape.min.js +11 -0
- data/formantic-ui/components/sidebar.css +539 -0
- data/formantic-ui/components/sidebar.js +1054 -0
- data/formantic-ui/components/sidebar.min.css +9 -0
- data/formantic-ui/components/sidebar.min.js +11 -0
- data/formantic-ui/components/site.css +286 -0
- data/formantic-ui/components/site.js +455 -0
- data/formantic-ui/components/site.min.css +9 -0
- data/formantic-ui/components/site.min.js +11 -0
- data/formantic-ui/components/slider.css +926 -0
- data/formantic-ui/components/slider.js +1546 -0
- data/formantic-ui/components/slider.min.css +9 -0
- data/formantic-ui/components/slider.min.js +11 -0
- data/formantic-ui/components/state.js +697 -0
- data/formantic-ui/components/state.min.js +11 -0
- data/formantic-ui/components/statistic.css +586 -0
- data/formantic-ui/components/statistic.min.css +9 -0
- data/formantic-ui/components/step.css +1538 -0
- data/formantic-ui/components/step.min.css +9 -0
- data/formantic-ui/components/sticky.css +73 -0
- data/formantic-ui/components/sticky.js +917 -0
- data/formantic-ui/components/sticky.min.css +9 -0
- data/formantic-ui/components/sticky.min.js +11 -0
- data/formantic-ui/components/tab.css +84 -0
- data/formantic-ui/components/tab.js +967 -0
- data/formantic-ui/components/tab.min.css +9 -0
- data/formantic-ui/components/tab.min.js +11 -0
- data/formantic-ui/components/table.css +3473 -0
- data/formantic-ui/components/table.min.css +9 -0
- data/formantic-ui/components/text.css +155 -0
- data/formantic-ui/components/text.min.css +9 -0
- data/formantic-ui/components/toast.css +751 -0
- data/formantic-ui/components/toast.js +964 -0
- data/formantic-ui/components/toast.min.css +9 -0
- data/formantic-ui/components/toast.min.js +11 -0
- data/formantic-ui/components/transition.css +1148 -0
- data/formantic-ui/components/transition.js +1034 -0
- data/formantic-ui/components/transition.min.css +9 -0
- data/formantic-ui/components/transition.min.js +11 -0
- data/formantic-ui/components/visibility.js +1292 -0
- data/formantic-ui/components/visibility.min.js +11 -0
- data/formantic-ui/semantic.css +78485 -0
- data/formantic-ui/semantic.js +31036 -0
- data/formantic-ui/semantic.min.css +11 -0
- data/formantic-ui/semantic.min.js +11 -0
- data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
- data/lib/ui/version.rb +1 -1
- metadata +194 -1
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Dimmer
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Dimmer
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
.dimmable:not(body) {
|
|
17
|
+
position: relative;
|
|
18
|
+
}
|
|
19
|
+
.ui.dimmer {
|
|
20
|
+
display: none;
|
|
21
|
+
position: absolute;
|
|
22
|
+
top: 0;
|
|
23
|
+
left: 0;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
text-align: center;
|
|
27
|
+
vertical-align: middle;
|
|
28
|
+
padding: 1em;
|
|
29
|
+
background: rgba(0, 0, 0, 0.85);
|
|
30
|
+
opacity: 0;
|
|
31
|
+
line-height: 1;
|
|
32
|
+
animation-fill-mode: both;
|
|
33
|
+
animation-duration: 0.5s;
|
|
34
|
+
transition: all 0.5s linear;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
align-items: center;
|
|
37
|
+
justify-content: center;
|
|
38
|
+
-webkit-user-select: none;
|
|
39
|
+
-ms-user-select: none;
|
|
40
|
+
user-select: none;
|
|
41
|
+
will-change: opacity;
|
|
42
|
+
z-index: 1000;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* Dimmer Content */
|
|
46
|
+
.ui.dimmer > .content {
|
|
47
|
+
-webkit-user-select: text;
|
|
48
|
+
-ms-user-select: text;
|
|
49
|
+
user-select: text;
|
|
50
|
+
color: #fff;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* Loose Coupling */
|
|
54
|
+
.ui.segment > .ui.dimmer:not(.page) {
|
|
55
|
+
border-radius: inherit;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* Scrollbars */
|
|
59
|
+
.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
|
|
60
|
+
background: rgba(255, 255, 255, 0.1);
|
|
61
|
+
}
|
|
62
|
+
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
|
|
63
|
+
background: rgba(255, 255, 255, 0.25);
|
|
64
|
+
}
|
|
65
|
+
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
|
|
66
|
+
background: rgba(255, 255, 255, 0.15);
|
|
67
|
+
}
|
|
68
|
+
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
|
|
69
|
+
background: rgba(255, 255, 255, 0.35);
|
|
70
|
+
}
|
|
71
|
+
.ui.dimmer:not(.inverted) {
|
|
72
|
+
|
|
73
|
+
/* IE11 */
|
|
74
|
+
scrollbar-face-color: #656565;
|
|
75
|
+
scrollbar-shadow-color: #656565;
|
|
76
|
+
scrollbar-track-color: #323232;
|
|
77
|
+
scrollbar-arrow-color: #323232;
|
|
78
|
+
}
|
|
79
|
+
@supports (-moz-appearance: none) {
|
|
80
|
+
.ui.dimmer:not(.inverted) {
|
|
81
|
+
|
|
82
|
+
/* firefox: first color thumb, second track */
|
|
83
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
/*******************************
|
|
89
|
+
States
|
|
90
|
+
*******************************/
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
/* Animating */
|
|
94
|
+
.animating.dimmable:not(body),
|
|
95
|
+
.dimmed.dimmable:not(body) {
|
|
96
|
+
overflow: hidden;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/* Animating / Active / Visible */
|
|
100
|
+
.dimmed.dimmable > .ui.animating.dimmer,
|
|
101
|
+
.dimmed.dimmable > .ui.visible.dimmer,
|
|
102
|
+
.ui.active.dimmer {
|
|
103
|
+
display: flex;
|
|
104
|
+
opacity: 1;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/* Disabled */
|
|
108
|
+
.ui.disabled.dimmer {
|
|
109
|
+
width: 0 !important;
|
|
110
|
+
height: 0 !important;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
/*******************************
|
|
115
|
+
Variations
|
|
116
|
+
*******************************/
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
/* --------------
|
|
120
|
+
Legacy
|
|
121
|
+
--------------- */
|
|
122
|
+
|
|
123
|
+
/* Animating / Active / Visible */
|
|
124
|
+
.dimmed.dimmable > .ui.animating.legacy.dimmer,
|
|
125
|
+
.dimmed.dimmable > .ui.visible.legacy.dimmer,
|
|
126
|
+
.ui.active.legacy.dimmer {
|
|
127
|
+
display: block;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* --------------
|
|
131
|
+
Alignment
|
|
132
|
+
--------------- */
|
|
133
|
+
.ui[class*="top aligned"].dimmer {
|
|
134
|
+
justify-content: flex-start;
|
|
135
|
+
}
|
|
136
|
+
.ui[class*="bottom aligned"].dimmer {
|
|
137
|
+
justify-content: flex-end;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/* --------------
|
|
141
|
+
Page
|
|
142
|
+
--------------- */
|
|
143
|
+
.ui.page.dimmer {
|
|
144
|
+
position: fixed;
|
|
145
|
+
transform-style: "";
|
|
146
|
+
perspective: 2000px;
|
|
147
|
+
transform-origin: center center;
|
|
148
|
+
}
|
|
149
|
+
.ui.page.dimmer.modals {
|
|
150
|
+
-moz-perspective: none;
|
|
151
|
+
}
|
|
152
|
+
body.animating.in.dimmable,
|
|
153
|
+
body.dimmed.dimmable {
|
|
154
|
+
overflow: hidden;
|
|
155
|
+
}
|
|
156
|
+
body.dimmable > .dimmer {
|
|
157
|
+
position: fixed;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/* --------------
|
|
161
|
+
Blurring
|
|
162
|
+
--------------- */
|
|
163
|
+
@supports (not (-webkit-backdrop-filter: none)) and (not ((-webkit-backdrop-filter: none) or (backdrop-filter: none))) {
|
|
164
|
+
.blurring.dimmable > :not(.dimmer) {
|
|
165
|
+
filter: initial;
|
|
166
|
+
transition: 800ms filter ease;
|
|
167
|
+
}
|
|
168
|
+
.blurring.dimmed.dimmable > :not(.dimmer):not(.popup) {
|
|
169
|
+
filter: blur(5px) grayscale(0.7);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/* Dimmer Color */
|
|
174
|
+
.blurring.dimmable > .dimmer {
|
|
175
|
+
background: rgba(0, 0, 0, 0.6);
|
|
176
|
+
-webkit-backdrop-filter: blur(5px) grayscale(0.7);
|
|
177
|
+
backdrop-filter: blur(5px) grayscale(0.7);
|
|
178
|
+
}
|
|
179
|
+
.blurring.dimmable > .inverted.dimmer {
|
|
180
|
+
background: rgba(255, 255, 255, 0.6);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/* --------------
|
|
184
|
+
Aligned
|
|
185
|
+
--------------- */
|
|
186
|
+
.ui.dimmer > .top.aligned.content > * {
|
|
187
|
+
vertical-align: top;
|
|
188
|
+
}
|
|
189
|
+
.ui.dimmer > .bottom.aligned.content > * {
|
|
190
|
+
vertical-align: bottom;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/* --------------
|
|
194
|
+
Shades
|
|
195
|
+
--------------- */
|
|
196
|
+
.medium.medium.medium.medium.medium.dimmer {
|
|
197
|
+
background: rgba(0, 0, 0, 0.65);
|
|
198
|
+
}
|
|
199
|
+
.light.light.light.light.light.dimmer {
|
|
200
|
+
background: rgba(0, 0, 0, 0.45);
|
|
201
|
+
}
|
|
202
|
+
.very.very.very.very.light.dimmer {
|
|
203
|
+
background: rgba(0, 0, 0, 0.25);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/* --------------
|
|
207
|
+
Inverted
|
|
208
|
+
--------------- */
|
|
209
|
+
.ui.inverted.dimmer {
|
|
210
|
+
background: rgba(255, 255, 255, 0.85);
|
|
211
|
+
}
|
|
212
|
+
.ui.inverted.dimmer > .content,
|
|
213
|
+
.ui.inverted.dimmer > .content > * {
|
|
214
|
+
color: #000;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/* --------------
|
|
218
|
+
Inverted Shades
|
|
219
|
+
--------------- */
|
|
220
|
+
.medium.medium.medium.medium.medium.inverted.dimmer {
|
|
221
|
+
background: rgba(255, 255, 255, 0.65);
|
|
222
|
+
}
|
|
223
|
+
.light.light.light.light.light.inverted.dimmer {
|
|
224
|
+
background: rgba(255, 255, 255, 0.45);
|
|
225
|
+
}
|
|
226
|
+
.very.very.very.very.light.inverted.dimmer {
|
|
227
|
+
background: rgba(255, 255, 255, 0.25);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/* --------------
|
|
231
|
+
Simple
|
|
232
|
+
--------------- */
|
|
233
|
+
|
|
234
|
+
/* Displays without javascript */
|
|
235
|
+
.ui.simple.dimmer {
|
|
236
|
+
display: block;
|
|
237
|
+
overflow: hidden;
|
|
238
|
+
opacity: 0;
|
|
239
|
+
width: 0;
|
|
240
|
+
height: 0;
|
|
241
|
+
z-index: -100;
|
|
242
|
+
background: rgba(0, 0, 0, 0);
|
|
243
|
+
}
|
|
244
|
+
.dimmed.dimmable > .ui.simple.dimmer {
|
|
245
|
+
overflow: visible;
|
|
246
|
+
opacity: 1;
|
|
247
|
+
width: 100%;
|
|
248
|
+
height: 100%;
|
|
249
|
+
background: rgba(0, 0, 0, 0.85);
|
|
250
|
+
z-index: 1;
|
|
251
|
+
}
|
|
252
|
+
.ui.simple.inverted.dimmer {
|
|
253
|
+
background: rgba(255, 255, 255, 0);
|
|
254
|
+
}
|
|
255
|
+
.dimmed.dimmable > .ui.simple.inverted.dimmer {
|
|
256
|
+
background: rgba(255, 255, 255, 0.85);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/* --------------
|
|
260
|
+
Partially
|
|
261
|
+
---------------- */
|
|
262
|
+
.ui[class*="top dimmer"],
|
|
263
|
+
.ui[class*="center dimmer"],
|
|
264
|
+
.ui[class*="bottom dimmer"] {
|
|
265
|
+
height: auto;
|
|
266
|
+
}
|
|
267
|
+
.ui[class*="bottom dimmer"] {
|
|
268
|
+
top: auto;
|
|
269
|
+
bottom: 0;
|
|
270
|
+
}
|
|
271
|
+
.ui[class*="center dimmer"] {
|
|
272
|
+
top: 50%;
|
|
273
|
+
transform: translateY(-50%);
|
|
274
|
+
}
|
|
275
|
+
.ui.segment > .ui.ui[class*="top dimmer"] {
|
|
276
|
+
border-bottom-left-radius: 0;
|
|
277
|
+
border-bottom-right-radius: 0;
|
|
278
|
+
}
|
|
279
|
+
.ui.segment > .ui.ui[class*="center dimmer"] {
|
|
280
|
+
border-radius: 0;
|
|
281
|
+
}
|
|
282
|
+
.ui.segment > .ui.ui[class*="bottom dimmer"] {
|
|
283
|
+
border-top-left-radius: 0;
|
|
284
|
+
border-top-right-radius: 0;
|
|
285
|
+
}
|
|
286
|
+
.ui[class*="center dimmer"].transition[class*="fade up"].in {
|
|
287
|
+
animation-name: fadeInUpCenter;
|
|
288
|
+
}
|
|
289
|
+
.ui[class*="center dimmer"].transition[class*="fade down"].in {
|
|
290
|
+
animation-name: fadeInDownCenter;
|
|
291
|
+
}
|
|
292
|
+
.ui[class*="center dimmer"].transition[class*="fade up"].out {
|
|
293
|
+
animation-name: fadeOutUpCenter;
|
|
294
|
+
}
|
|
295
|
+
.ui[class*="center dimmer"].transition[class*="fade down"].out {
|
|
296
|
+
animation-name: fadeOutDownCenter;
|
|
297
|
+
}
|
|
298
|
+
.ui[class*="center dimmer"].bounce.transition {
|
|
299
|
+
animation-name: bounceCenter;
|
|
300
|
+
}
|
|
301
|
+
@keyframes fadeInUpCenter {
|
|
302
|
+
0% {
|
|
303
|
+
opacity: 0;
|
|
304
|
+
transform: translateY(-40%);
|
|
305
|
+
}
|
|
306
|
+
100% {
|
|
307
|
+
opacity: 1;
|
|
308
|
+
transform: translateY(-50%);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
@keyframes fadeInDownCenter {
|
|
312
|
+
0% {
|
|
313
|
+
opacity: 0;
|
|
314
|
+
transform: translateY(-60%);
|
|
315
|
+
}
|
|
316
|
+
100% {
|
|
317
|
+
opacity: 1;
|
|
318
|
+
transform: translateY(-50%);
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
@keyframes fadeOutUpCenter {
|
|
322
|
+
0% {
|
|
323
|
+
opacity: 1;
|
|
324
|
+
transform: translateY(-50%);
|
|
325
|
+
}
|
|
326
|
+
100% {
|
|
327
|
+
opacity: 0;
|
|
328
|
+
transform: translateY(-45%);
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
@keyframes fadeOutDownCenter {
|
|
332
|
+
0% {
|
|
333
|
+
opacity: 1;
|
|
334
|
+
transform: translateY(-50%);
|
|
335
|
+
}
|
|
336
|
+
100% {
|
|
337
|
+
opacity: 0;
|
|
338
|
+
transform: translateY(-55%);
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
@keyframes bounceCenter {
|
|
342
|
+
0%,
|
|
343
|
+
20%,
|
|
344
|
+
50%,
|
|
345
|
+
80%,
|
|
346
|
+
100% {
|
|
347
|
+
transform: translateY(-50%);
|
|
348
|
+
}
|
|
349
|
+
40% {
|
|
350
|
+
transform: translateY(calc(-50% - 30px));
|
|
351
|
+
}
|
|
352
|
+
60% {
|
|
353
|
+
transform: translateY(calc(-50% - 15px));
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
/*******************************
|
|
359
|
+
Theme Overrides
|
|
360
|
+
*******************************/
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
/*******************************
|
|
365
|
+
User Overrides
|
|
366
|
+
*******************************/
|
|
367
|
+
|