semantic_ui_rails 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +17 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE +20 -0
  5. data/README.md +4 -0
  6. data/Rakefile +1 -0
  7. data/app/assets/fonts/semantic/icons.eot +0 -0
  8. data/app/assets/fonts/semantic/icons.svg +450 -0
  9. data/app/assets/fonts/semantic/icons.ttf +0 -0
  10. data/app/assets/fonts/semantic/icons.woff +0 -0
  11. data/app/assets/images/semantic/loader-large-inverted.gif +0 -0
  12. data/app/assets/images/semantic/loader-large.gif +0 -0
  13. data/app/assets/images/semantic/loader-medium-inverted.gif +0 -0
  14. data/app/assets/images/semantic/loader-medium.gif +0 -0
  15. data/app/assets/images/semantic/loader-mini-inverted.gif +0 -0
  16. data/app/assets/images/semantic/loader-mini.gif +0 -0
  17. data/app/assets/images/semantic/loader-small-inverted.gif +0 -0
  18. data/app/assets/images/semantic/loader-small.gif +0 -0
  19. data/app/assets/javascript/semantic/accordion.js +411 -0
  20. data/app/assets/javascript/semantic/behavior/api.js +666 -0
  21. data/app/assets/javascript/semantic/behavior/colorize.js +271 -0
  22. data/app/assets/javascript/semantic/behavior/form.js +703 -0
  23. data/app/assets/javascript/semantic/behavior/state.js +752 -0
  24. data/app/assets/javascript/semantic/chatroom.js +766 -0
  25. data/app/assets/javascript/semantic/checkbox.js +348 -0
  26. data/app/assets/javascript/semantic/dimmer.js +524 -0
  27. data/app/assets/javascript/semantic/dropdown.js +707 -0
  28. data/app/assets/javascript/semantic/modal.js +478 -0
  29. data/app/assets/javascript/semantic/nag.js +542 -0
  30. data/app/assets/javascript/semantic/popup.js +721 -0
  31. data/app/assets/javascript/semantic/rating.js +358 -0
  32. data/app/assets/javascript/semantic/search.js +769 -0
  33. data/app/assets/javascript/semantic/shape.js +776 -0
  34. data/app/assets/javascript/semantic/sidebar.js +489 -0
  35. data/app/assets/javascript/semantic/tab.js +674 -0
  36. data/app/assets/javascript/semantic/transition.js +650 -0
  37. data/app/assets/javascript/semantic/video.js +459 -0
  38. data/app/assets/stylesheets/semantic/accordion.css +97 -0
  39. data/app/assets/stylesheets/semantic/breadcrumb.css +66 -0
  40. data/app/assets/stylesheets/semantic/button.css +993 -0
  41. data/app/assets/stylesheets/semantic/chatroom.css +242 -0
  42. data/app/assets/stylesheets/semantic/checkbox.css +300 -0
  43. data/app/assets/stylesheets/semantic/comment.css +178 -0
  44. data/app/assets/stylesheets/semantic/dimmer.css +185 -0
  45. data/app/assets/stylesheets/semantic/divider.css +155 -0
  46. data/app/assets/stylesheets/semantic/dropdown.css +415 -0
  47. data/app/assets/stylesheets/semantic/feed.css +126 -0
  48. data/app/assets/stylesheets/semantic/form.css +427 -0
  49. data/app/assets/stylesheets/semantic/grid.css +561 -0
  50. data/app/assets/stylesheets/semantic/header.css +277 -0
  51. data/app/assets/stylesheets/semantic/icon.css +811 -0
  52. data/app/assets/stylesheets/semantic/image.css +143 -0
  53. data/app/assets/stylesheets/semantic/input.css +225 -0
  54. data/app/assets/stylesheets/semantic/item.css +564 -0
  55. data/app/assets/stylesheets/semantic/label.css +687 -0
  56. data/app/assets/stylesheets/semantic/list.css +418 -0
  57. data/app/assets/stylesheets/semantic/loader.css +148 -0
  58. data/app/assets/stylesheets/semantic/menu.css +1409 -0
  59. data/app/assets/stylesheets/semantic/message.css +242 -0
  60. data/app/assets/stylesheets/semantic/modal.css +123 -0
  61. data/app/assets/stylesheets/semantic/nag.css +130 -0
  62. data/app/assets/stylesheets/semantic/popup.css +209 -0
  63. data/app/assets/stylesheets/semantic/progress.css +257 -0
  64. data/app/assets/stylesheets/semantic/rating.css +120 -0
  65. data/app/assets/stylesheets/semantic/reveal.css +283 -0
  66. data/app/assets/stylesheets/semantic/search.css +222 -0
  67. data/app/assets/stylesheets/semantic/segment.css +362 -0
  68. data/app/assets/stylesheets/semantic/shape.css +87 -0
  69. data/app/assets/stylesheets/semantic/sidebar.css +100 -0
  70. data/app/assets/stylesheets/semantic/step.css +240 -0
  71. data/app/assets/stylesheets/semantic/tab.css +52 -0
  72. data/app/assets/stylesheets/semantic/table.css +468 -0
  73. data/app/assets/stylesheets/semantic/transition.css +867 -0
  74. data/app/assets/stylesheets/semantic/video.css +81 -0
  75. data/lib/semantic_ui_rails/version.rb +3 -0
  76. data/lib/semantic_ui_rails.rb +7 -0
  77. data/semantic_ui_rails.gemspec +23 -0
  78. metadata +149 -0
