semantic-ui 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. checksums.yaml +7 -0
  2. data/lib/semantic-ui.rb +8 -0
  3. data/lib/semantic-ui/version.rb +5 -0
  4. data/vendor/assets/fonts/icons.eot +0 -0
  5. data/vendor/assets/fonts/icons.svg +450 -0
  6. data/vendor/assets/fonts/icons.ttf +0 -0
  7. data/vendor/assets/fonts/icons.woff +0 -0
  8. data/vendor/assets/images/loader-large-inverted.gif +0 -0
  9. data/vendor/assets/images/loader-large.gif +0 -0
  10. data/vendor/assets/images/loader-medium-inverted.gif +0 -0
  11. data/vendor/assets/images/loader-medium.gif +0 -0
  12. data/vendor/assets/images/loader-mini-inverted.gif +0 -0
  13. data/vendor/assets/images/loader-mini.gif +0 -0
  14. data/vendor/assets/images/loader-small-inverted.gif +0 -0
  15. data/vendor/assets/images/loader-small.gif +0 -0
  16. data/vendor/assets/javascripts/modules/accordion.js +411 -0
  17. data/vendor/assets/javascripts/modules/behavior/api.js +666 -0
  18. data/vendor/assets/javascripts/modules/behavior/colorize.js +271 -0
  19. data/vendor/assets/javascripts/modules/behavior/form.js +703 -0
  20. data/vendor/assets/javascripts/modules/behavior/state.js +752 -0
  21. data/vendor/assets/javascripts/modules/chatroom.js +766 -0
  22. data/vendor/assets/javascripts/modules/checkbox.js +348 -0
  23. data/vendor/assets/javascripts/modules/dimmer.js +524 -0
  24. data/vendor/assets/javascripts/modules/dropdown.js +707 -0
  25. data/vendor/assets/javascripts/modules/modal.js +478 -0
  26. data/vendor/assets/javascripts/modules/nag.js +542 -0
  27. data/vendor/assets/javascripts/modules/popup.js +721 -0
  28. data/vendor/assets/javascripts/modules/rating.js +358 -0
  29. data/vendor/assets/javascripts/modules/search.js +769 -0
  30. data/vendor/assets/javascripts/modules/shape.js +776 -0
  31. data/vendor/assets/javascripts/modules/sidebar.js +489 -0
  32. data/vendor/assets/javascripts/modules/tab.js +674 -0
  33. data/vendor/assets/javascripts/modules/transition.js +650 -0
  34. data/vendor/assets/javascripts/modules/video.js +459 -0
  35. data/vendor/assets/javascripts/semantic-ui.js +1 -0
  36. data/vendor/assets/stylesheets/collections/breadcrumb.less +79 -0
  37. data/vendor/assets/stylesheets/collections/form.less +536 -0
  38. data/vendor/assets/stylesheets/collections/grid.less +655 -0
  39. data/vendor/assets/stylesheets/collections/menu.less +1765 -0
  40. data/vendor/assets/stylesheets/collections/message.less +337 -0
  41. data/vendor/assets/stylesheets/collections/table.less +532 -0
  42. data/vendor/assets/stylesheets/elements/button.less +1190 -0
  43. data/vendor/assets/stylesheets/elements/divider.less +200 -0
  44. data/vendor/assets/stylesheets/elements/header.less +325 -0
  45. data/vendor/assets/stylesheets/elements/icon.less +484 -0
  46. data/vendor/assets/stylesheets/elements/image.less +170 -0
  47. data/vendor/assets/stylesheets/elements/input.less +300 -0
  48. data/vendor/assets/stylesheets/elements/label.less +824 -0
  49. data/vendor/assets/stylesheets/elements/loader.less +178 -0
  50. data/vendor/assets/stylesheets/elements/progress.less +353 -0
  51. data/vendor/assets/stylesheets/elements/segment.less +465 -0
  52. data/vendor/assets/stylesheets/elements/step.less +294 -0
  53. data/vendor/assets/stylesheets/modules/accordion.less +135 -0
  54. data/vendor/assets/stylesheets/modules/chatroom.less +271 -0
  55. data/vendor/assets/stylesheets/modules/checkbox.less +380 -0
  56. data/vendor/assets/stylesheets/modules/dimmer.less +230 -0
  57. data/vendor/assets/stylesheets/modules/dropdown.less +506 -0
  58. data/vendor/assets/stylesheets/modules/modal.less +160 -0
  59. data/vendor/assets/stylesheets/modules/nag.less +175 -0
  60. data/vendor/assets/stylesheets/modules/popup.less +238 -0
  61. data/vendor/assets/stylesheets/modules/rating.less +151 -0
  62. data/vendor/assets/stylesheets/modules/reveal.less +367 -0
  63. data/vendor/assets/stylesheets/modules/search.less +275 -0
  64. data/vendor/assets/stylesheets/modules/shape.less +115 -0
  65. data/vendor/assets/stylesheets/modules/sidebar.less +147 -0
  66. data/vendor/assets/stylesheets/modules/tab.less +59 -0
  67. data/vendor/assets/stylesheets/modules/transition.less +839 -0
  68. data/vendor/assets/stylesheets/modules/video.less +99 -0
  69. data/vendor/assets/stylesheets/semantic-ui.less +1 -0
  70. data/vendor/assets/stylesheets/views/comment.less +221 -0
  71. data/vendor/assets/stylesheets/views/feed.less +151 -0
  72. data/vendor/assets/stylesheets/views/item.less +641 -0
  73. data/vendor/assets/stylesheets/views/list.less +508 -0
  74. data/vendor/assets/stylesheets/views/statistic.css +27 -0
  75. metadata +187 -0
