volt-semantic-ui 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +0 -0
  3. data/Gemfile +0 -0
  4. data/LICENSE.txt +0 -0
  5. data/README.md +0 -0
  6. data/Rakefile +0 -0
  7. data/app/semanticui/assets/css/semantic.min.css +3 -3
  8. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.eot +0 -0
  9. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.svg +0 -0
  10. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.ttf +0 -0
  11. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.woff +0 -0
  12. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.eot +0 -0
  13. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.otf +0 -0
  14. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.svg +526 -465
  15. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.ttf +0 -0
  16. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.woff +0 -0
  17. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.woff2 +0 -0
  18. data/app/semanticui/assets/css/themes/default/assets/images/flags.png +0 -0
  19. data/app/semanticui/assets/js/components/accordion.css +256 -0
  20. data/app/semanticui/assets/js/components/accordion.js +578 -0
  21. data/app/semanticui/assets/js/components/accordion.min.css +10 -0
  22. data/app/semanticui/assets/js/components/accordion.min.js +11 -0
  23. data/app/semanticui/assets/js/components/ad.css +276 -0
  24. data/app/semanticui/assets/js/components/ad.min.css +10 -0
  25. data/app/semanticui/assets/js/components/api.js +871 -0
  26. data/app/semanticui/assets/js/components/api.min.js +11 -0
  27. data/app/semanticui/assets/js/components/breadcrumb.css +124 -0
  28. data/app/semanticui/assets/js/components/breadcrumb.min.css +10 -0
  29. data/app/semanticui/assets/js/components/button.css +2391 -0
  30. data/app/semanticui/assets/js/components/button.min.css +10 -0
  31. data/app/semanticui/assets/js/components/card.css +909 -0
  32. data/app/semanticui/assets/js/components/card.min.css +10 -0
  33. data/app/semanticui/assets/js/components/checkbox.css +513 -0
  34. data/app/semanticui/assets/js/components/checkbox.js +509 -0
  35. data/app/semanticui/assets/js/components/checkbox.min.css +10 -0
  36. data/app/semanticui/assets/js/components/checkbox.min.js +11 -0
  37. data/app/semanticui/assets/js/components/comment.css +259 -0
  38. data/app/semanticui/assets/js/components/comment.min.css +10 -0
  39. data/app/semanticui/assets/js/components/dimmer.css +186 -0
  40. data/app/semanticui/assets/js/components/dimmer.js +669 -0
  41. data/app/semanticui/assets/js/components/dimmer.min.css +10 -0
  42. data/app/semanticui/assets/js/components/dimmer.min.js +11 -0
  43. data/app/semanticui/assets/js/components/divider.css +241 -0
  44. data/app/semanticui/assets/js/components/divider.min.css +10 -0
  45. data/app/semanticui/assets/js/components/dropdown.css +1103 -0
  46. data/app/semanticui/assets/js/components/dropdown.js +1795 -0
  47. data/app/semanticui/assets/js/components/dropdown.min.css +10 -0
  48. data/app/semanticui/assets/js/components/dropdown.min.js +11 -0
  49. data/app/semanticui/assets/js/components/feed.css +276 -0
  50. data/app/semanticui/assets/js/components/feed.min.css +10 -0
  51. data/app/semanticui/assets/js/components/flag.css +1024 -0
  52. data/app/semanticui/assets/js/components/flag.min.css +10 -0
  53. data/app/semanticui/assets/js/components/form.css +891 -0
  54. data/app/semanticui/assets/js/components/form.js +1118 -0
  55. data/app/semanticui/assets/js/components/form.min.css +10 -0
  56. data/app/semanticui/assets/js/components/form.min.js +11 -0
  57. data/app/semanticui/assets/js/components/grid.css +1871 -0
  58. data/app/semanticui/assets/js/components/grid.min.css +10 -0
  59. data/app/semanticui/assets/js/components/header.css +596 -0
  60. data/app/semanticui/assets/js/components/header.min.css +10 -0
  61. data/app/semanticui/assets/js/components/icon.css +2467 -0
  62. data/app/semanticui/assets/js/components/icon.min.css +10 -0
  63. data/app/semanticui/assets/js/components/image.css +288 -0
  64. data/app/semanticui/assets/js/components/image.min.css +10 -0
  65. data/app/semanticui/assets/js/components/input.css +439 -0
  66. data/app/semanticui/assets/js/components/input.min.css +10 -0
  67. data/app/semanticui/assets/js/components/item.css +456 -0
  68. data/app/semanticui/assets/js/components/item.min.css +10 -0
  69. data/app/semanticui/assets/js/components/label.css +963 -0
  70. data/app/semanticui/assets/js/components/label.min.css +10 -0
  71. data/app/semanticui/assets/js/components/list.css +878 -0
  72. data/app/semanticui/assets/js/components/list.min.css +10 -0
  73. data/app/semanticui/assets/js/components/loader.css +284 -0
  74. data/app/semanticui/assets/js/components/loader.min.css +10 -0
  75. data/app/semanticui/assets/js/components/menu.css +1608 -0
  76. data/app/semanticui/assets/js/components/menu.min.css +10 -0
  77. data/app/semanticui/assets/js/components/message.css +421 -0
  78. data/app/semanticui/assets/js/components/message.min.css +10 -0
  79. data/app/semanticui/assets/js/components/modal.css +432 -0
  80. data/app/semanticui/assets/js/components/modal.js +860 -0
  81. data/app/semanticui/assets/js/components/modal.min.css +10 -0
  82. data/app/semanticui/assets/js/components/modal.min.js +11 -0
  83. data/app/semanticui/assets/js/components/nag.css +148 -0
  84. data/app/semanticui/assets/js/components/nag.js +477 -0
  85. data/app/semanticui/assets/js/components/nag.min.css +10 -0
  86. data/app/semanticui/assets/js/components/nag.min.js +11 -0
  87. data/app/semanticui/assets/js/components/popup.css +293 -0
  88. data/app/semanticui/assets/js/components/popup.js +1224 -0
  89. data/app/semanticui/assets/js/components/popup.min.css +10 -0
  90. data/app/semanticui/assets/js/components/popup.min.js +11 -0
  91. data/app/semanticui/assets/js/components/progress.css +461 -0
  92. data/app/semanticui/assets/js/components/progress.js +785 -0
  93. data/app/semanticui/assets/js/components/progress.min.css +10 -0
  94. data/app/semanticui/assets/js/components/progress.min.js +11 -0
  95. data/app/semanticui/assets/js/components/rail.css +124 -0
  96. data/app/semanticui/assets/js/components/rail.min.css +10 -0
  97. data/app/semanticui/assets/js/components/rating.css +251 -0
  98. data/app/semanticui/assets/js/components/rating.js +451 -0
  99. data/app/semanticui/assets/js/components/rating.min.css +10 -0
  100. data/app/semanticui/assets/js/components/rating.min.js +11 -0
  101. data/app/semanticui/assets/js/components/reset.css +429 -0
  102. data/app/semanticui/assets/js/components/reset.min.css +10 -0
  103. data/app/semanticui/assets/js/components/reveal.css +293 -0
  104. data/app/semanticui/assets/js/components/reveal.min.css +10 -0
  105. data/app/semanticui/assets/js/components/search.css +329 -0
  106. data/app/semanticui/assets/js/components/search.js +1096 -0
  107. data/app/semanticui/assets/js/components/search.min.css +10 -0
  108. data/app/semanticui/assets/js/components/search.min.js +11 -0
  109. data/app/semanticui/assets/js/components/segment.css +635 -0
  110. data/app/semanticui/assets/js/components/segment.min.css +10 -0
  111. data/app/semanticui/assets/js/components/shape.css +154 -0
  112. data/app/semanticui/assets/js/components/shape.js +830 -0
  113. data/app/semanticui/assets/js/components/shape.min.css +10 -0
  114. data/app/semanticui/assets/js/components/shape.min.js +11 -0
  115. data/app/semanticui/assets/js/components/sidebar.css +625 -0
  116. data/app/semanticui/assets/js/components/sidebar.js +1089 -0
  117. data/app/semanticui/assets/js/components/sidebar.min.css +10 -0
  118. data/app/semanticui/assets/js/components/sidebar.min.js +11 -0
  119. data/app/semanticui/assets/js/components/site.css +160 -0
  120. data/app/semanticui/assets/js/components/site.js +487 -0
  121. data/app/semanticui/assets/js/components/site.min.css +10 -0
  122. data/app/semanticui/assets/js/components/site.min.js +11 -0
  123. data/app/semanticui/assets/js/components/state.js +695 -0
  124. data/app/semanticui/assets/js/components/state.min.js +11 -0
  125. data/app/semanticui/assets/js/components/statistic.css +409 -0
  126. data/app/semanticui/assets/js/components/statistic.min.css +10 -0
  127. data/app/semanticui/assets/js/components/step.css +432 -0
  128. data/app/semanticui/assets/js/components/step.min.css +10 -0
  129. data/app/semanticui/assets/js/components/sticky.css +79 -0
  130. data/app/semanticui/assets/js/components/sticky.js +792 -0
  131. data/app/semanticui/assets/js/components/sticky.min.css +10 -0
  132. data/app/semanticui/assets/js/components/sticky.min.js +11 -0
  133. data/app/semanticui/assets/js/components/tab.css +92 -0
  134. data/app/semanticui/assets/js/components/tab.js +802 -0
  135. data/app/semanticui/assets/js/components/tab.min.css +10 -0
  136. data/app/semanticui/assets/js/components/tab.min.js +11 -0
  137. data/app/semanticui/assets/js/components/table.css +1000 -0
  138. data/app/semanticui/assets/js/components/table.min.css +10 -0
  139. data/app/semanticui/assets/js/components/transition.css +1990 -0
  140. data/app/semanticui/assets/js/components/transition.js +1038 -0
  141. data/app/semanticui/assets/js/components/transition.min.css +10 -0
  142. data/app/semanticui/assets/js/components/transition.min.js +11 -0
  143. data/app/semanticui/assets/js/components/video.css +125 -0
  144. data/app/semanticui/assets/js/components/video.js +540 -0
  145. data/app/semanticui/assets/js/components/video.min.css +10 -0
  146. data/app/semanticui/assets/js/components/video.min.js +11 -0
  147. data/app/semanticui/assets/js/components/visibility.js +1032 -0
  148. data/app/semanticui/assets/js/components/visibility.min.js +11 -0
  149. data/app/semanticui/assets/js/semantic.min.js +9 -9
  150. data/lib/volt/semanticui.rb +0 -0
  151. data/lib/volt/semanticui/version.rb +1 -1
  152. data/volt-semantic-ui-0.0.1.gem +0 -0
  153. data/volt-semanticui-0.0.1.gem +0 -0
  154. data/volt-semanticui.gemspec +0 -0
  155. metadata +141 -10
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Dropdown
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;line-height:1em;tap-highlight-color:transparent;outline:0;text-align:left;-webkit-transition:border-radius .1s ease,width .2s ease;transition:border-radius .1s ease,width .2s ease}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;margin:0;padding:0;background:#fff;min-width:100%;white-space:nowrap;font-size:1rem;text-shadow:none;text-align:left;box-shadow:0 1px 4px 0 rgba(39,41,43,.15);border:1px solid rgba(39,41,43,.15);border-radius:0 0 .2857rem .2857rem;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;z-index:11;will-change:transform,opacity}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:.2em 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;-webkit-transition:color .2s ease;transition:color .2s ease}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1.2em;color:rgba(0,0,0,.8);padding:.65rem 1.25rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:.2em}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.25rem;color:rgba(0,0,0,.85);font-size:.8em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(0,0,0,.05);height:0;margin:.5em 0}.ui.dropdown .menu>.input{margin:.75rem 1.25rem;min-width:200px}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%!important;right:auto!important;margin:0 0 0 -.5em!important;border-radius:0 .2857rem .2857rem 0!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img{margin-top:.2em}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-left:0;margin-right:.75em}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:middle;width:auto;max-height:2.5em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.dropdown.button:not(.pointing):not(.floating).active,.ui.dropdown.button:not(.pointing):not(.floating).visible{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;white-space:normal;outline:0;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg);min-width:180px;background:#fff;display:inline-block;padding:.8em 1.1em;color:rgba(0,0,0,.8);box-shadow:none;border:1px solid rgba(39,41,43,.15);border-radius:.2857rem;-webkit-transition:border-radius .1s ease,width .2s ease,box-shadow .2s ease,border .2s ease;transition:border-radius .1s ease,width .2s ease,box-shadow .2s ease,border .2s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(39,41,43,.15);visibility:visible}.ui.selection.dropdown>.text{margin-right:2em}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;top:auto;width:auto;margin:-.8em;padding:.8em;right:1.1em;opacity:.8;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;margin:0 -1px;min-width:-webkit-calc(100% + 2px);min-width:calc(100% + 2px);outline:0;box-shadow:0 2px 4px 0 rgba(0,0,0,.08);-webkit-transition:box-shadow .2s ease,border .2s ease;transition:box-shadow .2s ease,border .2s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}@media all and (-ms-high-contrast:none){.ui.selection.dropdown .menu{min-width:-webkit-calc(85%);min-width:calc(85%)}}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:7.7142rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.2856rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:15.4284rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:20.5712rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid rgba(0,0,0,.05);padding-left:1.1em!important;padding-right:-webkit-calc(2.1em)!important;padding-right:calc(2.1em)!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown:hover{border-color:rgba(39,41,43,.3);box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.selection.dropdown.disabled,.ui.selection.dropdown.disabled:hover{cursor:default;box-shadow:none;color:rgba(0,0,0,.8);border:1px solid rgba(39,41,43,.15);opacity:.3!important}.ui.selection.visible.dropdown:hover{border-color:rgba(39,41,43,.3);box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.ui.selection.visible.dropdown:hover .menu{border:1px solid rgba(39,41,43,.3);box-shadow:0 2px 6px 0 rgba(0,0,0,.1)}.ui.selection.dropdown.visible{border-color:rgba(39,41,43,.15);box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.ui.selection.active.dropdown>.text:not(.default),.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown,.ui.visible.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none!important;border:none!important;box-shadow:none!important;border-radius:0!important;cursor:pointer;top:0;left:0;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit;position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.2142em;padding:.6929em 1.1em}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown>input.search:focus+.text{color:rgba(0,0,0,.4)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:7.7142rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.2856rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:15.4284rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:20.5712rem}}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .25em;vertical-align:top}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.25em;border-radius:.2857rem}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:12}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.8);box-shadow:none;z-index:12}.ui.default.dropdown>.text,.ui.dropdown>.default.text{color:rgba(179,179,179,.7)}.ui.default.dropdown:hover>.text,.ui.dropdown:hover>.default.text{color:rgba(140,140,140,.7)}.ui.loading.dropdown>.text{-webkit-transition:none;transition:none}.ui.dropdown>.loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#a94442}.ui.selection.dropdown.error{background:#fff0f0;border-color:#dbb1b1}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu,.ui.selection.dropdown.error:hover{border-color:#dbb1b1}.ui.dropdown.error>.menu>.item{color:#d95c5c}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.disabled.dropdown{cursor:default;pointer-events:none;opacity:.3}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto!important;right:100%!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:.2em .75em 0 0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 4px 0 rgba(39,41,43,.15);border-radius:.2857rem .2857rem 0 0}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.2857rem .2857rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active,.ui.upward.dropdown.button:not(.pointing):not(.floating).visible{border-radius:.2857rem .2857rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.upward.selection.visible.dropdown:hover{box-shadow:0 0 4px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown,.ui.visible.upward.selection.dropdown{border-radius:0 0 .2857rem .2857rem!important}.ui.upward.selection.dropdown.visible,.ui.upward.selection.visible.dropdown:hover .menu{box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 5px 0 rgba(0,0,0,.15);border-radius:.2857rem}.ui.floating.dropdown>.menu{margin-top:.5em!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.75em;border-radius:.2857rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px 0 1px rgba(0,0,0,.1);background:#fff;z-index:2;top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto;right:1em;margin:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center;width:auto}.ui.dropdown>.dropdown.icon:before{content:'\f0d7'}.ui.dropdown .menu .item .dropdown.icon:before{content:'\f0da'}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:"\f0d9"}.ui.upward.dropdown>.dropdown.icon:before{content:"\f0d8"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\f0da"}
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Dropdown
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */
11
+ !function(e,t,n,i){"use strict";e.fn.dropdown=function(o){var a,r=e(this),s=e(n),c=r.selector||"",l="ontouchstart"in n.documentElement,u=(new Date).getTime(),d=[],f=arguments[0],v="string"==typeof f,m=[].slice.call(arguments,1);return r.each(function(h){var g,p,b,w,y=e.isPlainObject(o)?e.extend(!0,{},e.fn.dropdown.settings,o):e.extend({},e.fn.dropdown.settings),x=y.className,T=y.metadata,S=y.namespace,C=y.selector,k=y.error,I="."+S,E="module-"+S,A=e(this),D=A.find(C.text),F=A.find(C.search),M=A.find(C.input),O=A.prev().find(C.text).length>0?A.prev().find(C.text):A.prev(),q=A.children(C.menu),V=q.find(C.item),z=!1,Q=!1,R=this,P=A.data(E);w={initialize:function(){w.debug("Initializing dropdown",y),w.is.alreadySetup()?w.setup.reference():(w.setup.layout(),w.save.defaults(),w.set.selected(),w.create.id(),l&&w.bind.touchEvents(),w.bind.mouseEvents(),w.bind.keyboardEvents(),w.observeChanges(),w.instantiate())},instantiate:function(){w.verbose("Storing instance of dropdown",w),P=w,A.data(E,w)},destroy:function(){w.verbose("Destroying previous dropdown for",A),w.remove.tabbable(),A.off(I).removeData(E),q.off(I),s.off(g)},observeChanges:function(){"MutationObserver"in t&&(b=new MutationObserver(function(e){w.is.selectMutation(e)?(w.debug("<select> modified, recreating menu"),w.setup.select()):(w.debug("DOM tree modified, updating selector cache"),w.refresh())}),b.observe(R,{childList:!0,subtree:!0}),w.debug("Setting up mutation observer",b))},create:{id:function(){p=(Math.random().toString(16)+"000000000").substr(2,8),g="."+p,w.verbose("Creating unique id for element",p)}},search:function(){var e;e=F.val(),w.verbose("Searching for query",e),w.filter(e),w.is.searchSelection()&&w.can.show()&&w.show()},setup:{layout:function(){A.is("select")&&w.setup.select(),w.is.search()&&!w.is.searchable()&&(F=e("<input />").addClass(x.search).insertBefore(D)),y.allowTab&&w.set.tabbable()},select:function(){var t=w.get.selectValues();w.debug("Dropdown initialized on a select",t),A.is("select")&&(M=A),M.parent(C.dropdown).length>0?(w.debug("UI dropdown already exists. Creating dropdown menu only"),A=M.closest(C.dropdown),q=A.children(C.menu),0===q.length&&(q=e("<div />").addClass(x.menu).appendTo(A)),q.html(y.templates.menu(t))):(w.debug("Creating entire dropdown from select"),A=e("<div />").attr("class",M.attr("class")).addClass(x.selection).addClass(x.dropdown).html(y.templates.dropdown(t)).insertBefore(M),M.removeAttr("class").prependTo(A)),w.setup.reference()},reference:function(){var e,t;w.debug("Dropdown behavior was called on select, replacing with closest dropdown"),A=A.closest(C.dropdown),w.refresh(),e=r.slice(0,h),t=r.slice(h+1),r=e.add(A).add(t)}},refresh:function(){w.verbose("Refreshing selector cache"),D=A.find(C.text),F=A.find(C.search),M=A.find(C.input),O=A.prev().find(C.text).length>0?A.prev().find(C.text):A.prev(),q=A.children(C.menu),V=q.find(C.item)},toggle:function(){w.verbose("Toggling menu visibility"),w.is.active()?w.hide():w.show()},show:function(t){t=e.isFunction(t)?t:function(){},w.is.searchSelection()&&w.is.allFiltered()||w.can.show()&&!w.is.active()&&(w.debug("Showing dropdown"),w.animate.show(function(){w.can.click()&&w.bind.intent(),w.set.visible(),t.call(R)}),y.onShow.call(R))},hide:function(t){t=e.isFunction(t)?t:function(){},w.is.active()&&(w.debug("Hiding dropdown"),w.animate.hide(function(){w.remove.visible(),t.call(R)}),y.onHide.call(R))},hideOthers:function(){w.verbose("Finding other dropdowns to hide"),r.not(A).has(C.menu+":visible:not(."+x.animating+")").dropdown("hide")},hideSubMenus:function(){var e=q.find(C.menu);e.transition("hide")},bind:{keyboardEvents:function(){w.debug("Binding keyboard events"),A.on("keydown"+I,w.event.keydown),w.is.searchable()&&A.on(w.get.inputEvent(),C.search,w.event.input)},touchEvents:function(){w.debug("Touch device detected binding additional touch events"),w.is.searchSelection()||A.on("touchstart"+I,w.event.test.toggle),q.on("touchstart"+I,C.item,w.event.item.mouseenter)},mouseEvents:function(){w.verbose("Mouse detected binding mouse events"),w.is.searchSelection()?A.on("mousedown"+I,C.menu,w.event.menu.activate).on("mouseup"+I,C.menu,w.event.menu.deactivate).on("click"+I,C.search,w.show).on("focus"+I,C.search,w.event.searchFocus).on("blur"+I,C.search,w.event.searchBlur).on("click"+I,C.text,w.event.searchTextFocus):("click"==y.on?A.on("click"+I,w.event.test.toggle):"hover"==y.on?A.on("mouseenter"+I,w.delay.show).on("mouseleave"+I,w.delay.hide):A.on(y.on+I,w.toggle),A.on("mousedown"+I,w.event.mousedown).on("mouseup"+I,w.event.mouseup).on("focus"+I,w.event.focus).on("blur"+I,w.event.blur)),q.on("mouseenter"+I,C.item,w.event.item.mouseenter).on("mouseleave"+I,C.item,w.event.item.mouseleave).on("click"+I,C.item,w.event.item.click)},intent:function(){w.verbose("Binding hide intent event to document"),l&&s.on("touchstart"+g,w.event.test.touch).on("touchmove"+g,w.event.test.touch),s.on("click"+g,w.event.test.hide)}},unbind:{intent:function(){w.verbose("Removing hide intent event from document"),l&&s.off("touchstart"+g).off("touchmove"+g),s.off("click"+g)}},filter:function(t){var n=e(),i=w.escape.regExp(t),o=new RegExp("^"+i,"igm"),a=new RegExp(i,"ig");w.verbose("Searching for matching values"),V.each(function(){var t=e(this),i=String(w.get.choiceText(t,!1)),r=String(w.get.choiceValue(t,i));i.match(o)||r.match(o)?n=n.add(t):y.fullTextSearch&&(i.match(a)||r.match(a))&&(n=n.add(t))}),w.debug("Setting filter",t),w.remove.filteredItem(),V.not(n).addClass(x.filtered),w.verbose("Selecting first non-filtered element"),w.remove.selectedItem(),V.not("."+x.filtered).eq(0).addClass(x.selected),w.is.allFiltered()&&(w.debug("All items filtered, hiding dropdown",t),w.is.searchSelection()&&w.hide(),y.onNoResults.call(R,t))},focusSearch:function(){w.is.search()&&F.focus()},forceSelection:function(){var e=V.not(x.filtered).filter("."+x.selected).eq(0),t=V.filter("."+x.active).eq(0),n=e.length>0?e:t,i=n.size()>0;i&&(w.event.item.click.call(n),w.remove.filteredItem())},event:{mousedown:function(){z=!0},mouseup:function(){z=!1},focus:function(){!z&&w.is.hidden()&&w.show()},blur:function(){var e=n.activeElement===this;z||e||w.hide()},searchFocus:function(){z=!0,w.show()},searchBlur:function(){var e=n.activeElement===this;Q||e||(y.forceSelection?w.forceSelection():w.hide())},searchTextFocus:function(){z=!0,F.focus()},input:function(){w.is.searchSelection()&&w.set.filtered(),clearTimeout(w.timer),w.timer=setTimeout(w.search,y.delay.search)},keydown:function(e){{var t,n=V.not(x.filtered).filter("."+x.selected).eq(0),i=q.children("."+x.active).eq(0),o=n.length>0?n:i,a=o.length>0?o.siblings(":not(."+x.filtered+")").andSelf():q.children(":not(."+x.filtered+")"),r=o.children(C.menu),s=o.closest(C.menu),c=s[0]!==q[0],l=s.is(":visible"),u=e.which,d={enter:13,escape:27,leftArrow:37,upArrow:38,rightArrow:39,downArrow:40},f=r.length>0,v=o.length>0;a.size()-1}if(w.is.visible()){if(u==d.enter&&v&&(f&&!y.allowCategorySelection?(w.verbose("Pressed enter on unselectable category, opening sub menu"),u=d.rightArrow):(w.verbose("Enter key pressed, choosing selected item"),w.event.item.click.call(o,e))),u==d.leftArrow&&(c&&(w.verbose("Left key pressed, closing sub-menu"),w.animate.hide(!1,s),o.removeClass(x.selected),s.closest(C.item).addClass(x.selected)),e.preventDefault()),u==d.rightArrow&&(f&&(w.verbose("Right key pressed, opening sub-menu"),w.animate.show(!1,r),o.removeClass(x.selected),r.find(C.item).eq(0).addClass(x.selected)),e.preventDefault()),u==d.upArrow){if(t=v&&l?o.prevAll(C.item+":not(."+x.filtered+")").eq(0):V.eq(0),a.index(t)<0)return void w.verbose("Up key pressed but reached top of current menu");w.verbose("Up key pressed, changing active item"),o.removeClass(x.selected),t.addClass(x.selected),w.set.scrollPosition(t),e.preventDefault()}if(u==d.downArrow){if(t=v&&l?t=o.nextAll(C.item+":not(."+x.filtered+")").eq(0):V.eq(0),0===t.length)return void w.verbose("Down key pressed but reached bottom of current menu");w.verbose("Down key pressed, changing active item"),V.removeClass(x.selected),t.addClass(x.selected),w.set.scrollPosition(t),e.preventDefault()}}else u==d.enter&&(w.verbose("Enter key pressed, showing dropdown"),w.show()),u==d.escape&&(w.verbose("Escape key pressed, closing dropdown"),w.hide()),u==d.downArrow&&(w.verbose("Down key pressed, showing dropdown"),w.show())},test:{toggle:function(e){w.determine.eventInMenu(e,w.toggle)&&e.preventDefault()},touch:function(e){w.determine.eventInMenu(e,function(){"touchstart"==e.type?w.timer=setTimeout(w.hide,y.delay.touch):"touchmove"==e.type&&clearTimeout(w.timer)}),e.stopPropagation()},hide:function(e){w.determine.eventInModule(e,w.hide)}},menu:{activate:function(){Q=!0},deactivate:function(){Q=!1}},item:{mouseenter:function(t){var n=e(this).children(C.menu),i=e(this).siblings(C.item).children(C.menu);n.length>0&&(clearTimeout(w.itemTimer),w.itemTimer=setTimeout(function(){w.verbose("Showing sub-menu",n),e.each(i,function(){w.animate.hide(!1,e(this))}),w.animate.show(!1,n)},y.delay.show),t.preventDefault())},mouseleave:function(){var t=e(this).children(C.menu);t.length>0&&(clearTimeout(w.itemTimer),w.itemTimer=setTimeout(function(){w.verbose("Hiding sub-menu",t),w.animate.hide(!1,t)},y.delay.hide))},click:function(t){var n=e(this),i=e(t?t.target:""),o=n.find(C.menu),a=w.get.choiceText(n),r=w.get.choiceValue(n,a),s=function(){w.remove.searchTerm(),w.determine.selectAction(a,r)},c=o.length>0,l=o.find(i).length>0;l||c&&!y.allowCategorySelection||s()}},resetStyle:function(){e(this).removeAttr("style")}},determine:{selectAction:function(t,n){w.verbose("Determining action",y.action),e.isFunction(w.action[y.action])?(w.verbose("Triggering preset action",y.action,t,n),w.action[y.action](t,n)):e.isFunction(y.action)?(w.verbose("Triggering user action",y.action,t,n),y.action(t,n)):w.error(k.action,y.action)},eventInModule:function(t,n){return n=e.isFunction(n)?n:function(){},0===e(t.target).closest(A).length?(w.verbose("Triggering event",n),n(),!0):(w.verbose("Event occurred in dropdown, canceling callback"),!1)},eventInMenu:function(t,n){return n=e.isFunction(n)?n:function(){},0===e(t.target).closest(q).length?(w.verbose("Triggering event",n),n(),!0):(w.verbose("Event occurred in dropdown menu, canceling callback"),!1)}},action:{nothing:function(){},activate:function(e,t){t=t!==i?t:e,w.set.selected(t),w.hide(function(){w.remove.filteredItem()})},select:function(e,t){t=t!==i?t:e,w.set.selected(t),w.hide(function(){w.remove.filteredItem()})},combo:function(e,t){t=t!==i?t:e,w.set.selected(t),w.hide(function(){w.remove.filteredItem()})},hide:function(){w.hide(function(){w.remove.filteredItem()})}},get:{id:function(){return p},text:function(){return D.text()},value:function(){return M.length>0?M.val():A.data(T.value)},choiceText:function(e,t){return t=t!==i?t:y.preserveHTML,e!==i?(e.find(C.menu).length>0&&(w.verbose("Retreiving text of element with sub-menu"),e=e.clone(),e.find(C.menu).remove(),e.find(C.menuIcon).remove()),e.data(T.text)!==i?e.data(T.text):t?e.html().trim():e.text().trim()):void 0},choiceValue:function(e,t){return t=t||w.get.choiceText(e),e.data(T.value)!==i?e.data(T.value):"string"==typeof t?t.toLowerCase().trim():t.trim()},inputEvent:function(){var e=F[0];return e?e.oninput!==i?"input":e.onpropertychange!==i?"propertychange":"keyup":!1},selectValues:function(){var t={};return t.values=y.sortSelect?{}:[],A.find("option").each(function(){var n=e(this).html(),o=e(this).attr("value")!==i?e(this).attr("value"):n;""===o?t.placeholder=n:y.sortSelect?t.values[o]={name:n,value:o}:t.values.push({name:n,value:o})}),y.sortSelect?w.debug("Retrieved and sorted values from select",t):w.debug("Retreived values from select",t),t},activeItem:function(){return V.filter("."+x.active)},item:function(t,n){var o=!1;return t=t!==i?t:w.get.value()!==i?w.get.value():w.get.text(),n=""===t||0===t?!0:n||!1,t!==i?V.each(function(){var i=e(this),a=w.get.choiceText(i),r=w.get.choiceValue(i,a);n?(w.verbose("Ambiguous dropdown value using strict type check",i,t),r===t?o=e(this):o||a!==t||(o=e(this))):r==t?(w.verbose("Found select item by value",r,t),o=e(this)):o||a!=t||(w.verbose("Found select item by text",a,t),o=e(this))}):t=w.get.text(),o||!1}},restore:{defaults:function(){w.restore.defaultText(),w.restore.defaultValue()},defaultText:function(){var e=A.data(T.defaultText);w.debug("Restoring default text",e),w.set.text(e),D.addClass(x.placeholder)},defaultValue:function(){var e=A.data(T.defaultValue);e!==i&&(w.debug("Restoring default value",e),e.length?w.set.selected(e):(w.remove.activeItem(),w.remove.selectedItem()))}},save:{defaults:function(){w.save.defaultText(),w.save.placeholderText(),w.save.defaultValue()},defaultValue:function(){A.data(T.defaultValue,w.get.value())},defaultText:function(){A.data(T.defaultText,D.text())},placeholderText:function(){D.hasClass(x.placeholder)&&A.data(T.placeholderText,D.text())}},clear:function(){var e=A.data(T.placeholderText);w.set.text(e),w.set.value(""),w.remove.activeItem(),w.remove.selectedItem(),D.addClass(x.placeholder)},set:{filtered:function(){var e=F.val(),t="string"==typeof e&&e.length>0;t?D.addClass(x.filtered):D.removeClass(x.filtered)},tabbable:function(){w.is.searchable()?(w.debug("Searchable dropdown initialized"),F.val("").attr("tabindex",0),q.attr("tabindex","-1")):(w.debug("Simple selection dropdown initialized"),A.attr("tabindex")||(A.attr("tabindex",0),q.attr("tabindex","-1")))},scrollPosition:function(e,t){var n,o,a,r,s,c,l,u,d,f=5;e=e||w.get.activeItem(),n=e&&e.length>0,t=t!==i?t:!1,e&&n&&(q.hasClass(x.visible)||q.addClass(x.loading),l=q.height(),a=e.height(),c=q.scrollTop(),s=q.offset().top,r=e.offset().top,o=c-s+r,d=o+f>c+l,u=c>o-f,w.debug("Scrolling to active item",o),(u||d||t)&&q.scrollTop(o).removeClass(x.loading))},text:function(e){"combo"==y.action?(w.debug("Changing combo button text",e,O),y.preserveHTML?O.html(e):O.text(e)):"select"!==y.action&&(w.debug("Changing text",e,D),D.removeClass(x.filtered).removeClass(x.placeholder),y.preserveHTML?D.html(e):D.text(e))},value:function(e){w.debug("Adding selected value to hidden input",e,M),M.length>0?M.val(e).trigger("change"):A.data(T.value,e)},active:function(){A.addClass(x.active)},visible:function(){A.addClass(x.visible)},selected:function(e){var t,n,i=w.get.item(e);i&&(w.debug("Setting selected menu item to",i),w.remove.activeItem(),w.remove.selectedItem(),i.addClass(x.active).addClass(x.selected),t=w.get.choiceText(i),n=w.get.choiceValue(i,t),w.set.text(t),w.set.value(n),y.onChange.call(R,e,t,i))}},remove:{active:function(){A.removeClass(x.active)},visible:function(){A.removeClass(x.visible)},activeItem:function(){V.removeClass(x.active)},filteredItem:function(){V.removeClass(x.filtered)},searchTerm:function(){F.val("")},selectedItem:function(){V.removeClass(x.selected)},tabbable:function(){w.is.searchable()?(w.debug("Searchable dropdown initialized"),F.attr("tabindex","-1"),q.attr("tabindex","-1")):(w.debug("Simple selection dropdown initialized"),A.attr("tabindex","-1"),q.attr("tabindex","-1"))}},is:{active:function(){return A.hasClass(x.active)},alreadySetup:function(){return A.is("select")&&A.parent(C.dropdown).length>0},animating:function(e){return e?e.is(":animated")||e.transition&&e.transition("is animating"):q.is(":animated")||q.transition&&q.transition("is animating")},allFiltered:function(){return V.filter("."+x.filtered).length===V.length},hidden:function(e){return e?e.is(":hidden"):q.is(":hidden")},selectMutation:function(t){var n=!1;return e.each(t,function(t,i){return i.target&&e(i.target).is("select")?(n=!0,!0):void 0}),n},search:function(){return A.hasClass(x.search)},searchable:function(){return F.length>0},searchSelection:function(){return w.is.searchable()&&F.parent().is(A)},selection:function(){return A.hasClass(x.selection)},upward:function(){return A.hasClass(x.upward)},visible:function(e){return e?e.is(":visible"):q.is(":visible")}},can:{click:function(){return l||"click"==y.on},show:function(){return!A.hasClass(x.disabled)}},animate:{show:function(t,n){var o=n||q,a=n?function(){}:function(){w.hideSubMenus(),w.hideOthers(),w.set.active()};t=e.isFunction(t)?t:function(){},w.set.scrollPosition(w.get.activeItem(),!0),w.verbose("Doing menu show animation",o),(w.is.hidden(o)||w.is.animating(o))&&("auto"==y.transition&&(y.transition=w.is.upward()?"slide up":"slide down",w.verbose("Automatically determining animation based on animation direction",y.transition)),"none"==y.transition?t.call(R):e.fn.transition!==i&&A.transition("is supported")?o.transition({animation:y.transition+" in",debug:y.debug,verbose:y.verbose,duration:y.duration,queue:!0,onStart:a,onComplete:function(){t.call(R)}}):"slide down"==y.transition?(a(),o.hide().clearQueue().children().clearQueue().css("opacity",0).delay(50).animate({opacity:1},y.duration,"easeOutQuad",w.event.resetStyle).end().slideDown(100,"easeOutQuad",function(){w.event.resetStyle.call(this),t.call(R)})):"fade"==y.transition?(a(),o.hide().clearQueue().fadeIn(y.duration,function(){w.event.resetStyle.call(this),t.call(R)})):w.error(k.transition,y.transition))},hide:function(t,n){var o=n||q,a=(n?.9*y.duration:y.duration,n?function(){}:function(){w.can.click()&&w.unbind.intent(),w.focusSearch(),w.remove.active()});t=e.isFunction(t)?t:function(){},(w.is.visible(o)||w.is.animating(o))&&(w.verbose("Doing menu hide animation",o),"auto"==y.transition&&(y.transition=w.is.upward()?"slide up":"slide down"),M.trigger("blur"),"none"==y.transition?t.call(R):e.fn.transition!==i&&A.transition("is supported")?o.transition({animation:y.transition+" out",duration:y.duration,debug:y.debug,verbose:y.verbose,queue:!0,onStart:a,onComplete:function(){t.call(R)}}):"slide down"==y.transition?(a(),o.show().clearQueue().children().clearQueue().css("opacity",1).animate({opacity:0},100,"easeOutQuad",w.event.resetStyle).end().delay(50).slideUp(100,"easeOutQuad",function(){w.event.resetStyle.call(this),t.call(R)})):"fade"==y.transition?(a(),o.show().clearQueue().fadeOut(150,function(){w.event.resetStyle.call(this),t.call(R)})):w.error(k.transition))}},delay:{show:function(){w.verbose("Delaying show event to ensure user intent"),clearTimeout(w.timer),w.timer=setTimeout(w.show,y.delay.show)},hide:function(){w.verbose("Delaying hide event to ensure user intent"),clearTimeout(w.timer),w.timer=setTimeout(w.hide,y.delay.hide)}},escape:{regExp:function(e){return e=String(e),e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}},setting:function(t,n){if(w.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,y,t);else{if(n===i)return y[t];y[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,w,t);else{if(n===i)return w[t];w[t]=n}},debug:function(){y.debug&&(y.performance?w.performance.log(arguments):(w.debug=Function.prototype.bind.call(console.info,console,y.name+":"),w.debug.apply(console,arguments)))},verbose:function(){y.verbose&&y.debug&&(y.performance?w.performance.log(arguments):(w.verbose=Function.prototype.bind.call(console.info,console,y.name+":"),w.verbose.apply(console,arguments)))},error:function(){w.error=Function.prototype.bind.call(console.error,console,y.name+":"),w.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;y.performance&&(t=(new Date).getTime(),i=u||t,n=t-i,u=t,d.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:R,"Execution Time":n})),clearTimeout(w.performance.timer),w.performance.timer=setTimeout(w.performance.display,100)},display:function(){var t=y.name+":",n=0;u=!1,clearTimeout(w.performance.timer),e.each(d,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",c&&(t+=" '"+c+"'"),(console.group!==i||console.table!==i)&&d.length>0&&(console.groupCollapsed(t),console.table?console.table(d):e.each(d,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),d=[]}},invoke:function(t,n,o){var r,s,c,l=P;return n=n||m,o=R||o,"string"==typeof t&&l!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(l[a])&&n!=r)l=l[a];else{if(l[a]!==i)return s=l[a],!1;if(!e.isPlainObject(l[o])||n==r)return l[o]!==i?(s=l[o],!1):(w.error(k.method,t),!1);l=l[o]}})),e.isFunction(s)?c=s.apply(o,n):s!==i&&(c=s),e.isArray(a)?a.push(c):a!==i?a=[a,c]:c!==i&&(a=c),s}},v?(P===i&&w.initialize(),w.invoke(f)):(P!==i&&P.invoke("destroy"),w.initialize())}),a!==i?a:r},e.fn.dropdown.settings={debug:!1,verbose:!0,performance:!0,on:"click",action:"activate",allowTab:!0,fullTextSearch:!1,preserveHTML:!0,sortSelect:!1,allowCategorySelection:!1,delay:{hide:300,show:200,search:50,touch:50},forceSelection:!0,transition:"auto",duration:250,onNoResults:function(){},onChange:function(){},onShow:function(){},onHide:function(){},name:"Dropdown",namespace:"dropdown",error:{action:"You called a dropdown action that was not defined",alreadySetup:"Once a select has been initialized behaviors must be called on the created ui dropdown",method:"The method you called is not defined.",transition:"The requested transition was not found"},metadata:{defaultText:"defaultText",defaultValue:"defaultValue",placeholderText:"placeholderText",text:"text",value:"value"},selector:{dropdown:".ui.dropdown",input:'> input[type="hidden"], > select',item:".item",menu:".menu",menuIcon:".dropdown.icon",search:"> input.search, .menu > .search > input, .menu > input.search",text:"> .text:not(.icon)"},className:{active:"active",animating:"animating",disabled:"disabled",dropdown:"ui dropdown",filtered:"filtered",loading:"loading",menu:"menu",placeholder:"default",search:"search",selected:"selected",selection:"selection",upward:"upward",visible:"visible"}},e.fn.dropdown.settings.templates={menu:function(t){var n=(t.placeholder||!1,t.values||{},"");return e.each(t.values,function(e,t){n+='<div class="item" data-value="'+t.value+'">'+t.name+"</div>"}),n},dropdown:function(t){var n=t.placeholder||!1,i=(t.values||{},"");return i+='<i class="dropdown icon"></i>',i+=t.placeholder?'<div class="default text">'+n+"</div>":'<div class="text"></div>',i+='<div class="menu">',e.each(t.values,function(e,t){i+='<div class="item" data-value="'+t.value+'">'+t.name+"</div>"}),i+="</div>"}},e.extend(e.easing,{easeOutQuad:function(e,t,n,i,o){return-i*(t/=o)*(t-2)+n}})}(jQuery,window,document);
@@ -0,0 +1,276 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Feed
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributorss
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */
11
+
12
+
13
+ /*******************************
14
+ Activity Feed
15
+ *******************************/
16
+
17
+ .ui.feed {
18
+ margin: 1em 0em;
19
+ }
20
+ .ui.feed:first-child {
21
+ margin-top: 0em;
22
+ }
23
+ .ui.feed:last-child {
24
+ margin-top: 0em;
25
+ }
26
+
27
+
28
+ /*******************************
29
+ Content
30
+ *******************************/
31
+
32
+
33
+ /* Event */
34
+ .ui.feed > .event {
35
+ display: table;
36
+ width: 100%;
37
+ padding: 0.5rem 0em;
38
+ margin: 0em;
39
+ background: none;
40
+ border-top: none;
41
+ }
42
+ .ui.feed > .event:first-child {
43
+ border-top: 0px;
44
+ padding-top: 0em;
45
+ }
46
+ .ui.feed > .event:last-child {
47
+ padding-bottom: 0em;
48
+ }
49
+
50
+ /* Event Label */
51
+ .ui.feed > .event > .label {
52
+ display: table-cell;
53
+ width: 2.5em;
54
+ height: 2.5em;
55
+ vertical-align: top;
56
+ text-align: left;
57
+ }
58
+ .ui.feed > .event > .label .icon {
59
+ opacity: 1;
60
+ font-size: 1.5em;
61
+ width: 100%;
62
+ padding: 0.25em;
63
+ background: none;
64
+ border: none;
65
+ border-radius: none;
66
+ color: rgba(0, 0, 0, 0.6);
67
+ }
68
+ .ui.feed > .event > .label img {
69
+ width: 100%;
70
+ height: auto;
71
+ border-radius: 500rem;
72
+ }
73
+ .ui.feed > .event > .label + .content {
74
+ padding: 0.5em 0em 0.5em 1.25em;
75
+ }
76
+
77
+ /* Content */
78
+ .ui.feed > .event > .content {
79
+ display: table-cell;
80
+ vertical-align: top;
81
+ text-align: left;
82
+ word-wrap: break-word;
83
+ }
84
+ .ui.feed > .event:last-child > .content {
85
+ padding-bottom: 0em;
86
+ }
87
+
88
+ /* Link */
89
+ .ui.feed > .event > .content a {
90
+ cursor: pointer;
91
+ }
92
+
93
+ /*--------------
94
+ Date
95
+ ---------------*/
96
+
97
+ .ui.feed > .event > .content .date {
98
+ margin: -0.5rem 0em 0em;
99
+ padding: 0em;
100
+ font-weight: normal;
101
+ font-size: 1em;
102
+ font-style: normal;
103
+ color: rgba(0, 0, 0, 0.4);
104
+ }
105
+
106
+ /*--------------
107
+ Summary
108
+ ---------------*/
109
+
110
+ .ui.feed > .event > .content .summary {
111
+ margin: 0em;
112
+ font-size: 1em;
113
+ font-weight: bold;
114
+ color: rgba(0, 0, 0, 0.8);
115
+ }
116
+
117
+ /* Summary Image */
118
+ .ui.feed > .event > .content .summary img {
119
+ display: inline-block;
120
+ width: auto;
121
+ height: 2em;
122
+ margin: -0.25em 0.25em 0em 0em;
123
+ border-radius: 0.25em;
124
+ vertical-align: middle;
125
+ }
126
+
127
+ /*--------------
128
+ User
129
+ ---------------*/
130
+
131
+ .ui.feed > .event > .content .user {
132
+ display: inline-block;
133
+ font-weight: bold;
134
+ margin-right: 0em;
135
+ vertical-align: baseline;
136
+ }
137
+ .ui.feed > .event > .content .user img {
138
+ margin: -0.25em 0.25em 0em 0em;
139
+ width: auto;
140
+ height: 2em;
141
+ vertical-align: middle;
142
+ }
143
+
144
+ /*--------------
145
+ Inline Date
146
+ ---------------*/
147
+
148
+
149
+ /* Date inside Summary */
150
+ .ui.feed > .event > .content .summary > .date {
151
+ display: inline-block;
152
+ float: none;
153
+ font-weight: normal;
154
+ font-size: 0.875em;
155
+ font-style: normal;
156
+ margin: 0em 0em 0em 0.5em;
157
+ padding: 0em;
158
+ color: rgba(0, 0, 0, 0.4);
159
+ }
160
+
161
+ /*--------------
162
+ Extra Summary
163
+ ---------------*/
164
+
165
+ .ui.feed > .event > .content .extra {
166
+ margin: 0.5em 0em 0em;
167
+ background: none;
168
+ padding: 0em;
169
+ color: rgba(0, 0, 0, 0.8);
170
+ }
171
+
172
+ /* Images */
173
+ .ui.feed > .event > .content .extra.images img {
174
+ display: inline-block;
175
+ margin: 0em 0.25em 0em 0em;
176
+ width: 6em;
177
+ }
178
+
179
+ /* Text */
180
+ .ui.feed > .event > .content .extra.text {
181
+ padding: 0.5em 1em;
182
+ border-left: 3px solid rgba(0, 0, 0, 0.2);
183
+ font-size: 1em;
184
+ max-width: 500px;
185
+ line-height: 1.33;
186
+ }
187
+
188
+ /*--------------
189
+ Meta
190
+ ---------------*/
191
+
192
+ .ui.feed > .event > .content .meta {
193
+ display: inline-block;
194
+ font-size: 0.875em;
195
+ margin: 0.5em 0em 0em;
196
+ background: none;
197
+ border: none;
198
+ border-radius: 0;
199
+ box-shadow: none;
200
+ padding: 0em;
201
+ color: rgba(0, 0, 0, 0.6);
202
+ }
203
+ .ui.feed > .event > .content .meta > * {
204
+ position: relative;
205
+ margin-left: 0.75em;
206
+ }
207
+ .ui.feed > .event > .content .meta > *:after {
208
+ content: '';
209
+ color: rgba(0, 0, 0, 0.2);
210
+ top: 0em;
211
+ left: -1em;
212
+ opacity: 1;
213
+ position: absolute;
214
+ vertical-align: top;
215
+ }
216
+ .ui.feed > .event > .content .meta .like {
217
+ color: '';
218
+ -webkit-transition: 0.2s color ease;
219
+ transition: 0.2s color ease;
220
+ }
221
+ .ui.feed > .event > .content .meta .like:hover .icon {
222
+ color: #ff2733;
223
+ }
224
+ .ui.feed > .event > .content .meta .active.like .icon {
225
+ color: #ef404a;
226
+ }
227
+
228
+ /* First element */
229
+ .ui.feed > .event > .content .meta > :first-child {
230
+ margin-left: 0em;
231
+ }
232
+ .ui.feed > .event > .content .meta > :first-child::after {
233
+ display: none;
234
+ }
235
+
236
+ /* Action */
237
+ .ui.feed > .event > .content .meta a,
238
+ .ui.feed > .event > .content .meta > .icon {
239
+ cursor: pointer;
240
+ opacity: 1;
241
+ color: rgba(0, 0, 0, 0.5);
242
+ -webkit-transition: color 0.2s ease;
243
+ transition: color 0.2s ease;
244
+ }
245
+ .ui.feed > .event > .content .meta a:hover,
246
+ .ui.feed > .event > .content .meta a:hover .icon,
247
+ .ui.feed > .event > .content .meta > .icon:hover {
248
+ color: rgba(0, 0, 0, 0.8);
249
+ }
250
+
251
+
252
+ /*******************************
253
+ Variations
254
+ *******************************/
255
+
256
+ .ui.small.feed {
257
+ font-size: 0.9em;
258
+ }
259
+ .ui.feed {
260
+ font-size: 1em;
261
+ }
262
+ .ui.large.feed {
263
+ font-size: 1.1em;
264
+ }
265
+
266
+
267
+ /*******************************
268
+ Theme Overrides
269
+ *******************************/
270
+
271
+
272
+
273
+ /*******************************
274
+ User Variable Overrides
275
+ *******************************/
276
+
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Feed
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributorss
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */.ui.feed{margin:1em 0}.ui.feed:first-child,.ui.feed:last-child{margin-top:0}.ui.feed>.event{display:table;width:100%;padding:.5rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:table-cell;width:2.5em;height:2.5em;vertical-align:top;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{padding:.5em 0 .5em 1.25em}.ui.feed>.event>.content{display:table-cell;vertical-align:top;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.8)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:2em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:2em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.875em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.8)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:.5em 1em;border-left:3px solid rgba(0,0,0,.2);font-size:1em;max-width:500px;line-height:1.33}.ui.feed>.event>.content .meta{display:inline-block;font-size:.875em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#ff2733}.ui.feed>.event>.content .meta .active.like .icon{color:#ef404a}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .2s ease;transition:color .2s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.8)}.ui.small.feed{font-size:.9em}.ui.feed{font-size:1em}.ui.large.feed{font-size:1.1em}
@@ -0,0 +1,1024 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Flag
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */
11
+
12
+
13
+ /*******************************
14
+ Flag
15
+ *******************************/
16
+
17
+ i.flag:not(.icon) {
18
+ display: inline-block;
19
+ width: 16px;
20
+ height: 11px;
21
+ line-height: 11px;
22
+ vertical-align: baseline;
23
+ margin: 0em 0.5em 0em 0em;
24
+ text-decoration: inherit;
25
+ speak: none;
26
+ font-smoothing: antialiased;
27
+ -webkit-backface-visibility: hidden;
28
+ backface-visibility: hidden;
29
+ }
30
+
31
+ /* Sprite */
32
+ i.flag:not(.icon):before {
33
+ display: inline-block;
34
+ content: '';
35
+ background: url("../themes/default/assets/images/flags.png") no-repeat 0px 0px;
36
+ width: 16px;
37
+ height: 11px;
38
+ }
39
+
40
+ /* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
41
+
42
+
43
+ /*******************************
44
+ Theme Overrides
45
+ *******************************/
46
+
47
+ i.flag.ad:before,
48
+ i.flag.andorra:before {
49
+ background-position: 0px 0px;
50
+ }
51
+ i.flag.ae:before,
52
+ i.flag.united.arab.emirates:before,
53
+ i.flag.uae:before {
54
+ background-position: 0px -26px;
55
+ }
56
+ i.flag.af:before,
57
+ i.flag.afghanistan:before {
58
+ background-position: 0px -52px;
59
+ }
60
+ i.flag.ag:before,
61
+ i.flag.antigua:before {
62
+ background-position: 0px -78px;
63
+ }
64
+ i.flag.ai:before,
65
+ i.flag.anguilla:before {
66
+ background-position: 0px -104px;
67
+ }
68
+ i.flag.al:before,
69
+ i.flag.albania:before {
70
+ background-position: 0px -130px;
71
+ }
72
+ i.flag.am:before,
73
+ i.flag.armenia:before {
74
+ background-position: 0px -156px;
75
+ }
76
+ i.flag.an:before,
77
+ i.flag.netherlands.antilles:before {
78
+ background-position: 0px -182px;
79
+ }
80
+ i.flag.ao:before,
81
+ i.flag.angola:before {
82
+ background-position: 0px -208px;
83
+ }
84
+ i.flag.ar:before,
85
+ i.flag.argentina:before {
86
+ background-position: 0px -234px;
87
+ }
88
+ i.flag.as:before,
89
+ i.flag.american.samoa:before {
90
+ background-position: 0px -260px;
91
+ }
92
+ i.flag.at:before,
93
+ i.flag.austria:before {
94
+ background-position: 0px -286px;
95
+ }
96
+ i.flag.au:before,
97
+ i.flag.australia:before {
98
+ background-position: 0px -312px;
99
+ }
100
+ i.flag.aw:before,
101
+ i.flag.aruba:before {
102
+ background-position: 0px -338px;
103
+ }
104
+ i.flag.ax:before,
105
+ i.flag.aland.islands:before {
106
+ background-position: 0px -364px;
107
+ }
108
+ i.flag.az:before,
109
+ i.flag.azerbaijan:before {
110
+ background-position: 0px -390px;
111
+ }
112
+ i.flag.ba:before,
113
+ i.flag.bosnia:before {
114
+ background-position: 0px -416px;
115
+ }
116
+ i.flag.bb:before,
117
+ i.flag.barbados:before {
118
+ background-position: 0px -442px;
119
+ }
120
+ i.flag.bd:before,
121
+ i.flag.bangladesh:before {
122
+ background-position: 0px -468px;
123
+ }
124
+ i.flag.be:before,
125
+ i.flag.belgium:before {
126
+ background-position: 0px -494px;
127
+ }
128
+ i.flag.bf:before,
129
+ i.flag.burkina.faso:before {
130
+ background-position: 0px -520px;
131
+ }
132
+ i.flag.bg:before,
133
+ i.flag.bulgaria:before {
134
+ background-position: 0px -546px;
135
+ }
136
+ i.flag.bh:before,
137
+ i.flag.bahrain:before {
138
+ background-position: 0px -572px;
139
+ }
140
+ i.flag.bi:before,
141
+ i.flag.burundi:before {
142
+ background-position: 0px -598px;
143
+ }
144
+ i.flag.bj:before,
145
+ i.flag.benin:before {
146
+ background-position: 0px -624px;
147
+ }
148
+ i.flag.bm:before,
149
+ i.flag.bermuda:before {
150
+ background-position: 0px -650px;
151
+ }
152
+ i.flag.bn:before,
153
+ i.flag.brunei:before {
154
+ background-position: 0px -676px;
155
+ }
156
+ i.flag.bo:before,
157
+ i.flag.bolivia:before {
158
+ background-position: 0px -702px;
159
+ }
160
+ i.flag.br:before,
161
+ i.flag.brazil:before {
162
+ background-position: 0px -728px;
163
+ }
164
+ i.flag.bs:before,
165
+ i.flag.bahamas:before {
166
+ background-position: 0px -754px;
167
+ }
168
+ i.flag.bt:before,
169
+ i.flag.bhutan:before {
170
+ background-position: 0px -780px;
171
+ }
172
+ i.flag.bv:before,
173
+ i.flag.bouvet.island:before {
174
+ background-position: 0px -806px;
175
+ }
176
+ i.flag.bw:before,
177
+ i.flag.botswana:before {
178
+ background-position: 0px -832px;
179
+ }
180
+ i.flag.by:before,
181
+ i.flag.belarus:before {
182
+ background-position: 0px -858px;
183
+ }
184
+ i.flag.bz:before,
185
+ i.flag.belize:before {
186
+ background-position: 0px -884px;
187
+ }
188
+ i.flag.ca:before,
189
+ i.flag.canada:before {
190
+ background-position: 0px -910px;
191
+ }
192
+ i.flag.cc:before,
193
+ i.flag.cocos.islands:before {
194
+ background-position: 0px -962px;
195
+ }
196
+ i.flag.cd:before,
197
+ i.flag.congo:before {
198
+ background-position: 0px -988px;
199
+ }
200
+ i.flag.cf:before,
201
+ i.flag.central.african.republic:before {
202
+ background-position: 0px -1014px;
203
+ }
204
+ i.flag.cg:before,
205
+ i.flag.congo.brazzaville:before {
206
+ background-position: 0px -1040px;
207
+ }
208
+ i.flag.ch:before,
209
+ i.flag.switzerland:before {
210
+ background-position: 0px -1066px;
211
+ }
212
+ i.flag.ci:before,
213
+ i.flag.cote.divoire:before {
214
+ background-position: 0px -1092px;
215
+ }
216
+ i.flag.ck:before,
217
+ i.flag.cook.islands:before {
218
+ background-position: 0px -1118px;
219
+ }
220
+ i.flag.cl:before,
221
+ i.flag.chile:before {
222
+ background-position: 0px -1144px;
223
+ }
224
+ i.flag.cm:before,
225
+ i.flag.cameroon:before {
226
+ background-position: 0px -1170px;
227
+ }
228
+ i.flag.cn:before,
229
+ i.flag.china:before {
230
+ background-position: 0px -1196px;
231
+ }
232
+ i.flag.co:before,
233
+ i.flag.colombia:before {
234
+ background-position: 0px -1222px;
235
+ }
236
+ i.flag.cr:before,
237
+ i.flag.costa.rica:before {
238
+ background-position: 0px -1248px;
239
+ }
240
+ i.flag.cs:before,
241
+ i.flag.serbia:before {
242
+ background-position: 0px -1274px;
243
+ }
244
+ i.flag.cu:before,
245
+ i.flag.cuba:before {
246
+ background-position: 0px -1300px;
247
+ }
248
+ i.flag.cv:before,
249
+ i.flag.cape.verde:before {
250
+ background-position: 0px -1326px;
251
+ }
252
+ i.flag.cx:before,
253
+ i.flag.christmas.island:before {
254
+ background-position: 0px -1352px;
255
+ }
256
+ i.flag.cy:before,
257
+ i.flag.cyprus:before {
258
+ background-position: 0px -1378px;
259
+ }
260
+ i.flag.cz:before,
261
+ i.flag.czech.republic:before {
262
+ background-position: 0px -1404px;
263
+ }
264
+ i.flag.de:before,
265
+ i.flag.germany:before {
266
+ background-position: 0px -1430px;
267
+ }
268
+ i.flag.dj:before,
269
+ i.flag.djibouti:before {
270
+ background-position: 0px -1456px;
271
+ }
272
+ i.flag.dk:before,
273
+ i.flag.denmark:before {
274
+ background-position: 0px -1482px;
275
+ }
276
+ i.flag.dm:before,
277
+ i.flag.dominica:before {
278
+ background-position: 0px -1508px;
279
+ }
280
+ i.flag.do:before,
281
+ i.flag.dominican.republic:before {
282
+ background-position: 0px -1534px;
283
+ }
284
+ i.flag.dz:before,
285
+ i.flag.algeria:before {
286
+ background-position: 0px -1560px;
287
+ }
288
+ i.flag.ec:before,
289
+ i.flag.ecuador:before {
290
+ background-position: 0px -1586px;
291
+ }
292
+ i.flag.ee:before,
293
+ i.flag.estonia:before {
294
+ background-position: 0px -1612px;
295
+ }
296
+ i.flag.eg:before,
297
+ i.flag.egypt:before {
298
+ background-position: 0px -1638px;
299
+ }
300
+ i.flag.eh:before,
301
+ i.flag.western.sahara:before {
302
+ background-position: 0px -1664px;
303
+ }
304
+ i.flag.er:before,
305
+ i.flag.eritrea:before {
306
+ background-position: 0px -1716px;
307
+ }
308
+ i.flag.es:before,
309
+ i.flag.spain:before {
310
+ background-position: 0px -1742px;
311
+ }
312
+ i.flag.et:before,
313
+ i.flag.ethiopia:before {
314
+ background-position: 0px -1768px;
315
+ }
316
+ i.flag.eu:before,
317
+ i.flag.european.union:before {
318
+ background-position: 0px -1794px;
319
+ }
320
+ i.flag.fi:before,
321
+ i.flag.finland:before {
322
+ background-position: 0px -1846px;
323
+ }
324
+ i.flag.fj:before,
325
+ i.flag.fiji:before {
326
+ background-position: 0px -1872px;
327
+ }
328
+ i.flag.fk:before,
329
+ i.flag.falkland.islands:before {
330
+ background-position: 0px -1898px;
331
+ }
332
+ i.flag.fm:before,
333
+ i.flag.micronesia:before {
334
+ background-position: 0px -1924px;
335
+ }
336
+ i.flag.fo:before,
337
+ i.flag.faroe.islands:before {
338
+ background-position: 0px -1950px;
339
+ }
340
+ i.flag.fr:before,
341
+ i.flag.france:before {
342
+ background-position: 0px -1976px;
343
+ }
344
+ i.flag.ga:before,
345
+ i.flag.gabon:before {
346
+ background-position: -36px 0px;
347
+ }
348
+ i.flag.gb:before,
349
+ i.flag.united.kingdom:before {
350
+ background-position: -36px -26px;
351
+ }
352
+ i.flag.gd:before,
353
+ i.flag.grenada:before {
354
+ background-position: -36px -52px;
355
+ }
356
+ i.flag.ge:before,
357
+ i.flag.georgia:before {
358
+ background-position: -36px -78px;
359
+ }
360
+ i.flag.gf:before,
361
+ i.flag.french.guiana:before {
362
+ background-position: -36px -104px;
363
+ }
364
+ i.flag.gh:before,
365
+ i.flag.ghana:before {
366
+ background-position: -36px -130px;
367
+ }
368
+ i.flag.gi:before,
369
+ i.flag.gibraltar:before {
370
+ background-position: -36px -156px;
371
+ }
372
+ i.flag.gl:before,
373
+ i.flag.greenland:before {
374
+ background-position: -36px -182px;
375
+ }
376
+ i.flag.gm:before,
377
+ i.flag.gambia:before {
378
+ background-position: -36px -208px;
379
+ }
380
+ i.flag.gn:before,
381
+ i.flag.guinea:before {
382
+ background-position: -36px -234px;
383
+ }
384
+ i.flag.gp:before,
385
+ i.flag.guadeloupe:before {
386
+ background-position: -36px -260px;
387
+ }
388
+ i.flag.gq:before,
389
+ i.flag.equatorial.guinea:before {
390
+ background-position: -36px -286px;
391
+ }
392
+ i.flag.gr:before,
393
+ i.flag.greece:before {
394
+ background-position: -36px -312px;
395
+ }
396
+ i.flag.gs:before,
397
+ i.flag.sandwich.islands:before {
398
+ background-position: -36px -338px;
399
+ }
400
+ i.flag.gt:before,
401
+ i.flag.guatemala:before {
402
+ background-position: -36px -364px;
403
+ }
404
+ i.flag.gu:before,
405
+ i.flag.guam:before {
406
+ background-position: -36px -390px;
407
+ }
408
+ i.flag.gw:before,
409
+ i.flag.guinea-bissau:before {
410
+ background-position: -36px -416px;
411
+ }
412
+ i.flag.gy:before,
413
+ i.flag.guyana:before {
414
+ background-position: -36px -442px;
415
+ }
416
+ i.flag.hk:before,
417
+ i.flag.hong.kong:before {
418
+ background-position: -36px -468px;
419
+ }
420
+ i.flag.hm:before,
421
+ i.flag.heard.island:before {
422
+ background-position: -36px -494px;
423
+ }
424
+ i.flag.hn:before,
425
+ i.flag.honduras:before {
426
+ background-position: -36px -520px;
427
+ }
428
+ i.flag.hr:before,
429
+ i.flag.croatia:before {
430
+ background-position: -36px -546px;
431
+ }
432
+ i.flag.ht:before,
433
+ i.flag.haiti:before {
434
+ background-position: -36px -572px;
435
+ }
436
+ i.flag.hu:before,
437
+ i.flag.hungary:before {
438
+ background-position: -36px -598px;
439
+ }
440
+ i.flag.id:before,
441
+ i.flag.indonesia:before {
442
+ background-position: -36px -624px;
443
+ }
444
+ i.flag.ie:before,
445
+ i.flag.ireland:before {
446
+ background-position: -36px -650px;
447
+ }
448
+ i.flag.il:before,
449
+ i.flag.israel:before {
450
+ background-position: -36px -676px;
451
+ }
452
+ i.flag.in:before,
453
+ i.flag.india:before {
454
+ background-position: -36px -702px;
455
+ }
456
+ i.flag.io:before,
457
+ i.flag.indian.ocean.territory:before {
458
+ background-position: -36px -728px;
459
+ }
460
+ i.flag.iq:before,
461
+ i.flag.iraq:before {
462
+ background-position: -36px -754px;
463
+ }
464
+ i.flag.ir:before,
465
+ i.flag.iran:before {
466
+ background-position: -36px -780px;
467
+ }
468
+ i.flag.is:before,
469
+ i.flag.iceland:before {
470
+ background-position: -36px -806px;
471
+ }
472
+ i.flag.it:before,
473
+ i.flag.italy:before {
474
+ background-position: -36px -832px;
475
+ }
476
+ i.flag.jm:before,
477
+ i.flag.jamaica:before {
478
+ background-position: -36px -858px;
479
+ }
480
+ i.flag.jo:before,
481
+ i.flag.jordan:before {
482
+ background-position: -36px -884px;
483
+ }
484
+ i.flag.jp:before,
485
+ i.flag.japan:before {
486
+ background-position: -36px -910px;
487
+ }
488
+ i.flag.ke:before,
489
+ i.flag.kenya:before {
490
+ background-position: -36px -936px;
491
+ }
492
+ i.flag.kg:before,
493
+ i.flag.kyrgyzstan:before {
494
+ background-position: -36px -962px;
495
+ }
496
+ i.flag.kh:before,
497
+ i.flag.cambodia:before {
498
+ background-position: -36px -988px;
499
+ }
500
+ i.flag.ki:before,
501
+ i.flag.kiribati:before {
502
+ background-position: -36px -1014px;
503
+ }
504
+ i.flag.km:before,
505
+ i.flag.comoros:before {
506
+ background-position: -36px -1040px;
507
+ }
508
+ i.flag.kn:before,
509
+ i.flag.saint.kitts.and.nevis:before {
510
+ background-position: -36px -1066px;
511
+ }
512
+ i.flag.kp:before,
513
+ i.flag.north.korea:before {
514
+ background-position: -36px -1092px;
515
+ }
516
+ i.flag.kr:before,
517
+ i.flag.south.korea:before {
518
+ background-position: -36px -1118px;
519
+ }
520
+ i.flag.kw:before,
521
+ i.flag.kuwait:before {
522
+ background-position: -36px -1144px;
523
+ }
524
+ i.flag.ky:before,
525
+ i.flag.cayman.islands:before {
526
+ background-position: -36px -1170px;
527
+ }
528
+ i.flag.kz:before,
529
+ i.flag.kazakhstan:before {
530
+ background-position: -36px -1196px;
531
+ }
532
+ i.flag.la:before,
533
+ i.flag.laos:before {
534
+ background-position: -36px -1222px;
535
+ }
536
+ i.flag.lb:before,
537
+ i.flag.lebanon:before {
538
+ background-position: -36px -1248px;
539
+ }
540
+ i.flag.lc:before,
541
+ i.flag.saint.lucia:before {
542
+ background-position: -36px -1274px;
543
+ }
544
+ i.flag.li:before,
545
+ i.flag.liechtenstein:before {
546
+ background-position: -36px -1300px;
547
+ }
548
+ i.flag.lk:before,
549
+ i.flag.sri.lanka:before {
550
+ background-position: -36px -1326px;
551
+ }
552
+ i.flag.lr:before,
553
+ i.flag.liberia:before {
554
+ background-position: -36px -1352px;
555
+ }
556
+ i.flag.ls:before,
557
+ i.flag.lesotho:before {
558
+ background-position: -36px -1378px;
559
+ }
560
+ i.flag.lt:before,
561
+ i.flag.lithuania:before {
562
+ background-position: -36px -1404px;
563
+ }
564
+ i.flag.lu:before,
565
+ i.flag.luxembourg:before {
566
+ background-position: -36px -1430px;
567
+ }
568
+ i.flag.lv:before,
569
+ i.flag.latvia:before {
570
+ background-position: -36px -1456px;
571
+ }
572
+ i.flag.ly:before,
573
+ i.flag.libya:before {
574
+ background-position: -36px -1482px;
575
+ }
576
+ i.flag.ma:before,
577
+ i.flag.morocco:before {
578
+ background-position: -36px -1508px;
579
+ }
580
+ i.flag.mc:before,
581
+ i.flag.monaco:before {
582
+ background-position: -36px -1534px;
583
+ }
584
+ i.flag.md:before,
585
+ i.flag.moldova:before {
586
+ background-position: -36px -1560px;
587
+ }
588
+ i.flag.me:before,
589
+ i.flag.montenegro:before {
590
+ background-position: -36px -1586px;
591
+ }
592
+ i.flag.mg:before,
593
+ i.flag.madagascar:before {
594
+ background-position: -36px -1613px;
595
+ }
596
+ i.flag.mh:before,
597
+ i.flag.marshall.islands:before {
598
+ background-position: -36px -1639px;
599
+ }
600
+ i.flag.mk:before,
601
+ i.flag.macedonia:before {
602
+ background-position: -36px -1665px;
603
+ }
604
+ i.flag.ml:before,
605
+ i.flag.mali:before {
606
+ background-position: -36px -1691px;
607
+ }
608
+ i.flag.mm:before,
609
+ i.flag.myanmar:before,
610
+ i.flag.burma:before {
611
+ background-position: -36px -1717px;
612
+ }
613
+ i.flag.mn:before,
614
+ i.flag.mongolia:before {
615
+ background-position: -36px -1743px;
616
+ }
617
+ i.flag.mo:before,
618
+ i.flag.macau:before {
619
+ background-position: -36px -1769px;
620
+ }
621
+ i.flag.mp:before,
622
+ i.flag.northern.mariana.islands:before {
623
+ background-position: -36px -1795px;
624
+ }
625
+ i.flag.mq:before,
626
+ i.flag.martinique:before {
627
+ background-position: -36px -1821px;
628
+ }
629
+ i.flag.mr:before,
630
+ i.flag.mauritania:before {
631
+ background-position: -36px -1847px;
632
+ }
633
+ i.flag.ms:before,
634
+ i.flag.montserrat:before {
635
+ background-position: -36px -1873px;
636
+ }
637
+ i.flag.mt:before,
638
+ i.flag.malta:before {
639
+ background-position: -36px -1899px;
640
+ }
641
+ i.flag.mu:before,
642
+ i.flag.mauritius:before {
643
+ background-position: -36px -1925px;
644
+ }
645
+ i.flag.mv:before,
646
+ i.flag.maldives:before {
647
+ background-position: -36px -1951px;
648
+ }
649
+ i.flag.mw:before,
650
+ i.flag.malawi:before {
651
+ background-position: -36px -1977px;
652
+ }
653
+ i.flag.mx:before,
654
+ i.flag.mexico:before {
655
+ background-position: -72px 0px;
656
+ }
657
+ i.flag.my:before,
658
+ i.flag.malaysia:before {
659
+ background-position: -72px -26px;
660
+ }
661
+ i.flag.mz:before,
662
+ i.flag.mozambique:before {
663
+ background-position: -72px -52px;
664
+ }
665
+ i.flag.na:before,
666
+ i.flag.namibia:before {
667
+ background-position: -72px -78px;
668
+ }
669
+ i.flag.nc:before,
670
+ i.flag.new.caledonia:before {
671
+ background-position: -72px -104px;
672
+ }
673
+ i.flag.ne:before,
674
+ i.flag.niger:before {
675
+ background-position: -72px -130px;
676
+ }
677
+ i.flag.nf:before,
678
+ i.flag.norfolk.island:before {
679
+ background-position: -72px -156px;
680
+ }
681
+ i.flag.ng:before,
682
+ i.flag.nigeria:before {
683
+ background-position: -72px -182px;
684
+ }
685
+ i.flag.ni:before,
686
+ i.flag.nicaragua:before {
687
+ background-position: -72px -208px;
688
+ }
689
+ i.flag.nl:before,
690
+ i.flag.netherlands:before {
691
+ background-position: -72px -234px;
692
+ }
693
+ i.flag.no:before,
694
+ i.flag.norway:before {
695
+ background-position: -72px -260px;
696
+ }
697
+ i.flag.np:before,
698
+ i.flag.nepal:before {
699
+ background-position: -72px -286px;
700
+ }
701
+ i.flag.nr:before,
702
+ i.flag.nauru:before {
703
+ background-position: -72px -312px;
704
+ }
705
+ i.flag.nu:before,
706
+ i.flag.niue:before {
707
+ background-position: -72px -338px;
708
+ }
709
+ i.flag.nz:before,
710
+ i.flag.new.zealand:before {
711
+ background-position: -72px -364px;
712
+ }
713
+ i.flag.om:before,
714
+ i.flag.oman:before {
715
+ background-position: -72px -390px;
716
+ }
717
+ i.flag.pa:before,
718
+ i.flag.panama:before {
719
+ background-position: -72px -416px;
720
+ }
721
+ i.flag.pe:before,
722
+ i.flag.peru:before {
723
+ background-position: -72px -442px;
724
+ }
725
+ i.flag.pf:before,
726
+ i.flag.french.polynesia:before {
727
+ background-position: -72px -468px;
728
+ }
729
+ i.flag.pg:before,
730
+ i.flag.new.guinea:before {
731
+ background-position: -72px -494px;
732
+ }
733
+ i.flag.ph:before,
734
+ i.flag.philippines:before {
735
+ background-position: -72px -520px;
736
+ }
737
+ i.flag.pk:before,
738
+ i.flag.pakistan:before {
739
+ background-position: -72px -546px;
740
+ }
741
+ i.flag.pl:before,
742
+ i.flag.poland:before {
743
+ background-position: -72px -572px;
744
+ }
745
+ i.flag.pm:before,
746
+ i.flag.saint.pierre:before {
747
+ background-position: -72px -598px;
748
+ }
749
+ i.flag.pn:before,
750
+ i.flag.pitcairn.islands:before {
751
+ background-position: -72px -624px;
752
+ }
753
+ i.flag.pr:before,
754
+ i.flag.puerto.rico:before {
755
+ background-position: -72px -650px;
756
+ }
757
+ i.flag.ps:before,
758
+ i.flag.palestine:before {
759
+ background-position: -72px -676px;
760
+ }
761
+ i.flag.pt:before,
762
+ i.flag.portugal:before {
763
+ background-position: -72px -702px;
764
+ }
765
+ i.flag.pw:before,
766
+ i.flag.palau:before {
767
+ background-position: -72px -728px;
768
+ }
769
+ i.flag.py:before,
770
+ i.flag.paraguay:before {
771
+ background-position: -72px -754px;
772
+ }
773
+ i.flag.qa:before,
774
+ i.flag.qatar:before {
775
+ background-position: -72px -780px;
776
+ }
777
+ i.flag.re:before,
778
+ i.flag.reunion:before {
779
+ background-position: -72px -806px;
780
+ }
781
+ i.flag.ro:before,
782
+ i.flag.romania:before {
783
+ background-position: -72px -832px;
784
+ }
785
+ i.flag.rs:before,
786
+ i.flag.serbia:before {
787
+ background-position: -72px -858px;
788
+ }
789
+ i.flag.ru:before,
790
+ i.flag.russia:before {
791
+ background-position: -72px -884px;
792
+ }
793
+ i.flag.rw:before,
794
+ i.flag.rwanda:before {
795
+ background-position: -72px -910px;
796
+ }
797
+ i.flag.sa:before,
798
+ i.flag.saudi.arabia:before {
799
+ background-position: -72px -936px;
800
+ }
801
+ i.flag.sb:before,
802
+ i.flag.solomon.islands:before {
803
+ background-position: -72px -962px;
804
+ }
805
+ i.flag.sc:before,
806
+ i.flag.seychelles:before {
807
+ background-position: -72px -988px;
808
+ }
809
+ i.flag.sd:before,
810
+ i.flag.sudan:before {
811
+ background-position: -72px -1040px;
812
+ }
813
+ i.flag.se:before,
814
+ i.flag.sweden:before {
815
+ background-position: -72px -1066px;
816
+ }
817
+ i.flag.sg:before,
818
+ i.flag.singapore:before {
819
+ background-position: -72px -1092px;
820
+ }
821
+ i.flag.sh:before,
822
+ i.flag.saint.helena:before {
823
+ background-position: -72px -1118px;
824
+ }
825
+ i.flag.si:before,
826
+ i.flag.slovenia:before {
827
+ background-position: -72px -1144px;
828
+ }
829
+ i.flag.sj:before,
830
+ i.flag.svalbard:before,
831
+ i.flag.jan.mayen:before {
832
+ background-position: -72px -1170px;
833
+ }
834
+ i.flag.sk:before,
835
+ i.flag.slovakia:before {
836
+ background-position: -72px -1196px;
837
+ }
838
+ i.flag.sl:before,
839
+ i.flag.sierra.leone:before {
840
+ background-position: -72px -1222px;
841
+ }
842
+ i.flag.sm:before,
843
+ i.flag.san.marino:before {
844
+ background-position: -72px -1248px;
845
+ }
846
+ i.flag.sn:before,
847
+ i.flag.senegal:before {
848
+ background-position: -72px -1274px;
849
+ }
850
+ i.flag.so:before,
851
+ i.flag.somalia:before {
852
+ background-position: -72px -1300px;
853
+ }
854
+ i.flag.sr:before,
855
+ i.flag.suriname:before {
856
+ background-position: -72px -1326px;
857
+ }
858
+ i.flag.st:before,
859
+ i.flag.sao.tome:before {
860
+ background-position: -72px -1352px;
861
+ }
862
+ i.flag.sv:before,
863
+ i.flag.el.salvador:before {
864
+ background-position: -72px -1378px;
865
+ }
866
+ i.flag.sy:before,
867
+ i.flag.syria:before {
868
+ background-position: -72px -1404px;
869
+ }
870
+ i.flag.sz:before,
871
+ i.flag.swaziland:before {
872
+ background-position: -72px -1430px;
873
+ }
874
+ i.flag.tc:before,
875
+ i.flag.caicos.islands:before {
876
+ background-position: -72px -1456px;
877
+ }
878
+ i.flag.td:before,
879
+ i.flag.chad:before {
880
+ background-position: -72px -1482px;
881
+ }
882
+ i.flag.tf:before,
883
+ i.flag.french.territories:before {
884
+ background-position: -72px -1508px;
885
+ }
886
+ i.flag.tg:before,
887
+ i.flag.togo:before {
888
+ background-position: -72px -1534px;
889
+ }
890
+ i.flag.th:before,
891
+ i.flag.thailand:before {
892
+ background-position: -72px -1560px;
893
+ }
894
+ i.flag.tj:before,
895
+ i.flag.tajikistan:before {
896
+ background-position: -72px -1586px;
897
+ }
898
+ i.flag.tk:before,
899
+ i.flag.tokelau:before {
900
+ background-position: -72px -1612px;
901
+ }
902
+ i.flag.tl:before,
903
+ i.flag.timorleste:before {
904
+ background-position: -72px -1638px;
905
+ }
906
+ i.flag.tm:before,
907
+ i.flag.turkmenistan:before {
908
+ background-position: -72px -1664px;
909
+ }
910
+ i.flag.tn:before,
911
+ i.flag.tunisia:before {
912
+ background-position: -72px -1690px;
913
+ }
914
+ i.flag.to:before,
915
+ i.flag.tonga:before {
916
+ background-position: -72px -1716px;
917
+ }
918
+ i.flag.tr:before,
919
+ i.flag.turkey:before {
920
+ background-position: -72px -1742px;
921
+ }
922
+ i.flag.tt:before,
923
+ i.flag.trinidad:before {
924
+ background-position: -72px -1768px;
925
+ }
926
+ i.flag.tv:before,
927
+ i.flag.tuvalu:before {
928
+ background-position: -72px -1794px;
929
+ }
930
+ i.flag.tw:before,
931
+ i.flag.taiwan:before {
932
+ background-position: -72px -1820px;
933
+ }
934
+ i.flag.tz:before,
935
+ i.flag.tanzania:before {
936
+ background-position: -72px -1846px;
937
+ }
938
+ i.flag.ua:before,
939
+ i.flag.ukraine:before {
940
+ background-position: -72px -1872px;
941
+ }
942
+ i.flag.ug:before,
943
+ i.flag.uganda:before {
944
+ background-position: -72px -1898px;
945
+ }
946
+ i.flag.um:before,
947
+ i.flag.us.minor.islands:before {
948
+ background-position: -72px -1924px;
949
+ }
950
+ i.flag.us:before,
951
+ i.flag.america:before,
952
+ i.flag.united.states:before {
953
+ background-position: -72px -1950px;
954
+ }
955
+ i.flag.uy:before,
956
+ i.flag.uruguay:before {
957
+ background-position: -72px -1976px;
958
+ }
959
+ i.flag.uz:before,
960
+ i.flag.uzbekistan:before {
961
+ background-position: -108px 0px;
962
+ }
963
+ i.flag.va:before,
964
+ i.flag.vatican.city:before {
965
+ background-position: -108px -26px;
966
+ }
967
+ i.flag.vc:before,
968
+ i.flag.saint.vincent:before {
969
+ background-position: -108px -52px;
970
+ }
971
+ i.flag.ve:before,
972
+ i.flag.venezuela:before {
973
+ background-position: -108px -78px;
974
+ }
975
+ i.flag.vg:before,
976
+ i.flag.british.virgin.islands:before {
977
+ background-position: -108px -104px;
978
+ }
979
+ i.flag.vi:before,
980
+ i.flag.us.virgin.islands:before {
981
+ background-position: -108px -130px;
982
+ }
983
+ i.flag.vn:before,
984
+ i.flag.vietnam:before {
985
+ background-position: -108px -156px;
986
+ }
987
+ i.flag.vu:before,
988
+ i.flag.vanuatu:before {
989
+ background-position: -108px -182px;
990
+ }
991
+ i.flag.wf:before,
992
+ i.flag.wallis.and.futuna:before {
993
+ background-position: -108px -234px;
994
+ }
995
+ i.flag.ws:before,
996
+ i.flag.samoa:before {
997
+ background-position: -108px -260px;
998
+ }
999
+ i.flag.ye:before,
1000
+ i.flag.yemen:before {
1001
+ background-position: -108px -286px;
1002
+ }
1003
+ i.flag.yt:before,
1004
+ i.flag.mayotte:before {
1005
+ background-position: -108px -312px;
1006
+ }
1007
+ i.flag.za:before,
1008
+ i.flag.south.africa:before {
1009
+ background-position: -108px -338px;
1010
+ }
1011
+ i.flag.zm:before,
1012
+ i.flag.zambia:before {
1013
+ background-position: -108px -364px;
1014
+ }
1015
+ i.flag.zw:before,
1016
+ i.flag.zimbabwe:before {
1017
+ background-position: -108px -390px;
1018
+ }
1019
+
1020
+
1021
+ /*******************************
1022
+ Site Overrides
1023
+ *******************************/
1024
+