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,1409 @@
1
+ /*
2
+ * # Semantic Menu
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: April 17 2013
11
+ */
12
+ /*******************************
13
+ Standard
14
+ *******************************/
15
+ /*--------------
16
+ Menu
17
+ ---------------*/
18
+ .ui.menu {
19
+ margin: 1rem 0rem;
20
+ background-color: #FFFFFF;
21
+ font-size: 0px;
22
+ font-weight: normal;
23
+ -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
24
+ -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
25
+ box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
26
+ -webkit-border-radius: 0.1875rem;
27
+ -moz-border-radius: 0.1875rem;
28
+ border-radius: 0.1875rem;
29
+ }
30
+ .ui.menu:first-child {
31
+ margin-top: 0rem;
32
+ }
33
+ .ui.menu:last-child {
34
+ margin-bottom: 0rem;
35
+ }
36
+ .ui.menu:after {
37
+ content: ".";
38
+ display: block;
39
+ height: 0;
40
+ clear: both;
41
+ visibility: hidden;
42
+ }
43
+ .ui.menu > .item:first-child {
44
+ border-radius: 0.1875em 0px 0px 0.1875em;
45
+ }
46
+ .ui.menu > .item:last-child {
47
+ border-radius: 0px 0.1875em 0.1875em 0px;
48
+ }
49
+ .ui.menu .item {
50
+ -webkit-user-select: none;
51
+ -moz-user-select: none;
52
+ -ms-user-select: none;
53
+ user-select: none;
54
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
55
+ vertical-align: middle;
56
+ line-height: 1;
57
+ text-decoration: none;
58
+ -webkit-box-sizing: border-box;
59
+ -moz-box-sizing: border-box;
60
+ -ms-box-sizing: border-box;
61
+ box-sizing: border-box;
62
+ -webkit-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
63
+ -moz-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
64
+ -o-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
65
+ -ms-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
66
+ transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
67
+ }
68
+ /*--------------
69
+ Colors
70
+ ---------------*/
71
+ /* Text Color */
72
+ .ui.menu .item,
73
+ .ui.menu .item > a {
74
+ color: rgba(0, 0, 0, 0.75);
75
+ }
76
+ .ui.menu .item .item,
77
+ .ui.menu .item .item > a {
78
+ color: rgba(30, 30, 30, 0.7);
79
+ }
80
+ .ui.menu .item .item .item,
81
+ .ui.menu .item .item .item > a {
82
+ color: rgba(30, 30, 30, 0.6);
83
+ }
84
+ .ui.menu .dropdown.item .menu .item,
85
+ .ui.menu .dropdown.item .menu .item a {
86
+ color: rgba(0, 0, 0, 0.75);
87
+ }
88
+ /* Hover */
89
+ .ui.menu .item .menu a.item:hover,
90
+ .ui.menu .item .menu a.item.hover,
91
+ .ui.menu .item .menu .link.item:hover,
92
+ .ui.menu .item .menu .link.item.hover {
93
+ color: rgba(0, 0, 0, 0.85);
94
+ }
95
+ .ui.menu .dropdown.item .menu .item a:hover {
96
+ color: rgba(0, 0, 0, 0.85);
97
+ }
98
+ /* Active */
99
+ .ui.menu .active.item,
100
+ .ui.menu .active.item a {
101
+ color: rgba(0, 0, 0, 0.85);
102
+ -moz-border-radius: 0px;
103
+ -webkit-border-radius: 0px;
104
+ border-radius: 0px;
105
+ }
106
+ /*--------------
107
+ Items
108
+ ---------------*/
109
+ .ui.menu .item {
110
+ position: relative;
111
+ display: inline-block;
112
+ padding: 0.83em 0.95em;
113
+ border-top: 0em solid rgba(0, 0, 0, 0);
114
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
115
+ -moz-user-select: -moz-none;
116
+ -khtml-user-select: none;
117
+ user-select: none;
118
+ }
119
+ .ui.menu .menu {
120
+ margin: 0em;
121
+ }
122
+ .ui.menu .item.left,
123
+ .ui.menu .menu.left {
124
+ float: left;
125
+ }
126
+ .ui.menu .item.right,
127
+ .ui.menu .menu.right {
128
+ float: right;
129
+ }
130
+ /*--------------
131
+ Borders
132
+ ---------------*/
133
+ .ui.menu .item:before {
134
+ position: absolute;
135
+ content: '';
136
+ top: 0%;
137
+ right: 0px;
138
+ width: 1px;
139
+ height: 100%;
140
+ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
141
+ background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
142
+ background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
143
+ background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
144
+ background-image: linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
145
+ }
146
+ .ui.menu .menu.right .item:before,
147
+ .ui.menu .item.right:before {
148
+ right: auto;
149
+ left: 0px;
150
+ }
151
+ /*--------------
152
+ Text Content
153
+ ---------------*/
154
+ .ui.menu .text.item > *,
155
+ .ui.menu .item > p:only-child {
156
+ -webkit-user-select: text;
157
+ -moz-user-select: text;
158
+ -ms-user-select: text;
159
+ user-select: text;
160
+ line-height: 1.3;
161
+ color: rgba(0, 0, 0, 0.6);
162
+ }
163
+ .ui.menu .item > p:first-child {
164
+ margin-top: 0px;
165
+ }
166
+ .ui.menu .item > p:last-child {
167
+ margin-bottom: 0px;
168
+ }
169
+ /*--------------
170
+ Inputs
171
+ ---------------*/
172
+ .ui.menu .item > .input,
173
+ .ui.menu .item > .input input {
174
+ width: 100%;
175
+ }
176
+ .ui.menu .input .icon {
177
+ padding-top: 0em;
178
+ top: -0.05em;
179
+ height: auto;
180
+ }
181
+ .ui.menu .item > .input input,
182
+ .ui.menu .item > input {
183
+ position: relative;
184
+ top: -0.6em;
185
+ margin: 0em;
186
+ padding-top: 0.45em;
187
+ padding-bottom: 0.45em;
188
+ }
189
+ .ui.vertical.menu .item > .input input,
190
+ .ui.vertical.menu .item > input {
191
+ top: 0em;
192
+ margin: 0em;
193
+ padding-top: 0.63em;
194
+ padding-bottom: 0.63em;
195
+ }
196
+ .ui.vertical.menu .item > .input .icon {
197
+ top: 0px;
198
+ padding-top: 0.63em;
199
+ }
200
+ /*--------------
201
+ Header
202
+ ---------------*/
203
+ .ui.menu .header.item {
204
+ background-color: rgba(0, 0, 0, 0.04);
205
+ margin: 0em;
206
+ }
207
+ .ui.vertical.menu .header.item {
208
+ font-weight: bold;
209
+ }
210
+ /*--------------
211
+ Dropdowns
212
+ ---------------*/
213
+ /*.ui.menu .dropdown.item .menu {
214
+ margin: 1px 0px 0px 0px;
215
+ }*/
216
+ .ui.menu .simple.dropdown.item .menu {
217
+ margin: 0px !important;
218
+ }
219
+ .ui.menu .dropdown.item .menu .item {
220
+ width: 100%;
221
+ color: rgba(0, 0, 0, 0.75);
222
+ }
223
+ .ui.menu .dropdown.item .menu .active.item {
224
+ box-shadow: none !important;
225
+ }
226
+ .ui.menu .ui.dropdown .menu .item:before {
227
+ display: none;
228
+ }
229
+ /*--------------
230
+ Labels
231
+ ---------------*/
232
+ .ui.menu .item > .label {
233
+ background-color: rgba(0, 0, 0, 0.35);
234
+ color: #FFFFFF;
235
+ margin: -0.15em 0em -0.15em 0.5em;
236
+ padding: 0.3em 0.8em;
237
+ vertical-align: baseline;
238
+ }
239
+ .ui.menu .item > .floating.label {
240
+ padding: 0.3em 0.8em;
241
+ }
242
+ /*--------------
243
+ Images
244
+ ---------------*/
245
+ .ui.menu .item > img:only-child {
246
+ display: block;
247
+ max-width: 100%;
248
+ margin: 0em auto;
249
+ }
250
+ /*******************************
251
+ States
252
+ *******************************/
253
+ /*--------------
254
+ Hover
255
+ ---------------*/
256
+ .ui.link.menu .item:hover,
257
+ .ui.menu .item.hover,
258
+ .ui.menu .link.item:hover,
259
+ .ui.menu a.item:hover,
260
+ .ui.menu .ui.dropdown .menu .item.hover,
261
+ .ui.menu .ui.dropdown .menu .item:hover {
262
+ cursor: pointer;
263
+ background-color: rgba(0, 0, 0, 0.02);
264
+ }
265
+ .ui.menu .ui.dropdown.active {
266
+ background-color: rgba(0, 0, 0, 0.02);
267
+ -webkit-box-shadow: none;
268
+ box-shadow: none;
269
+ -webkit-border-bottom-right-radius: 0em;
270
+ -moz-border-bottom-right-radius: 0em;
271
+ border-bottom-right-radius: 0em;
272
+ -webkit-border-bottom-left-radius: 0em;
273
+ -moz-border-bottom-left-radius: 0em;
274
+ border-bottom-left-radius: 0em;
275
+ }
276
+ /*--------------
277
+ Down
278
+ ---------------*/
279
+ .ui.link.menu .item:active,
280
+ .ui.menu .item.down,
281
+ .ui.menu .link.item:active,
282
+ .ui.menu a.item:active,
283
+ .ui.menu .ui.dropdown .menu .item.down,
284
+ .ui.menu .ui.dropdown .menu .item:active {
285
+ background-color: rgba(0, 0, 0, 0.05);
286
+ }
287
+ /*--------------
288
+ Active
289
+ ---------------*/
290
+ .ui.menu .active.item {
291
+ background-color: rgba(0, 0, 0, 0.01);
292
+ color: rgba(0, 0, 0, 0.95);
293
+ -webkit-box-shadow: 0em 0.2em 0em inset;
294
+ -moz-box-shadow: 0em 0.2em 0em inset;
295
+ box-shadow: 0em 0.2em 0em inset;
296
+ }
297
+ .ui.vertical.menu .active.item {
298
+ -webkit-border-radius: 0em;
299
+ -moz-border-radius: 0em;
300
+ border-radius: 0em;
301
+ -moz-box-shadow: 0.2em 0em 0em inset;
302
+ -webkit-box-shadow: 0.2em 0em 0em inset;
303
+ box-shadow: 0.2em 0em 0em inset;
304
+ }
305
+ .ui.vertical.menu > .active.item:first-child {
306
+ -webkit-border-radius: 0em 0.1875em 0em 0em;
307
+ -moz-border-radius: 0em 0.1875em 0em 0em;
308
+ border-radius: 0em 0.1875em 0em 0em;
309
+ }
310
+ .ui.vertical.menu > .active.item:last-child {
311
+ -webkit-border-radius: 0em 0em 0.1875em 0em;
312
+ -moz-border-radius: 0em 0em 0.1875em 0em;
313
+ border-radius: 0em 0em 0.1875em 0em;
314
+ }
315
+ .ui.vertical.menu > .active.item:only-child {
316
+ -webkit-border-radius: 0em 0.1875em 0.1875em 0em;
317
+ -moz-border-radius: 0em 0.1875em 0.1875em 0em;
318
+ border-radius: 0em 0.1875em 0.1875em 0em;
319
+ }
320
+ .ui.vertical.menu .active.item .menu .active.item {
321
+ border-left: none;
322
+ }
323
+ .ui.vertical.menu .active.item .menu .active.item {
324
+ padding-left: 1.5rem;
325
+ }
326
+ .ui.vertical.menu .item .menu .active.item {
327
+ background-color: rgba(0, 0, 0, 0.03);
328
+ -webkit-box-shadow: none;
329
+ -moz-box-shadow: none;
330
+ box-shadow: none;
331
+ }
332
+ /*--------------
333
+ Disabled
334
+ ---------------*/
335
+ .ui.menu .item.disabled,
336
+ .ui.menu .item.disabled:hover,
337
+ .ui.menu .item.disabled.hover {
338
+ cursor: default;
339
+ color: rgba(0, 0, 0, 0.2);
340
+ background-color: transparent !important;
341
+ }
342
+ /*--------------------
343
+ Loading
344
+ ---------------------*/
345
+ /* On Form */
346
+ .ui.menu.loading {
347
+ position: relative;
348
+ }
349
+ .ui.menu.loading:after {
350
+ position: absolute;
351
+ top: 0%;
352
+ left: 0%;
353
+ content: '';
354
+ width: 100%;
355
+ height: 100%;
356
+ background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
357
+ visibility: visible;
358
+ }
359
+ /*******************************
360
+ Types
361
+ *******************************/
362
+ /*--------------
363
+ Vertical
364
+ ---------------*/
365
+ .ui.vertical.menu .item {
366
+ display: block;
367
+ height: auto !important;
368
+ border-top: none;
369
+ border-left: 0em solid rgba(0, 0, 0, 0);
370
+ border-right: none;
371
+ }
372
+ .ui.vertical.menu > .item:first-child {
373
+ border-radius: 0.1875em 0.1875em 0px 0px;
374
+ }
375
+ .ui.vertical.menu > .item:last-child {
376
+ border-radius: 0px 0px 0.1875em 0.1875em;
377
+ }
378
+ .ui.vertical.menu .item > .label {
379
+ float: right;
380
+ min-width: 2.5;
381
+ text-align: center;
382
+ }
383
+ .ui.vertical.menu .item > .icon:not(.input) {
384
+ float: right;
385
+ width: 1.22em;
386
+ margin: 0em 0em 0em 0.5em;
387
+ }
388
+ .ui.vertical.menu .item > .label + .icon {
389
+ float: none;
390
+ margin: 0em 0.25em 0em 0em;
391
+ }
392
+ /*--- Border ---*/
393
+ .ui.vertical.menu .item:before {
394
+ position: absolute;
395
+ content: '';
396
+ top: 0%;
397
+ left: 0px;
398
+ width: 100%;
399
+ height: 1px;
400
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
401
+ background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
402
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
403
+ background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
404
+ background-image: linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
405
+ }
406
+ .ui.vertical.menu .item:first-child:before {
407
+ background-image: none !important;
408
+ }
409
+ /*--- Dropdown ---*/
410
+ .ui.vertical.menu .dropdown.item > i {
411
+ float: right;
412
+ }
413
+ .ui.vertical.menu .dropdown.item .menu {
414
+ top: 0% !important;
415
+ left: 100%;
416
+ margin: 0px 0px 0px 1px;
417
+ }
418
+ .ui.vertical.menu .dropdown.item .menu .item {
419
+ font-size: 0.875rem;
420
+ padding: 0.83em 1em;
421
+ }
422
+ .ui.vertical.menu .dropdown.item .menu .item .icon {
423
+ margin-right: 0em;
424
+ }
425
+ .ui.vertical.menu .dropdown.item.active {
426
+ -webkit-box-shadow: none;
427
+ -moz-box-shadow: none;
428
+ box-shadow: none;
429
+ }
430
+ /*--- Sub Menu ---*/
431
+ .ui.vertical.menu .item > .menu {
432
+ margin: 0.5em -0.95em 0em;
433
+ }
434
+ .ui.vertical.menu .item > .menu > .item {
435
+ padding: 0.5rem 1.5rem;
436
+ font-size: 0.875em;
437
+ }
438
+ .ui.vertical.menu .item > .menu > .item:before {
439
+ display: none;
440
+ }
441
+ /*--------------
442
+ Tiered
443
+ ---------------*/
444
+ .ui.tiered.menu > .sub.menu > .item {
445
+ color: rgba(0, 0, 0, 0.4);
446
+ }
447
+ .ui.tiered.menu > .menu > .item:hover,
448
+ .ui.tiered.menu > .menu > .item.hover {
449
+ color: rgba(0, 0, 0, 0.8);
450
+ }
451
+ .ui.tiered.menu .item.active {
452
+ color: rgba(0, 0, 0, 0.8);
453
+ }
454
+ .ui.tiered.menu > .menu .item.active:after {
455
+ position: absolute;
456
+ content: '';
457
+ top: 100%;
458
+ left: 0px;
459
+ width: 100%;
460
+ height: 1px;
461
+ background-color: #FBFBFB;
462
+ }
463
+ .ui.tiered.menu .sub.menu {
464
+ background-color: rgba(0, 0, 0, 0.01);
465
+ border-radius: 0em;
466
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
467
+ -webkit-box-shadow: none;
468
+ -moz-box-shadow: none;
469
+ box-shadow: none;
470
+ color: #FFFFFF;
471
+ }
472
+ .ui.tiered.menu .sub.menu .item {
473
+ font-size: 0.875rem;
474
+ }
475
+ .ui.tiered.menu .sub.menu .item:before {
476
+ background-image: none;
477
+ }
478
+ .ui.tiered.menu .sub.menu .active.item {
479
+ padding-top: 0.83em;
480
+ background-color: transparent;
481
+ border-radius: 0 0 0 0;
482
+ border-top: medium none;
483
+ -webkit-box-shadow: none;
484
+ -moz-box-shadow: none;
485
+ box-shadow: none;
486
+ color: rgba(0, 0, 0, 0.7) !important;
487
+ }
488
+ .ui.tiered.menu .sub.menu .active.item:after {
489
+ display: none;
490
+ }
491
+ /* Inverted */
492
+ .ui.inverted.tiered.menu > .menu > .item {
493
+ color: rgba(255, 255, 255, 0.5);
494
+ }
495
+ .ui.inverted.tiered.menu .sub.menu {
496
+ background-color: rgba(0, 0, 0, 0.2);
497
+ }
498
+ .ui.inverted.tiered.menu .sub.menu .item {
499
+ color: rgba(255, 255, 255, 0.6);
500
+ }
501
+ .ui.inverted.tiered.menu > .menu > .item:hover,
502
+ .ui.inverted.tiered.menu > .menu > .item.hover {
503
+ color: rgba(255, 255, 255, 0.9);
504
+ }
505
+ .ui.inverted.tiered.menu .active.item:after {
506
+ display: none;
507
+ }
508
+ .ui.inverted.tiered.menu > .sub.menu > .active.item,
509
+ .ui.inverted.tiered.menu > .menu > .active.item {
510
+ color: #ffffff !important;
511
+ -webkit-box-shadow: none;
512
+ -moz-box-shadow: none;
513
+ box-shadow: none;
514
+ }
515
+ /* Tiered pointing */
516
+ .ui.pointing.tiered.menu > .menu > .item:after {
517
+ display: none;
518
+ }
519
+ .ui.pointing.tiered.menu > .sub.menu > .item:after {
520
+ display: block;
521
+ }
522
+ /*--------------
523
+ Tabular
524
+ ---------------*/
525
+ .ui.tabular.menu {
526
+ background-color: transparent;
527
+ border-bottom: 1px solid #DCDDDE;
528
+ -webkit-box-shadow: none;
529
+ -moz-box-shadow: none;
530
+ box-shadow: none;
531
+ }
532
+ .ui.tabular.menu .item {
533
+ background-color: transparent;
534
+ border-left: 1px solid transparent;
535
+ border-right: 1px solid transparent;
536
+ border-top: 1px solid transparent;
537
+ padding-left: 1.4em;
538
+ padding-right: 1.4em;
539
+ color: rgba(0, 0, 0, 0.6);
540
+ }
541
+ .ui.tabular.menu .item:before {
542
+ display: none;
543
+ }
544
+ /* Hover */
545
+ .ui.tabular.menu .item:hover {
546
+ background-color: transparent;
547
+ color: rgba(0, 0, 0, 0.8);
548
+ }
549
+ /* Active */
550
+ .ui.tabular.menu .active.item {
551
+ position: relative;
552
+ top: 1px;
553
+ background-color: #FFFFFF;
554
+ color: rgba(0, 0, 0, 0.8);
555
+ border-color: #DCDDDE;
556
+ padding-top: 0.83em;
557
+ -webkit-box-shadow: none;
558
+ -moz-box-shadow: none;
559
+ box-shadow: none;
560
+ -webkit-border-radius: 5px 5px 0 0;
561
+ -moz-border-radius: 5px 5px 0 0;
562
+ border-radius: 5px 5px 0 0;
563
+ }
564
+ /*--------------
565
+ Pagination
566
+ ---------------*/
567
+ .ui.pagination.menu {
568
+ margin: 0em;
569
+ display: inline-block;
570
+ }
571
+ .ui.pagination.menu .item {
572
+ min-width: 2.7em;
573
+ min-height: 2.66em;
574
+ text-align: center;
575
+ }
576
+ .ui.pagination.menu.floated {
577
+ display: block;
578
+ }
579
+ /* active */
580
+ .ui.pagination.menu .active.item {
581
+ border-top: none;
582
+ padding-top: 0.83em;
583
+ background-color: transparent;
584
+ -webkit-box-shadow: none;
585
+ -moz-box-shadow: none;
586
+ box-shadow: none;
587
+ }
588
+ /*--------------
589
+ Secondary
590
+ ---------------*/
591
+ .ui.secondary.menu {
592
+ background-color: transparent;
593
+ -webkit-border-radius: 0px;
594
+ -moz-border-radius: 0px;
595
+ border-radius: 0px;
596
+ -webkit-box-shadow: none;
597
+ -moz-box-shadow: none;
598
+ box-shadow: none;
599
+ }
600
+ .ui.secondary.menu > .item {
601
+ -webkit-box-shadow: none;
602
+ -moz-box-shadow: none;
603
+ box-shadow: none;
604
+ border: none;
605
+ height: auto !important;
606
+ margin: 0em 0.25em;
607
+ padding: 0.5em 1em;
608
+ -webkit-border-radius: 0.3125em;
609
+ -moz-border-radius: 0.3125em;
610
+ border-radius: 0.3125em;
611
+ }
612
+ .ui.secondary.menu > .item:before {
613
+ display: none !important;
614
+ }
615
+ .ui.secondary.menu .link.item,
616
+ .ui.secondary.menu a.item {
617
+ opacity: 0.8;
618
+ -webkit-transition: none;
619
+ -moz-transition: none;
620
+ -o-transition: none;
621
+ -ms-transition: none;
622
+ transition: none;
623
+ }
624
+ .ui.secondary.menu .header.item {
625
+ border-right: 0.1em solid rgba(0, 0, 0, 0.1);
626
+ background-color: transparent;
627
+ -webkit-border-radius: 0em;
628
+ -moz-border-radius: 0em;
629
+ border-radius: 0em;
630
+ }
631
+ /* hover */
632
+ .ui.secondary.menu .link.item:hover,
633
+ .ui.secondary.menu a.item:hover {
634
+ opacity: 1;
635
+ }
636
+ /* active */
637
+ .ui.secondary.menu > .active.item {
638
+ background-color: rgba(0, 0, 0, 0.08);
639
+ opacity: 1;
640
+ -webkit-box-shadow: none;
641
+ -moz-box-shadow: none;
642
+ box-shadow: none;
643
+ }
644
+ .ui.secondary.vertical.menu > .active.item {
645
+ -webkit-border-radius: 0.3125em;
646
+ -moz-border-radius: 0.3125em;
647
+ border-radius: 0.3125em;
648
+ }
649
+ /* inverted */
650
+ .ui.secondary.inverted.menu .link.item,
651
+ .ui.secondary.inverted.menu a.item {
652
+ color: rgba(255, 255, 255, 0.5);
653
+ }
654
+ .ui.secondary.inverted.menu .link.item:hover,
655
+ .ui.secondary.inverted.menu a.item:hover {
656
+ color: rgba(255, 255, 255, 0.9);
657
+ }
658
+ .ui.secondary.inverted.menu > .active.item {
659
+ background-color: rgba(255, 255, 255, 0.9);
660
+ }
661
+ /* disable variations */
662
+ .ui.secondary.item.menu > .item {
663
+ margin: 0em;
664
+ }
665
+ .ui.secondary.attached.menu {
666
+ -webkit-box-shadow: none;
667
+ -moz-box-shadow: none;
668
+ box-shadow: none;
669
+ }
670
+ /*---------------------
671
+ Secondary Pointing
672
+ -----------------------*/
673
+ .ui.secondary.pointing.menu {
674
+ border-bottom: 3px solid rgba(0, 0, 0, 0.1);
675
+ }
676
+ .ui.secondary.pointing.menu .header.item {
677
+ border-right-width: 0px;
678
+ font-weight: bold;
679
+ }
680
+ .ui.secondary.pointing.menu .text.item {
681
+ box-shadow: none !important;
682
+ }
683
+ .ui.secondary.pointing.menu > .item {
684
+ margin: 0em 0em -3px;
685
+ padding: 0.6em 0.95em;
686
+ border-bottom: 3px solid rgba(0, 0, 0, 0);
687
+ -webkit-border-radius: 0em;
688
+ -moz-border-radius: 0em;
689
+ border-radius: 0em;
690
+ -webkit-transition: color 0.2s
691
+ ;
692
+ -moz-transition: color 0.2s
693
+ ;
694
+ -o-transition: color 0.2s
695
+ ;
696
+ -ms-transition: color 0.2s
697
+ ;
698
+ transition: color 0.2s
699
+ ;
700
+ }
701
+ .ui.secondary.pointing.menu > .item:after {
702
+ display: none;
703
+ }
704
+ /* Hover */
705
+ .ui.secondary.pointing.menu > .item.hover,
706
+ .ui.secondary.pointing.menu > .item:hover {
707
+ background-color: transparent;
708
+ color: rgba(0, 0, 0, 0.7);
709
+ }
710
+ /* Down */
711
+ .ui.secondary.pointing.menu > .item:active,
712
+ .ui.secondary.pointing.menu > .item.down {
713
+ background-color: transparent;
714
+ border-color: rgba(0, 0, 0, 0.2);
715
+ }
716
+ /* Active */
717
+ .ui.secondary.pointing.menu > .item.active {
718
+ background-color: transparent;
719
+ border-color: rgba(0, 0, 0, 0.4);
720
+ -webkit-box-shadow: none;
721
+ -moz-box-shadow: none;
722
+ box-shadow: none;
723
+ }
724
+ /*---------------------
725
+ Secondary Vertical
726
+ -----------------------*/
727
+ .ui.secondary.vertical.pointing.menu {
728
+ border: none;
729
+ border-right: 3px solid rgba(0, 0, 0, 0.1);
730
+ }
731
+ .ui.secondary.vertical.menu > .item {
732
+ border: none;
733
+ margin: 0em 0em 0.3em;
734
+ padding: 0.6em 0.8em;
735
+ -webkit-border-radius: 0.1875em;
736
+ -moz-border-radius: 0.1875em;
737
+ border-radius: 0.1875em;
738
+ }
739
+ .ui.secondary.vertical.menu > .header.item {
740
+ -webkit-border-radius: 0em;
741
+ -moz-border-radius: 0em;
742
+ border-radius: 0em;
743
+ }
744
+ .ui.secondary.vertical.pointing.menu > .item {
745
+ margin: 0em -3px 0em 0em;
746
+ border-bottom: none;
747
+ border-right: 3px solid transparent;
748
+ -webkit-border-radius: 0em;
749
+ -moz-border-radius: 0em;
750
+ border-radius: 0em;
751
+ }
752
+ /* Hover */
753
+ .ui.secondary.vertical.pointing.menu > .item.hover,
754
+ .ui.secondary.vertical.pointing.menu > .item:hover {
755
+ background-color: transparent;
756
+ color: rgba(0, 0, 0, 0.7);
757
+ }
758
+ /* Down */
759
+ .ui.secondary.vertical.pointing.menu > .item:active,
760
+ .ui.secondary.vertical.pointing.menu > .item.down {
761
+ background-color: transparent;
762
+ border-color: rgba(0, 0, 0, 0.2);
763
+ }
764
+ /* Active */
765
+ .ui.secondary.vertical.pointing.menu > .item.active {
766
+ background-color: transparent;
767
+ border-color: rgba(0, 0, 0, 0.4);
768
+ color: rgba(0, 0, 0, 0.85);
769
+ }
770
+ /*--------------
771
+ Inverted
772
+ ---------------*/
773
+ .ui.secondary.inverted.menu {
774
+ background-color: transparent;
775
+ }
776
+ .ui.secondary.inverted.pointing.menu {
777
+ border-bottom: 3px solid rgba(255, 255, 255, 0.1);
778
+ }
779
+ .ui.secondary.inverted.pointing.menu > .item {
780
+ color: rgba(255, 255, 255, 0.7);
781
+ }
782
+ /* Hover */
783
+ .ui.secondary.inverted.pointing.menu > .item.hover,
784
+ .ui.secondary.inverted.pointing.menu > .item:hover {
785
+ color: rgba(255, 255, 255, 0.85);
786
+ }
787
+ /* Down */
788
+ .ui.secondary.inverted.pointing.menu > .item:active,
789
+ .ui.secondary.inverted.pointing.menu > .item.down {
790
+ border-color: rgba(255, 255, 255, 0.4) !important;
791
+ }
792
+ /* Active */
793
+ .ui.secondary.inverted.pointing.menu > .item.active {
794
+ border-color: rgba(255, 255, 255, 0.8) !important;
795
+ color: #ffffff;
796
+ }
797
+ /*---------------------
798
+ Inverted Vertical
799
+ ----------------------*/
800
+ .ui.secondary.inverted.vertical.pointing.menu {
801
+ border-right: 3px solid rgba(255, 255, 255, 0.1);
802
+ border-bottom: none;
803
+ }
804
+ /*--------------
805
+ Text Menu
806
+ ---------------*/
807
+ .ui.text.menu {
808
+ background-color: transparent;
809
+ margin: 1rem -1rem;
810
+ -moz-border-radius: 0px;
811
+ -webkit-border-radius: 0px;
812
+ border-radius: 0px;
813
+ -webkit-box-shadow: none;
814
+ -moz-box-shadow: none;
815
+ box-shadow: none;
816
+ }
817
+ .ui.text.menu > .item {
818
+ opacity: 0.8;
819
+ margin: 0em 1em;
820
+ padding: 0em;
821
+ height: auto !important;
822
+ -webkit-border-radius: 0px;
823
+ -moz-border-radius: 0px;
824
+ border-radius: 0px;
825
+ -webkit-box-shadow: none;
826
+ -moz-box-shadow: none;
827
+ box-shadow: none;
828
+ -webkit-transition: opacity 0.2s ease
829
+ ;
830
+ -moz-transition: opacity 0.2s ease
831
+ ;
832
+ -o-transition: opacity 0.2s ease
833
+ ;
834
+ -ms-transition: opacity 0.2s ease
835
+ ;
836
+ transition: opacity 0.2s ease
837
+ ;
838
+ }
839
+ .ui.text.menu > .item:before {
840
+ display: none !important;
841
+ }
842
+ .ui.text.menu .header.item {
843
+ background-color: transparent;
844
+ opacity: 1;
845
+ color: rgba(50, 50, 50, 0.8);
846
+ font-size: 0.875rem;
847
+ padding: 0em;
848
+ text-transform: uppercase;
849
+ font-weight: bold;
850
+ }
851
+ /*--- fluid text ---*/
852
+ .ui.text.item.menu .item {
853
+ margin: 0em;
854
+ }
855
+ /*--- vertical text ---*/
856
+ .ui.vertical.text.menu {
857
+ margin: 1rem 0em;
858
+ }
859
+ .ui.vertical.text.menu:first-child {
860
+ margin-top: 0rem;
861
+ }
862
+ .ui.vertical.text.menu:last-child {
863
+ margin-bottom: 0rem;
864
+ }
865
+ .ui.vertical.text.menu .item {
866
+ float: left;
867
+ clear: left;
868
+ margin: 0.5em 0em;
869
+ }
870
+ .ui.vertical.text.menu .item > .icon {
871
+ float: none;
872
+ margin: 0em 0.83em 0em 0em;
873
+ }
874
+ .ui.vertical.text.menu .header.item {
875
+ margin: 0.8em 0em;
876
+ }
877
+ /*--- hover ---*/
878
+ .ui.text.menu .item.hover,
879
+ .ui.text.menu .item:hover {
880
+ opacity: 1;
881
+ background-color: transparent;
882
+ }
883
+ /*--- active ---*/
884
+ .ui.text.menu .active.item {
885
+ background-color: transparent;
886
+ padding: 0em;
887
+ border: none;
888
+ opacity: 1;
889
+ font-weight: bold;
890
+ -webkit-box-shadow: none;
891
+ -moz-box-shadow: none;
892
+ box-shadow: none;
893
+ }
894
+ /* disable variations */
895
+ .ui.text.pointing.menu .active.item:after {
896
+ -webkit-box-shadow: none;
897
+ -moz-box-shadow: none;
898
+ box-shadow: none;
899
+ }
900
+ .ui.text.attached.menu {
901
+ -webkit-box-shadow: none;
902
+ -moz-box-shadow: none;
903
+ box-shadow: none;
904
+ }
905
+ .ui.inverted.text.menu,
906
+ .ui.inverted.text.menu .item,
907
+ .ui.inverted.text.menu .item:hover,
908
+ .ui.inverted.text.menu .item.active {
909
+ background-color: transparent;
910
+ }
911
+ /*--------------
912
+ Icon Only
913
+ ---------------*/
914
+ .ui.icon.menu,
915
+ .ui.vertical.icon.menu {
916
+ width: auto;
917
+ display: inline-block;
918
+ height: auto;
919
+ }
920
+ .ui.icon.menu > .item {
921
+ height: auto;
922
+ text-align: center;
923
+ color: rgba(60, 60, 60, 0.7);
924
+ }
925
+ .ui.icon.menu > .item > .icon {
926
+ display: block;
927
+ float: none !important;
928
+ opacity: 1;
929
+ margin: 0em auto !important;
930
+ }
931
+ .ui.icon.menu .icon:before {
932
+ opacity: 1;
933
+ }
934
+ /* Item Icon Only */
935
+ .ui.menu .icon.item .icon {
936
+ margin: 0em;
937
+ }
938
+ .ui.vertical.icon.menu {
939
+ float: none;
940
+ }
941
+ /*--- inverted ---*/
942
+ .ui.inverted.icon.menu .item {
943
+ color: rgba(255, 255, 255, 0.8);
944
+ }
945
+ .ui.inverted.icon.menu .icon {
946
+ color: #ffffff;
947
+ }
948
+ /*--------------
949
+ Labeled Icon
950
+ ---------------*/
951
+ .ui.labeled.icon.menu {
952
+ text-align: center;
953
+ }
954
+ .ui.labeled.icon.menu > .item > .icon {
955
+ display: block;
956
+ font-size: 1.5em !important;
957
+ margin: 0em auto 0.3em !important;
958
+ }
959
+ /*******************************
960
+ Variations
961
+ *******************************/
962
+ /*--------------
963
+ Colors
964
+ ---------------*/
965
+ /*--- Light Colors ---*/
966
+ .ui.menu .green.active.item,
967
+ .ui.green.menu .active.item {
968
+ border-color: #A1CF64 !important;
969
+ color: #A1CF64 !important;
970
+ }
971
+ .ui.menu .red.active.item,
972
+ .ui.red.menu .active.item {
973
+ border-color: #D95C5C !important;
974
+ color: #D95C5C !important;
975
+ }
976
+ .ui.menu .blue.active.item,
977
+ .ui.blue.menu .active.item {
978
+ border-color: #6ECFF5 !important;
979
+ color: #6ECFF5 !important;
980
+ }
981
+ .ui.menu .purple.active.item,
982
+ .ui.purple.menu .active.item {
983
+ border-color: #564F8A !important;
984
+ color: #564F8A !important;
985
+ }
986
+ .ui.menu .orange.active.item,
987
+ .ui.orange.menu .active.item {
988
+ border-color: #F05940 !important;
989
+ color: #F05940 !important;
990
+ }
991
+ .ui.menu .teal.active.item,
992
+ .ui.teal.menu .active.item {
993
+ border-color: #00B5AD !important;
994
+ color: #00B5AD !important;
995
+ }
996
+ /*--------------
997
+ Inverted
998
+ ---------------*/
999
+ .ui.inverted.menu {
1000
+ background-color: #333333;
1001
+ box-shadow: none;
1002
+ }
1003
+ .ui.inverted.menu .header.item {
1004
+ margin: 0em;
1005
+ background-color: rgba(0, 0, 0, 0.3);
1006
+ -webkit-box-shadow: none;
1007
+ -moz-box-shadow: none;
1008
+ box-shadow: none;
1009
+ }
1010
+ .ui.inverted.menu .item,
1011
+ .ui.inverted.menu .item > a {
1012
+ color: #FFFFFF;
1013
+ }
1014
+ .ui.inverted.menu .item .item,
1015
+ .ui.inverted.menu .item .item > a {
1016
+ color: rgba(255, 255, 255, 0.8);
1017
+ }
1018
+ .ui.inverted.menu .dropdown.item .menu .item,
1019
+ .ui.inverted.menu .dropdown.item .menu .item a {
1020
+ color: rgba(0, 0, 0, 0.75) !important;
1021
+ }
1022
+ .ui.inverted.menu .item.disabled,
1023
+ .ui.inverted.menu .item.disabled:hover,
1024
+ .ui.inverted.menu .item.disabled.hover {
1025
+ color: rgba(255, 255, 255, 0.2);
1026
+ }
1027
+ /*--- Border ---*/
1028
+ .ui.inverted.menu .item:before {
1029
+ background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1030
+ background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1031
+ background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1032
+ background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1033
+ background-image: linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1034
+ }
1035
+ .ui.vertical.inverted.menu .item:before {
1036
+ background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1037
+ background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1038
+ background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1039
+ background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1040
+ background-image: linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
1041
+ }
1042
+ /*--- Hover ---*/
1043
+ .ui.link.inverted.menu .item:hover,
1044
+ .ui.inverted.menu .item.hover,
1045
+ .ui.inverted.menu .link.item:hover,
1046
+ .ui.inverted.menu a.item:hover,
1047
+ .ui.inverted.menu .dropdown.item.hover,
1048
+ .ui.inverted.menu .dropdown.item:hover {
1049
+ background-color: rgba(255, 255, 255, 0.1);
1050
+ }
1051
+ .ui.inverted.menu a.item:hover,
1052
+ .ui.inverted.menu .item.hover,
1053
+ .ui.inverted.menu .item > a:hover,
1054
+ .ui.inverted.menu .item .menu a.item:hover,
1055
+ .ui.inverted.menu .item .menu a.item.hover,
1056
+ .ui.inverted.menu .item .menu .link.item:hover,
1057
+ .ui.inverted.menu .item .menu .link.item.hover {
1058
+ color: #ffffff;
1059
+ }
1060
+ /*--- Down ---*/
1061
+ .ui.inverted.menu .item.down,
1062
+ .ui.inverted.menu a.item:active,
1063
+ .ui.inverted.menu .item.down,
1064
+ .ui.inverted.menu .dropdown.item:active,
1065
+ .ui.inverted.menu .link.item:active,
1066
+ .ui.inverted.menu a.item:active {
1067
+ background-color: rgba(255, 255, 255, 0.15);
1068
+ }
1069
+ /*--- Active ---*/
1070
+ .ui.inverted.menu .active.item {
1071
+ box-shadow: none !important;
1072
+ background-color: rgba(255, 255, 255, 0.2);
1073
+ }
1074
+ .ui.inverted.menu .active.item,
1075
+ .ui.inverted.menu .active.item a {
1076
+ color: #ffffff !important;
1077
+ }
1078
+ .ui.inverted.vertical.menu .item .menu .active.item {
1079
+ background-color: rgba(255, 255, 255, 0.2);
1080
+ color: #ffffff;
1081
+ }
1082
+ /*--- Pointers ---*/
1083
+ .ui.inverted.pointing.menu .active.item:after {
1084
+ background-color: #505050;
1085
+ box-shadow: none;
1086
+ }
1087
+ .ui.inverted.pointing.menu .active.item:hover:after {
1088
+ background-color: #3B3B3B;
1089
+ }
1090
+ /*--------------
1091
+ Selection
1092
+ ---------------*/
1093
+ .ui.selection.menu > .item {
1094
+ color: rgba(0, 0, 0, 0.4);
1095
+ }
1096
+ .ui.selection.menu > .item:hover {
1097
+ color: rgba(0, 0, 0, 0.6);
1098
+ }
1099
+ .ui.selection.menu > .item.active {
1100
+ color: rgba(0, 0, 0, 0.85);
1101
+ }
1102
+ .ui.inverted.selection.menu > .item {
1103
+ color: rgba(255, 255, 255, 0.4);
1104
+ }
1105
+ .ui.inverted.selection.menu > .item:hover {
1106
+ color: rgba(255, 255, 255, 0.9);
1107
+ }
1108
+ .ui.inverted.selection.menu > .item.active {
1109
+ color: #FFFFFF;
1110
+ }
1111
+ /*--------------
1112
+ Floated
1113
+ ---------------*/
1114
+ .ui.floated.menu {
1115
+ float: left;
1116
+ margin: 0rem 0.5rem 0rem 0rem;
1117
+ }
1118
+ .ui.right.floated.menu {
1119
+ float: right;
1120
+ margin: 0rem 0rem 0rem 0.5rem;
1121
+ }
1122
+ /*--------------
1123
+ Inverted Colors
1124
+ ---------------*/
1125
+ /*--- Light Colors ---*/
1126
+ .ui.grey.menu {
1127
+ background-color: #F0F0F0;
1128
+ }
1129
+ /*--- Inverted Colors ---*/
1130
+ .ui.inverted.green.menu {
1131
+ background-color: #A1CF64;
1132
+ }
1133
+ .ui.inverted.green.pointing.menu .active.item:after {
1134
+ background-color: #A1CF64;
1135
+ }
1136
+ .ui.inverted.red.menu {
1137
+ background-color: #D95C5C;
1138
+ }
1139
+ .ui.inverted.red.pointing.menu .active.item:after {
1140
+ background-color: #F16883;
1141
+ }
1142
+ .ui.inverted.blue.menu {
1143
+ background-color: #6ECFF5;
1144
+ }
1145
+ .ui.inverted.blue.pointing.menu .active.item:after {
1146
+ background-color: #6ECFF5;
1147
+ }
1148
+ .ui.inverted.purple.menu {
1149
+ background-color: #564F8A;
1150
+ }
1151
+ .ui.inverted.purple.pointing.menu .active.item:after {
1152
+ background-color: #564F8A;
1153
+ }
1154
+ .ui.inverted.orange.menu {
1155
+ background-color: #F05940;
1156
+ }
1157
+ .ui.inverted.orange.pointing.menu .active.item:after {
1158
+ background-color: #F05940;
1159
+ }
1160
+ .ui.inverted.teal.menu {
1161
+ background-color: #00B5AD;
1162
+ }
1163
+ .ui.inverted.teal.pointing.menu .active.item:after {
1164
+ background-color: #00B5AD;
1165
+ }
1166
+ /*--------------
1167
+ Fitted
1168
+ ---------------*/
1169
+ .ui.fitted.menu .item,
1170
+ .ui.fitted.menu .item .menu .item,
1171
+ .ui.menu .fitted.item {
1172
+ padding-top: 0em;
1173
+ padding-bottom: 0em;
1174
+ }
1175
+ /*--------------
1176
+ Tight
1177
+ ---------------*/
1178
+ .ui.tight.menu .item,
1179
+ .ui.tight.menu .item .menu .item,
1180
+ .ui.menu .tight.item {
1181
+ padding: 0em;
1182
+ }
1183
+ /*--------------
1184
+ Borderless
1185
+ ---------------*/
1186
+ .ui.borderless.menu .item:before,
1187
+ .ui.borderless.menu .item .menu .item:before,
1188
+ .ui.menu .borderless.item:before {
1189
+ background-image: none;
1190
+ }
1191
+ /*-------------------
1192
+ Compact
1193
+ --------------------*/
1194
+ .ui.compact.menu {
1195
+ display: inline-block;
1196
+ margin: 0em;
1197
+ vertical-align: middle;
1198
+ }
1199
+ .ui.compact.vertical.menu {
1200
+ width: auto !important;
1201
+ }
1202
+ .ui.compact.vertical.menu .item:last-child::before {
1203
+ display: block;
1204
+ }
1205
+ /*-------------------
1206
+ Fluid
1207
+ --------------------*/
1208
+ .ui.menu.fluid,
1209
+ .ui.vertical.menu.fluid {
1210
+ display: block;
1211
+ width: 100% !important;
1212
+ }
1213
+ /*-------------------
1214
+ Evenly Sized
1215
+ --------------------*/
1216
+ .ui.item.menu,
1217
+ .ui.item.menu .item {
1218
+ width: 100%;
1219
+ padding-left: 0px !important;
1220
+ padding-right: 0px !important;
1221
+ text-align: center;
1222
+ }
1223
+ .ui.menu.two.item .item {
1224
+ width: 50%;
1225
+ }
1226
+ .ui.menu.three.item .item {
1227
+ width: 33.333%;
1228
+ }
1229
+ .ui.menu.four.item .item {
1230
+ width: 25%;
1231
+ }
1232
+ .ui.menu.five.item .item {
1233
+ width: 20%;
1234
+ }
1235
+ .ui.menu.six.item .item {
1236
+ width: 16.666%;
1237
+ }
1238
+ .ui.menu.seven.item .item {
1239
+ width: 14.285%;
1240
+ }
1241
+ .ui.menu.eight.item .item {
1242
+ width: 12.500%;
1243
+ }
1244
+ .ui.menu.nine.item .item {
1245
+ width: 11.11%;
1246
+ }
1247
+ .ui.menu.ten.item .item {
1248
+ width: 10.0%;
1249
+ }
1250
+ .ui.menu.eleven.item .item {
1251
+ width: 9.09%;
1252
+ }
1253
+ .ui.menu.twelve.item .item {
1254
+ width: 8.333%;
1255
+ }
1256
+ /*--------------
1257
+ Fixed
1258
+ ---------------*/
1259
+ .ui.menu.fixed {
1260
+ position: fixed;
1261
+ z-index: 10;
1262
+ margin: 0em;
1263
+ border: none;
1264
+ width: 100%;
1265
+ }
1266
+ .ui.menu.fixed,
1267
+ .ui.menu.fixed .item:first-child,
1268
+ .ui.menu.fixed .item:last-child {
1269
+ -webkit-border-radius: 0px !important;
1270
+ -moz-border-radius: 0px !important;
1271
+ border-radius: 0px !important;
1272
+ }
1273
+ .ui.menu.fixed.top {
1274
+ top: 0px;
1275
+ left: 0px;
1276
+ right: auto;
1277
+ bottom: auto;
1278
+ }
1279
+ .ui.menu.fixed.right {
1280
+ top: 0px;
1281
+ right: 0px;
1282
+ left: auto;
1283
+ bottom: auto;
1284
+ width: auto;
1285
+ height: 100%;
1286
+ }
1287
+ .ui.menu.fixed.bottom {
1288
+ bottom: 0px;
1289
+ left: 0px;
1290
+ top: auto;
1291
+ right: auto;
1292
+ }
1293
+ .ui.menu.fixed.left {
1294
+ top: 0px;
1295
+ left: 0px;
1296
+ right: auto;
1297
+ bottom: auto;
1298
+ width: auto;
1299
+ height: 100%;
1300
+ }
1301
+ /*-------------------
1302
+ Pointing
1303
+ --------------------*/
1304
+ .ui.pointing.menu .active.item:after {
1305
+ position: absolute;
1306
+ bottom: -0.35em;
1307
+ left: 50%;
1308
+ content: "";
1309
+ margin-left: -0.3em;
1310
+ width: 0.6em;
1311
+ height: 0.6em;
1312
+ border: none;
1313
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1314
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
1315
+ background-image: none;
1316
+ -webkit-transform: rotate(45deg);
1317
+ -moz-transform: rotate(45deg);
1318
+ transform: rotate(45deg);
1319
+ z-index: 2;
1320
+ -webkit-transition: background 0.2s ease
1321
+ ;
1322
+ -moz-transition: background 0.2s ease
1323
+ ;
1324
+ -o-transition: background 0.2s ease
1325
+ ;
1326
+ -ms-transition: background 0.2s ease
1327
+ ;
1328
+ transition: background 0.2s ease
1329
+ ;
1330
+ }
1331
+ /* Don't double up pointers */
1332
+ .ui.pointing.menu .active.item .menu .active.item:after {
1333
+ display: none;
1334
+ }
1335
+ .ui.vertical.pointing.menu .active.item:after {
1336
+ position: absolute;
1337
+ top: 50%;
1338
+ margin-top: -0.3em;
1339
+ right: -0.4em;
1340
+ bottom: auto;
1341
+ left: auto;
1342
+ border: none;
1343
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
1344
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
1345
+ }
1346
+ /* Colors */
1347
+ .ui.pointing.menu .active.item:after {
1348
+ background-color: #FCFCFC;
1349
+ }
1350
+ .ui.pointing.menu .active.item.hover:after,
1351
+ .ui.pointing.menu .active.item:hover:after {
1352
+ background-color: #FAFAFA;
1353
+ }
1354
+ .ui.vertical.pointing.menu .menu .active.item:after {
1355
+ background-color: #F4F4F4;
1356
+ }
1357
+ .ui.pointing.menu .active.item.down:after,
1358
+ .ui.pointing.menu .active.item:active:after {
1359
+ background-color: #F0F0F0;
1360
+ }
1361
+ /*--------------
1362
+ Attached
1363
+ ---------------*/
1364
+ .ui.menu.attached {
1365
+ margin: 0rem;
1366
+ -moz-border-radius: 0px;
1367
+ -webkit-border-radius: 0px;
1368
+ border-radius: 0px;
1369
+ /* avoid rgba multiplying */
1370
+
1371
+ -moz-box-shadow: 0px 0px 0px 1px #DDDDDD;
1372
+ -webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;
1373
+ box-shadow: 0px 0px 0px 1px #DDDDDD;
1374
+ }
1375
+ .ui.top.attached.menu {
1376
+ -moz-border-radius: 0.1875em 0.1875em 0px 0px;
1377
+ -webkit-border-radius: 0.1875em 0.1875em 0px 0px;
1378
+ border-radius: 0.1875em 0.1875em 0px 0px;
1379
+ }
1380
+ .ui.menu.bottom.attached {
1381
+ -moz-border-radius: 0px 0px 0.1875em 0.1875em;
1382
+ -webkit-border-radius: 0px 0px 0.1875em 0.1875em;
1383
+ border-radius: 0px 0px 0.1875em 0.1875em;
1384
+ }
1385
+ /*--------------
1386
+ Sizes
1387
+ ---------------*/
1388
+ .ui.small.menu .item {
1389
+ font-size: 0.875rem;
1390
+ }
1391
+ .ui.small.vertical.menu {
1392
+ width: 13rem;
1393
+ }
1394
+ .ui.menu .item {
1395
+ font-size: 1rem;
1396
+ height: 2.66em;
1397
+ }
1398
+ .ui.vertical.menu {
1399
+ width: 15rem;
1400
+ }
1401
+ .ui.large.menu .item {
1402
+ font-size: 1.125rem;
1403
+ }
1404
+ .ui.large.menu .item .item {
1405
+ font-size: 0.875rem;
1406
+ }
1407
+ .ui.large.vertical.menu {
1408
+ width: 18rem;
1409
+ }