@@ -0,0 +1,1765 @@
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
+
14
+ /*******************************
15
+ Standard
16
+ *******************************/
17
+
18
+ /*--------------
19
+ Menu
20
+ ---------------*/
21
+
22
+ .ui.menu {
23
+ margin: 1rem 0rem;
24
+ background-color: #FFFFFF;
25
+
26
+ font-size: 0px;
27
+ font-weight: normal;
28
+
29
+ -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
30
+ -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
31
+ box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
32
+
33
+ -webkit-border-radius: 0.1875rem;
34
+ -moz-border-radius: 0.1875rem;
35
+ border-radius: 0.1875rem;
36
+ }
37
+ .ui.menu:first-child {
38
+ margin-top: 0rem;
39
+ }
40
+ .ui.menu:last-child {
41
+ margin-bottom: 0rem;
42
+ }
43
+
44
+
45
+ .ui.menu:after {
46
+ content: ".";
47
+ display: block;
48
+ height: 0;
49
+ clear: both;
50
+ visibility: hidden;
51
+ }
52
+
53
+
54
+ .ui.menu > .item:first-child {
55
+ border-radius: 0.1875em 0px 0px 0.1875em;
56
+ }
57
+ .ui.menu > .item:last-child {
58
+ border-radius: 0px 0.1875em 0.1875em 0px;
59
+ }
60
+ .ui.menu .item {
61
+ -webkit-user-select: none;
62
+ -moz-user-select: none;
63
+ -ms-user-select: none;
64
+ user-select: none;
65
+
66
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
67
+
68
+ vertical-align: middle;
69
+
70
+ line-height: 1;
71
+ text-decoration: none;
72
+
73
+ -webkit-box-sizing: border-box;
74
+ -moz-box-sizing: border-box;
75
+ -ms-box-sizing: border-box;
76
+ box-sizing: border-box;
77
+
78
+ -webkit-transition:
79
+ opacity 0.2s ease,
80
+ background 0.2s ease,
81
+ box-shadow 0.2s ease
82
+ ;
83
+ -moz-transition:
84
+ opacity 0.2s ease,
85
+ background 0.2s ease,
86
+ box-shadow 0.2s ease
87
+ ;
88
+ -o-transition:
89
+ opacity 0.2s ease,
90
+ background 0.2s ease,
91
+ box-shadow 0.2s ease
92
+ ;
93
+ -ms-transition:
94
+ opacity 0.2s ease,
95
+ background 0.2s ease,
96
+ box-shadow 0.2s ease
97
+ ;
98
+ transition:
99
+ opacity 0.2s ease,
100
+ background 0.2s ease,
101
+ box-shadow 0.2s ease
102
+ ;
103
+ }
104
+
105
+ /*--------------
106
+ Colors
107
+ ---------------*/
108
+
109
+ /* Text Color */
110
+ .ui.menu .item,
111
+ .ui.menu .item > a {
112
+ color: rgba(0, 0, 0, 0.75);
113
+ }
114
+ .ui.menu .item .item,
115
+ .ui.menu .item .item > a {
116
+ color: rgba(30, 30, 30, 0.7);
117
+ }
118
+ .ui.menu .item .item .item,
119
+ .ui.menu .item .item .item > a {
120
+ color: rgba(30, 30, 30, 0.6);
121
+ }
122
+ .ui.menu .dropdown.item .menu .item,
123
+ .ui.menu .dropdown.item .menu .item a {
124
+ color: rgba(0, 0, 0, 0.75);
125
+ }
126
+ /* Hover */
127
+ .ui.menu .item .menu a.item:hover,
128
+ .ui.menu .item .menu a.item.hover,
129
+ .ui.menu .item .menu .link.item:hover,
130
+ .ui.menu .item .menu .link.item.hover {
131
+ color: rgba(0, 0, 0, 0.85);
132
+ }
133
+ .ui.menu .dropdown.item .menu .item a:hover {
134
+ color: rgba(0, 0, 0, 0.85);
135
+ }
136
+ /* Active */
137
+ .ui.menu .active.item,
138
+ .ui.menu .active.item a {
139
+ color: rgba(0, 0, 0, 0.85);
140
+
141
+ -moz-border-radius: 0px;
142
+ -webkit-border-radius: 0px;
143
+ border-radius: 0px;
144
+ }
145
+
146
+ /*--------------
147
+ Items
148
+ ---------------*/
149
+
150
+ .ui.menu .item {
151
+ position: relative;
152
+ display: inline-block;
153
+
154
+ padding: 0.83em 0.95em;
155
+
156
+ border-top: 0em solid rgba(0, 0, 0, 0);
157
+
158
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
159
+ -moz-user-select: -moz-none;
160
+ -khtml-user-select: none;
161
+ user-select: none;
162
+ }
163
+
164
+ .ui.menu .menu {
165
+ margin: 0em;
166
+ }
167
+
168
+ .ui.menu .item.left,
169
+ .ui.menu .menu.left {
170
+ float: left;
171
+ }
172
+ .ui.menu .item.right,
173
+ .ui.menu .menu.right {
174
+ float: right;
175
+ }
176
+
177
+
178
+ /*--------------
179
+ Borders
180
+ ---------------*/
181
+
182
+ .ui.menu .item:before {
183
+ position: absolute;
184
+ content: '';
185
+ top: 0%;
186
+ right: 0px;
187
+ width: 1px;
188
+ height: 100%;
189
+ background-image: -webkit-linear-gradient(top,
190
+ rgba(0, 0, 0, 0.05) 0%,
191
+ rgba(0, 0, 0, 0.1) 50%,
192
+ rgba(0, 0, 0, 0.05) 100%)
193
+ ;
194
+ background-image: -moz-linear-gradient(top,
195
+ rgba(0, 0, 0, 0.05) 0%,
196
+ rgba(0, 0, 0, 0.1) 50%,
197
+ rgba(0, 0, 0, 0.05) 100%)
198
+ ;
199
+ background-image: -o-linear-gradient(top,
200
+ rgba(0, 0, 0, 0.05) 0%,
201
+ rgba(0, 0, 0, 0.1) 50%,
202
+ rgba(0, 0, 0, 0.05) 100%)
203
+ ;
204
+ background-image: -ms-linear-gradient(top,
205
+ rgba(0, 0, 0, 0.05) 0%,
206
+ rgba(0, 0, 0, 0.1) 50%,
207
+ rgba(0, 0, 0, 0.05) 100%)
208
+ ;
209
+ background-image: linear-gradient(top,
210
+ rgba(0, 0, 0, 0.05) 0%,
211
+ rgba(0, 0, 0, 0.1) 50%,
212
+ rgba(0, 0, 0, 0.05) 100%)
213
+ ;
214
+ }
215
+ .ui.menu .menu.right .item:before,
216
+ .ui.menu .item.right:before {
217
+ right: auto;
218
+ left: 0px;
219
+ }
220
+
221
+ /*--------------
222
+ Text Content
223
+ ---------------*/
224
+
225
+ .ui.menu .text.item > *,
226
+ .ui.menu .item > p:only-child {
227
+ -webkit-user-select: text;
228
+ -moz-user-select: text;
229
+ -ms-user-select: text;
230
+ user-select: text;
231
+
232
+ line-height: 1.3;
233
+ color: rgba(0, 0, 0, 0.6);
234
+ }
235
+ .ui.menu .item > p:first-child {
236
+ margin-top: 0px;
237
+ }
238
+ .ui.menu .item > p:last-child {
239
+ margin-bottom: 0px;
240
+ }
241
+
242
+ /*--------------
243
+ Inputs
244
+ ---------------*/
245
+
246
+ .ui.menu .item > .input,
247
+ .ui.menu .item > .input input {
248
+ width: 100%;
249
+ }
250
+ .ui.menu .input .icon {
251
+ padding-top: 0em;
252
+ top: -0.05em;
253
+ height: auto;
254
+ }
255
+ .ui.menu .item > .input input,
256
+ .ui.menu .item > input {
257
+ position: relative;
258
+ top: -0.6em;
259
+ margin: 0em;
260
+ padding-top: 0.45em;
261
+ padding-bottom: 0.45em;
262
+ }
263
+ .ui.vertical.menu .item > .input input,
264
+ .ui.vertical.menu .item > input {
265
+ top: 0em;
266
+ margin: 0em;
267
+ padding-top: 0.63em;
268
+ padding-bottom: 0.63em;
269
+ }
270
+ .ui.vertical.menu .item > .input .icon {
271
+ top: 0px;
272
+ padding-top: 0.63em;
273
+ }
274
+
275
+ /*--------------
276
+ Header
277
+ ---------------*/
278
+
279
+ .ui.menu .header.item {
280
+ background-color: rgba(0, 0, 0, 0.04);
281
+ margin: 0em;
282
+ }
283
+ .ui.vertical.menu .header.item {
284
+ font-weight: bold;
285
+ }
286
+
287
+
288
+ /*--------------
289
+ Dropdowns
290
+ ---------------*/
291
+ /*.ui.menu .dropdown.item .menu {
292
+ margin: 1px 0px 0px 0px;
293
+ }*/
294
+ .ui.menu .simple.dropdown.item .menu {
295
+ margin: 0px !important;
296
+ }
297
+ .ui.menu .dropdown.item .menu .item {
298
+ width: 100%;
299
+ color: rgba(0, 0, 0, 0.75);
300
+ }
301
+ .ui.menu .dropdown.item .menu .active.item {
302
+ box-shadow: none !important;
303
+ }
304
+ .ui.menu .ui.dropdown .menu .item:before {
305
+ display: none;
306
+ }
307
+
308
+
309
+ /*--------------
310
+ Labels
311
+ ---------------*/
312
+
313
+ .ui.menu .item > .label {
314
+ background-color: rgba(0, 0, 0, 0.35);
315
+ color: #FFFFFF;
316
+ margin: -0.15em 0em -0.15em 0.5em;
317
+ padding: 0.3em 0.8em;
318
+ vertical-align: baseline;
319
+ }
320
+ .ui.menu .item > .floating.label {
321
+ padding: 0.3em 0.8em;
322
+ }
323
+
324
+ /*--------------
325
+ Images
326
+ ---------------*/
327
+
328
+ .ui.menu .item > img:only-child {
329
+ display: block;
330
+ max-width: 100%;
331
+ margin: 0em auto;
332
+ }
333
+
334
+ /*******************************
335
+ States
336
+ *******************************/
337
+
338
+ /*--------------
339
+ Hover
340
+ ---------------*/
341
+
342
+ .ui.link.menu .item:hover,
343
+ .ui.menu .item.hover,
344
+ .ui.menu .link.item:hover,
345
+ .ui.menu a.item:hover,
346
+ .ui.menu .ui.dropdown .menu .item.hover,
347
+ .ui.menu .ui.dropdown .menu .item:hover {
348
+ cursor: pointer;
349
+ background-color: rgba(0, 0, 0, 0.02);
350
+ }
351
+ .ui.menu .ui.dropdown.active {
352
+ background-color: rgba(0, 0, 0, 0.02);
353
+
354
+ -webkit-box-shadow: none;
355
+ box-shadow: none;
356
+
357
+ -webkit-border-bottom-right-radius: 0em;
358
+ -moz-border-bottom-right-radius: 0em;
359
+ border-bottom-right-radius: 0em;
360
+
361
+ -webkit-border-bottom-left-radius: 0em;
362
+ -moz-border-bottom-left-radius: 0em;
363
+ border-bottom-left-radius: 0em;
364
+ }
365
+
366
+
367
+ /*--------------
368
+ Down
369
+ ---------------*/
370
+
371
+ .ui.link.menu .item:active,
372
+ .ui.menu .item.down,
373
+ .ui.menu .link.item:active,
374
+ .ui.menu a.item:active,
375
+ .ui.menu .ui.dropdown .menu .item.down,
376
+ .ui.menu .ui.dropdown .menu .item:active {
377
+ background-color: rgba(0, 0, 0, 0.05);
378
+
379
+ }
380
+
381
+ /*--------------
382
+ Active
383
+ ---------------*/
384
+
385
+ .ui.menu .active.item {
386
+ background-color: rgba(0, 0, 0, 0.01);
387
+ color: rgba(0, 0, 0, 0.95);
388
+
389
+ -webkit-box-shadow: 0em 0.2em 0em inset;
390
+ -moz-box-shadow: 0em 0.2em 0em inset;
391
+ box-shadow: 0em 0.2em 0em inset;
392
+ }
393
+ .ui.vertical.menu .active.item {
394
+ -webkit-border-radius: 0em;
395
+ -moz-border-radius: 0em;
396
+ border-radius: 0em;
397
+
398
+ -moz-box-shadow: 0.2em 0em 0em inset;
399
+ -webkit-box-shadow: 0.2em 0em 0em inset;
400
+ box-shadow: 0.2em 0em 0em inset;
401
+ }
402
+ .ui.vertical.menu > .active.item:first-child {
403
+ -webkit-border-radius: 0em 0.1875em 0em 0em;
404
+ -moz-border-radius: 0em 0.1875em 0em 0em;
405
+ border-radius: 0em 0.1875em 0em 0em;
406
+ }
407
+ .ui.vertical.menu > .active.item:last-child {
408
+ -webkit-border-radius: 0em 0em 0.1875em 0em;
409
+ -moz-border-radius: 0em 0em 0.1875em 0em;
410
+ border-radius: 0em 0em 0.1875em 0em;
411
+ }
412
+ .ui.vertical.menu > .active.item:only-child {
413
+ -webkit-border-radius: 0em 0.1875em 0.1875em 0em;
414
+ -moz-border-radius: 0em 0.1875em 0.1875em 0em;
415
+ border-radius: 0em 0.1875em 0.1875em 0em;
416
+ }
417
+
418
+
419
+ .ui.vertical.menu .active.item .menu .active.item {
420
+ border-left: none;
421
+ }
422
+ .ui.vertical.menu .active.item .menu .active.item {
423
+ padding-left: 1.5rem;
424
+ }
425
+ .ui.vertical.menu .item .menu .active.item {
426
+ background-color: rgba(0, 0, 0, 0.03);
427
+ -webkit-box-shadow: none;
428
+ -moz-box-shadow: none;
429
+ box-shadow: none;
430
+ }
431
+
432
+ /*--------------
433
+ Disabled
434
+ ---------------*/
435
+
436
+ .ui.menu .item.disabled,
437
+ .ui.menu .item.disabled:hover,
438
+ .ui.menu .item.disabled.hover {
439
+ cursor: default;
440
+ color: rgba(0, 0, 0, 0.2);
441
+ background-color: transparent !important;
442
+ }
443
+
444
+
445
+ /*--------------------
446
+ Loading
447
+ ---------------------*/
448
+
449
+ /* On Form */
450
+ .ui.menu.loading {
451
+ position: relative;
452
+ }
453
+ .ui.menu.loading:after {
454
+ position: absolute;
455
+ top: 0%;
456
+ left: 0%;
457
+ content: '';
458
+
459
+ width: 100%;
460
+ height: 100%;
461
+ background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
462
+ visibility: visible;
463
+ }
464
+
465
+
466
+ /*******************************
467
+ Types
468
+ *******************************/
469
+
470
+ /*--------------
471
+ Vertical
472
+ ---------------*/
473
+
474
+ .ui.vertical.menu .item {
475
+ display: block;
476
+ height: auto !important;
477
+ border-top: none;
478
+ border-left: 0em solid rgba(0, 0, 0, 0);
479
+ border-right: none;
480
+ }
481
+ .ui.vertical.menu > .item:first-child {
482
+ border-radius: 0.1875em 0.1875em 0px 0px;
483
+ }
484
+ .ui.vertical.menu > .item:last-child {
485
+ border-radius: 0px 0px 0.1875em 0.1875em;
486
+ }
487
+
488
+ .ui.vertical.menu .item > .label {
489
+ float: right;
490
+ min-width: 2.5;
491
+ text-align: center;
492
+ }
493
+ .ui.vertical.menu .item > .icon:not(.input) {
494
+ float: right;
495
+ width: 1.22em;
496
+ margin: 0em 0em 0em 0.5em;
497
+ }
498
+ .ui.vertical.menu .item > .label + .icon {
499
+ float: none;
500
+ margin: 0em 0.25em 0em 0em;
501
+ }
502
+
503
+ /*--- Border ---*/
504
+ .ui.vertical.menu .item:before {
505
+ position: absolute;
506
+ content: '';
507
+ top: 0%;
508
+ left: 0px;
509
+ width: 100%;
510
+ height: 1px;
511
+ background-image: -webkit-linear-gradient(left,
512
+ rgba(0, 0, 0, 0.03) 0%,
513
+ rgba(0, 0, 0, 0.1) 1.5em,
514
+ rgba(0, 0, 0, 0.03) 100%)
515
+ ;
516
+ background-image: -moz-linear-gradient(left,
517
+ rgba(0, 0, 0, 0.03) 0%,
518
+ rgba(0, 0, 0, 0.1) 1.5em,
519
+ rgba(0, 0, 0, 0.03) 100%)
520
+ ;
521
+ background-image: -o-linear-gradient(left,
522
+ rgba(0, 0, 0, 0.03) 0%,
523
+ rgba(0, 0, 0, 0.1) 1.5em,
524
+ rgba(0, 0, 0, 0.03) 100%)
525
+ ;
526
+ background-image: -ms-linear-gradient(left,
527
+ rgba(0, 0, 0, 0.03) 0%,
528
+ rgba(0, 0, 0, 0.1) 1.5em,
529
+ rgba(0, 0, 0, 0.03) 100%)
530
+ ;
531
+ background-image: linear-gradient(left,
532
+ rgba(0, 0, 0, 0.03) 0%,
533
+ rgba(0, 0, 0, 0.1) 1.5em,
534
+ rgba(0, 0, 0, 0.03) 100%)
535
+ ;
536
+ }
537
+
538
+ .ui.vertical.menu .item:first-child:before {
539
+ background-image: none !important;
540
+ }
541
+
542
+ /*--- Dropdown ---*/
543
+ .ui.vertical.menu .dropdown.item > i {
544
+ float: right;
545
+ }
546
+ .ui.vertical.menu .dropdown.item .menu {
547
+ top: 0% !important;
548
+ left: 100%;
549
+ margin: 0px 0px 0px 1px;
550
+ }
551
+ .ui.vertical.menu .dropdown.item .menu .item {
552
+ font-size: 0.875rem;
553
+ padding: 0.83em 1em;
554
+ }
555
+ .ui.vertical.menu .dropdown.item .menu .item .icon {
556
+ margin-right: 0em;
557
+ }
558
+ .ui.vertical.menu .dropdown.item.active {
559
+ -webkit-box-shadow: none;
560
+ -moz-box-shadow: none;
561
+ box-shadow: none;
562
+ }
563
+
564
+ /*--- Sub Menu ---*/
565
+ .ui.vertical.menu .item > .menu {
566
+ margin: 0.5em -0.95em 0em;
567
+ }
568
+ .ui.vertical.menu .item > .menu > .item {
569
+ padding: 0.5rem 1.5rem;
570
+ font-size: 0.875em;
571
+ }
572
+ .ui.vertical.menu .item > .menu > .item:before {
573
+ display: none;
574
+ }
575
+
576
+
577
+ /*--------------
578
+ Tiered
579
+ ---------------*/
580
+
581
+ .ui.tiered.menu > .sub.menu > .item {
582
+ color: rgba(0, 0, 0, 0.4);
583
+ }
584
+ .ui.tiered.menu > .menu > .item:hover,
585
+ .ui.tiered.menu > .menu > .item.hover {
586
+ color: rgba(0, 0, 0, 0.8);
587
+ }
588
+ .ui.tiered.menu .item.active {
589
+ color: rgba(0, 0, 0, 0.8);
590
+ }
591
+ .ui.tiered.menu > .menu .item.active:after {
592
+ position: absolute;
593
+ content: '';
594
+ top: 100%;
595
+ left: 0px;
596
+
597
+ width: 100%;
598
+ height: 1px;
599
+ background-color: #FBFBFB;
600
+ }
601
+ .ui.tiered.menu .sub.menu {
602
+ background-color: rgba(0, 0, 0, 0.01);
603
+ border-radius: 0em;
604
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
605
+
606
+ -webkit-box-shadow: none;
607
+ -moz-box-shadow: none;
608
+ box-shadow: none;
609
+
610
+ color: #FFFFFF;
611
+ }
612
+ .ui.tiered.menu .sub.menu .item {
613
+ font-size: 0.875rem;
614
+ }
615
+ .ui.tiered.menu .sub.menu .item:before {
616
+ background-image: none;
617
+ }
618
+ .ui.tiered.menu .sub.menu .active.item {
619
+ padding-top: 0.83em;
620
+ background-color: transparent;
621
+ border-radius: 0 0 0 0;
622
+ border-top: medium none;
623
+
624
+ -webkit-box-shadow: none;
625
+ -moz-box-shadow: none;
626
+ box-shadow: none;
627
+
628
+ color: rgba(0, 0, 0, 0.7) !important;
629
+ }
630
+ .ui.tiered.menu .sub.menu .active.item:after {
631
+ display: none;
632
+ }
633
+
634
+ /* Inverted */
635
+ .ui.inverted.tiered.menu > .menu > .item {
636
+ color: rgba(255, 255, 255, 0.5);
637
+ }
638
+ .ui.inverted.tiered.menu .sub.menu {
639
+ background-color: rgba(0, 0, 0, 0.2);
640
+ }
641
+ .ui.inverted.tiered.menu .sub.menu .item {
642
+ color: rgba(255, 255, 255, 0.6);
643
+ }
644
+
645
+ .ui.inverted.tiered.menu > .menu > .item:hover,
646
+ .ui.inverted.tiered.menu > .menu > .item.hover {
647
+ color: rgba(255, 255, 255, 0.9);
648
+ }
649
+ .ui.inverted.tiered.menu .active.item:after {
650
+ display: none;
651
+ }
652
+ .ui.inverted.tiered.menu > .sub.menu > .active.item,
653
+ .ui.inverted.tiered.menu > .menu > .active.item {
654
+ color: rgba(255, 255, 255, 1) !important;
655
+ -webkit-box-shadow: none;
656
+ -moz-box-shadow: none;
657
+ box-shadow: none;
658
+ }
659
+
660
+ /* Tiered pointing */
661
+ .ui.pointing.tiered.menu > .menu > .item:after {
662
+ display: none;
663
+ }
664
+ .ui.pointing.tiered.menu > .sub.menu > .item:after {
665
+ display: block;
666
+ }
667
+
668
+
669
+ /*--------------
670
+ Tabular
671
+ ---------------*/
672
+
673
+ .ui.tabular.menu {
674
+ background-color: transparent;
675
+ border-bottom: 1px solid #DCDDDE;
676
+
677
+ -webkit-box-shadow: none;
678
+ -moz-box-shadow: none;
679
+ box-shadow: none;
680
+ }
681
+ .ui.tabular.menu .item {
682
+ background-color: transparent;
683
+
684
+ border-left: 1px solid transparent;
685
+ border-right: 1px solid transparent;
686
+ border-top: 1px solid transparent;
687
+
688
+ padding-left: 1.4em;
689
+ padding-right: 1.4em;
690
+ color: rgba(0, 0, 0, 0.6);
691
+ }
692
+ .ui.tabular.menu .item:before {
693
+ display: none;
694
+ }
695
+
696
+ /* Hover */
697
+ .ui.tabular.menu .item:hover {
698
+ background-color: transparent;
699
+ color: rgba(0, 0, 0, 0.8);
700
+ }
701
+
702
+ /* Active */
703
+ .ui.tabular.menu .active.item {
704
+ position: relative;
705
+ top: 1px;
706
+
707
+ background-color: #FFFFFF;
708
+ color: rgba(0, 0, 0, 0.8);
709
+
710
+ border-color: #DCDDDE;
711
+
712
+ padding-top: 0.83em;
713
+
714
+ -webkit-box-shadow: none;
715
+ -moz-box-shadow: none;
716
+ box-shadow: none;
717
+
718
+ -webkit-border-radius: 5px 5px 0 0;
719
+ -moz-border-radius: 5px 5px 0 0;
720
+ border-radius: 5px 5px 0 0;
721
+ }
722
+
723
+ /*--------------
724
+ Pagination
725
+ ---------------*/
726
+
727
+ .ui.pagination.menu {
728
+ margin: 0em;
729
+ display: inline-block;
730
+ }
731
+
732
+ .ui.pagination.menu .item {
733
+ min-width: 2.7em;
734
+ min-height: 2.66em;
735
+ text-align: center;
736
+ }
737
+ .ui.pagination.menu.floated {
738
+ display: block;
739
+ }
740
+
741
+ /* active */
742
+ .ui.pagination.menu .active.item {
743
+ border-top: none;
744
+ padding-top: 0.83em;
745
+ background-color: transparent;
746
+ -webkit-box-shadow: none;
747
+ -moz-box-shadow: none;
748
+ box-shadow: none;
749
+ }
750
+
751
+ /*--------------
752
+ Secondary
753
+ ---------------*/
754
+
755
+ .ui.secondary.menu {
756
+ background-color: transparent;
757
+
758
+ -webkit-border-radius: 0px;
759
+ -moz-border-radius: 0px;
760
+ border-radius: 0px;
761
+
762
+ -webkit-box-shadow: none;
763
+ -moz-box-shadow: none;
764
+ box-shadow: none;
765
+ }
766
+ .ui.secondary.menu > .item {
767
+ -webkit-box-shadow: none;
768
+ -moz-box-shadow: none;
769
+ box-shadow: none;
770
+
771
+ border: none;
772
+ height: auto !important;
773
+
774
+ margin: 0em 0.25em;
775
+ padding: 0.5em 1em;
776
+
777
+ -webkit-border-radius: 0.3125em;
778
+ -moz-border-radius: 0.3125em;
779
+ border-radius: 0.3125em;
780
+ }
781
+ .ui.secondary.menu > .item:before {
782
+ display: none !important;
783
+ }
784
+
785
+ .ui.secondary.menu .link.item,
786
+ .ui.secondary.menu a.item {
787
+ opacity: 0.8;
788
+
789
+ -webkit-transition: none;
790
+ -moz-transition: none;
791
+ -o-transition: none;
792
+ -ms-transition: none;
793
+ transition: none;
794
+ }
795
+
796
+ .ui.secondary.menu .header.item {
797
+ border-right: 0.1em solid rgba(0, 0, 0, 0.1);
798
+ background-color: transparent;
799
+
800
+ -webkit-border-radius: 0em;
801
+ -moz-border-radius: 0em;
802
+ border-radius: 0em;
803
+ }
804
+
805
+ /* hover */
806
+ .ui.secondary.menu .link.item:hover,
807
+ .ui.secondary.menu a.item:hover {
808
+ opacity: 1;
809
+ }
810
+
811
+ /* active */
812
+ .ui.secondary.menu > .active.item {
813
+ background-color: rgba(0, 0, 0, 0.08);
814
+ opacity: 1;
815
+
816
+ -webkit-box-shadow: none;
817
+ -moz-box-shadow: none;
818
+ box-shadow: none;
819
+ }
820
+ .ui.secondary.vertical.menu > .active.item {
821
+ -webkit-border-radius: 0.3125em;
822
+ -moz-border-radius: 0.3125em;
823
+ border-radius: 0.3125em;
824
+ }
825
+
826
+ /* inverted */
827
+ .ui.secondary.inverted.menu .link.item,
828
+ .ui.secondary.inverted.menu a.item {
829
+ color: rgba(255, 255, 255, 0.5);
830
+ }
831
+ .ui.secondary.inverted.menu .link.item:hover,
832
+ .ui.secondary.inverted.menu a.item:hover {
833
+ color: rgba(255, 255, 255, 0.9);
834
+ }
835
+ .ui.secondary.inverted.menu > .active.item {
836
+ background-color: rgba(255, 255, 255, 0.9);
837
+ }
838
+
839
+
840
+ /* disable variations */
841
+ .ui.secondary.item.menu > .item {
842
+ margin: 0em;
843
+ }
844
+ .ui.secondary.attached.menu {
845
+ -webkit-box-shadow: none;
846
+ -moz-box-shadow: none;
847
+ box-shadow: none;
848
+ }
849
+
850
+ /*---------------------
851
+ Secondary Pointing
852
+ -----------------------*/
853
+
854
+ .ui.secondary.pointing.menu {
855
+ border-bottom: 3px solid rgba(0, 0, 0, 0.1);
856
+
857
+ }
858
+
859
+ .ui.secondary.pointing.menu .header.item {
860
+ border-right-width: 0px;
861
+ font-weight: bold;
862
+ }
863
+
864
+ .ui.secondary.pointing.menu .text.item {
865
+ box-shadow: none !important;
866
+ }
867
+
868
+ .ui.secondary.pointing.menu > .item {
869
+ margin: 0em 0em -3px;
870
+ padding: 0.6em 0.95em;
871
+
872
+ border-bottom: 3px solid rgba(0, 0, 0, 0);
873
+
874
+ -webkit-border-radius: 0em;
875
+ -moz-border-radius: 0em;
876
+ border-radius: 0em;
877
+
878
+ -webkit-transition:
879
+ color 0.2s
880
+ ;
881
+ -moz-transition:
882
+ color 0.2s
883
+ ;
884
+ -o-transition:
885
+ color 0.2s
886
+ ;
887
+ -ms-transition:
888
+ color 0.2s
889
+ ;
890
+ transition:
891
+ color 0.2s
892
+ ;
893
+ }
894
+ .ui.secondary.pointing.menu > .item:after {
895
+ display: none;
896
+ }
897
+
898
+ /* Hover */
899
+ .ui.secondary.pointing.menu > .item.hover,
900
+ .ui.secondary.pointing.menu > .item:hover {
901
+ background-color: transparent;
902
+ color: rgba(0, 0, 0, 0.7);
903
+ }
904
+
905
+ /* Down */
906
+ .ui.secondary.pointing.menu > .item:active,
907
+ .ui.secondary.pointing.menu > .item.down {
908
+ background-color: transparent;
909
+ border-color: rgba(0, 0, 0, 0.2);
910
+ }
911
+
912
+ /* Active */
913
+ .ui.secondary.pointing.menu > .item.active {
914
+ background-color: transparent;
915
+ border-color: rgba(0, 0, 0, 0.4);
916
+
917
+ -webkit-box-shadow: none;
918
+ -moz-box-shadow: none;
919
+ box-shadow: none;
920
+ }
921
+
922
+ /*---------------------
923
+ Secondary Vertical
924
+ -----------------------*/
925
+
926
+ .ui.secondary.vertical.pointing.menu {
927
+ border: none;
928
+ border-right: 3px solid rgba(0, 0, 0, 0.1);
929
+ }
930
+ .ui.secondary.vertical.menu > .item {
931
+ border: none;
932
+ margin: 0em 0em 0.3em;
933
+ padding: 0.6em 0.8em;
934
+
935
+ -webkit-border-radius: 0.1875em;
936
+ -moz-border-radius: 0.1875em;
937
+ border-radius: 0.1875em;
938
+ }
939
+ .ui.secondary.vertical.menu > .header.item {
940
+ -webkit-border-radius: 0em;
941
+ -moz-border-radius: 0em;
942
+ border-radius: 0em;
943
+ }
944
+ .ui.secondary.vertical.pointing.menu > .item {
945
+ margin: 0em -3px 0em 0em;
946
+ border-bottom: none;
947
+ border-right: 3px solid transparent;
948
+ -webkit-border-radius: 0em;
949
+ -moz-border-radius: 0em;
950
+ border-radius: 0em;
951
+ }
952
+ /* Hover */
953
+ .ui.secondary.vertical.pointing.menu > .item.hover,
954
+ .ui.secondary.vertical.pointing.menu > .item:hover {
955
+ background-color: transparent;
956
+ color: rgba(0, 0, 0, 0.7);
957
+ }
958
+
959
+ /* Down */
960
+ .ui.secondary.vertical.pointing.menu > .item:active,
961
+ .ui.secondary.vertical.pointing.menu > .item.down {
962
+ background-color: transparent;
963
+ border-color: rgba(0, 0, 0, 0.2);
964
+ }
965
+
966
+ /* Active */
967
+ .ui.secondary.vertical.pointing.menu > .item.active {
968
+ background-color: transparent;
969
+ border-color: rgba(0, 0, 0, 0.4);
970
+ color: rgba(0, 0, 0, 0.85);
971
+ }
972
+
973
+ /*--------------
974
+ Inverted
975
+ ---------------*/
976
+
977
+ .ui.secondary.inverted.menu {
978
+ background-color: transparent;
979
+ }
980
+
981
+ .ui.secondary.inverted.pointing.menu {
982
+ border-bottom: 3px solid rgba(255, 255, 255, 0.1);
983
+ }
984
+ .ui.secondary.inverted.pointing.menu > .item {
985
+ color: rgba(255, 255, 255, 0.7);
986
+ }
987
+
988
+ /* Hover */
989
+ .ui.secondary.inverted.pointing.menu > .item.hover,
990
+ .ui.secondary.inverted.pointing.menu > .item:hover {
991
+ color: rgba(255, 255, 255, 0.85);
992
+ }
993
+
994
+ /* Down */
995
+ .ui.secondary.inverted.pointing.menu > .item:active,
996
+ .ui.secondary.inverted.pointing.menu > .item.down {
997
+ border-color: rgba(255, 255, 255, 0.4) !important;
998
+ }
999
+
1000
+ /* Active */
1001
+ .ui.secondary.inverted.pointing.menu > .item.active {
1002
+ border-color: rgba(255, 255, 255, 0.8) !important;
1003
+ color: rgba(255, 255, 255, 1);
1004
+ }
1005
+
1006
+ /*---------------------
1007
+ Inverted Vertical
1008
+ ----------------------*/
1009
+
1010
+ .ui.secondary.inverted.vertical.pointing.menu {
1011
+ border-right: 3px solid rgba(255, 255, 255, 0.1);
1012
+ border-bottom: none;
1013
+ }
1014
+
1015
+ /*--------------
1016
+ Text Menu
1017
+ ---------------*/
1018
+
1019
+ .ui.text.menu {
1020
+ background-color: transparent;
1021
+
1022
+ margin: 1rem -1rem;
1023
+ -moz-border-radius: 0px;
1024
+ -webkit-border-radius: 0px;
1025
+ border-radius: 0px;
1026
+
1027
+ -webkit-box-shadow: none;
1028
+ -moz-box-shadow: none;
1029
+ box-shadow: none;
1030
+ }
1031
+ .ui.text.menu > .item {
1032
+ opacity: 0.8;
1033
+
1034
+ margin: 0em 1em;
1035
+ padding: 0em;
1036
+ height: auto !important;
1037
+
1038
+ -webkit-border-radius: 0px;
1039
+ -moz-border-radius: 0px;
1040
+ border-radius: 0px;
1041
+
1042
+ -webkit-box-shadow: none;
1043
+ -moz-box-shadow: none;
1044
+ box-shadow: none;
1045
+
1046
+ -webkit-transition:
1047
+ opacity 0.2s ease
1048
+ ;
1049
+ -moz-transition:
1050
+ opacity 0.2s ease
1051
+ ;
1052
+ -o-transition:
1053
+ opacity 0.2s ease
1054
+ ;
1055
+ -ms-transition:
1056
+ opacity 0.2s ease
1057
+ ;
1058
+ transition:
1059
+ opacity 0.2s ease
1060
+ ;
1061
+ }
1062
+ .ui.text.menu > .item:before {
1063
+ display: none !important;
1064
+ }
1065
+ .ui.text.menu .header.item {
1066
+ background-color: transparent;
1067
+
1068
+ opacity: 1;
1069
+ color: rgba(50, 50, 50, 0.8);
1070
+ font-size: 0.875rem;
1071
+ padding: 0em;
1072
+ text-transform: uppercase;
1073
+ font-weight: bold;
1074
+ }
1075
+
1076
+ /*--- fluid text ---*/
1077
+ .ui.text.item.menu .item {
1078
+ margin: 0em;
1079
+ }
1080
+
1081
+ /*--- vertical text ---*/
1082
+ .ui.vertical.text.menu {
1083
+ margin: 1rem 0em;
1084
+ }
1085
+ .ui.vertical.text.menu:first-child {
1086
+ margin-top: 0rem;
1087
+ }
1088
+ .ui.vertical.text.menu:last-child {
1089
+ margin-bottom: 0rem;
1090
+ }
1091
+ .ui.vertical.text.menu .item {
1092
+ float: left;
1093
+ clear: left;
1094
+ margin: 0.5em 0em;
1095
+ }
1096
+ .ui.vertical.text.menu .item > .icon {
1097
+ float: none;
1098
+ margin: 0em 0.83em 0em 0em;
1099
+ }
1100
+ .ui.vertical.text.menu .header.item {
1101
+ margin: 0.8em 0em;
1102
+ }
1103
+
1104
+ /*--- hover ---*/
1105
+ .ui.text.menu .item.hover,
1106
+ .ui.text.menu .item:hover {
1107
+ opacity: 1;
1108
+ background-color: transparent;
1109
+ }
1110
+
1111
+ /*--- active ---*/
1112
+ .ui.text.menu .active.item {
1113
+ background-color: transparent;
1114
+ padding: 0em;
1115
+ border: none;
1116
+ opacity: 1;
1117
+ font-weight: bold;
1118
+ -webkit-box-shadow: none;
1119
+ -moz-box-shadow: none;
1120
+ box-shadow: none;
1121
+ }
1122
+
1123
+ /* disable variations */
1124
+ .ui.text.pointing.menu .active.item:after {
1125
+ -webkit-box-shadow: none;
1126
+ -moz-box-shadow: none;
1127
+ box-shadow: none;
1128
+ }
1129
+ .ui.text.attached.menu {
1130
+ -webkit-box-shadow: none;
1131
+ -moz-box-shadow: none;
1132
+ box-shadow: none;
1133
+ }
1134
+
1135
+ .ui.inverted.text.menu,
1136
+ .ui.inverted.text.menu .item,
1137
+ .ui.inverted.text.menu .item:hover,
1138
+ .ui.inverted.text.menu .item.active {
1139
+ background-color: transparent;
1140
+ }
1141
+
1142
+ /*--------------
1143
+ Icon Only
1144
+ ---------------*/
1145
+
1146
+ .ui.icon.menu,
1147
+ .ui.vertical.icon.menu {
1148
+ width: auto;
1149
+ display: inline-block;
1150
+ height: auto;
1151
+ }
1152
+ .ui.icon.menu > .item {
1153
+ height: auto;
1154
+ text-align: center;
1155
+ color: rgba(60, 60, 60, 0.7);
1156
+ }
1157
+ .ui.icon.menu > .item > .icon {
1158
+ display: block;
1159
+ float: none !important;
1160
+ opacity: 1;
1161
+ margin: 0em auto !important;
1162
+ }
1163
+ .ui.icon.menu .icon:before {
1164
+ opacity: 1;
1165
+ }
1166
+
1167
+ /* Item Icon Only */
1168
+ .ui.menu .icon.item .icon {
1169
+ margin: 0em;
1170
+ }
1171
+
1172
+ .ui.vertical.icon.menu {
1173
+ float: none;
1174
+ }
1175
+
1176
+ /*--- inverted ---*/
1177
+ .ui.inverted.icon.menu .item {
1178
+ color: rgba(255, 255, 255, 0.8);
1179
+ }
1180
+ .ui.inverted.icon.menu .icon {
1181
+ color: rgba(255, 255, 255, 1);
1182
+ }
1183
+
1184
+ /*--------------
1185
+ Labeled Icon
1186
+ ---------------*/
1187
+
1188
+ .ui.labeled.icon.menu {
1189
+ text-align: center;
1190
+ }
1191
+ .ui.labeled.icon.menu > .item > .icon {
1192
+ display: block;
1193
+ font-size: 1.5em !important;
1194
+ margin: 0em auto 0.3em !important;
1195
+ }
1196
+
1197
+
1198
+
1199
+ /*******************************
1200
+ Variations
1201
+ *******************************/
1202
+
1203
+ /*--------------
1204
+ Colors
1205
+ ---------------*/
1206
+
1207
+ /*--- Light Colors ---*/
1208
+ .ui.menu .green.active.item,
1209
+ .ui.green.menu .active.item {
1210
+ border-color: #A1CF64 !important;
1211
+ color: #A1CF64 !important;
1212
+ }
1213
+ .ui.menu .red.active.item,
1214
+ .ui.red.menu .active.item {
1215
+ border-color: #D95C5C !important;
1216
+ color: #D95C5C !important;
1217
+ }
1218
+ .ui.menu .blue.active.item,
1219
+ .ui.blue.menu .active.item {
1220
+ border-color: #6ECFF5 !important;
1221
+ color: #6ECFF5 !important;
1222
+ }
1223
+ .ui.menu .purple.active.item,
1224
+ .ui.purple.menu .active.item {
1225
+ border-color: #564F8A !important;
1226
+ color: #564F8A !important;
1227
+ }
1228
+ .ui.menu .orange.active.item,
1229
+ .ui.orange.menu .active.item {
1230
+ border-color: #F05940 !important;
1231
+ color: #F05940 !important;
1232
+ }
1233
+ .ui.menu .teal.active.item,
1234
+ .ui.teal.menu .active.item {
1235
+ border-color: #00B5AD !important;
1236
+ color: #00B5AD !important;
1237
+ }
1238
+
1239
+
1240
+ /*--------------
1241
+ Inverted
1242
+ ---------------*/
1243
+
1244
+ .ui.inverted.menu {
1245
+ background-color: #333333;
1246
+ box-shadow: none;
1247
+ }
1248
+ .ui.inverted.menu .header.item {
1249
+ margin: 0em;
1250
+
1251
+ background-color: rgba(0, 0, 0, 0.3);
1252
+ -webkit-box-shadow: none;
1253
+ -moz-box-shadow: none;
1254
+ box-shadow: none;
1255
+ }
1256
+
1257
+ .ui.inverted.menu .item,
1258
+ .ui.inverted.menu .item > a {
1259
+ color: #FFFFFF;
1260
+ }
1261
+ .ui.inverted.menu .item .item,
1262
+ .ui.inverted.menu .item .item > a {
1263
+ color: rgba(255, 255, 255, 0.8);
1264
+ }
1265
+ .ui.inverted.menu .dropdown.item .menu .item,
1266
+ .ui.inverted.menu .dropdown.item .menu .item a {
1267
+ color: rgba(0, 0, 0, 0.75) !important;
1268
+ }
1269
+ .ui.inverted.menu .item.disabled,
1270
+ .ui.inverted.menu .item.disabled:hover,
1271
+ .ui.inverted.menu .item.disabled.hover {
1272
+ color: rgba(255, 255, 255, 0.2);
1273
+ }
1274
+
1275
+
1276
+
1277
+ /*--- Border ---*/
1278
+ .ui.inverted.menu .item:before {
1279
+ background-image: -webkit-linear-gradient(top,
1280
+ rgba(255, 255, 255, 0.03) 0%,
1281
+ rgba(255, 255, 255, 0.1) 50%,
1282
+ rgba(255, 255, 255, 0.03) 100%)
1283
+ ;
1284
+ background-image: -moz-linear-gradient(top,
1285
+ rgba(255, 255, 255, 0.03) 0%,
1286
+ rgba(255, 255, 255, 0.1) 50%,
1287
+ rgba(255, 255, 255, 0.03) 100%)
1288
+ ;
1289
+ background-image: -o-linear-gradient(top,
1290
+ rgba(255, 255, 255, 0.03) 0%,
1291
+ rgba(255, 255, 255, 0.1) 50%,
1292
+ rgba(255, 255, 255, 0.03) 100%)
1293
+ ;
1294
+ background-image: -ms-linear-gradient(top,
1295
+ rgba(255, 255, 255, 0.03) 0%,
1296
+ rgba(255, 255, 255, 0.1) 50%,
1297
+ rgba(255, 255, 255, 0.03) 100%)
1298
+ ;
1299
+ background-image: linear-gradient(top,
1300
+ rgba(255, 255, 255, 0.03) 0%,
1301
+ rgba(255, 255, 255, 0.1) 50%,
1302
+ rgba(255, 255, 255, 0.03) 100%)
1303
+ ;
1304
+ }
1305
+ .ui.vertical.inverted.menu .item:before {
1306
+ background-image: -webkit-linear-gradient(left,
1307
+ rgba(255, 255, 255, 0.03) 0%,
1308
+ rgba(255, 255, 255, 0.1) 50%,
1309
+ rgba(255, 255, 255, 0.03) 100%)
1310
+ ;
1311
+ background-image: -moz-linear-gradient(left,
1312
+ rgba(255, 255, 255, 0.03) 0%,
1313
+ rgba(255, 255, 255, 0.1) 50%,
1314
+ rgba(255, 255, 255, 0.03) 100%)
1315
+ ;
1316
+ background-image: -o-linear-gradient(left,
1317
+ rgba(255, 255, 255, 0.03) 0%,
1318
+ rgba(255, 255, 255, 0.1) 50%,
1319
+ rgba(255, 255, 255, 0.03) 100%)
1320
+ ;
1321
+ background-image: -ms-linear-gradient(left,
1322
+ rgba(255, 255, 255, 0.03) 0%,
1323
+ rgba(255, 255, 255, 0.1) 50%,
1324
+ rgba(255, 255, 255, 0.03) 100%)
1325
+ ;
1326
+ background-image: linear-gradient(left,
1327
+ rgba(255, 255, 255, 0.03) 0%,
1328
+ rgba(255, 255, 255, 0.1) 50%,
1329
+ rgba(255, 255, 255, 0.03) 100%)
1330
+ ;
1331
+ }
1332
+
1333
+ /*--- Hover ---*/
1334
+ .ui.link.inverted.menu .item:hover,
1335
+ .ui.inverted.menu .item.hover,
1336
+ .ui.inverted.menu .link.item:hover,
1337
+ .ui.inverted.menu a.item:hover,
1338
+ .ui.inverted.menu .dropdown.item.hover,
1339
+ .ui.inverted.menu .dropdown.item:hover {
1340
+ background-color: rgba(255, 255, 255, 0.1);
1341
+ }
1342
+ .ui.inverted.menu a.item:hover,
1343
+ .ui.inverted.menu .item.hover,
1344
+ .ui.inverted.menu .item > a:hover,
1345
+ .ui.inverted.menu .item .menu a.item:hover,
1346
+ .ui.inverted.menu .item .menu a.item.hover,
1347
+ .ui.inverted.menu .item .menu .link.item:hover,
1348
+ .ui.inverted.menu .item .menu .link.item.hover {
1349
+ color: rgba(255, 255, 255, 1);
1350
+ }
1351
+
1352
+ /*--- Down ---*/
1353
+ .ui.inverted.menu .item.down,
1354
+ .ui.inverted.menu a.item:active,
1355
+ .ui.inverted.menu .item.down,
1356
+ .ui.inverted.menu .dropdown.item:active,
1357
+ .ui.inverted.menu .link.item:active,
1358
+ .ui.inverted.menu a.item:active {
1359
+ background-color: rgba(255, 255, 255, 0.15);
1360
+ }
1361
+
1362
+ /*--- Active ---*/
1363
+ .ui.inverted.menu .active.item {
1364
+ box-shadow: none !important;
1365
+ background-color: rgba(255, 255, 255, 0.2);
1366
+ }
1367
+ .ui.inverted.menu .active.item,
1368
+ .ui.inverted.menu .active.item a {
1369
+ color: rgba(255, 255, 255, 1) !important;
1370
+ }
1371
+ .ui.inverted.vertical.menu .item .menu .active.item {
1372
+ background-color: rgba(255, 255, 255, 0.2);
1373
+ color: rgba(255, 255, 255, 1);
1374
+ }
1375
+
1376
+ /*--- Pointers ---*/
1377
+ .ui.inverted.pointing.menu .active.item:after {
1378
+ background-color: #505050;
1379
+ box-shadow: none;
1380
+ }
1381
+ .ui.inverted.pointing.menu .active.item:hover:after {
1382
+ background-color: #3B3B3B;
1383
+ }
1384
+
1385
+
1386
+ /*--------------
1387
+ Selection
1388
+ ---------------*/
1389
+
1390
+ .ui.selection.menu > .item {
1391
+ color: rgba(0, 0, 0, 0.4);
1392
+ }
1393
+ .ui.selection.menu > .item:hover {
1394
+ color: rgba(0, 0, 0, 0.6);
1395
+ }
1396
+ .ui.selection.menu > .item.active {
1397
+ color: rgba(0, 0, 0, 0.85);
1398
+ }
1399
+
1400
+ .ui.inverted.selection.menu > .item {
1401
+ color: rgba(255, 255, 255, 0.4);
1402
+ }
1403
+ .ui.inverted.selection.menu > .item:hover {
1404
+ color: rgba(255, 255, 255, 0.9);
1405
+ }
1406
+ .ui.inverted.selection.menu > .item.active {
1407
+ color: #FFFFFF;
1408
+ }
1409
+
1410
+
1411
+ /*--------------
1412
+ Floated
1413
+ ---------------*/
1414
+
1415
+ .ui.floated.menu {
1416
+ float: left;
1417
+ margin: 0rem 0.5rem 0rem 0rem;
1418
+ }
1419
+ .ui.right.floated.menu {
1420
+ float: right;
1421
+ margin: 0rem 0rem 0rem 0.5rem;
1422
+ }
1423
+
1424
+
1425
+ /*--------------
1426
+ Inverted Colors
1427
+ ---------------*/
1428
+
1429
+ /*--- Light Colors ---*/
1430
+ .ui.grey.menu {
1431
+ background-color: #F0F0F0;
1432
+ }
1433
+
1434
+ /*--- Inverted Colors ---*/
1435
+ .ui.inverted.green.menu {
1436
+ background-color: #A1CF64;
1437
+ }
1438
+ .ui.inverted.green.pointing.menu .active.item:after {
1439
+ background-color: #A1CF64;
1440
+ }
1441
+
1442
+ .ui.inverted.red.menu {
1443
+ background-color: #D95C5C;
1444
+ }
1445
+ .ui.inverted.red.pointing.menu .active.item:after {
1446
+ background-color: #F16883;
1447
+ }
1448
+
1449
+ .ui.inverted.blue.menu {
1450
+ background-color: #6ECFF5;
1451
+ }
1452
+ .ui.inverted.blue.pointing.menu .active.item:after {
1453
+ background-color: #6ECFF5;
1454
+ }
1455
+
1456
+ .ui.inverted.purple.menu {
1457
+ background-color: #564F8A;
1458
+ }
1459
+ .ui.inverted.purple.pointing.menu .active.item:after {
1460
+ background-color: #564F8A;
1461
+ }
1462
+
1463
+ .ui.inverted.orange.menu {
1464
+ background-color: #F05940;
1465
+ }
1466
+ .ui.inverted.orange.pointing.menu .active.item:after {
1467
+ background-color: #F05940;
1468
+ }
1469
+
1470
+ .ui.inverted.teal.menu {
1471
+ background-color: #00B5AD;
1472
+ }
1473
+ .ui.inverted.teal.pointing.menu .active.item:after {
1474
+ background-color: #00B5AD;
1475
+ }
1476
+
1477
+
1478
+ /*--------------
1479
+ Fitted
1480
+ ---------------*/
1481
+
1482
+ .ui.fitted.menu .item,
1483
+ .ui.fitted.menu .item .menu .item,
1484
+ .ui.menu .fitted.item {
1485
+ padding-top: 0em;
1486
+ padding-bottom: 0em;
1487
+ }
1488
+
1489
+ /*--------------
1490
+ Tight
1491
+ ---------------*/
1492
+
1493
+ .ui.tight.menu .item,
1494
+ .ui.tight.menu .item .menu .item,
1495
+ .ui.menu .tight.item {
1496
+ padding: 0em;
1497
+ }
1498
+
1499
+
1500
+ /*--------------
1501
+ Borderless
1502
+ ---------------*/
1503
+
1504
+ .ui.borderless.menu .item:before,
1505
+ .ui.borderless.menu .item .menu .item:before,
1506
+ .ui.menu .borderless.item:before {
1507
+ background-image: none;
1508
+ }
1509
+
1510
+ /*-------------------
1511
+ Compact
1512
+ --------------------*/
1513
+
1514
+ .ui.compact.menu {
1515
+ display: inline-block;
1516
+ margin: 0em;
1517
+ vertical-align: middle;
1518
+ }
1519
+ .ui.compact.vertical.menu {
1520
+ width: auto !important;
1521
+ }
1522
+ .ui.compact.vertical.menu .item:last-child::before {
1523
+ display: block;
1524
+ }
1525
+
1526
+ /*-------------------
1527
+ Fluid
1528
+ --------------------*/
1529
+
1530
+ .ui.menu.fluid,
1531
+ .ui.vertical.menu.fluid {
1532
+ display: block;
1533
+ width: 100% !important;
1534
+ }
1535
+
1536
+
1537
+ /*-------------------
1538
+ Evenly Sized
1539
+ --------------------*/
1540
+
1541
+ .ui.item.menu,
1542
+ .ui.item.menu .item {
1543
+ width: 100%;
1544
+ padding-left: 0px !important;
1545
+ padding-right: 0px !important;
1546
+ text-align: center;
1547
+ }
1548
+
1549
+ .ui.menu.two.item .item {
1550
+ width: 50%;
1551
+ }
1552
+ .ui.menu.three.item .item {
1553
+ width: 33.333%;
1554
+ }
1555
+ .ui.menu.four.item .item {
1556
+ width: 25%;
1557
+ }
1558
+ .ui.menu.five.item .item {
1559
+ width: 20%;
1560
+ }
1561
+ .ui.menu.six.item .item {
1562
+ width: 16.666%;
1563
+ }
1564
+ .ui.menu.seven.item .item {
1565
+ width: 14.285%;
1566
+ }
1567
+ .ui.menu.eight.item .item {
1568
+ width: 12.500%;
1569
+ }
1570
+ .ui.menu.nine.item .item {
1571
+ width: 11.11%;
1572
+ }
1573
+ .ui.menu.ten.item .item {
1574
+ width: 10.0%;
1575
+ }
1576
+ .ui.menu.eleven.item .item {
1577
+ width: 9.09%;
1578
+ }
1579
+ .ui.menu.twelve.item .item {
1580
+ width: 8.333%;
1581
+ }
1582
+
1583
+ /*--------------
1584
+ Fixed
1585
+ ---------------*/
1586
+
1587
+ .ui.menu.fixed {
1588
+ position: fixed;
1589
+ z-index: 10;
1590
+
1591
+ margin: 0em;
1592
+ border: none;
1593
+ width: 100%;
1594
+ }
1595
+ .ui.menu.fixed,
1596
+ .ui.menu.fixed .item:first-child,
1597
+ .ui.menu.fixed .item:last-child {
1598
+ -webkit-border-radius: 0px !important;
1599
+ -moz-border-radius: 0px !important;
1600
+ border-radius: 0px !important;
1601
+ }
1602
+
1603
+ .ui.menu.fixed.top {
1604
+ top: 0px;
1605
+ left: 0px;
1606
+ right: auto;
1607
+ bottom: auto;
1608
+ }
1609
+ .ui.menu.fixed.right {
1610
+ top: 0px;
1611
+ right: 0px;
1612
+ left: auto;
1613
+ bottom: auto;
1614
+ width: auto;
1615
+ height: 100%;
1616
+ }
1617
+ .ui.menu.fixed.bottom {
1618
+ bottom: 0px;
1619
+ left: 0px;
1620
+ top: auto;
1621
+ right: auto;
1622
+ }
1623
+ .ui.menu.fixed.left {
1624
+ top: 0px;
1625
+ left: 0px;
1626
+ right: auto;
1627
+ bottom: auto;
1628
+ width: auto;
1629
+ height: 100%;
1630
+ }
1631
+
1632
+ /*-------------------
1633
+ Pointing
1634
+ --------------------*/
1635
+
1636
+ .ui.pointing.menu .active.item:after {
1637
+ position: absolute;
1638
+ bottom: -0.35em;
1639
+ left: 50%;
1640
+ content: "";
1641
+
1642
+ margin-left: -0.3em;
1643
+ width: 0.6em;
1644
+ height: 0.6em;
1645
+
1646
+ border: none;
1647
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1648
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
1649
+
1650
+ background-image: none;
1651
+
1652
+ -webkit-transform: rotate(45deg);
1653
+ -moz-transform: rotate(45deg);
1654
+ transform: rotate(45deg);
1655
+ z-index: 2;
1656
+
1657
+ -webkit-transition:
1658
+ background 0.2s ease
1659
+ ;
1660
+ -moz-transition:
1661
+ background 0.2s ease
1662
+ ;
1663
+ -o-transition:
1664
+ background 0.2s ease
1665
+ ;
1666
+ -ms-transition:
1667
+ background 0.2s ease
1668
+ ;
1669
+ transition:
1670
+ background 0.2s ease
1671
+ ;
1672
+ }
1673
+
1674
+ /* Don't double up pointers */
1675
+ .ui.pointing.menu .active.item .menu .active.item:after {
1676
+ display: none;
1677
+ }
1678
+
1679
+ .ui.vertical.pointing.menu .active.item:after {
1680
+ position: absolute;
1681
+ top: 50%;
1682
+ margin-top: -0.3em;
1683
+ right: -0.4em;
1684
+ bottom: auto;
1685
+ left: auto;
1686
+
1687
+ border: none;
1688
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
1689
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
1690
+ }
1691
+
1692
+ /* Colors */
1693
+ .ui.pointing.menu .active.item:after {
1694
+ background-color: #FCFCFC;
1695
+ }
1696
+ .ui.pointing.menu .active.item.hover:after,
1697
+ .ui.pointing.menu .active.item:hover:after {
1698
+ background-color: #FAFAFA;
1699
+ }
1700
+
1701
+ .ui.vertical.pointing.menu .menu .active.item:after {
1702
+ background-color: #F4F4F4;
1703
+ }
1704
+
1705
+ .ui.pointing.menu .active.item.down:after,
1706
+ .ui.pointing.menu .active.item:active:after {
1707
+ background-color: #F0F0F0;
1708
+ }
1709
+
1710
+
1711
+ /*--------------
1712
+ Attached
1713
+ ---------------*/
1714
+
1715
+ .ui.menu.attached {
1716
+ margin: 0rem;
1717
+
1718
+ -moz-border-radius: 0px;
1719
+ -webkit-border-radius: 0px;
1720
+ border-radius: 0px;
1721
+ /* avoid rgba multiplying */
1722
+ -moz-box-shadow: 0px 0px 0px 1px #DDDDDD;
1723
+ -webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;
1724
+ box-shadow: 0px 0px 0px 1px #DDDDDD;
1725
+ }
1726
+ .ui.top.attached.menu {
1727
+ -moz-border-radius: 0.1875em 0.1875em 0px 0px;
1728
+ -webkit-border-radius: 0.1875em 0.1875em 0px 0px;
1729
+ border-radius: 0.1875em 0.1875em 0px 0px;
1730
+ }
1731
+ .ui.menu.bottom.attached {
1732
+ -moz-border-radius: 0px 0px 0.1875em 0.1875em;
1733
+ -webkit-border-radius: 0px 0px 0.1875em 0.1875em;
1734
+ border-radius: 0px 0px 0.1875em 0.1875em;
1735
+ }
1736
+
1737
+ /*--------------
1738
+ Sizes
1739
+ ---------------*/
1740
+
1741
+ .ui.small.menu .item {
1742
+ font-size: 0.875rem;
1743
+ }
1744
+ .ui.small.vertical.menu {
1745
+ width: 13rem;
1746
+ }
1747
+
1748
+ .ui.menu .item {
1749
+ font-size: 1rem;
1750
+ height: 2.66em;
1751
+ }
1752
+ .ui.vertical.menu {
1753
+ width: 15rem;
1754
+ }
1755
+
1756
+
1757
+ .ui.large.menu .item {
1758
+ font-size: 1.125rem;
1759
+ }
1760
+ .ui.large.menu .item .item {
1761
+ font-size: 0.875rem;
1762
+ }
1763
+ .ui.large.vertical.menu {
1764
+ width: 18rem;
1765
+ }