@@ -0,0 +1,257 @@
1
+ /*
2
+ * # Semantic Progress Bar
3
+ * http://github.com/quirkyinc/semantic
4
+ *
5
+ *
6
+ * Copyright 2013 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ * Released: Nay 14, 2013
11
+ */
12
+ /*******************************
13
+ Progress Bar
14
+ *******************************/
15
+ .ui.progress {
16
+ border: 1px solid rgba(0, 0, 0, 0.1);
17
+ width: 100%;
18
+ height: 35px;
19
+ background-color: #FAFAFA;
20
+ padding: 5px;
21
+ -webkit-border-radius: 0.3125em;
22
+ -moz-border-radius: 0.3125em;
23
+ border-radius: 0.3125em;
24
+ -webkit-box-sizing: border-box;
25
+ -moz-box-sizing: border-box;
26
+ -ms-box-sizing: border-box;
27
+ box-sizing: border-box;
28
+ }
29
+ .ui.progress .bar {
30
+ display: inline-block;
31
+ height: 100%;
32
+ background-color: #CCCCCC;
33
+ -moz-border-radius: 3px;
34
+ -webkit-border-radius: 3px;
35
+ border-radius: 3px;
36
+ -webkit-transition: width 1s ease-in-out, background-color 1s ease-out;
37
+ -moz-transition: width 1s ease-in-out, background-color 1s ease-out;
38
+ -ms-transition: width 1s ease-in-out, background-color 1s ease-out;
39
+ -o-transition: width 1s ease-in-out, background-color 1s ease-out;
40
+ transition: width 1s ease-in-out, background-color 1s ease-out;
41
+ }
42
+ /*******************************
43
+ States
44
+ *******************************/
45
+ /*--------------
46
+ Successful
47
+ ---------------*/
48
+ .ui.successful.progress .bar {
49
+ background-color: #73E064 !important;
50
+ }
51
+ .ui.successful.progress .bar,
52
+ .ui.successful.progress .bar::after {
53
+ -webkit-animation: none !important;
54
+ -moz-animation: none !important;
55
+ animation: none !important;
56
+ }
57
+ /*--------------
58
+ Failed
59
+ ---------------*/
60
+ .ui.failed.progress .bar {
61
+ background-color: #DF9BA4 !important;
62
+ }
63
+ .ui.failed.progress .bar,
64
+ .ui.failed.progress .bar::after {
65
+ -webkit-animation: none !important;
66
+ -moz-animation: none !important;
67
+ animation: none !important;
68
+ }
69
+ /*--------------
70
+ Active
71
+ ---------------*/
72
+ .ui.active.progress .bar {
73
+ position: relative;
74
+ }
75
+ .ui.active.progress .bar::after {
76
+ content: '';
77
+ opacity: 0;
78
+ position: absolute;
79
+ top: 0px;
80
+ left: 0px;
81
+ right: 0px;
82
+ bottom: 0px;
83
+ background: #FFFFFF;
84
+ -moz-border-radius: 3px;
85
+ -webkit-border-radius: 3px;
86
+ border-radius: 3px;
87
+ -webkit-animation: progress-active 2s ease-out infinite;
88
+ -moz-animation: progress-active 2s ease-out infinite;
89
+ animation: progress-active 2s ease-out infinite;
90
+ }
91
+ @-webkit-keyframes progress-active {
92
+ 0% {
93
+ opacity: 0;
94
+ width: 0;
95
+ }
96
+ 50% {
97
+ opacity: 0.3;
98
+ }
99
+ 100% {
100
+ opacity: 0;
101
+ width: 95%;
102
+ }
103
+ }
104
+ @-moz-keyframes progress-active {
105
+ 0% {
106
+ opacity: 0;
107
+ width: 0;
108
+ }
109
+ 50% {
110
+ opacity: 0.3;
111
+ }
112
+ 100% {
113
+ opacity: 0;
114
+ width: 100%;
115
+ }
116
+ }
117
+ @keyframes progress-active {
118
+ 0% {
119
+ opacity: 0;
120
+ width: 0;
121
+ }
122
+ 50% {
123
+ opacity: 0.3;
124
+ }
125
+ 100% {
126
+ opacity: 0;
127
+ width: 100%;
128
+ }
129
+ }
130
+ /*--------------
131
+ Disabled
132
+ ---------------*/
133
+ .ui.disabled.progress {
134
+ opacity: 0.35;
135
+ }
136
+ .ui.disabled.progress .bar,
137
+ .ui.disabled.progress .bar::after {
138
+ -webkit-animation: none !important;
139
+ -moz-animation: none !important;
140
+ animation: none !important;
141
+ }
142
+ /*******************************
143
+ Variations
144
+ *******************************/
145
+ /*--------------
146
+ Attached
147
+ ---------------*/
148
+ /* bottom attached */
149
+ .ui.progress.attached {
150
+ position: relative;
151
+ border: none;
152
+ }
153
+ .ui.progress.attached,
154
+ .ui.progress.attached .bar {
155
+ display: block;
156
+ height: 3px;
157
+ padding: 0px;
158
+ overflow: hidden;
159
+ -webkit-border-radius: 0em 0em 0.3125em 0.3125em;
160
+ -moz-border-radius: 0em 0em 0.3125em 0.3125em;
161
+ border-radius: 0em 0em 0.3125em 0.3125em;
162
+ }
163
+ .ui.progress.attached .bar {
164
+ -webkit-border-radius: 0em;
165
+ -moz-border-radius: 0em;
166
+ border-radius: 0em;
167
+ }
168
+ /* top attached */
169
+ .ui.progress.top.attached,
170
+ .ui.progress.top.attached .bar {
171
+ top: -2px;
172
+ -webkit-border-radius: 0.3125em 0.3125em 0em 0em;
173
+ -moz-border-radius: 0.3125em 0.3125em 0em 0em;
174
+ border-radius: 0.3125em 0.3125em 0em 0em;
175
+ }
176
+ .ui.progress.top.attached .bar {
177
+ -webkit-border-radius: 0em;
178
+ -moz-border-radius: 0em;
179
+ border-radius: 0em;
180
+ }
181
+ /*--------------
182
+ Colors
183
+ ---------------*/
184
+ .ui.blue.progress .bar {
185
+ background-color: #6ECFF5;
186
+ }
187
+ .ui.black.progress .bar {
188
+ background-color: #5C6166;
189
+ }
190
+ .ui.green.progress .bar {
191
+ background-color: #A1CF64;
192
+ }
193
+ .ui.red.progress .bar {
194
+ background-color: #EF4D6D;
195
+ }
196
+ .ui.purple.progress .bar {
197
+ background-color: #564F8A;
198
+ }
199
+ .ui.teal.progress .bar {
200
+ background-color: #00B5AD;
201
+ }
202
+ /*--------------
203
+ Striped
204
+ ---------------*/
205
+ .ui.progress.striped .bar {
206
+ -webkit-background-size: 30px 30px;
207
+ -moz-background-size: 30px 30px;
208
+ background-size: 30px 30px;
209
+ background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
210
+ background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
211
+ background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
212
+ background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
213
+ background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
214
+ background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
215
+ }
216
+ .ui.progress.active.striped .bar:after {
217
+ -webkit-animation: none;
218
+ -moz-animation: none;
219
+ -ms-animation: none;
220
+ -o-animation: none;
221
+ animation: none;
222
+ }
223
+ .ui.progress.active.striped .bar {
224
+ -webkit-animation: progress-striped 3s linear infinite;
225
+ -moz-animation: progress-striped 3s linear infinite;
226
+ animation: progress-striped 3s linear infinite;
227
+ }
228
+ @-webkit-keyframes progress-striped {
229
+ 0% {
230
+ background-position: 0px 0;
231
+ }
232
+ 100% {
233
+ background-position: 60px 0;
234
+ }
235
+ }
236
+ @-moz-keyframes progress-striped {
237
+ 0% {
238
+ background-position: 0px 0;
239
+ }
240
+ 100% {
241
+ background-position: 60px 0;
242
+ }
243
+ }
244
+ @keyframes progress-striped {
245
+ 0% {
246
+ background-position: 0px 0;
247
+ }
248
+ 100% {
249
+ background-position: 60px 0;
250
+ }
251
+ }
252
+ /*--------------
253
+ Sizes
254
+ ---------------*/
255
+ .ui.small.progress .bar {
256
+ height: 14px;
257
+ }
@@ -0,0 +1,120 @@
1
+ /*******************************
2
+ Star Rating
3
+ *******************************/
4
+ .ui.rating {
5
+ display: inline-block;
6
+ vertical-align: middle;
7
+ margin: 0em 0.5em;
8
+ }
9
+ .ui.rating:first-child {
10
+ margin-left: 0em;
11
+ }
12
+ .ui.rating:last-child {
13
+ margin-right: 0em;
14
+ }
15
+ .ui.rating:after {
16
+ display: block;
17
+ content: '';
18
+ visibility: hidden;
19
+ clear: both;
20
+ height: 0;
21
+ }
22
+ /* Icon */
23
+ .ui.rating .icon {
24
+ cursor: default;
25
+ float: left;
26
+ margin: 0em;
27
+ width: 1em;
28
+ height: auto;
29
+ padding: 0em;
30
+ font-weight: normal;
31
+ font-style: normal;
32
+ }
33
+ .ui.rating .icon:after {
34
+ content: "\2605";
35
+ color: rgba(0, 0, 0, 0.15);
36
+ -webkit-transition: color 0.3s ease,
37
+ opacity 0.3s ease
38
+ ;
39
+ -moz-transition: color 0.3s ease,
40
+ opacity 0.3s ease
41
+ ;
42
+ -ms-transition: color 0.3s ease,
43
+ opacity 0.3s ease
44
+ ;
45
+ -o-transition: color 0.3s ease,
46
+ opacity 0.3s ease
47
+ ;
48
+ transition: color 0.3s ease,
49
+ opacity 0.3s ease
50
+ ;
51
+ }
52
+ /*******************************
53
+ Types
54
+ *******************************/
55
+ /*-------------------
56
+ Star
57
+ --------------------*/
58
+ .ui.star.rating .icon:after {
59
+ content: '\e800';
60
+ font-family: 'Icons';
61
+ }
62
+ .ui.star.rating .active.icon:after {
63
+ content: '\e801';
64
+ font-family: 'Icons';
65
+ }
66
+ /*-------------------
67
+ Heart
68
+ --------------------*/
69
+ .ui.heart.rating .icon:after {
70
+ content: '\2661';
71
+ font-family: 'Icons';
72
+ }
73
+ .ui.heart.rating .active.icon:after {
74
+ content: '\2665';
75
+ font-family: 'Icons';
76
+ color: #EF404A;
77
+ }
78
+ .ui.heart.rating .hover.icon:after,
79
+ .ui.heart.rating .active.hover.icon:after {
80
+ color: #FF2733;
81
+ }
82
+ /*******************************
83
+ States
84
+ *******************************/
85
+ /*-------------------
86
+ Active
87
+ --------------------*/
88
+ /* active rating */
89
+ .ui.active.rating .icon {
90
+ cursor: pointer;
91
+ }
92
+ /* active icons */
93
+ .ui.rating .active.icon:after {
94
+ color: #FFCB08;
95
+ }
96
+ /*-------------------
97
+ Hover
98
+ --------------------*/
99
+ /* rating */
100
+ .ui.rating.hover .active.icon:after {
101
+ opacity: 0.5;
102
+ }
103
+ /* icon */
104
+ .ui.rating .icon.hover:after,
105
+ .ui.rating .icon.hover.active:after {
106
+ opacity: 1;
107
+ color: #FFB70A;
108
+ }
109
+ /*******************************
110
+ Variations
111
+ *******************************/
112
+ .ui.small.rating {
113
+ font-size: 1rem;
114
+ }
115
+ .ui.rating {
116
+ font-size: 1.5rem;
117
+ }
118
+ .ui.large.rating {
119
+ font-size: 2rem;
120
+ }
@@ -0,0 +1,283 @@
1
+ /*
2
+ * # Semantic Reveal
3
+ * http://github.com/quirkyinc/semantic
4
+ *
5
+ *
6
+ * Copyright 2013 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ * Released: June 28, 2013
11
+ */
12
+ /*******************************
13
+ Reveal
14
+ *******************************/
15
+ .ui.reveal {
16
+ display: inline-block;
17
+ position: relative !important;
18
+ z-index: 2 !important;
19
+ font-size: 0em !important;
20
+ }
21
+ .ui.reveal > .content {
22
+ font-size: 1em !important;
23
+ }
24
+ .ui.reveal > .visible.content {
25
+ -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
26
+ -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
27
+ -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
28
+ transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
29
+ }
30
+ .ui.reveal > .visible.content {
31
+ position: absolute !important;
32
+ top: 0em !important;
33
+ left: 0em !important;
34
+ z-index: 4 !important;
35
+ -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
36
+ -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
37
+ -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
38
+ transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
39
+ }
40
+ .ui.reveal > .hidden.content {
41
+ position: relative !important;
42
+ z-index: 3 !important;
43
+ }
44
+ /*------------------
45
+ Loose Coupling
46
+ -------------------*/
47
+ .ui.reveal.button {
48
+ overflow: hidden;
49
+ }
50
+ /*******************************
51
+ Types
52
+ *******************************/
53
+ /*--------------
54
+ Slide
55
+ ---------------*/
56
+ .ui.slide.reveal {
57
+ position: relative !important;
58
+ display: block;
59
+ overflow: hidden !important;
60
+ white-space: nowrap;
61
+ }
62
+ .ui.slide.reveal > .content {
63
+ display: block;
64
+ float: left;
65
+ -webkit-box-sizing: border-box;
66
+ -moz-box-sizing: border-box;
67
+ -ms-box-sizing: border-box;
68
+ box-sizing: border-box;
69
+ margin: 0em;
70
+ -webkit-transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
71
+ -moz-transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
72
+ -ms-transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
73
+ transition: top 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, left 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, right 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s, bottom 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
74
+ }
75
+ .ui.slide.reveal > .visible.content {
76
+ position: relative !important;
77
+ }
78
+ .ui.slide.reveal > .hidden.content {
79
+ position: absolute !important;
80
+ left: 100% !important;
81
+ width: 100% !important;
82
+ }
83
+ .ui.slide.reveal:hover > .visible.content {
84
+ left: -100% !important;
85
+ }
86
+ .ui.slide.reveal:hover > .hidden.content {
87
+ left: 0% !important;
88
+ }
89
+ .ui.right.slide.reveal > .visible.content {
90
+ left: 0%;
91
+ }
92
+ .ui.right.slide.reveal > .hidden.content {
93
+ left: auto !important;
94
+ right: 100% !important;
95
+ }
96
+ .ui.right.slide.reveal:hover > .visible.content {
97
+ left: 100% !important;
98
+ right: auto !important;
99
+ }
100
+ .ui.right.slide.reveal:hover > .hidden.content {
101
+ left: auto !important;
102
+ right: 0% !important;
103
+ }
104
+ .ui.up.slide.reveal > .visible.content {
105
+ top: 0% !important;
106
+ left: 0% !important;
107
+ right: auto !important;
108
+ bottom: auto !important;
109
+ }
110
+ .ui.up.slide.reveal > .hidden.content {
111
+ top: 100% !important;
112
+ left: 0% !important;
113
+ right: auto !important;
114
+ bottom: auto !important;
115
+ }
116
+ .ui.slide.up.reveal:hover > .visible.content {
117
+ top: -100% !important;
118
+ left: 0% !important;
119
+ }
120
+ .ui.slide.up.reveal:hover > .hidden.content {
121
+ top: 0% !important;
122
+ left: 0% !important;
123
+ }
124
+ .ui.down.slide.reveal > .visible.content {
125
+ top: auto !important;
126
+ right: auto !important;
127
+ bottom: auto !important;
128
+ bottom: 0% !important;
129
+ }
130
+ .ui.down.slide.reveal > .hidden.content {
131
+ top: auto !important;
132
+ right: auto !important;
133
+ bottom: 100% !important;
134
+ left: 0% !important;
135
+ }
136
+ .ui.slide.down.reveal:hover > .visible.content {
137
+ left: 0% !important;
138
+ bottom: -100% !important;
139
+ }
140
+ .ui.slide.down.reveal:hover > .hidden.content {
141
+ left: 0% !important;
142
+ bottom: 0% !important;
143
+ }
144
+ /*--------------
145
+ Fade
146
+ ---------------*/
147
+ .ui.fade.reveal > .visible.content {
148
+ opacity: 1;
149
+ }
150
+ .ui.fade.reveal:hover > .visible.content {
151
+ opacity: 0;
152
+ }
153
+ /*--------------
154
+ Move
155
+ ---------------*/
156
+ .ui.move.reveal > .visible.content,
157
+ .ui.move.left.reveal > .visible.content {
158
+ left: auto !important;
159
+ top: auto !important;
160
+ bottom: auto !important;
161
+ right: 0% !important;
162
+ }
163
+ .ui.move.reveal:hover > .visible.content,
164
+ .ui.move.left.reveal:hover > .visible.content {
165
+ right: 100% !important;
166
+ }
167
+ .ui.move.right.reveal > .visible.content {
168
+ right: auto !important;
169
+ top: auto !important;
170
+ bottom: auto !important;
171
+ left: 0% !important;
172
+ }
173
+ .ui.move.right.reveal:hover > .visible.content {
174
+ left: 100% !important;
175
+ }
176
+ .ui.move.up.reveal > .visible.content {
177
+ right: auto !important;
178
+ left: auto !important;
179
+ top: auto !important;
180
+ bottom: 0% !important;
181
+ }
182
+ .ui.move.up.reveal:hover > .visible.content {
183
+ bottom: 100% !important;
184
+ }
185
+ .ui.move.down.reveal > .visible.content {
186
+ right: auto !important;
187
+ left: auto !important;
188
+ top: 0% !important;
189
+ bottom: auto !important;
190
+ }
191
+ .ui.move.down.reveal:hover > .visible.content {
192
+ top: 100% !important;
193
+ }
194
+ /*--------------
195
+ Rotate
196
+ ---------------*/
197
+ .ui.rotate.reveal > .visible.content {
198
+ -webkit-transition-duration: 0.8s;
199
+ -moz-transition-duration: 0.8s;
200
+ -o-transition-duration: 0.8s;
201
+ -ms-transition-duration: 0.8s;
202
+ transition-duration: 0.8s;
203
+ -webkit-transform: rotate(0deg);
204
+ -moz-transform: rotate(0deg);
205
+ -o-transform: rotate(0deg);
206
+ -ms-transform: rotate(0deg);
207
+ transform: rotate(0deg);
208
+ }
209
+ .ui.rotate.reveal > .visible.content,
210
+ .ui.rotate.right.reveal > .visible.content {
211
+ -webkit-transform-origin: bottom right;
212
+ -moz-transform-origin: bottom right;
213
+ -o-transform-origin: bottom right;
214
+ -ms-transform-origin: bottom right;
215
+ transform-origin: bottom right;
216
+ }
217
+ .ui.rotate.reveal:hover > .visible.content,
218
+ .ui.rotate.right.reveal:hover > .visible.content {
219
+ -webkit-transform: rotate(110deg);
220
+ -moz-transform: rotate(110deg);
221
+ -o-transform: rotate(110deg);
222
+ -ms-transform: rotate(110deg);
223
+ transform: rotate(110deg);
224
+ }
225
+ .ui.rotate.left.reveal > .visible.content {
226
+ -webkit-transform-origin: bottom left;
227
+ -moz-transform-origin: bottom left;
228
+ -o-transform-origin: bottom left;
229
+ -ms-transform-origin: bottom left;
230
+ transform-origin: bottom left;
231
+ }
232
+ .ui.rotate.left.reveal:hover > .visible.content {
233
+ -webkit-transform: rotate(-110deg);
234
+ -moz-transform: rotate(-110deg);
235
+ -o-transform: rotate(-110deg);
236
+ -ms-transform: rotate(-110deg);
237
+ transform: rotate(-110deg);
238
+ }
239
+ /*******************************
240
+ States
241
+ *******************************/
242
+ .ui.disabled.reveal {
243
+ opacity: 1 !important;
244
+ }
245
+ .ui.disabled.reveal > .content {
246
+ -webkit-transition: none !important;
247
+ -moz-transition: none !important;
248
+ -o-transition: none !important;
249
+ -ms-transition: none !important;
250
+ transition: none !important;
251
+ }
252
+ .ui.disabled.reveal:hover > .visible.content {
253
+ position: static !important;
254
+ display: block !important;
255
+ opacity: 1 !important;
256
+ top: 0 !important;
257
+ left: 0 !important;
258
+ right: auto !important;
259
+ bottom: auto !important;
260
+ transform: none !important;
261
+ }
262
+ .ui.disabled.reveal:hover > .hidden.content {
263
+ display: none !important;
264
+ }
265
+ /*******************************
266
+ Variations
267
+ *******************************/
268
+ /*--------------
269
+ Masked
270
+ ---------------*/
271
+ .ui.masked.reveal {
272
+ overflow: hidden;
273
+ }
274
+ /*--------------
275
+ Instant
276
+ ---------------*/
277
+ .ui.instant.reveal > .content {
278
+ -webkit-transition-delay: 0s !important;
279
+ -moz-transition-delay: 0s !important;
280
+ -o-transition-delay: 0s !important;
281
+ -ms-transition-delay: 0s !important;
282
+ transition-delay: 0s !important;
283
+ }