rails-active-ui 0.2.2 → 0.3.1
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/assets/datatables.css +15 -0
- data/app/assets/stylesheets.css +5 -1
- data/app/blocks/resource_list_block.rb +153 -0
- data/app/components/back_button_component.rb +34 -0
- data/app/components/button_component.rb +4 -2
- data/app/components/button_to_component.rb +3 -4
- data/app/components/column_component.rb +1 -1
- data/app/components/container_component.rb +1 -1
- data/app/components/dropdown_component.rb +8 -2
- data/app/components/grid_component.rb +5 -1
- data/app/components/link_to_component.rb +23 -0
- data/app/components/menu_item_component.rb +5 -1
- data/app/components/message_component.rb +3 -1
- data/app/components/modal_component.rb +23 -3
- data/app/components/paragraph_component.rb +13 -0
- data/app/components/row_component.rb +1 -1
- data/app/components/table_row_component.rb +3 -5
- data/app/components/template_component.rb +13 -0
- data/app/helpers/component_helper.rb +122 -76
- data/app/helpers/fui_helper.rb +37 -0
- data/app/javascript/datatables.js +10 -0
- data/app/javascript/ui/controllers/fui_datatable_controller.js +35 -0
- data/app/javascript/ui/controllers/fui_dropdown_controller.js +8 -1
- data/app/javascript/ui/controllers/fui_item_list_controller.js +40 -0
- data/app/javascript/ui/controllers/navigation_controller.js +23 -0
- data/app/javascript/ui/index.js +11 -0
- data/app/lib/component.rb +1 -1
- data/config/importmap.rb +3 -0
- data/config/initializers/ruby_template_handler.rb +4 -1
- 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/engine.rb +7 -2
- data/lib/ui/version.rb +1 -1
- metadata +205 -7
- data/app/components/link_component.rb +0 -23
|
@@ -0,0 +1,386 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Reset
|
|
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
|
+
Reset
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/* Border-Box */
|
|
18
|
+
*,
|
|
19
|
+
*::before,
|
|
20
|
+
*::after {
|
|
21
|
+
box-sizing: inherit;
|
|
22
|
+
}
|
|
23
|
+
html {
|
|
24
|
+
box-sizing: border-box;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* iPad Input Shadows */
|
|
28
|
+
input[type="text"],
|
|
29
|
+
input[type="email"],
|
|
30
|
+
input[type="search"],
|
|
31
|
+
input[type="password"] {
|
|
32
|
+
-webkit-appearance: none;
|
|
33
|
+
-moz-appearance: none;
|
|
34
|
+
|
|
35
|
+
/* mobile firefox too! */
|
|
36
|
+
}
|
|
37
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
38
|
+
|
|
39
|
+
/* Document
|
|
40
|
+
========================================================================== */
|
|
41
|
+
/**
|
|
42
|
+
* 1. Correct the line height in all browsers.
|
|
43
|
+
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
44
|
+
*/
|
|
45
|
+
html {
|
|
46
|
+
line-height: 1.15;
|
|
47
|
+
|
|
48
|
+
/* 1 */
|
|
49
|
+
-webkit-text-size-adjust: 100%;
|
|
50
|
+
|
|
51
|
+
/* 2 */
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/* Sections
|
|
55
|
+
========================================================================== */
|
|
56
|
+
/**
|
|
57
|
+
* Remove the margin in all browsers.
|
|
58
|
+
*/
|
|
59
|
+
body {
|
|
60
|
+
margin: 0;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Render the `main` element consistently in IE.
|
|
64
|
+
*/
|
|
65
|
+
main {
|
|
66
|
+
display: block;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Correct the font size and margin on `h1` elements within `section` and
|
|
70
|
+
* `article` contexts in Chrome, Firefox, and Safari.
|
|
71
|
+
*/
|
|
72
|
+
h1 {
|
|
73
|
+
font-size: 2em;
|
|
74
|
+
margin: 0.67em 0;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/* Grouping content
|
|
78
|
+
========================================================================== */
|
|
79
|
+
/**
|
|
80
|
+
* 1. Add the correct box sizing in Firefox.
|
|
81
|
+
* 2. Show the overflow in Edge and IE.
|
|
82
|
+
*/
|
|
83
|
+
hr {
|
|
84
|
+
box-sizing: content-box;
|
|
85
|
+
|
|
86
|
+
/* 1 */
|
|
87
|
+
height: 0;
|
|
88
|
+
|
|
89
|
+
/* 1 */
|
|
90
|
+
overflow: visible;
|
|
91
|
+
|
|
92
|
+
/* 2 */
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
96
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
|
97
|
+
*/
|
|
98
|
+
pre {
|
|
99
|
+
font-family: monospace, monospace;
|
|
100
|
+
|
|
101
|
+
/* 1 */
|
|
102
|
+
font-size: 1em;
|
|
103
|
+
|
|
104
|
+
/* 2 */
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/* Text-level semantics
|
|
108
|
+
========================================================================== */
|
|
109
|
+
/**
|
|
110
|
+
* Remove the gray background on active links in IE 10.
|
|
111
|
+
*/
|
|
112
|
+
a {
|
|
113
|
+
background-color: transparent;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* 1. Remove the bottom border in Chrome 57-
|
|
117
|
+
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
118
|
+
*/
|
|
119
|
+
abbr[title] {
|
|
120
|
+
border-bottom: none;
|
|
121
|
+
|
|
122
|
+
/* 1 */
|
|
123
|
+
text-decoration: underline;
|
|
124
|
+
|
|
125
|
+
/* 2 */
|
|
126
|
+
-webkit-text-decoration: underline dotted;
|
|
127
|
+
text-decoration: underline dotted;
|
|
128
|
+
|
|
129
|
+
/* 2 */
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
133
|
+
*/
|
|
134
|
+
b,
|
|
135
|
+
strong {
|
|
136
|
+
font-weight: bolder;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
140
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
|
141
|
+
*/
|
|
142
|
+
code,
|
|
143
|
+
kbd,
|
|
144
|
+
samp {
|
|
145
|
+
font-family: monospace, monospace;
|
|
146
|
+
|
|
147
|
+
/* 1 */
|
|
148
|
+
font-size: 1em;
|
|
149
|
+
|
|
150
|
+
/* 2 */
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* Add the correct font size in all browsers.
|
|
154
|
+
*/
|
|
155
|
+
small {
|
|
156
|
+
font-size: 80%;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
160
|
+
* all browsers.
|
|
161
|
+
*/
|
|
162
|
+
sub,
|
|
163
|
+
sup {
|
|
164
|
+
font-size: 75%;
|
|
165
|
+
line-height: 0;
|
|
166
|
+
position: relative;
|
|
167
|
+
vertical-align: baseline;
|
|
168
|
+
}
|
|
169
|
+
sub {
|
|
170
|
+
bottom: -0.25em;
|
|
171
|
+
}
|
|
172
|
+
sup {
|
|
173
|
+
top: -0.5em;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/* Embedded content
|
|
177
|
+
========================================================================== */
|
|
178
|
+
/**
|
|
179
|
+
* Remove the border on images inside links in IE 10.
|
|
180
|
+
*/
|
|
181
|
+
img {
|
|
182
|
+
border-style: none;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
/* Forms
|
|
186
|
+
========================================================================== */
|
|
187
|
+
/**
|
|
188
|
+
* 1. Change the font styles in all browsers.
|
|
189
|
+
* 2. Remove the margin in Firefox and Safari.
|
|
190
|
+
*/
|
|
191
|
+
button,
|
|
192
|
+
input,
|
|
193
|
+
optgroup,
|
|
194
|
+
select,
|
|
195
|
+
textarea {
|
|
196
|
+
font-family: inherit;
|
|
197
|
+
|
|
198
|
+
/* 1 */
|
|
199
|
+
font-size: 100%;
|
|
200
|
+
|
|
201
|
+
/* 1 */
|
|
202
|
+
line-height: 1.15;
|
|
203
|
+
|
|
204
|
+
/* 1 */
|
|
205
|
+
margin: 0;
|
|
206
|
+
|
|
207
|
+
/* 2 */
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Show the overflow in IE.
|
|
211
|
+
* 1. Show the overflow in Edge.
|
|
212
|
+
*/
|
|
213
|
+
button,
|
|
214
|
+
input {
|
|
215
|
+
overflow: visible;
|
|
216
|
+
|
|
217
|
+
/* 1 */
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
221
|
+
* 1. Remove the inheritance of text transform in Firefox.
|
|
222
|
+
*/
|
|
223
|
+
button,
|
|
224
|
+
select {
|
|
225
|
+
text-transform: none;
|
|
226
|
+
|
|
227
|
+
/* 1 */
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* Correct the inability to style clickable types in iOS and Safari.
|
|
231
|
+
*/
|
|
232
|
+
button,
|
|
233
|
+
[type="button"],
|
|
234
|
+
[type="reset"],
|
|
235
|
+
[type="submit"] {
|
|
236
|
+
-webkit-appearance: button;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Remove the inner border and padding in Firefox.
|
|
240
|
+
*/
|
|
241
|
+
button::-moz-focus-inner,
|
|
242
|
+
[type="button"]::-moz-focus-inner,
|
|
243
|
+
[type="reset"]::-moz-focus-inner,
|
|
244
|
+
[type="submit"]::-moz-focus-inner {
|
|
245
|
+
border-style: none;
|
|
246
|
+
padding: 0;
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* Restore the focus styles unset by the previous rule.
|
|
250
|
+
*/
|
|
251
|
+
button:-moz-focusring,
|
|
252
|
+
[type="button"]:-moz-focusring,
|
|
253
|
+
[type="reset"]:-moz-focusring,
|
|
254
|
+
[type="submit"]:-moz-focusring {
|
|
255
|
+
outline: 1px dotted ButtonText;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* Correct the padding in Firefox.
|
|
259
|
+
*/
|
|
260
|
+
fieldset {
|
|
261
|
+
padding: 0.35em 0.75em 0.625em;
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* 1. Correct the text wrapping in Edge and IE.
|
|
265
|
+
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
|
266
|
+
* 3. Remove the padding so developers are not caught out when they zero out
|
|
267
|
+
* `fieldset` elements in all browsers.
|
|
268
|
+
*/
|
|
269
|
+
legend {
|
|
270
|
+
box-sizing: border-box;
|
|
271
|
+
|
|
272
|
+
/* 1 */
|
|
273
|
+
color: inherit;
|
|
274
|
+
|
|
275
|
+
/* 2 */
|
|
276
|
+
display: table;
|
|
277
|
+
|
|
278
|
+
/* 1 */
|
|
279
|
+
max-width: 100%;
|
|
280
|
+
|
|
281
|
+
/* 1 */
|
|
282
|
+
padding: 0;
|
|
283
|
+
|
|
284
|
+
/* 3 */
|
|
285
|
+
white-space: normal;
|
|
286
|
+
|
|
287
|
+
/* 1 */
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
291
|
+
*/
|
|
292
|
+
progress {
|
|
293
|
+
vertical-align: baseline;
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* Remove the default vertical scrollbar in IE 10+.
|
|
297
|
+
*/
|
|
298
|
+
textarea {
|
|
299
|
+
overflow: auto;
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* 1. Add the correct box sizing in IE 10.
|
|
303
|
+
* 2. Remove the padding in IE 10.
|
|
304
|
+
*/
|
|
305
|
+
[type="checkbox"],
|
|
306
|
+
[type="radio"] {
|
|
307
|
+
box-sizing: border-box;
|
|
308
|
+
|
|
309
|
+
/* 1 */
|
|
310
|
+
padding: 0;
|
|
311
|
+
|
|
312
|
+
/* 2 */
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
316
|
+
*/
|
|
317
|
+
[type="number"]::-webkit-inner-spin-button,
|
|
318
|
+
[type="number"]::-webkit-outer-spin-button {
|
|
319
|
+
height: auto;
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* 1. Correct the odd appearance in Chrome and Safari.
|
|
323
|
+
* 2. Correct the outline style in Safari.
|
|
324
|
+
*/
|
|
325
|
+
[type="search"] {
|
|
326
|
+
-webkit-appearance: textfield;
|
|
327
|
+
|
|
328
|
+
/* 1 */
|
|
329
|
+
outline-offset: -2px;
|
|
330
|
+
|
|
331
|
+
/* 2 */
|
|
332
|
+
}
|
|
333
|
+
/**
|
|
334
|
+
* Remove the inner padding in Chrome and Safari on macOS.
|
|
335
|
+
*/
|
|
336
|
+
[type="search"]::-webkit-search-decoration {
|
|
337
|
+
-webkit-appearance: none;
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
341
|
+
* 2. Change font properties to `inherit` in Safari.
|
|
342
|
+
*/
|
|
343
|
+
::-webkit-file-upload-button {
|
|
344
|
+
-webkit-appearance: button;
|
|
345
|
+
|
|
346
|
+
/* 1 */
|
|
347
|
+
font: inherit;
|
|
348
|
+
|
|
349
|
+
/* 2 */
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
/* Interactive
|
|
353
|
+
========================================================================== */
|
|
354
|
+
/*
|
|
355
|
+
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
356
|
+
*/
|
|
357
|
+
details {
|
|
358
|
+
display: block;
|
|
359
|
+
}
|
|
360
|
+
/*
|
|
361
|
+
* Add the correct display in all browsers.
|
|
362
|
+
*/
|
|
363
|
+
summary {
|
|
364
|
+
display: list-item;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/* Misc
|
|
368
|
+
========================================================================== */
|
|
369
|
+
/**
|
|
370
|
+
* Add the correct display in IE 10+.
|
|
371
|
+
*/
|
|
372
|
+
template {
|
|
373
|
+
display: none;
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* Add the correct display in IE 10.
|
|
377
|
+
*/
|
|
378
|
+
[hidden] {
|
|
379
|
+
display: none;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
/*******************************
|
|
384
|
+
Site Overrides
|
|
385
|
+
*******************************/
|
|
386
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Reset
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/*,::after,::before{box-sizing:inherit}html{box-sizing:border-box}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Reveal
|
|
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
|
+
Reveal
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
.ui.reveal {
|
|
17
|
+
display: inherit;
|
|
18
|
+
position: relative !important;
|
|
19
|
+
font-size: 0;
|
|
20
|
+
}
|
|
21
|
+
.ui.reveal > .visible.content {
|
|
22
|
+
position: absolute !important;
|
|
23
|
+
top: 0 !important;
|
|
24
|
+
left: 0 !important;
|
|
25
|
+
z-index: 3 !important;
|
|
26
|
+
transition: all 0.5s ease 0.1s;
|
|
27
|
+
}
|
|
28
|
+
.ui.reveal > .hidden.content {
|
|
29
|
+
position: relative !important;
|
|
30
|
+
z-index: 2 !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* Make sure hovered element is on top of other reveal */
|
|
34
|
+
.ui.active.reveal .visible.content,
|
|
35
|
+
.ui.reveal:hover .visible.content {
|
|
36
|
+
z-index: 4 !important;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/*******************************
|
|
41
|
+
Types
|
|
42
|
+
*******************************/
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/* --------------
|
|
46
|
+
Slide
|
|
47
|
+
--------------- */
|
|
48
|
+
.ui.slide.reveal {
|
|
49
|
+
position: relative !important;
|
|
50
|
+
overflow: hidden !important;
|
|
51
|
+
white-space: nowrap;
|
|
52
|
+
}
|
|
53
|
+
.ui.slide.reveal > .content {
|
|
54
|
+
display: block;
|
|
55
|
+
width: 100%;
|
|
56
|
+
white-space: normal;
|
|
57
|
+
float: left;
|
|
58
|
+
margin: 0;
|
|
59
|
+
transition: transform 0.5s ease 0.1s;
|
|
60
|
+
}
|
|
61
|
+
.ui.slide.reveal > .visible.content {
|
|
62
|
+
position: relative !important;
|
|
63
|
+
}
|
|
64
|
+
.ui.slide.reveal > .hidden.content {
|
|
65
|
+
position: absolute !important;
|
|
66
|
+
left: 0 !important;
|
|
67
|
+
width: 100% !important;
|
|
68
|
+
transform: translateX(100%) !important;
|
|
69
|
+
}
|
|
70
|
+
.ui.slide.active.reveal > .visible.content,
|
|
71
|
+
.ui.slide.reveal:hover > .visible.content {
|
|
72
|
+
transform: translateX(-100%) !important;
|
|
73
|
+
}
|
|
74
|
+
.ui.slide.active.reveal > .hidden.content,
|
|
75
|
+
.ui.slide.reveal:hover > .hidden.content {
|
|
76
|
+
transform: translateX(0) !important;
|
|
77
|
+
}
|
|
78
|
+
.ui.slide.right.reveal > .visible.content {
|
|
79
|
+
transform: translateX(0) !important;
|
|
80
|
+
}
|
|
81
|
+
.ui.slide.right.reveal > .hidden.content {
|
|
82
|
+
transform: translateX(-100%) !important;
|
|
83
|
+
}
|
|
84
|
+
.ui.slide.right.active.reveal > .visible.content,
|
|
85
|
+
.ui.slide.right.reveal:hover > .visible.content {
|
|
86
|
+
transform: translateX(100%) !important;
|
|
87
|
+
}
|
|
88
|
+
.ui.slide.right.active.reveal > .hidden.content,
|
|
89
|
+
.ui.slide.right.reveal:hover > .hidden.content {
|
|
90
|
+
transform: translateX(0) !important;
|
|
91
|
+
}
|
|
92
|
+
.ui.slide.up.reveal > .hidden.content {
|
|
93
|
+
transform: translateY(100%) !important;
|
|
94
|
+
}
|
|
95
|
+
.ui.slide.up.active.reveal > .visible.content,
|
|
96
|
+
.ui.slide.up.reveal:hover > .visible.content {
|
|
97
|
+
transform: translateY(-100%) !important;
|
|
98
|
+
}
|
|
99
|
+
.ui.slide.up.active.reveal > .hidden.content,
|
|
100
|
+
.ui.slide.up.reveal:hover > .hidden.content {
|
|
101
|
+
transform: translateY(0) !important;
|
|
102
|
+
}
|
|
103
|
+
.ui.slide.down.reveal > .hidden.content {
|
|
104
|
+
transform: translateY(-100%) !important;
|
|
105
|
+
}
|
|
106
|
+
.ui.slide.down.active.reveal > .visible.content,
|
|
107
|
+
.ui.slide.down.reveal:hover > .visible.content {
|
|
108
|
+
transform: translateY(100%) !important;
|
|
109
|
+
}
|
|
110
|
+
.ui.slide.down.active.reveal > .hidden.content,
|
|
111
|
+
.ui.slide.down.reveal:hover > .hidden.content {
|
|
112
|
+
transform: translateY(0) !important;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/* --------------
|
|
116
|
+
Fade
|
|
117
|
+
--------------- */
|
|
118
|
+
.ui.fade.reveal > .visible.content {
|
|
119
|
+
opacity: 1;
|
|
120
|
+
}
|
|
121
|
+
.ui.fade.active.reveal > .visible.content,
|
|
122
|
+
.ui.fade.reveal:hover > .visible.content {
|
|
123
|
+
opacity: 0;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/* --------------
|
|
127
|
+
Move
|
|
128
|
+
--------------- */
|
|
129
|
+
.ui.move.reveal {
|
|
130
|
+
position: relative !important;
|
|
131
|
+
overflow: hidden !important;
|
|
132
|
+
white-space: nowrap;
|
|
133
|
+
}
|
|
134
|
+
.ui.move.reveal > .content {
|
|
135
|
+
display: block;
|
|
136
|
+
float: left;
|
|
137
|
+
white-space: normal;
|
|
138
|
+
margin: 0;
|
|
139
|
+
transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
|
|
140
|
+
}
|
|
141
|
+
.ui.move.reveal > .visible.content {
|
|
142
|
+
position: relative !important;
|
|
143
|
+
}
|
|
144
|
+
.ui.move.reveal > .hidden.content {
|
|
145
|
+
position: absolute !important;
|
|
146
|
+
left: 0 !important;
|
|
147
|
+
width: 100% !important;
|
|
148
|
+
}
|
|
149
|
+
.ui.move.active.reveal > .visible.content,
|
|
150
|
+
.ui.move.reveal:hover > .visible.content {
|
|
151
|
+
transform: translateX(-100%) !important;
|
|
152
|
+
}
|
|
153
|
+
.ui.move.right.active.reveal > .visible.content,
|
|
154
|
+
.ui.move.right.reveal:hover > .visible.content {
|
|
155
|
+
transform: translateX(100%) !important;
|
|
156
|
+
}
|
|
157
|
+
.ui.move.up.active.reveal > .visible.content,
|
|
158
|
+
.ui.move.up.reveal:hover > .visible.content {
|
|
159
|
+
transform: translateY(-100%) !important;
|
|
160
|
+
}
|
|
161
|
+
.ui.move.down.active.reveal > .visible.content,
|
|
162
|
+
.ui.move.down.reveal:hover > .visible.content {
|
|
163
|
+
transform: translateY(100%) !important;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* --------------
|
|
167
|
+
Rotate
|
|
168
|
+
--------------- */
|
|
169
|
+
.ui.rotate.reveal > .visible.content {
|
|
170
|
+
transition-duration: 0.5s;
|
|
171
|
+
transform: rotate(0);
|
|
172
|
+
}
|
|
173
|
+
.ui.rotate.reveal > .visible.content,
|
|
174
|
+
.ui.rotate.right.reveal > .visible.content {
|
|
175
|
+
transform-origin: bottom right;
|
|
176
|
+
}
|
|
177
|
+
.ui.rotate.active.reveal > .visible.content,
|
|
178
|
+
.ui.rotate.reveal:hover > .visible.content,
|
|
179
|
+
.ui.rotate.right.active.reveal > .visible.content,
|
|
180
|
+
.ui.rotate.right.reveal:hover > .visible.content {
|
|
181
|
+
transform: rotate(110deg);
|
|
182
|
+
}
|
|
183
|
+
.ui.rotate.left.reveal > .visible.content {
|
|
184
|
+
transform-origin: bottom left;
|
|
185
|
+
}
|
|
186
|
+
.ui.rotate.left.active.reveal > .visible.content,
|
|
187
|
+
.ui.rotate.left.reveal:hover > .visible.content {
|
|
188
|
+
transform: rotate(-110deg);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
/*******************************
|
|
193
|
+
States
|
|
194
|
+
*******************************/
|
|
195
|
+
|
|
196
|
+
.ui.disabled.reveal:hover > .visible.visible.content {
|
|
197
|
+
position: static !important;
|
|
198
|
+
display: block !important;
|
|
199
|
+
opacity: 1 !important;
|
|
200
|
+
top: 0 !important;
|
|
201
|
+
left: 0 !important;
|
|
202
|
+
right: auto !important;
|
|
203
|
+
bottom: auto !important;
|
|
204
|
+
transform: none !important;
|
|
205
|
+
}
|
|
206
|
+
.ui.disabled.reveal:hover > .hidden.hidden.content {
|
|
207
|
+
display: none !important;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
/*******************************
|
|
212
|
+
Coupling
|
|
213
|
+
*******************************/
|
|
214
|
+
|
|
215
|
+
.ui.reveal > .ui.ribbon.label {
|
|
216
|
+
z-index: 5;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
/*******************************
|
|
221
|
+
Variations
|
|
222
|
+
*******************************/
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
/* --------------
|
|
226
|
+
Visible
|
|
227
|
+
--------------- */
|
|
228
|
+
.ui.visible.reveal {
|
|
229
|
+
overflow: visible;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/* --------------
|
|
233
|
+
Instant
|
|
234
|
+
--------------- */
|
|
235
|
+
.ui.instant.reveal > .content {
|
|
236
|
+
transition-delay: 0s !important;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
/* --------------
|
|
240
|
+
Sizing
|
|
241
|
+
--------------- */
|
|
242
|
+
.ui.reveal > .content {
|
|
243
|
+
font-size: 1rem;
|
|
244
|
+
}
|
|
245
|
+
.ui.mini.reveal > .content {
|
|
246
|
+
font-size: 0.78571429rem;
|
|
247
|
+
}
|
|
248
|
+
.ui.tiny.reveal > .content {
|
|
249
|
+
font-size: 0.85714286rem;
|
|
250
|
+
}
|
|
251
|
+
.ui.small.reveal > .content {
|
|
252
|
+
font-size: 0.92857143rem;
|
|
253
|
+
}
|
|
254
|
+
.ui.large.reveal > .content {
|
|
255
|
+
font-size: 1.14285714rem;
|
|
256
|
+
}
|
|
257
|
+
.ui.big.reveal > .content {
|
|
258
|
+
font-size: 1.28571429rem;
|
|
259
|
+
}
|
|
260
|
+
.ui.huge.reveal > .content {
|
|
261
|
+
font-size: 1.42857143rem;
|
|
262
|
+
}
|
|
263
|
+
.ui.massive.reveal > .content {
|
|
264
|
+
font-size: 1.71428571rem;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
/*******************************
|
|
269
|
+
Theme Overrides
|
|
270
|
+
*******************************/
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
/*******************************
|
|
275
|
+
Site Overrides
|
|
276
|
+
*******************************/
|
|
277
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Reveal
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/.ui.reveal{display:inherit;position:relative!important;font-size:0}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:3!important;transition:all .5s ease .1s}.ui.reveal>.hidden.content{position:relative!important;z-index:2!important}.ui.active.reveal .visible.content,.ui.reveal:hover .visible.content{z-index:4!important}.ui.slide.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.slide.reveal>.content{display:block;width:100%;white-space:normal;float:left;margin:0;transition:transform .5s ease .1s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important;transform:translateX(100%)!important}.ui.slide.active.reveal>.visible.content,.ui.slide.reveal:hover>.visible.content{transform:translateX(-100%)!important}.ui.slide.active.reveal>.hidden.content,.ui.slide.reveal:hover>.hidden.content{transform:translateX(0)!important}.ui.slide.right.reveal>.visible.content{transform:translateX(0)!important}.ui.slide.right.reveal>.hidden.content{transform:translateX(-100%)!important}.ui.slide.right.active.reveal>.visible.content,.ui.slide.right.reveal:hover>.visible.content{transform:translateX(100%)!important}.ui.slide.right.active.reveal>.hidden.content,.ui.slide.right.reveal:hover>.hidden.content{transform:translateX(0)!important}.ui.slide.up.reveal>.hidden.content{transform:translateY(100%)!important}.ui.slide.up.active.reveal>.visible.content,.ui.slide.up.reveal:hover>.visible.content{transform:translateY(-100%)!important}.ui.slide.up.active.reveal>.hidden.content,.ui.slide.up.reveal:hover>.hidden.content{transform:translateY(0)!important}.ui.slide.down.reveal>.hidden.content{transform:translateY(-100%)!important}.ui.slide.down.active.reveal>.visible.content,.ui.slide.down.reveal:hover>.visible.content{transform:translateY(100%)!important}.ui.slide.down.active.reveal>.hidden.content,.ui.slide.down.reveal:hover>.hidden.content{transform:translateY(0)!important}.ui.fade.reveal>.visible.content{opacity:1}.ui.fade.active.reveal>.visible.content,.ui.fade.reveal:hover>.visible.content{opacity:0}.ui.move.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.move.reveal>.content{display:block;float:left;white-space:normal;margin:0;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s}.ui.move.reveal>.visible.content{position:relative!important}.ui.move.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important}.ui.move.active.reveal>.visible.content,.ui.move.reveal:hover>.visible.content{transform:translateX(-100%)!important}.ui.move.right.active.reveal>.visible.content,.ui.move.right.reveal:hover>.visible.content{transform:translateX(100%)!important}.ui.move.up.active.reveal>.visible.content,.ui.move.up.reveal:hover>.visible.content{transform:translateY(-100%)!important}.ui.move.down.active.reveal>.visible.content,.ui.move.down.reveal:hover>.visible.content{transform:translateY(100%)!important}.ui.rotate.reveal>.visible.content{transition-duration:.5s;transform:rotate(0)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{transform-origin:bottom right}.ui.rotate.active.reveal>.visible.content,.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.active.reveal>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{transform-origin:bottom left}.ui.rotate.left.active.reveal>.visible.content,.ui.rotate.left.reveal:hover>.visible.content{transform:rotate(-110deg)}.ui.disabled.reveal:hover>.visible.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.hidden.content{display:none!important}.ui.reveal>.ui.ribbon.label{z-index:5}.ui.visible.reveal{overflow:visible}.ui.instant.reveal>.content{transition-delay:0s!important}.ui.reveal>.content{font-size:1rem}.ui.mini.reveal>.content{font-size:.78571429rem}.ui.tiny.reveal>.content{font-size:.85714286rem}.ui.small.reveal>.content{font-size:.92857143rem}.ui.large.reveal>.content{font-size:1.14285714rem}.ui.big.reveal>.content{font-size:1.28571429rem}.ui.huge.reveal>.content{font-size:1.42857143rem}.ui.massive.reveal>.content{font-size:1.71428571rem}
|