volt-semantic-ui 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +0 -0
  3. data/Gemfile +0 -0
  4. data/LICENSE.txt +0 -0
  5. data/README.md +0 -0
  6. data/Rakefile +0 -0
  7. data/app/semanticui/assets/css/semantic.min.css +3 -3
  8. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.eot +0 -0
  9. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.svg +0 -0
  10. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.ttf +0 -0
  11. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.woff +0 -0
  12. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.eot +0 -0
  13. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.otf +0 -0
  14. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.svg +526 -465
  15. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.ttf +0 -0
  16. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.woff +0 -0
  17. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.woff2 +0 -0
  18. data/app/semanticui/assets/css/themes/default/assets/images/flags.png +0 -0
  19. data/app/semanticui/assets/js/components/accordion.css +256 -0
  20. data/app/semanticui/assets/js/components/accordion.js +578 -0
  21. data/app/semanticui/assets/js/components/accordion.min.css +10 -0
  22. data/app/semanticui/assets/js/components/accordion.min.js +11 -0
  23. data/app/semanticui/assets/js/components/ad.css +276 -0
  24. data/app/semanticui/assets/js/components/ad.min.css +10 -0
  25. data/app/semanticui/assets/js/components/api.js +871 -0
  26. data/app/semanticui/assets/js/components/api.min.js +11 -0
  27. data/app/semanticui/assets/js/components/breadcrumb.css +124 -0
  28. data/app/semanticui/assets/js/components/breadcrumb.min.css +10 -0
  29. data/app/semanticui/assets/js/components/button.css +2391 -0
  30. data/app/semanticui/assets/js/components/button.min.css +10 -0
  31. data/app/semanticui/assets/js/components/card.css +909 -0
  32. data/app/semanticui/assets/js/components/card.min.css +10 -0
  33. data/app/semanticui/assets/js/components/checkbox.css +513 -0
  34. data/app/semanticui/assets/js/components/checkbox.js +509 -0
  35. data/app/semanticui/assets/js/components/checkbox.min.css +10 -0
  36. data/app/semanticui/assets/js/components/checkbox.min.js +11 -0
  37. data/app/semanticui/assets/js/components/comment.css +259 -0
  38. data/app/semanticui/assets/js/components/comment.min.css +10 -0
  39. data/app/semanticui/assets/js/components/dimmer.css +186 -0
  40. data/app/semanticui/assets/js/components/dimmer.js +669 -0
  41. data/app/semanticui/assets/js/components/dimmer.min.css +10 -0
  42. data/app/semanticui/assets/js/components/dimmer.min.js +11 -0
  43. data/app/semanticui/assets/js/components/divider.css +241 -0
  44. data/app/semanticui/assets/js/components/divider.min.css +10 -0
  45. data/app/semanticui/assets/js/components/dropdown.css +1103 -0
  46. data/app/semanticui/assets/js/components/dropdown.js +1795 -0
  47. data/app/semanticui/assets/js/components/dropdown.min.css +10 -0
  48. data/app/semanticui/assets/js/components/dropdown.min.js +11 -0
  49. data/app/semanticui/assets/js/components/feed.css +276 -0
  50. data/app/semanticui/assets/js/components/feed.min.css +10 -0
  51. data/app/semanticui/assets/js/components/flag.css +1024 -0
  52. data/app/semanticui/assets/js/components/flag.min.css +10 -0
  53. data/app/semanticui/assets/js/components/form.css +891 -0
  54. data/app/semanticui/assets/js/components/form.js +1118 -0
  55. data/app/semanticui/assets/js/components/form.min.css +10 -0
  56. data/app/semanticui/assets/js/components/form.min.js +11 -0
  57. data/app/semanticui/assets/js/components/grid.css +1871 -0
  58. data/app/semanticui/assets/js/components/grid.min.css +10 -0
  59. data/app/semanticui/assets/js/components/header.css +596 -0
  60. data/app/semanticui/assets/js/components/header.min.css +10 -0
  61. data/app/semanticui/assets/js/components/icon.css +2467 -0
  62. data/app/semanticui/assets/js/components/icon.min.css +10 -0
  63. data/app/semanticui/assets/js/components/image.css +288 -0
  64. data/app/semanticui/assets/js/components/image.min.css +10 -0
  65. data/app/semanticui/assets/js/components/input.css +439 -0
  66. data/app/semanticui/assets/js/components/input.min.css +10 -0
  67. data/app/semanticui/assets/js/components/item.css +456 -0
  68. data/app/semanticui/assets/js/components/item.min.css +10 -0
  69. data/app/semanticui/assets/js/components/label.css +963 -0
  70. data/app/semanticui/assets/js/components/label.min.css +10 -0
  71. data/app/semanticui/assets/js/components/list.css +878 -0
  72. data/app/semanticui/assets/js/components/list.min.css +10 -0
  73. data/app/semanticui/assets/js/components/loader.css +284 -0
  74. data/app/semanticui/assets/js/components/loader.min.css +10 -0
  75. data/app/semanticui/assets/js/components/menu.css +1608 -0
  76. data/app/semanticui/assets/js/components/menu.min.css +10 -0
  77. data/app/semanticui/assets/js/components/message.css +421 -0
  78. data/app/semanticui/assets/js/components/message.min.css +10 -0
  79. data/app/semanticui/assets/js/components/modal.css +432 -0
  80. data/app/semanticui/assets/js/components/modal.js +860 -0
  81. data/app/semanticui/assets/js/components/modal.min.css +10 -0
  82. data/app/semanticui/assets/js/components/modal.min.js +11 -0
  83. data/app/semanticui/assets/js/components/nag.css +148 -0
  84. data/app/semanticui/assets/js/components/nag.js +477 -0
  85. data/app/semanticui/assets/js/components/nag.min.css +10 -0
  86. data/app/semanticui/assets/js/components/nag.min.js +11 -0
  87. data/app/semanticui/assets/js/components/popup.css +293 -0
  88. data/app/semanticui/assets/js/components/popup.js +1224 -0
  89. data/app/semanticui/assets/js/components/popup.min.css +10 -0
  90. data/app/semanticui/assets/js/components/popup.min.js +11 -0
  91. data/app/semanticui/assets/js/components/progress.css +461 -0
  92. data/app/semanticui/assets/js/components/progress.js +785 -0
  93. data/app/semanticui/assets/js/components/progress.min.css +10 -0
  94. data/app/semanticui/assets/js/components/progress.min.js +11 -0
  95. data/app/semanticui/assets/js/components/rail.css +124 -0
  96. data/app/semanticui/assets/js/components/rail.min.css +10 -0
  97. data/app/semanticui/assets/js/components/rating.css +251 -0
  98. data/app/semanticui/assets/js/components/rating.js +451 -0
  99. data/app/semanticui/assets/js/components/rating.min.css +10 -0
  100. data/app/semanticui/assets/js/components/rating.min.js +11 -0
  101. data/app/semanticui/assets/js/components/reset.css +429 -0
  102. data/app/semanticui/assets/js/components/reset.min.css +10 -0
  103. data/app/semanticui/assets/js/components/reveal.css +293 -0
  104. data/app/semanticui/assets/js/components/reveal.min.css +10 -0
  105. data/app/semanticui/assets/js/components/search.css +329 -0
  106. data/app/semanticui/assets/js/components/search.js +1096 -0
  107. data/app/semanticui/assets/js/components/search.min.css +10 -0
  108. data/app/semanticui/assets/js/components/search.min.js +11 -0
  109. data/app/semanticui/assets/js/components/segment.css +635 -0
  110. data/app/semanticui/assets/js/components/segment.min.css +10 -0
  111. data/app/semanticui/assets/js/components/shape.css +154 -0
  112. data/app/semanticui/assets/js/components/shape.js +830 -0
  113. data/app/semanticui/assets/js/components/shape.min.css +10 -0
  114. data/app/semanticui/assets/js/components/shape.min.js +11 -0
  115. data/app/semanticui/assets/js/components/sidebar.css +625 -0
  116. data/app/semanticui/assets/js/components/sidebar.js +1089 -0
  117. data/app/semanticui/assets/js/components/sidebar.min.css +10 -0
  118. data/app/semanticui/assets/js/components/sidebar.min.js +11 -0
  119. data/app/semanticui/assets/js/components/site.css +160 -0
  120. data/app/semanticui/assets/js/components/site.js +487 -0
  121. data/app/semanticui/assets/js/components/site.min.css +10 -0
  122. data/app/semanticui/assets/js/components/site.min.js +11 -0
  123. data/app/semanticui/assets/js/components/state.js +695 -0
  124. data/app/semanticui/assets/js/components/state.min.js +11 -0
  125. data/app/semanticui/assets/js/components/statistic.css +409 -0
  126. data/app/semanticui/assets/js/components/statistic.min.css +10 -0
  127. data/app/semanticui/assets/js/components/step.css +432 -0
  128. data/app/semanticui/assets/js/components/step.min.css +10 -0
  129. data/app/semanticui/assets/js/components/sticky.css +79 -0
  130. data/app/semanticui/assets/js/components/sticky.js +792 -0
  131. data/app/semanticui/assets/js/components/sticky.min.css +10 -0
  132. data/app/semanticui/assets/js/components/sticky.min.js +11 -0
  133. data/app/semanticui/assets/js/components/tab.css +92 -0
  134. data/app/semanticui/assets/js/components/tab.js +802 -0
  135. data/app/semanticui/assets/js/components/tab.min.css +10 -0
  136. data/app/semanticui/assets/js/components/tab.min.js +11 -0
  137. data/app/semanticui/assets/js/components/table.css +1000 -0
  138. data/app/semanticui/assets/js/components/table.min.css +10 -0
  139. data/app/semanticui/assets/js/components/transition.css +1990 -0
  140. data/app/semanticui/assets/js/components/transition.js +1038 -0
  141. data/app/semanticui/assets/js/components/transition.min.css +10 -0
  142. data/app/semanticui/assets/js/components/transition.min.js +11 -0
  143. data/app/semanticui/assets/js/components/video.css +125 -0
  144. data/app/semanticui/assets/js/components/video.js +540 -0
  145. data/app/semanticui/assets/js/components/video.min.css +10 -0
  146. data/app/semanticui/assets/js/components/video.min.js +11 -0
  147. data/app/semanticui/assets/js/components/visibility.js +1032 -0
  148. data/app/semanticui/assets/js/components/visibility.min.js +11 -0
  149. data/app/semanticui/assets/js/semantic.min.js +9 -9
  150. data/lib/volt/semanticui.rb +0 -0
  151. data/lib/volt/semanticui/version.rb +1 -1
  152. data/volt-semantic-ui-0.0.1.gem +0 -0
  153. data/volt-semanticui-0.0.1.gem +0 -0
  154. data/volt-semanticui.gemspec +0 -0
  155. metadata +141 -10
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Reset
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */*,:after,:before{box-sizing:inherit}html{box-sizing:border-box}input[type=text],input[type=email],input[type=search],input[type=password]{-webkit-appearance:none;-moz-appearance:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
@@ -0,0 +1,293 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Reveal
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */
11
+
12
+
13
+ /*******************************
14
+ Reveal
15
+ *******************************/
16
+
17
+ .ui.reveal {
18
+ display: inline-block;
19
+ position: relative !important;
20
+ font-size: 0em !important;
21
+ }
22
+ .ui.reveal > .visible.content {
23
+ position: absolute !important;
24
+ top: 0em !important;
25
+ left: 0em !important;
26
+ z-index: 3 !important;
27
+ -webkit-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 > .hidden.content {
31
+ position: relative !important;
32
+ z-index: 2 !important;
33
+ }
34
+
35
+ /* Make sure hovered element is on top of other reveal */
36
+ .ui.reveal:hover .visible.content {
37
+ z-index: 4 !important;
38
+ }
39
+
40
+
41
+ /*******************************
42
+ Types
43
+ *******************************/
44
+
45
+
46
+ /*--------------
47
+ Slide
48
+ ---------------*/
49
+
50
+ .ui.slide.reveal {
51
+ position: relative !important;
52
+ overflow: hidden !important;
53
+ white-space: nowrap;
54
+ }
55
+ .ui.slide.reveal > .content {
56
+ display: block;
57
+ float: left;
58
+ margin: 0em;
59
+ -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
60
+ transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
61
+ }
62
+ .ui.slide.reveal > .visible.content {
63
+ position: relative !important;
64
+ }
65
+ .ui.slide.reveal > .hidden.content {
66
+ position: absolute !important;
67
+ left: 0% !important;
68
+ width: 100% !important;
69
+ -webkit-transform: translateX(100%) !important;
70
+ -ms-transform: translateX(100%) !important;
71
+ transform: translateX(100%) !important;
72
+ }
73
+ .ui.slide.reveal:hover > .visible.content {
74
+ -webkit-transform: translateX(-100%) !important;
75
+ -ms-transform: translateX(-100%) !important;
76
+ transform: translateX(-100%) !important;
77
+ }
78
+ .ui.slide.reveal:hover > .hidden.content {
79
+ -webkit-transform: translateX(0%) !important;
80
+ -ms-transform: translateX(0%) !important;
81
+ transform: translateX(0%) !important;
82
+ }
83
+ .ui.slide.right.reveal > .visible.content {
84
+ -webkit-transform: translateX(0%) !important;
85
+ -ms-transform: translateX(0%) !important;
86
+ transform: translateX(0%) !important;
87
+ }
88
+ .ui.slide.right.reveal > .hidden.content {
89
+ -webkit-transform: translateX(-100%) !important;
90
+ -ms-transform: translateX(-100%) !important;
91
+ transform: translateX(-100%) !important;
92
+ }
93
+ .ui.slide.right.reveal:hover > .visible.content {
94
+ -webkit-transform: translateX(100%) !important;
95
+ -ms-transform: translateX(100%) !important;
96
+ transform: translateX(100%) !important;
97
+ }
98
+ .ui.slide.right.reveal:hover > .hidden.content {
99
+ -webkit-transform: translateX(0%) !important;
100
+ -ms-transform: translateX(0%) !important;
101
+ transform: translateX(0%) !important;
102
+ }
103
+ .ui.slide.up.reveal > .hidden.content {
104
+ -webkit-transform: translateY(100%) !important;
105
+ -ms-transform: translateY(100%) !important;
106
+ transform: translateY(100%) !important;
107
+ }
108
+ .ui.slide.up.reveal:hover > .visible.content {
109
+ -webkit-transform: translateY(-100%) !important;
110
+ -ms-transform: translateY(-100%) !important;
111
+ transform: translateY(-100%) !important;
112
+ }
113
+ .ui.slide.up.reveal:hover > .hidden.content {
114
+ -webkit-transform: translateY(0%) !important;
115
+ -ms-transform: translateY(0%) !important;
116
+ transform: translateY(0%) !important;
117
+ }
118
+ .ui.slide.down.reveal > .hidden.content {
119
+ -webkit-transform: translateY(-100%) !important;
120
+ -ms-transform: translateY(-100%) !important;
121
+ transform: translateY(-100%) !important;
122
+ }
123
+ .ui.slide.down.reveal:hover > .visible.content {
124
+ -webkit-transform: translateY(100%) !important;
125
+ -ms-transform: translateY(100%) !important;
126
+ transform: translateY(100%) !important;
127
+ }
128
+ .ui.slide.down.reveal:hover > .hidden.content {
129
+ -webkit-transform: translateY(0%) !important;
130
+ -ms-transform: translateY(0%) !important;
131
+ transform: translateY(0%) !important;
132
+ }
133
+
134
+ /*--------------
135
+ Fade
136
+ ---------------*/
137
+
138
+ .ui.fade.reveal > .visible.content {
139
+ opacity: 1;
140
+ }
141
+ .ui.fade.reveal:hover > .visible.content {
142
+ opacity: 0;
143
+ }
144
+
145
+ /*--------------
146
+ Move
147
+ ---------------*/
148
+
149
+ .ui.move.reveal {
150
+ position: relative !important;
151
+ overflow: hidden !important;
152
+ white-space: nowrap;
153
+ }
154
+ .ui.move.reveal > .content {
155
+ display: block;
156
+ float: left;
157
+ margin: 0em;
158
+ -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
159
+ transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1) 0.15s;
160
+ }
161
+ .ui.move.reveal > .visible.content {
162
+ position: relative !important;
163
+ }
164
+ .ui.move.reveal > .hidden.content {
165
+ position: absolute !important;
166
+ left: 0% !important;
167
+ width: 100% !important;
168
+ }
169
+ .ui.move.reveal:hover > .visible.content {
170
+ -webkit-transform: translateX(-100%) !important;
171
+ -ms-transform: translateX(-100%) !important;
172
+ transform: translateX(-100%) !important;
173
+ }
174
+ .ui.move.right.reveal:hover > .visible.content {
175
+ -webkit-transform: translateX(100%) !important;
176
+ -ms-transform: translateX(100%) !important;
177
+ transform: translateX(100%) !important;
178
+ }
179
+ .ui.move.up.reveal:hover > .visible.content {
180
+ -webkit-transform: translateY(-100%) !important;
181
+ -ms-transform: translateY(-100%) !important;
182
+ transform: translateY(-100%) !important;
183
+ }
184
+ .ui.move.down.reveal:hover > .visible.content {
185
+ -webkit-transform: translateY(100%) !important;
186
+ -ms-transform: translateY(100%) !important;
187
+ transform: translateY(100%) !important;
188
+ }
189
+
190
+ /*--------------
191
+ Rotate
192
+ ---------------*/
193
+
194
+ .ui.rotate.reveal > .visible.content {
195
+ -webkit-transition-duration: 0.8s;
196
+ transition-duration: 0.8s;
197
+ -webkit-transform: rotate(0deg);
198
+ -ms-transform: rotate(0deg);
199
+ transform: rotate(0deg);
200
+ }
201
+ .ui.rotate.reveal > .visible.content,
202
+ .ui.rotate.right.reveal > .visible.content {
203
+ -webkit-transform-origin: bottom right;
204
+ -ms-transform-origin: bottom right;
205
+ transform-origin: bottom right;
206
+ }
207
+ .ui.rotate.reveal:hover > .visible.content,
208
+ .ui.rotate.right.reveal:hover > .visible.content {
209
+ -webkit-transform: rotate(110deg);
210
+ -ms-transform: rotate(110deg);
211
+ transform: rotate(110deg);
212
+ }
213
+ .ui.rotate.left.reveal > .visible.content {
214
+ -webkit-transform-origin: bottom left;
215
+ -ms-transform-origin: bottom left;
216
+ transform-origin: bottom left;
217
+ }
218
+ .ui.rotate.left.reveal:hover > .visible.content {
219
+ -webkit-transform: rotate(-110deg);
220
+ -ms-transform: rotate(-110deg);
221
+ transform: rotate(-110deg);
222
+ }
223
+
224
+
225
+ /*******************************
226
+ States
227
+ *******************************/
228
+
229
+ .ui.disabled.reveal {
230
+ opacity: 1 !important;
231
+ }
232
+ .ui.disabled.reveal > .content {
233
+ -webkit-transition: none !important;
234
+ transition: none !important;
235
+ }
236
+ .ui.disabled.reveal:hover > .visible.content {
237
+ position: static !important;
238
+ display: block !important;
239
+ opacity: 1 !important;
240
+ top: 0 !important;
241
+ left: 0 !important;
242
+ right: auto !important;
243
+ bottom: auto !important;
244
+ -webkit-transform: none !important;
245
+ -ms-transform: none !important;
246
+ transform: none !important;
247
+ }
248
+ .ui.disabled.reveal:hover > .hidden.content {
249
+ display: none !important;
250
+ }
251
+
252
+
253
+ /*******************************
254
+ Variations
255
+ *******************************/
256
+
257
+
258
+ /*--------------
259
+ Masked
260
+ ---------------*/
261
+
262
+ .ui.masked.reveal {
263
+ overflow: hidden;
264
+ }
265
+
266
+ /*--------------
267
+ Instant
268
+ ---------------*/
269
+
270
+ .ui.instant.reveal > .content {
271
+ -webkit-transition-delay: 0s !important;
272
+ transition-delay: 0s !important;
273
+ }
274
+
275
+ /*--------------
276
+ Sizing
277
+ ---------------*/
278
+
279
+ .ui.reveal > .content {
280
+ font-size: 1rem !important;
281
+ }
282
+
283
+
284
+ /*******************************
285
+ Theme Overrides
286
+ *******************************/
287
+
288
+
289
+
290
+ /*******************************
291
+ Site Overrides
292
+ *******************************/
293
+
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Reveal
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */.ui.reveal{display:inline-block;position:relative!important;font-size:0!important}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:3!important;-webkit-transition:all .8s cubic-bezier(.175,.885,.32,1) .15s;transition:all .8s cubic-bezier(.175,.885,.32,1) .15s}.ui.reveal>.hidden.content{position:relative!important;z-index:2!important}.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;float:left;margin:0;-webkit-transition:-webkit-transform .8s cubic-bezier(.175,.885,.32,1) .15s;transition:transform .8s cubic-bezier(.175,.885,.32,1) .15s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important;-webkit-transform:translateX(100%)!important;-ms-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;-ms-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.reveal:hover>.hidden.content,.ui.slide.right.reveal>.visible.content{-webkit-transform:translateX(0)!important;-ms-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.hidden.content{-webkit-transform:translateX(-100%)!important;-ms-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;-ms-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.right.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;-ms-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.up.reveal>.hidden.content{-webkit-transform:translateY(100%)!important;-ms-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;-ms-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.up.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.ui.slide.down.reveal>.hidden.content{-webkit-transform:translateY(-100%)!important;-ms-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;-ms-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.down.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.ui.fade.reveal>.visible.content{opacity:1}.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;margin:0;-webkit-transition:-webkit-transform .8s cubic-bezier(.175,.885,.32,1) .15s;transition:transform .8s cubic-bezier(.175,.885,.32,1) .15s}.ui.move.reveal>.visible.content{position:relative!important}.ui.move.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important}.ui.move.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;-ms-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.move.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;-ms-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.move.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;-ms-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.move.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;-ms-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.rotate.reveal>.visible.content{-webkit-transition-duration:.8s;transition-duration:.8s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right}.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{-webkit-transform:rotate(110deg);-ms-transform:rotate(110deg);transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left}.ui.rotate.left.reveal:hover>.visible.content{-webkit-transform:rotate(-110deg);-ms-transform:rotate(-110deg);transform:rotate(-110deg)}.ui.disabled.reveal{opacity:1!important}.ui.disabled.reveal>.content{-webkit-transition:none!important;transition:none!important}.ui.disabled.reveal:hover>.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.content{display:none!important}.ui.masked.reveal{overflow:hidden}.ui.instant.reveal>.content{-webkit-transition-delay:0s!important;transition-delay:0s!important}.ui.reveal>.content{font-size:1rem!important}
@@ -0,0 +1,329 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Search
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */
11
+
12
+
13
+ /*******************************
14
+ Search
15
+ *******************************/
16
+
17
+ .ui.search {
18
+ position: relative;
19
+ }
20
+ .ui.search > .prompt {
21
+ margin: 0em;
22
+ outline: none;
23
+ -webkit-appearance: none;
24
+ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
25
+ text-shadow: none;
26
+ font-style: normal;
27
+ font-weight: normal;
28
+ line-height: 1.2;
29
+ padding: 0.68571em 1em;
30
+ font-size: 1em;
31
+ background: #ffffff;
32
+ border: 1px solid rgba(39, 41, 43, 0.15);
33
+ color: rgba(0, 0, 0, 0.8);
34
+ box-shadow: 0em 0em 0em 0em transparent inset;
35
+ -webkit-transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
36
+ transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
37
+ }
38
+ .ui.search .prompt {
39
+ border-radius: 500rem;
40
+ }
41
+
42
+ /*--------------
43
+ Icon
44
+ ---------------*/
45
+
46
+ .ui.search .prompt ~ .search.icon {
47
+ cursor: pointer;
48
+ }
49
+
50
+ /*--------------
51
+ Results
52
+ ---------------*/
53
+
54
+ .ui.search > .results {
55
+ display: none;
56
+ position: absolute;
57
+ top: 100%;
58
+ left: 0%;
59
+ background: #ffffff;
60
+ margin-top: 0.5em;
61
+ width: 16em;
62
+ border-radius: 0.25em;
63
+ box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
64
+ z-index: 998;
65
+ }
66
+
67
+ /*--------------
68
+ Result
69
+ ---------------*/
70
+
71
+ .ui.search > .results .result {
72
+ cursor: pointer;
73
+ display: block;
74
+ overflow: hidden;
75
+ font-size: 1em;
76
+ padding: 0.5em 1em;
77
+ color: rgba(0, 0, 0, 0.8);
78
+ line-height: 1.33;
79
+ border-bottom: 1px solid rgba(39, 41, 43, 0.15);
80
+ }
81
+ .ui.search > .results .result:last-child {
82
+ border-bottom: none;
83
+ }
84
+
85
+ /* Image */
86
+ .ui.search > .results .result .image {
87
+ float: right;
88
+ overflow: hidden;
89
+ background: none;
90
+ width: 5em;
91
+ height: 3em;
92
+ border-radius: 0.25em;
93
+ }
94
+ .ui.search > .results .result .image img {
95
+ display: block;
96
+ width: auto;
97
+ height: 100%;
98
+ }
99
+
100
+ /*--------------
101
+ Info
102
+ ---------------*/
103
+
104
+ .ui.search > .results .result .image + .content {
105
+ margin: 0em 6em 0em 0em;
106
+ }
107
+ .ui.search > .results .result .title {
108
+ font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
109
+ font-weight: bold;
110
+ font-size: 1em;
111
+ color: rgba(0, 0, 0, 0.85);
112
+ }
113
+ .ui.search > .results .result .description {
114
+ margin-top: 0em;
115
+ font-size: 0.9285em;
116
+ color: rgba(0, 0, 0, 0.4);
117
+ }
118
+ .ui.search > .results .result .price {
119
+ float: right;
120
+ color: #5bbd72;
121
+ }
122
+
123
+ /*--------------
124
+ Message
125
+ ---------------*/
126
+
127
+ .ui.search > .results > .message {
128
+ padding: 1em 1em;
129
+ }
130
+ .ui.search > .results > .message .header {
131
+ font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
132
+ font-size: 1.1428em;
133
+ font-weight: bold;
134
+ color: rgba(0, 0, 0, 0.8);
135
+ }
136
+ .ui.search > .results > .message .description {
137
+ margin-top: 0.25rem;
138
+ font-size: 1em;
139
+ color: rgba(0, 0, 0, 0.8);
140
+ }
141
+
142
+ /* View All Results */
143
+ .ui.search > .results > .action {
144
+ display: block;
145
+ border-top: none;
146
+ background: #f0f0f0;
147
+ padding: 0.5em 1em;
148
+ color: rgba(0, 0, 0, 0.8);
149
+ font-weight: bold;
150
+ text-align: center;
151
+ }
152
+
153
+
154
+ /*******************************
155
+ States
156
+ *******************************/
157
+
158
+
159
+ /*--------------------
160
+ Loading
161
+ ---------------------*/
162
+
163
+ .ui.loading.search .input > .icon:before {
164
+ position: absolute;
165
+ content: '';
166
+ top: 50%;
167
+ left: 50%;
168
+ margin: -0.64285em 0em 0em -0.64285em;
169
+ width: 1.2857em;
170
+ height: 1.2857em;
171
+ border-radius: 500rem;
172
+ border: 0.2em solid rgba(0, 0, 0, 0.1);
173
+ }
174
+ .ui.loading.search .input > .icon:after {
175
+ position: absolute;
176
+ content: '';
177
+ top: 50%;
178
+ left: 50%;
179
+ margin: -0.64285em 0em 0em -0.64285em;
180
+ width: 1.2857em;
181
+ height: 1.2857em;
182
+ -webkit-animation: button-spin 0.6s linear;
183
+ animation: button-spin 0.6s linear;
184
+ -webkit-animation-iteration-count: infinite;
185
+ animation-iteration-count: infinite;
186
+ border-radius: 500rem;
187
+ border-color: #aaaaaa transparent transparent;
188
+ border-style: solid;
189
+ border-width: 0.2em;
190
+ box-shadow: 0px 0px 0px 1px transparent;
191
+ }
192
+
193
+ /*--------------
194
+ Hover
195
+ ---------------*/
196
+
197
+ .ui.search > .results .result:hover,
198
+ .ui.category.search > .results .category .result:hover {
199
+ background: #fafafa;
200
+ }
201
+ .ui.search .action:hover {
202
+ background: #e0e0e0;
203
+ }
204
+
205
+ /*--------------
206
+ Active
207
+ ---------------*/
208
+
209
+ .ui.search > .results .category.active {
210
+ background: #f0f0f0;
211
+ }
212
+ .ui.search > .results .category.active > .name {
213
+ color: rgba(0, 0, 0, 0.8);
214
+ }
215
+ .ui.search > .results .result.active,
216
+ .ui.category.search > .results .category .result.active {
217
+ position: relative;
218
+ border-left-color: transparent;
219
+ background: #f0f0f0;
220
+ box-shadow: 3px 0px 3px 0px rgba(39, 41, 43, 0.15);
221
+ }
222
+ .ui.search > .results .result.active .title {
223
+ color: rgba(0, 0, 0, 0.85);
224
+ }
225
+ .ui.search > .results .result.active .description {
226
+ color: rgba(0, 0, 0, 0.85);
227
+ }
228
+
229
+
230
+ /*******************************
231
+ Types
232
+ *******************************/
233
+
234
+
235
+ /*--------------
236
+ Categories
237
+ ---------------*/
238
+
239
+ .ui.category.search .results {
240
+ width: 28em;
241
+ }
242
+
243
+ /* Category */
244
+ .ui.category.search > .results .category {
245
+ background: #f0f0f0;
246
+ box-shadow: none;
247
+ border-bottom: 1px solid rgba(39, 41, 43, 0.15);
248
+ -webkit-transition: background 0.2s ease, border-color 0.2s ease;
249
+ transition: background 0.2s ease, border-color 0.2s ease;
250
+ }
251
+ .ui.category.search > .results .category:last-child {
252
+ border-bottom: none;
253
+ }
254
+
255
+ /* Category Result */
256
+ .ui.category.search > .results .category .result {
257
+ background: #ffffff;
258
+ margin-left: 100px;
259
+ border-left: 1px solid rgba(39, 41, 43, 0.15);
260
+ border-bottom: 1px solid rgba(39, 41, 43, 0.15);
261
+ -webkit-transition: background 0.2s ease, border-color 0.2s ease;
262
+ transition: background 0.2s ease, border-color 0.2s ease;
263
+ }
264
+ .ui.category.search > .results .category .result:last-child {
265
+ border-bottom: none;
266
+ }
267
+
268
+ /* Category Result Name */
269
+ .ui.category.search > .results .category > .name {
270
+ width: 100px;
271
+ background: #f0f0f0;
272
+ font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
273
+ font-size: 1em;
274
+ float: 1em;
275
+ float: left;
276
+ padding: 0.4em 1em;
277
+ font-weight: bold;
278
+ color: rgba(0, 0, 0, 0.4);
279
+ }
280
+
281
+
282
+ /*******************************
283
+ Variations
284
+ *******************************/
285
+
286
+
287
+ /*-------------------
288
+ Left / Right
289
+ --------------------*/
290
+
291
+ .ui[class*="left aligned"].search > .results {
292
+ right: auto;
293
+ left: 0%;
294
+ }
295
+ .ui[class*="right aligned"].search > .results {
296
+ right: 0%;
297
+ left: auto;
298
+ }
299
+
300
+ /*--------------
301
+ Fluid
302
+ ---------------*/
303
+
304
+ .ui.fluid.search .results {
305
+ width: 100%;
306
+ }
307
+
308
+ /*--------------
309
+ Sizes
310
+ ---------------*/
311
+
312
+ .ui.search {
313
+ font-size: 1em;
314
+ }
315
+ .ui.large.search {
316
+ font-size: 1.1em;
317
+ }
318
+
319
+
320
+ /*******************************
321
+ Theme Overrides
322
+ *******************************/
323
+
324
+
325
+
326
+ /*******************************
327
+ Site Overrides
328
+ *******************************/
329
+