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 - Shape
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.shape{position:relative;display:inline-block;-webkit-perspective:2000px;perspective:2000px}.ui.shape .sides{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.ui.shape .side{opacity:1;width:100%;margin:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none}.ui.shape .side>*{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ui.cube.shape .side{min-width:15em;height:15em;padding:2em;background-color:#e6e6e6;color:rgba(0,0,0,.8);box-shadow:0 0 2px rgba(0,0,0,.3)}.ui.cube.shape .side>.content{width:100%;height:100%;display:table;text-align:center;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.cube.shape .side>.content>div{display:table-cell;vertical-align:middle;font-size:2em}.ui.text.shape.animating .sides{position:static}.ui.text.shape .side{white-space:nowrap}.ui.text.shape .side>*{white-space:normal}.ui.loading.shape{position:absolute;top:-9999px;left:-9999px}.ui.shape .animating.side{position:absolute;top:0;left:0;z-index:100}.ui.shape .hidden.side{opacity:.4}.ui.shape.animating{-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.ui.shape.animating .sides{position:absolute;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.ui.shape.animating .side{-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.ui.shape .active.side{display:block}
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Shape
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,i,n){"use strict";e.fn.shape=function(a){var o,r=e(this),s=(e("body"),(new Date).getTime()),d=[],l=arguments[0],u="string"==typeof l,g=[].slice.call(arguments,1),c=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};return r.each(function(){var t,f,m,p=r.selector||"",h=e.extend(!0,{},e.fn.shape.settings,a),v=h.namespace,b=h.selector,x=h.error,y=h.className,S="."+v,w="module-"+v,C=e(this),W=C.find(b.sides),z=C.find(b.side),k=!1,T=this,A=C.data(w);m={initialize:function(){m.verbose("Initializing module for",T),m.set.defaultSide(),m.instantiate()},instantiate:function(){m.verbose("Storing instance of module",m),A=m,C.data(w,A)},destroy:function(){m.verbose("Destroying previous module for",T),C.removeData(w).off(S)},refresh:function(){m.verbose("Refreshing selector cache for",T),C=e(T),W=e(this).find(b.shape),z=e(this).find(b.side)},repaint:function(){m.verbose("Forcing repaint event");{var e=W.get(0)||i.createElement("div");e.offsetWidth}},animate:function(e,i){m.verbose("Animating box with properties",e),i=i||function(e){m.verbose("Executing animation callback"),e!==n&&e.stopPropagation(),m.reset(),m.set.active()},h.beforeChange.call(f.get()),m.get.transitionEvent()?(m.verbose("Starting CSS animation"),C.addClass(y.animating),W.css(e).one(m.get.transitionEvent(),i),m.set.duration(h.duration),c(function(){C.addClass(y.animating),t.addClass(y.hidden)})):i()},queue:function(e){m.debug("Queueing animation of",e),W.one(m.get.transitionEvent(),function(){m.debug("Executing queued animation"),setTimeout(function(){C.shape(e)},0)})},reset:function(){m.verbose("Animating states reset"),C.removeClass(y.animating).attr("style","").removeAttr("style"),W.attr("style","").removeAttr("style"),z.attr("style","").removeAttr("style").removeClass(y.hidden),f.removeClass(y.animating).attr("style","").removeAttr("style")},is:{complete:function(){return z.filter("."+y.active)[0]==f[0]},animating:function(){return C.hasClass(y.animating)}},set:{defaultSide:function(){t=C.find("."+h.className.active),f=t.next(b.side).length>0?t.next(b.side):C.find(b.side).first(),k=!1,m.verbose("Active side set to",t),m.verbose("Next side set to",f)},duration:function(e){e=e||h.duration,e="number"==typeof e?e+"ms":e,m.verbose("Setting animation duration",e),W.add(z).css({"-webkit-transition-duration":e,"-moz-transition-duration":e,"-ms-transition-duration":e,"-o-transition-duration":e,"transition-duration":e})},stageSize:function(){var e=C.clone().addClass(y.loading),t=e.find("."+h.className.active),i=k?e.find(b.side).eq(k):t.next(b.side).length>0?t.next(b.side):e.find(b.side).first(),n={};t.removeClass(y.active),i.addClass(y.active),e.insertAfter(C),n={width:i.outerWidth(),height:i.outerHeight()},e.remove(),C.css(n),m.verbose("Resizing stage to fit new content",n)},nextSide:function(e){k=e,f=z.filter(e),k=z.index(f),0===f.length&&(m.set.defaultSide(),m.error(x.side)),m.verbose("Next side manually set to",f)},active:function(){m.verbose("Setting new side to active",f),z.removeClass(y.active),f.addClass(y.active),h.onChange.call(f.get()),m.set.defaultSide()}},flip:{up:function(){return!m.is.complete()||m.is.animating()||h.allowRepeats?void(m.is.animating()?m.queue("flip up"):(m.debug("Flipping up",f),m.set.stageSize(),m.stage.above(),m.animate(m.get.transform.up()))):void m.debug("Side already visible",f)},down:function(){return!m.is.complete()||m.is.animating()||h.allowRepeats?void(m.is.animating()?m.queue("flip down"):(m.debug("Flipping down",f),m.set.stageSize(),m.stage.below(),m.animate(m.get.transform.down()))):void m.debug("Side already visible",f)},left:function(){return!m.is.complete()||m.is.animating()||h.allowRepeats?void(m.is.animating()?m.queue("flip left"):(m.debug("Flipping left",f),m.set.stageSize(),m.stage.left(),m.animate(m.get.transform.left()))):void m.debug("Side already visible",f)},right:function(){return!m.is.complete()||m.is.animating()||h.allowRepeats?void(m.is.animating()?m.queue("flip right"):(m.debug("Flipping right",f),m.set.stageSize(),m.stage.right(),m.animate(m.get.transform.right()))):void m.debug("Side already visible",f)},over:function(){return!m.is.complete()||m.is.animating()||h.allowRepeats?void(m.is.animating()?m.queue("flip over"):(m.debug("Flipping over",f),m.set.stageSize(),m.stage.behind(),m.animate(m.get.transform.over()))):void m.debug("Side already visible",f)},back:function(){return!m.is.complete()||m.is.animating()||h.allowRepeats?void(m.is.animating()?m.queue("flip back"):(m.debug("Flipping back",f),m.set.stageSize(),m.stage.behind(),m.animate(m.get.transform.back()))):void m.debug("Side already visible",f)}},get:{transform:{up:function(){var e={y:-((t.outerHeight()-f.outerHeight())/2),z:-(t.outerHeight()/2)};return{transform:"translateY("+e.y+"px) translateZ("+e.z+"px) rotateX(-90deg)"}},down:function(){var e={y:-((t.outerHeight()-f.outerHeight())/2),z:-(t.outerHeight()/2)};return{transform:"translateY("+e.y+"px) translateZ("+e.z+"px) rotateX(90deg)"}},left:function(){var e={x:-((t.outerWidth()-f.outerWidth())/2),z:-(t.outerWidth()/2)};return{transform:"translateX("+e.x+"px) translateZ("+e.z+"px) rotateY(90deg)"}},right:function(){var e={x:-((t.outerWidth()-f.outerWidth())/2),z:-(t.outerWidth()/2)};return{transform:"translateX("+e.x+"px) translateZ("+e.z+"px) rotateY(-90deg)"}},over:function(){var e={x:-((t.outerWidth()-f.outerWidth())/2)};return{transform:"translateX("+e.x+"px) rotateY(180deg)"}},back:function(){var e={x:-((t.outerWidth()-f.outerWidth())/2)};return{transform:"translateX("+e.x+"px) rotateY(-180deg)"}}},transitionEvent:function(){var e,t=i.createElement("element"),a={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in a)if(t.style[e]!==n)return a[e]},nextSide:function(){return t.next(b.side).length>0?t.next(b.side):C.find(b.side).first()}},stage:{above:function(){var e={origin:(t.outerHeight()-f.outerHeight())/2,depth:{active:f.outerHeight()/2,next:t.outerHeight()/2}};m.verbose("Setting the initial animation position as above",f,e),t.css({transform:"rotateY(0deg) translateZ("+e.depth.active+"px)"}),f.addClass(y.animating).css({display:"block",top:e.origin+"px",transform:"rotateX(90deg) translateZ("+e.depth.next+"px)"})},below:function(){var e={origin:(t.outerHeight()-f.outerHeight())/2,depth:{active:f.outerHeight()/2,next:t.outerHeight()/2}};m.verbose("Setting the initial animation position as below",f,e),t.css({transform:"rotateY(0deg) translateZ("+e.depth.active+"px)"}),f.addClass(y.animating).css({display:"block",top:e.origin+"px",transform:"rotateX(-90deg) translateZ("+e.depth.next+"px)"})},left:function(){var e={origin:(t.outerWidth()-f.outerWidth())/2,depth:{active:f.outerWidth()/2,next:t.outerWidth()/2}};m.verbose("Setting the initial animation position as left",f,e),t.css({transform:"rotateY(0deg) translateZ("+e.depth.active+"px)"}),f.addClass(y.animating).css({display:"block",left:e.origin+"px",transform:"rotateY(-90deg) translateZ("+e.depth.next+"px)"})},right:function(){var e={origin:(t.outerWidth()-f.outerWidth())/2,depth:{active:f.outerWidth()/2,next:t.outerWidth()/2}};m.verbose("Setting the initial animation position as left",f,e),t.css({transform:"rotateY(0deg) translateZ("+e.depth.active+"px)"}),f.addClass(y.animating).css({display:"block",left:e.origin+"px",transform:"rotateY(90deg) translateZ("+e.depth.next+"px)"})},behind:function(){var e={origin:(t.outerWidth()-f.outerWidth())/2,depth:{active:f.outerWidth()/2,next:t.outerWidth()/2}};m.verbose("Setting the initial animation position as behind",f,e),t.css({transform:"rotateY(0deg)"}),f.addClass(y.animating).css({display:"block",left:e.origin+"px",transform:"rotateY(-180deg)"})}},setting:function(t,i){if(m.debug("Changing setting",t,i),e.isPlainObject(t))e.extend(!0,h,t);else{if(i===n)return h[t];h[t]=i}},internal:function(t,i){if(e.isPlainObject(t))e.extend(!0,m,t);else{if(i===n)return m[t];m[t]=i}},debug:function(){h.debug&&(h.performance?m.performance.log(arguments):(m.debug=Function.prototype.bind.call(console.info,console,h.name+":"),m.debug.apply(console,arguments)))},verbose:function(){h.verbose&&h.debug&&(h.performance?m.performance.log(arguments):(m.verbose=Function.prototype.bind.call(console.info,console,h.name+":"),m.verbose.apply(console,arguments)))},error:function(){m.error=Function.prototype.bind.call(console.error,console,h.name+":"),m.error.apply(console,arguments)},performance:{log:function(e){var t,i,n;h.performance&&(t=(new Date).getTime(),n=s||t,i=t-n,s=t,d.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:T,"Execution Time":i})),clearTimeout(m.performance.timer),m.performance.timer=setTimeout(m.performance.display,100)},display:function(){var t=h.name+":",i=0;s=!1,clearTimeout(m.performance.timer),e.each(d,function(e,t){i+=t["Execution Time"]}),t+=" "+i+"ms",p&&(t+=" '"+p+"'"),r.length>1&&(t+=" ("+r.length+")"),(console.group!==n||console.table!==n)&&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,i,a){var r,s,d,l=A;return i=i||g,a=T||a,"string"==typeof t&&l!==n&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(i,a){var o=i!=r?a+t[i+1].charAt(0).toUpperCase()+t[i+1].slice(1):t;if(e.isPlainObject(l[o])&&i!=r)l=l[o];else{if(l[o]!==n)return s=l[o],!1;if(!e.isPlainObject(l[a])||i==r)return l[a]!==n?(s=l[a],!1):!1;l=l[a]}})),e.isFunction(s)?d=s.apply(a,i):s!==n&&(d=s),e.isArray(o)?o.push(d):o!==n?o=[o,d]:d!==n&&(o=d),s}},u?(A===n&&m.initialize(),m.invoke(l)):(A!==n&&A.invoke("destroy"),m.initialize())}),o!==n?o:this},e.fn.shape.settings={name:"Shape",debug:!1,verbose:!0,performance:!0,namespace:"shape",beforeChange:function(){},onChange:function(){},allowRepeats:!1,duration:700,error:{side:"You tried to switch to a side that does not exist.",method:"The method you called is not defined"},className:{animating:"animating",hidden:"hidden",loading:"loading",active:"active"},selector:{sides:".sides",side:".side"}}}(jQuery,window,document);
@@ -0,0 +1,625 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Sidebar
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
+ Sidebar
15
+ *******************************/
16
+
17
+
18
+ /* Sidebar Menu */
19
+ .ui.sidebar {
20
+ position: fixed;
21
+ top: 0;
22
+ left: 0;
23
+ -webkit-backface-visibility: hidden;
24
+ backface-visibility: hidden;
25
+ -webkit-transition: none;
26
+ transition: none;
27
+ will-change: transform;
28
+ -webkit-transform: translate3d(0, 0, 0);
29
+ transform: translate3d(0, 0, 0);
30
+ visibility: hidden;
31
+ -webkit-overflow-scrolling: touch;
32
+ height: 100% !important;
33
+ border-radius: 0em !important;
34
+ margin: 0em !important;
35
+ overflow-y: auto !important;
36
+ z-index: 102;
37
+ }
38
+
39
+ /* GPU Layers for Child Elements */
40
+ .ui.sidebar > * {
41
+ -webkit-backface-visibility: hidden;
42
+ backface-visibility: hidden;
43
+ -webkit-transform: rotateZ(0deg);
44
+ transform: rotateZ(0deg);
45
+ }
46
+
47
+ /*--------------
48
+ Direction
49
+ ---------------*/
50
+
51
+ .ui.left.sidebar {
52
+ right: auto;
53
+ left: 0px;
54
+ -webkit-transform: translate3d(-100%, 0, 0);
55
+ transform: translate3d(-100%, 0, 0);
56
+ }
57
+ .ui.right.sidebar {
58
+ right: 0px !important;
59
+ left: auto !important;
60
+ -webkit-transform: translate3d(100%, 0%, 0);
61
+ transform: translate3d(100%, 0%, 0);
62
+ }
63
+ .ui.top.sidebar,
64
+ .ui.bottom.sidebar {
65
+ width: 100% !important;
66
+ height: auto !important;
67
+ overflow-y: visible !important;
68
+ }
69
+ .ui.top.sidebar {
70
+ top: 0px !important;
71
+ bottom: auto !important;
72
+ -webkit-transform: translate3d(0, -100%, 0);
73
+ transform: translate3d(0, -100%, 0);
74
+ }
75
+ .ui.bottom.sidebar {
76
+ top: auto !important;
77
+ bottom: 0px !important;
78
+ -webkit-transform: translate3d(0, 100%, 0);
79
+ transform: translate3d(0, 100%, 0);
80
+ }
81
+
82
+ /*--------------
83
+ Pushable
84
+ ---------------*/
85
+
86
+ .pushable {
87
+ height: 100%;
88
+ overflow-x: hidden;
89
+ padding: 0em !important;
90
+ }
91
+
92
+ /* Whole Page */
93
+ body.pushable {
94
+ background: #333333 !important;
95
+ }
96
+
97
+ /* Page Context */
98
+ .pushable:not(body) {
99
+ -webkit-transform: translate3d(0, 0, 0);
100
+ transform: translate3d(0, 0, 0);
101
+ }
102
+ .pushable:not(body) > .ui.sidebar,
103
+ .pushable:not(body) > .fixed,
104
+ .pushable:not(body) > .pusher:after {
105
+ position: absolute;
106
+ }
107
+
108
+ /*--------------
109
+ Fixed
110
+ ---------------*/
111
+
112
+ .pushable > .fixed {
113
+ position: fixed;
114
+ -webkit-backface-visibility: hidden;
115
+ backface-visibility: hidden;
116
+ -webkit-transition: -webkit-transform 500ms ease;
117
+ transition: transform 500ms ease;
118
+ will-change: transform;
119
+ z-index: 101;
120
+ }
121
+
122
+ /*--------------
123
+ Page
124
+ ---------------*/
125
+
126
+ .pushable > .pusher {
127
+ position: relative;
128
+ -webkit-backface-visibility: hidden;
129
+ backface-visibility: hidden;
130
+ overflow: hidden;
131
+ min-height: 100%;
132
+ -webkit-transition: -webkit-transform 500ms ease;
133
+ transition: transform 500ms ease;
134
+ z-index: 2;
135
+ }
136
+ body.pushable > .pusher {
137
+ background: #f7f7f7;
138
+ }
139
+ .pushable > .pusher {
140
+ background: inherit;
141
+ }
142
+
143
+ /*--------------
144
+ Dimmer
145
+ ---------------*/
146
+
147
+ .pushable > .pusher:after {
148
+ position: fixed;
149
+ top: 0px;
150
+ right: 0px;
151
+ content: '';
152
+ background-color: rgba(0, 0, 0, 0.4);
153
+ width: 0px;
154
+ height: 0px;
155
+ overflow: hidden;
156
+ opacity: 0;
157
+ -webkit-transition: -webkit-transform 500ms, opacity 500ms;
158
+ transition: transform 500ms, opacity 500ms;
159
+ will-change: opacity;
160
+ z-index: 1000;
161
+ }
162
+
163
+ /*--------------
164
+ Coupling
165
+ ---------------*/
166
+
167
+ .ui.sidebar.menu .item {
168
+ border-radius: 0em !important;
169
+ }
170
+
171
+
172
+ /*******************************
173
+ States
174
+ *******************************/
175
+
176
+
177
+ /*--------------
178
+ Dimmed
179
+ ---------------*/
180
+
181
+ .pushable > .pusher.dimmed:after {
182
+ width: 100% !important;
183
+ height: 100% !important;
184
+ opacity: 1 !important;
185
+ }
186
+
187
+ /*--------------
188
+ Animating
189
+ ---------------*/
190
+
191
+ .ui.animating.sidebar {
192
+ visibility: visible;
193
+ }
194
+
195
+ /*--------------
196
+ Visible
197
+ ---------------*/
198
+
199
+ .ui.visible.sidebar {
200
+ visibility: visible;
201
+ -webkit-transform: translate3d(0, 0, 0);
202
+ transform: translate3d(0, 0, 0);
203
+ }
204
+
205
+ /* Shadow Direction */
206
+ .ui.left.visible.sidebar,
207
+ .ui.right.visible.sidebar {
208
+ box-shadow: 0px 0px 20px rgba(39, 41, 43, 0.15);
209
+ }
210
+ .ui.top.visible.sidebar,
211
+ .ui.bottom.visible.sidebar {
212
+ box-shadow: 0px 0px 20px rgba(39, 41, 43, 0.15);
213
+ }
214
+
215
+ /* Visible On Load */
216
+ .ui.visible.left.sidebar ~ .fixed,
217
+ .ui.visible.left.sidebar ~ .pusher {
218
+ -webkit-transform: translate3d(260px, 0, 0);
219
+ transform: translate3d(260px, 0, 0);
220
+ }
221
+ .ui.visible.right.sidebar ~ .fixed,
222
+ .ui.visible.right.sidebar ~ .pusher {
223
+ -webkit-transform: translate3d(-260px, 0, 0);
224
+ transform: translate3d(-260px, 0, 0);
225
+ }
226
+ .ui.visible.top.sidebar ~ .fixed,
227
+ .ui.visible.top.sidebar ~ .pusher {
228
+ -webkit-transform: translate3d(0, 36px, 0);
229
+ transform: translate3d(0, 36px, 0);
230
+ }
231
+ .ui.visible.bottom.sidebar ~ .fixed,
232
+ .ui.visible.bottom.sidebar ~ .pusher {
233
+ -webkit-transform: translate3d(0, -36px, 0);
234
+ transform: translate3d(0, -36px, 0);
235
+ }
236
+
237
+ /* opposite sides visible forces content overlay */
238
+ .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
239
+ .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
240
+ .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
241
+ .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
242
+ -webkit-transform: translate3d(0, 0, 0);
243
+ transform: translate3d(0, 0, 0);
244
+ }
245
+
246
+ /*--------------
247
+ iOS
248
+ ---------------*/
249
+
250
+ /*
251
+ iOS incorrectly sizes document when content
252
+ is presented outside of view with 2Dtranslate
253
+ */
254
+ html.ios {
255
+ overflow-x: hidden;
256
+ -webkit-overflow-scrolling: touch;
257
+ }
258
+
259
+
260
+ /*******************************
261
+ Variations
262
+ *******************************/
263
+
264
+
265
+ /*--------------
266
+ Width
267
+ ---------------*/
268
+
269
+
270
+ /* Left / Right */
271
+ .ui[class*="very thin"].left.sidebar,
272
+ .ui[class*="very thin"].right.sidebar {
273
+ width: 60px;
274
+ }
275
+ .ui.thin.left.sidebar,
276
+ .ui.thin.right.sidebar {
277
+ width: 150px;
278
+ }
279
+ .ui.left.sidebar,
280
+ .ui.right.sidebar {
281
+ width: 260px;
282
+ }
283
+ .ui.wide.left.sidebar,
284
+ .ui.wide.right.sidebar {
285
+ width: 350px;
286
+ }
287
+ .ui[class*="very wide"].left.sidebar,
288
+ .ui[class*="very wide"].right.sidebar {
289
+ width: 475px;
290
+ }
291
+
292
+ /* Left Visible */
293
+ .ui.visible[class*="very thin"].left.sidebar ~ .fixed,
294
+ .ui.visible[class*="very thin"].left.sidebar ~ .pusher {
295
+ -webkit-transform: translate3d(60px, 0, 0);
296
+ transform: translate3d(60px, 0, 0);
297
+ }
298
+ .ui.visible.thin.left.sidebar ~ .fixed,
299
+ .ui.visible.thin.left.sidebar ~ .pusher {
300
+ -webkit-transform: translate3d(150px, 0, 0);
301
+ transform: translate3d(150px, 0, 0);
302
+ }
303
+ .ui.visible.wide.left.sidebar ~ .fixed,
304
+ .ui.visible.wide.left.sidebar ~ .pusher {
305
+ -webkit-transform: translate3d(350px, 0, 0);
306
+ transform: translate3d(350px, 0, 0);
307
+ }
308
+ .ui.visible[class*="very wide"].left.sidebar ~ .fixed,
309
+ .ui.visible[class*="very wide"].left.sidebar ~ .pusher {
310
+ -webkit-transform: translate3d(475px, 0, 0);
311
+ transform: translate3d(475px, 0, 0);
312
+ }
313
+
314
+ /* Right Visible */
315
+ .ui.visible[class*="very thin"].right.sidebar ~ .fixed,
316
+ .ui.visible[class*="very thin"].right.sidebar ~ .pusher {
317
+ -webkit-transform: translate3d(-60px, 0, 0);
318
+ transform: translate3d(-60px, 0, 0);
319
+ }
320
+ .ui.visible.thin.right.sidebar ~ .fixed,
321
+ .ui.visible.thin.right.sidebar ~ .pusher {
322
+ -webkit-transform: translate3d(-150px, 0, 0);
323
+ transform: translate3d(-150px, 0, 0);
324
+ }
325
+ .ui.visible.wide.right.sidebar ~ .fixed,
326
+ .ui.visible.wide.right.sidebar ~ .pusher {
327
+ -webkit-transform: translate3d(-350px, 0, 0);
328
+ transform: translate3d(-350px, 0, 0);
329
+ }
330
+ .ui.visible[class*="very wide"].right.sidebar ~ .fixed,
331
+ .ui.visible[class*="very wide"].right.sidebar ~ .pusher {
332
+ -webkit-transform: translate3d(-475px, 0, 0);
333
+ transform: translate3d(-475px, 0, 0);
334
+ }
335
+
336
+
337
+ /*******************************
338
+ Animations
339
+ *******************************/
340
+
341
+
342
+ /*--------------
343
+ Overlay
344
+ ---------------*/
345
+
346
+
347
+ /* Set-up */
348
+ .ui.overlay.sidebar {
349
+ z-index: 102;
350
+ }
351
+
352
+ /* Initial */
353
+ .ui.left.overlay.sidebar {
354
+ -webkit-transform: translate3d(-100%, 0%, 0);
355
+ transform: translate3d(-100%, 0%, 0);
356
+ }
357
+ .ui.right.overlay.sidebar {
358
+ -webkit-transform: translate3d(100%, 0%, 0);
359
+ transform: translate3d(100%, 0%, 0);
360
+ }
361
+ .ui.top.overlay.sidebar {
362
+ -webkit-transform: translate3d(0%, -100%, 0);
363
+ transform: translate3d(0%, -100%, 0);
364
+ }
365
+ .ui.bottom.overlay.sidebar {
366
+ -webkit-transform: translate3d(0%, 100%, 0);
367
+ transform: translate3d(0%, 100%, 0);
368
+ }
369
+
370
+ /* Animation */
371
+ .animating.ui.overlay.sidebar,
372
+ .ui.visible.overlay.sidebar {
373
+ -webkit-transition: -webkit-transform 500ms ease;
374
+ transition: transform 500ms ease;
375
+ }
376
+
377
+ /* End - Sidebar */
378
+ .ui.visible.left.overlay.sidebar {
379
+ -webkit-transform: translate3d(0%, 0%, 0);
380
+ transform: translate3d(0%, 0%, 0);
381
+ }
382
+ .ui.visible.right.overlay.sidebar {
383
+ -webkit-transform: translate3d(0%, 0%, 0);
384
+ transform: translate3d(0%, 0%, 0);
385
+ }
386
+ .ui.visible.top.overlay.sidebar {
387
+ -webkit-transform: translate3d(0%, 0%, 0);
388
+ transform: translate3d(0%, 0%, 0);
389
+ }
390
+ .ui.visible.bottom.overlay.sidebar {
391
+ -webkit-transform: translate3d(0%, 0%, 0);
392
+ transform: translate3d(0%, 0%, 0);
393
+ }
394
+
395
+ /* End - Pusher */
396
+ .ui.visible.overlay.sidebar ~ .fixed,
397
+ .ui.visible.overlay.sidebar ~ .pusher {
398
+ -webkit-transform: none !important;
399
+ -ms-transform: none !important;
400
+ transform: none !important;
401
+ }
402
+
403
+ /*--------------
404
+ Push
405
+ ---------------*/
406
+
407
+
408
+ /* Initial */
409
+ .ui.push.sidebar {
410
+ -webkit-transition: -webkit-transform 500ms ease;
411
+ transition: transform 500ms ease;
412
+ z-index: 102;
413
+ }
414
+
415
+ /* Sidebar - Initial */
416
+ .ui.left.push.sidebar {
417
+ -webkit-transform: translate3d(-100%, 0, 0);
418
+ transform: translate3d(-100%, 0, 0);
419
+ }
420
+ .ui.right.push.sidebar {
421
+ -webkit-transform: translate3d(100%, 0, 0);
422
+ transform: translate3d(100%, 0, 0);
423
+ }
424
+ .ui.top.push.sidebar {
425
+ -webkit-transform: translate3d(0%, -100%, 0);
426
+ transform: translate3d(0%, -100%, 0);
427
+ }
428
+ .ui.bottom.push.sidebar {
429
+ -webkit-transform: translate3d(0%, 100%, 0);
430
+ transform: translate3d(0%, 100%, 0);
431
+ }
432
+
433
+ /* End */
434
+ .ui.visible.push.sidebar {
435
+ -webkit-transform: translate3d(0%, 0, 0);
436
+ transform: translate3d(0%, 0, 0);
437
+ }
438
+
439
+ /*--------------
440
+ Uncover
441
+ ---------------*/
442
+
443
+
444
+ /* Initial */
445
+ .ui.uncover.sidebar {
446
+ -webkit-transform: translate3d(0, 0, 0);
447
+ transform: translate3d(0, 0, 0);
448
+ z-index: 1;
449
+ }
450
+
451
+ /* End */
452
+ .ui.visible.uncover.sidebar {
453
+ -webkit-transform: translate3d(0, 0, 0);
454
+ transform: translate3d(0, 0, 0);
455
+ -webkit-transition: -webkit-transform 500ms ease;
456
+ transition: transform 500ms ease;
457
+ }
458
+
459
+ /*--------------
460
+ Slide Along
461
+ ---------------*/
462
+
463
+
464
+ /* Initial */
465
+ .ui.slide.along.sidebar {
466
+ z-index: 1;
467
+ }
468
+
469
+ /* Sidebar - Initial */
470
+ .ui.left.slide.along.sidebar {
471
+ -webkit-transform: translate3d(-50%, 0, 0);
472
+ transform: translate3d(-50%, 0, 0);
473
+ }
474
+ .ui.right.slide.along.sidebar {
475
+ -webkit-transform: translate3d(50%, 0, 0);
476
+ transform: translate3d(50%, 0, 0);
477
+ }
478
+ .ui.top.slide.along.sidebar {
479
+ -webkit-transform: translate3d(0, -50%, 0);
480
+ transform: translate3d(0, -50%, 0);
481
+ }
482
+ .ui.bottom.slide.along.sidebar {
483
+ -webkit-transform: translate3d(0%, 50%, 0);
484
+ transform: translate3d(0%, 50%, 0);
485
+ }
486
+
487
+ /* Animation */
488
+ .ui.animating.slide.along.sidebar {
489
+ -webkit-transition: -webkit-transform 500ms ease;
490
+ transition: transform 500ms ease;
491
+ }
492
+
493
+ /* End */
494
+ .ui.visible.slide.along.sidebar {
495
+ -webkit-transform: translate3d(0%, 0, 0);
496
+ transform: translate3d(0%, 0, 0);
497
+ }
498
+
499
+ /*--------------
500
+ Slide Out
501
+ ---------------*/
502
+
503
+
504
+ /* Initial */
505
+ .ui.slide.out.sidebar {
506
+ z-index: 1;
507
+ }
508
+
509
+ /* Sidebar - Initial */
510
+ .ui.left.slide.out.sidebar {
511
+ -webkit-transform: translate3d(50%, 0, 0);
512
+ transform: translate3d(50%, 0, 0);
513
+ }
514
+ .ui.right.slide.out.sidebar {
515
+ -webkit-transform: translate3d(-50%, 0, 0);
516
+ transform: translate3d(-50%, 0, 0);
517
+ }
518
+ .ui.top.slide.out.sidebar {
519
+ -webkit-transform: translate3d(0%, 50%, 0);
520
+ transform: translate3d(0%, 50%, 0);
521
+ }
522
+ .ui.bottom.slide.out.sidebar {
523
+ -webkit-transform: translate3d(0%, -50%, 0);
524
+ transform: translate3d(0%, -50%, 0);
525
+ }
526
+
527
+ /* Animation */
528
+ .ui.animating.slide.out.sidebar {
529
+ -webkit-transition: -webkit-transform 500ms ease;
530
+ transition: transform 500ms ease;
531
+ }
532
+
533
+ /* End */
534
+ .ui.visible.slide.out.sidebar {
535
+ -webkit-transform: translate3d(0%, 0, 0);
536
+ transform: translate3d(0%, 0, 0);
537
+ }
538
+
539
+ /*--------------
540
+ Scale Down
541
+ ---------------*/
542
+
543
+
544
+ /* Initial */
545
+ .ui.scale.down.sidebar {
546
+ -webkit-transition: -webkit-transform 500ms ease;
547
+ transition: transform 500ms ease;
548
+ z-index: 102;
549
+ }
550
+
551
+ /* Sidebar - Initial */
552
+ .ui.left.scale.down.sidebar {
553
+ -webkit-transform: translate3d(-100%, 0, 0);
554
+ transform: translate3d(-100%, 0, 0);
555
+ }
556
+ .ui.right.scale.down.sidebar {
557
+ -webkit-transform: translate3d(100%, 0, 0);
558
+ transform: translate3d(100%, 0, 0);
559
+ }
560
+ .ui.top.scale.down.sidebar {
561
+ -webkit-transform: translate3d(0%, -100%, 0);
562
+ transform: translate3d(0%, -100%, 0);
563
+ }
564
+ .ui.bottom.scale.down.sidebar {
565
+ -webkit-transform: translate3d(0%, 100%, 0);
566
+ transform: translate3d(0%, 100%, 0);
567
+ }
568
+
569
+ /* Pusher - Initial */
570
+ .ui.scale.down.left.sidebar ~ .pusher {
571
+ -webkit-transform-origin: 75% 50%;
572
+ -ms-transform-origin: 75% 50%;
573
+ transform-origin: 75% 50%;
574
+ }
575
+ .ui.scale.down.right.sidebar ~ .pusher {
576
+ -webkit-transform-origin: 25% 50%;
577
+ -ms-transform-origin: 25% 50%;
578
+ transform-origin: 25% 50%;
579
+ }
580
+ .ui.scale.down.top.sidebar ~ .pusher {
581
+ -webkit-transform-origin: 50% 75%;
582
+ -ms-transform-origin: 50% 75%;
583
+ transform-origin: 50% 75%;
584
+ }
585
+ .ui.scale.down.bottom.sidebar ~ .pusher {
586
+ -webkit-transform-origin: 50% 25%;
587
+ -ms-transform-origin: 50% 25%;
588
+ transform-origin: 50% 25%;
589
+ }
590
+
591
+ /* Animation */
592
+ .ui.animating.scale.down > .visible.ui.sidebar {
593
+ -webkit-transition: -webkit-transform 500ms ease;
594
+ transition: transform 500ms ease;
595
+ }
596
+ .ui.visible.scale.down.sidebar ~ .pusher,
597
+ .ui.animating.scale.down.sidebar ~ .pusher {
598
+ display: block !important;
599
+ width: 100%;
600
+ height: 100%;
601
+ overflow: hidden;
602
+ }
603
+
604
+ /* End */
605
+ .ui.visible.scale.down.sidebar {
606
+ -webkit-transform: translate3d(0, 0, 0);
607
+ transform: translate3d(0, 0, 0);
608
+ }
609
+ .ui.visible.scale.down.sidebar ~ .pusher {
610
+ -webkit-transform: scale(0.75);
611
+ -ms-transform: scale(0.75);
612
+ transform: scale(0.75);
613
+ }
614
+
615
+
616
+ /*******************************
617
+ Theme Overrides
618
+ *******************************/
619
+
620
+
621
+
622
+ /*******************************
623
+ Site Overrides
624
+ *******************************/
625
+