rails-active-ui 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/formantic-ui/components/accordion.css +369 -0
- data/formantic-ui/components/accordion.js +595 -0
- data/formantic-ui/components/accordion.min.css +9 -0
- data/formantic-ui/components/accordion.min.js +11 -0
- data/formantic-ui/components/ad.css +264 -0
- data/formantic-ui/components/ad.min.css +10 -0
- data/formantic-ui/components/api.js +1225 -0
- data/formantic-ui/components/api.min.js +11 -0
- data/formantic-ui/components/breadcrumb.css +135 -0
- data/formantic-ui/components/breadcrumb.min.css +9 -0
- data/formantic-ui/components/button.css +4058 -0
- data/formantic-ui/components/button.min.css +9 -0
- data/formantic-ui/components/calendar.css +327 -0
- data/formantic-ui/components/calendar.js +2045 -0
- data/formantic-ui/components/calendar.min.css +9 -0
- data/formantic-ui/components/calendar.min.js +11 -0
- data/formantic-ui/components/card.css +1881 -0
- data/formantic-ui/components/card.min.css +9 -0
- data/formantic-ui/components/checkbox.css +785 -0
- data/formantic-ui/components/checkbox.js +888 -0
- data/formantic-ui/components/checkbox.min.css +9 -0
- data/formantic-ui/components/checkbox.min.js +11 -0
- data/formantic-ui/components/comment.css +283 -0
- data/formantic-ui/components/comment.min.css +9 -0
- data/formantic-ui/components/container.css +300 -0
- data/formantic-ui/components/container.min.css +9 -0
- data/formantic-ui/components/dimmer.css +367 -0
- data/formantic-ui/components/dimmer.js +732 -0
- data/formantic-ui/components/dimmer.min.css +9 -0
- data/formantic-ui/components/dimmer.min.js +11 -0
- data/formantic-ui/components/divider.css +287 -0
- data/formantic-ui/components/divider.min.css +9 -0
- data/formantic-ui/components/dropdown.css +2087 -0
- data/formantic-ui/components/dropdown.js +4432 -0
- data/formantic-ui/components/dropdown.min.css +9 -0
- data/formantic-ui/components/dropdown.min.js +11 -0
- data/formantic-ui/components/embed.css +155 -0
- data/formantic-ui/components/embed.js +688 -0
- data/formantic-ui/components/embed.min.css +9 -0
- data/formantic-ui/components/embed.min.js +11 -0
- data/formantic-ui/components/emoji.css +15311 -0
- data/formantic-ui/components/emoji.min.css +9 -0
- data/formantic-ui/components/feed.css +799 -0
- data/formantic-ui/components/feed.min.css +9 -0
- data/formantic-ui/components/flag.css +1149 -0
- data/formantic-ui/components/flag.min.css +9 -0
- data/formantic-ui/components/flyout.css +546 -0
- data/formantic-ui/components/flyout.js +1551 -0
- data/formantic-ui/components/flyout.min.css +9 -0
- data/formantic-ui/components/flyout.min.js +11 -0
- data/formantic-ui/components/form.css +1885 -0
- data/formantic-ui/components/form.js +2199 -0
- data/formantic-ui/components/form.min.css +9 -0
- data/formantic-ui/components/form.min.js +11 -0
- data/formantic-ui/components/grid.css +1952 -0
- data/formantic-ui/components/grid.min.css +9 -0
- data/formantic-ui/components/header.css +778 -0
- data/formantic-ui/components/header.min.css +9 -0
- data/formantic-ui/components/icon.css +7066 -0
- data/formantic-ui/components/icon.min.css +9 -0
- data/formantic-ui/components/image.css +315 -0
- data/formantic-ui/components/image.min.css +9 -0
- data/formantic-ui/components/input.css +1566 -0
- data/formantic-ui/components/input.min.css +9 -0
- data/formantic-ui/components/item.css +534 -0
- data/formantic-ui/components/item.min.css +9 -0
- data/formantic-ui/components/label.css +2114 -0
- data/formantic-ui/components/label.min.css +9 -0
- data/formantic-ui/components/list.css +955 -0
- data/formantic-ui/components/list.min.css +9 -0
- data/formantic-ui/components/loader.css +787 -0
- data/formantic-ui/components/loader.min.css +9 -0
- data/formantic-ui/components/menu.css +2131 -0
- data/formantic-ui/components/menu.min.css +9 -0
- data/formantic-ui/components/message.css +619 -0
- data/formantic-ui/components/message.min.css +9 -0
- data/formantic-ui/components/modal.css +779 -0
- data/formantic-ui/components/modal.js +1637 -0
- data/formantic-ui/components/modal.min.css +9 -0
- data/formantic-ui/components/modal.min.js +11 -0
- data/formantic-ui/components/nag.css +290 -0
- data/formantic-ui/components/nag.js +566 -0
- data/formantic-ui/components/nag.min.css +9 -0
- data/formantic-ui/components/nag.min.js +11 -0
- data/formantic-ui/components/placeholder.css +228 -0
- data/formantic-ui/components/placeholder.min.css +9 -0
- data/formantic-ui/components/popup.css +1184 -0
- data/formantic-ui/components/popup.js +1561 -0
- data/formantic-ui/components/popup.min.css +9 -0
- data/formantic-ui/components/popup.min.js +11 -0
- data/formantic-ui/components/progress.css +761 -0
- data/formantic-ui/components/progress.js +979 -0
- data/formantic-ui/components/progress.min.css +9 -0
- data/formantic-ui/components/progress.min.js +11 -0
- data/formantic-ui/components/rail.css +147 -0
- data/formantic-ui/components/rail.min.css +9 -0
- data/formantic-ui/components/rating.css +414 -0
- data/formantic-ui/components/rating.js +540 -0
- data/formantic-ui/components/rating.min.css +9 -0
- data/formantic-ui/components/rating.min.js +11 -0
- data/formantic-ui/components/reset.css +386 -0
- data/formantic-ui/components/reset.min.css +9 -0
- data/formantic-ui/components/reveal.css +277 -0
- data/formantic-ui/components/reveal.min.css +9 -0
- data/formantic-ui/components/search.css +541 -0
- data/formantic-ui/components/search.js +1641 -0
- data/formantic-ui/components/search.min.css +9 -0
- data/formantic-ui/components/search.min.js +11 -0
- data/formantic-ui/components/segment.css +1053 -0
- data/formantic-ui/components/segment.min.css +9 -0
- data/formantic-ui/components/shape.css +144 -0
- data/formantic-ui/components/shape.js +797 -0
- data/formantic-ui/components/shape.min.css +9 -0
- data/formantic-ui/components/shape.min.js +11 -0
- data/formantic-ui/components/sidebar.css +539 -0
- data/formantic-ui/components/sidebar.js +1054 -0
- data/formantic-ui/components/sidebar.min.css +9 -0
- data/formantic-ui/components/sidebar.min.js +11 -0
- data/formantic-ui/components/site.css +286 -0
- data/formantic-ui/components/site.js +455 -0
- data/formantic-ui/components/site.min.css +9 -0
- data/formantic-ui/components/site.min.js +11 -0
- data/formantic-ui/components/slider.css +926 -0
- data/formantic-ui/components/slider.js +1546 -0
- data/formantic-ui/components/slider.min.css +9 -0
- data/formantic-ui/components/slider.min.js +11 -0
- data/formantic-ui/components/state.js +697 -0
- data/formantic-ui/components/state.min.js +11 -0
- data/formantic-ui/components/statistic.css +586 -0
- data/formantic-ui/components/statistic.min.css +9 -0
- data/formantic-ui/components/step.css +1538 -0
- data/formantic-ui/components/step.min.css +9 -0
- data/formantic-ui/components/sticky.css +73 -0
- data/formantic-ui/components/sticky.js +917 -0
- data/formantic-ui/components/sticky.min.css +9 -0
- data/formantic-ui/components/sticky.min.js +11 -0
- data/formantic-ui/components/tab.css +84 -0
- data/formantic-ui/components/tab.js +967 -0
- data/formantic-ui/components/tab.min.css +9 -0
- data/formantic-ui/components/tab.min.js +11 -0
- data/formantic-ui/components/table.css +3473 -0
- data/formantic-ui/components/table.min.css +9 -0
- data/formantic-ui/components/text.css +155 -0
- data/formantic-ui/components/text.min.css +9 -0
- data/formantic-ui/components/toast.css +751 -0
- data/formantic-ui/components/toast.js +964 -0
- data/formantic-ui/components/toast.min.css +9 -0
- data/formantic-ui/components/toast.min.js +11 -0
- data/formantic-ui/components/transition.css +1148 -0
- data/formantic-ui/components/transition.js +1034 -0
- data/formantic-ui/components/transition.min.css +9 -0
- data/formantic-ui/components/transition.min.js +11 -0
- data/formantic-ui/components/visibility.js +1292 -0
- data/formantic-ui/components/visibility.min.js +11 -0
- data/formantic-ui/semantic.css +78485 -0
- data/formantic-ui/semantic.js +31036 -0
- data/formantic-ui/semantic.min.css +11 -0
- data/formantic-ui/semantic.min.js +11 -0
- data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
- data/lib/ui/version.rb +1 -1
- metadata +193 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Shape
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/.ui.shape{position:relative;vertical-align:top;display:inline-block;perspective:2000px;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out}.ui.shape .side,.ui.shape .sides{transform-style:preserve-3d}.ui.shape .side{display:none;opacity:1;width:100%;margin:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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,.87);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;-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;display:block;z-index:100}.ui.shape .hidden.side{opacity:.6}.ui.shape.animating .sides{position:absolute;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out}.ui.shape.animating .side{transition:opacity .6s ease-in-out}.ui.shape .animating.side *,.ui.shape.animating .side *{transition:none}.ui.shape .active.side{display:block}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* # Fomantic UI - 2.9.4
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI
|
|
4
|
+
* https://fomantic-ui.com/
|
|
5
|
+
*
|
|
6
|
+
* Copyright 2025 Contributors
|
|
7
|
+
* Released under the MIT license
|
|
8
|
+
* https://opensource.org/licenses/MIT
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
!function(W,e,Y){"use strict";e=void 0!==e&&e.Math===Math?e:globalThis,W.fn.shape=function(m){var v,b=W(this),x=Date.now(),y=[],C=m,S="string"==typeof C,w=[].slice.call(arguments,1);return b.each(function(){var i,n,a=W.isPlainObject(m)?W.extend(!0,{},W.fn.shape.settings,m):W.extend({},W.fn.shape.settings),e=a.namespace,r=a.selector,d=a.error,s=a.className,t="."+e,o="module-"+e,l=W(this),c=l.find(">"+r.sides),u=c.find(">"+r.side),f=!1,g=this,h=l.data(o),p={initialize:function(){p.verbose("Initializing module for",g),p.set.defaultSide(),p.instantiate()},instantiate:function(){p.verbose("Storing instance of module",p),h=p,l.data(o,h)},destroy:function(){p.verbose("Destroying previous module for",g),l.removeData(o).off(t)},refresh:function(){p.verbose("Refreshing selector cache for",g),l=W(g),c=W(this).find(r.sides),u=W(this).find(r.side)},repaint:function(){p.verbose("Forcing repaint event");(c[0]||Y.createElement("div")).offsetWidth},animate:function(e,t){p.verbose("Animating box with properties",e),t=t||function(e){p.verbose("Executing animation callback"),void 0!==e&&e.stopPropagation(),p.reset(),p.set.active()},a.onBeforeChange.call(n[0]),p.verbose("Starting CSS animation"),l.addClass(s.animating),c.css(e).one("transitionend",t),p.set.duration(a.duration),requestAnimationFrame(function(){l.addClass(s.animating),i.addClass(s.hidden)})},queue:function(e){p.debug("Queueing animation of",e),c.one("transitionend",function(){p.debug("Executing queued animation"),setTimeout(function(){l.shape(e)},0)})},reset:function(){p.verbose("Animating states reset"),l.removeClass(s.animating).attr("style","").removeAttr("style"),c.attr("style","").removeAttr("style"),u.attr("style","").removeAttr("style").removeClass(s.hidden),n.removeClass(s.animating).attr("style","").removeAttr("style")},is:{complete:function(){return u.filter("."+s.active)[0]===n[0]},animating:function(){return l.hasClass(s.animating)},hidden:function(){return 0<l.closest(":hidden").length}},set:{defaultSide:function(){i=u.filter("."+s.active),n=0<i.next(r.side).length?i.next(r.side):u.first(),f=!1,p.verbose("Active side set to",i),p.verbose("Next side set to",n)},duration:function(e){e=e||a.duration,p.verbose("Setting animation duration",e="number"==typeof e?e+"ms":e),!a.duration&&0!==a.duration||c.add(u).css({"transition-duration":e})},currentStageSize:function(){var e=u.filter("."+s.active),t=e.outerWidth(!0),e=e.outerHeight(!0);l.css({width:t,height:e})},stageSize:function(){var e=l.clone().addClass(s.loading),t=e.find(">"+r.sides+">"+r.side),i=t.filter("."+s.active),t=f?t.eq(f):0<i.next(r.side).length?i.next(r.side):t.first(),n="next"===a.width?t.outerWidth(!0):"initial"===a.width?l.width():a.width,o="next"===a.height?t.outerHeight(!0):"initial"===a.height?l.height():a.height;i.removeClass(s.active),t.addClass(s.active),e.insertAfter(l),e.remove(),"auto"!==a.width&&(l.css("width",n+a.jitter),p.verbose("Specifying width during animation",n)),"auto"!==a.height&&(l.css("height",o+a.jitter),p.verbose("Specifying height during animation",o))},nextSide:function(e){f=e,n=u.filter(e),f=u.index(n),0===n.length&&(p.set.defaultSide(),p.error(d.side)),p.verbose("Next side manually set to",n)},active:function(){p.verbose("Setting new side to active",n),u.removeClass(s.active),n.addClass(s.active),a.onChange.call(n[0]),p.set.defaultSide()}},flip:{to:function(e,t){var i;p.is.hidden()?p.debug("Module not visible",n):!p.is.complete()||p.is.animating()||a.allowRepeats?(i=p.get.transform[e](),p.is.animating()?p.queue("flip "+e):(p.debug("Flipping "+e,n),p.set.stageSize(),p.stage[t](),p.animate(i))):p.debug("Side already visible",n)},up:function(){p.flip.to("up","above")},down:function(){p.flip.to("down","below")},left:function(){p.flip.to("left","left")},right:function(){p.flip.to("right","right")},over:function(){p.flip.to("over","behind")},back:function(){p.flip.to("back","behind")}},get:{transform:{up:function(){var e=i.outerHeight(!0)/2;return{transform:"translateY("+(n.outerHeight(!0)-e)+"px) translateZ(-"+e+"px) rotateX(-90deg)"}},down:function(){var e=i.outerHeight(!0)/2;return{transform:"translateY(-"+e+"px) translateZ(-"+e+"px) rotateX(90deg)"}},left:function(){var e=i.outerWidth(!0)/2;return{transform:"translateX("+(n.outerWidth(!0)-e)+"px) translateZ(-"+e+"px) rotateY(90deg)"}},right:function(){var e=i.outerWidth(!0)/2;return{transform:"translateX(-"+e+"px) translateZ(-"+e+"px) rotateY(-90deg)"}},over:function(){return{transform:"translateX("+-(i.outerWidth(!0)-n.outerWidth(!0))/2+"px) rotateY(180deg)"}},back:function(){return{transform:"translateX("+-(i.outerWidth(!0)-n.outerWidth(!0))/2+"px) rotateY(-180deg)"}}},nextSide:function(){return 0<i.next(r.side).length?i.next(r.side):u.first()}},stage:{above:function(){var e={origin:(i.outerHeight(!0)-n.outerHeight(!0))/2,depth:{active:n.outerHeight(!0)/2,next:i.outerHeight(!0)/2}};p.verbose("Setting the initial animation position as above",n,e),i.css({transform:"rotateX(0deg)"}),n.addClass(s.animating).css({top:e.origin+"px",transform:"rotateX(90deg) translateZ("+e.depth.next+"px) translateY(-"+e.depth.active+"px)"})},below:function(){var e={origin:(i.outerHeight(!0)-n.outerHeight(!0))/2,depth:{active:n.outerHeight(!0)/2,next:i.outerHeight(!0)/2}};p.verbose("Setting the initial animation position as below",n,e),i.css({transform:"rotateX(0deg)"}),n.addClass(s.animating).css({top:e.origin+"px",transform:"rotateX(-90deg) translateZ("+e.depth.next+"px) translateY("+e.depth.active+"px)"})},left:function(){var e=i.outerWidth(!0),t=n.outerWidth(!0),t={origin:(e-t)/2,depth:{active:t/2,next:e/2}};p.verbose("Setting the initial animation position as left",n,t),i.css({transform:"rotateY(0deg)"}),n.addClass(s.animating).css({left:t.origin+"px",transform:"rotateY(-90deg) translateZ("+t.depth.next+"px) translateX(-"+t.depth.active+"px)"})},right:function(){var e=i.outerWidth(!0),t=n.outerWidth(!0),t={origin:(e-t)/2,depth:{active:t/2,next:e/2}};p.verbose("Setting the initial animation position as right",n,t),i.css({transform:"rotateY(0deg)"}),n.addClass(s.animating).css({left:t.origin+"px",transform:"rotateY(90deg) translateZ("+t.depth.next+"px) translateX("+t.depth.active+"px)"})},behind:function(){var e=i.outerWidth(!0),t=n.outerWidth(!0),t={origin:(e-t)/2,depth:{active:t/2,next:e/2}};p.verbose("Setting the initial animation position as behind",n,t),i.css({transform:"rotateY(0deg)"}),n.addClass(s.animating).css({left:t.origin+"px",transform:"rotateY(-180deg)"})}},setting:function(e,t){if(p.debug("Changing setting",e,t),W.isPlainObject(e))W.extend(!0,a,e);else{if(void 0===t)return a[e];W.isPlainObject(a[e])?W.extend(!0,a[e],t):a[e]=t}},internal:function(e,t){if(W.isPlainObject(e))W.extend(!0,p,e);else{if(void 0===t)return p[e];p[e]=t}},debug:function(){!a.silent&&a.debug&&(a.performance?p.performance.log(arguments):(p.debug=Function.prototype.bind.call(console.info,console,a.name+":"),p.debug.apply(console,arguments)))},verbose:function(){!a.silent&&a.verbose&&a.debug&&(a.performance?p.performance.log(arguments):(p.verbose=Function.prototype.bind.call(console.info,console,a.name+":"),p.verbose.apply(console,arguments)))},error:function(){a.silent||(p.error=Function.prototype.bind.call(console.error,console,a.name+":"),p.error.apply(console,arguments))},performance:{log:function(e){var t,i;a.performance&&(i=(t=Date.now())-(x||t),x=t,y.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:g,"Execution Time":i})),clearTimeout(p.performance.timer),p.performance.timer=setTimeout(function(){p.performance.display()},500)},display:function(){var e=a.name+":",i=0;x=!1,clearTimeout(p.performance.timer),W.each(y,function(e,t){i+=t["Execution Time"]}),e+=" "+i+"ms",1<b.length&&(e+=" ("+b.length+")"),0<y.length&&(console.groupCollapsed(e),console.table?console.table(y):W.each(y,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),y=[]}},invoke:function(n,e,t){var o,a,i,r,s=h;return e=e||w,t=t||g,"string"==typeof n&&void 0!==s&&(n=n.split(/[ .]/),o=n.length-1,W.each(n,function(e,t){var i=e!==o?t+n[e+1].charAt(0).toUpperCase()+n[e+1].slice(1):n;if(W.isPlainObject(s[i])&&e!==o)s=s[i];else{if(void 0!==s[i])return a=s[i],!1;{if(!W.isPlainObject(s[t])||e===o)return void 0!==s[t]?a=s[t]:p.error(d.method,n),!1;s=s[t]}}})),"function"==typeof(r=a)&&"number"!=typeof r.nodeType?i=a.apply(t,e):void 0!==a&&(i=a),Array.isArray(v)?v.push(i):void 0!==v?v=[v,i]:void 0!==i&&(v=i),a}};S?(void 0===h&&p.initialize(),0<(e=l.find("input")).length?(e.trigger("blur"),setTimeout(function(){p.invoke(C)},150)):p.invoke(C)):(void 0!==h&&h.invoke("destroy"),p.initialize())}),void 0!==v?v:this},W.fn.shape.settings={name:"Shape",silent:!1,debug:!1,verbose:!1,jitter:0,performance:!0,namespace:"shape",width:"initial",height:"initial",onBeforeChange:function(){},onChange:function(){},allowRepeats:!1,duration:!1,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,539 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Sidebar
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Sidebar
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/* Sidebar Menu */
|
|
18
|
+
.ui.sidebar {
|
|
19
|
+
position: fixed;
|
|
20
|
+
top: 0;
|
|
21
|
+
left: 0;
|
|
22
|
+
-webkit-backface-visibility: hidden;
|
|
23
|
+
backface-visibility: hidden;
|
|
24
|
+
transition: none;
|
|
25
|
+
will-change: transform;
|
|
26
|
+
transform: translate3d(0, 0, 0);
|
|
27
|
+
visibility: hidden;
|
|
28
|
+
height: 100% !important;
|
|
29
|
+
max-height: 100%;
|
|
30
|
+
border-radius: 0 !important;
|
|
31
|
+
margin: 0 !important;
|
|
32
|
+
overflow-y: auto !important;
|
|
33
|
+
-ms-scroll-chaining: none;
|
|
34
|
+
overscroll-behavior: none;
|
|
35
|
+
z-index: 102;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/* GPU Layers for Child Elements */
|
|
39
|
+
.ui.sidebar > * {
|
|
40
|
+
-webkit-backface-visibility: hidden;
|
|
41
|
+
backface-visibility: hidden;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* --------------
|
|
45
|
+
Direction
|
|
46
|
+
--------------- */
|
|
47
|
+
.ui.left.sidebar {
|
|
48
|
+
right: auto;
|
|
49
|
+
left: 0;
|
|
50
|
+
transform: translate3d(-100%, 0, 0);
|
|
51
|
+
}
|
|
52
|
+
.ui.right.sidebar {
|
|
53
|
+
right: 0 !important;
|
|
54
|
+
left: auto !important;
|
|
55
|
+
transform: translate3d(100%, 0, 0);
|
|
56
|
+
}
|
|
57
|
+
.ui.top.sidebar,
|
|
58
|
+
.ui.bottom.sidebar {
|
|
59
|
+
width: 100% !important;
|
|
60
|
+
height: auto !important;
|
|
61
|
+
}
|
|
62
|
+
.ui.top.sidebar {
|
|
63
|
+
top: 0 !important;
|
|
64
|
+
bottom: auto !important;
|
|
65
|
+
transform: translate3d(0, -100%, 0);
|
|
66
|
+
}
|
|
67
|
+
.ui.bottom.sidebar {
|
|
68
|
+
top: auto !important;
|
|
69
|
+
bottom: 0 !important;
|
|
70
|
+
transform: translate3d(0, 100%, 0);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/* --------------
|
|
74
|
+
Pushable
|
|
75
|
+
--------------- */
|
|
76
|
+
.pushable.pushable.pushable {
|
|
77
|
+
height: 100%;
|
|
78
|
+
overflow-x: hidden;
|
|
79
|
+
padding: 0;
|
|
80
|
+
}
|
|
81
|
+
.pushable.pushable.pushable.locked {
|
|
82
|
+
overflow-y: hidden;
|
|
83
|
+
background: inherit;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/* Whole Page */
|
|
87
|
+
body.pushable {
|
|
88
|
+
background: #545454;
|
|
89
|
+
}
|
|
90
|
+
body.pushable.dimmed {
|
|
91
|
+
background: inherit;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/* Page Context */
|
|
95
|
+
.pushable:not(body) {
|
|
96
|
+
transform: translate3d(0, 0, 0);
|
|
97
|
+
overflow-y: hidden;
|
|
98
|
+
}
|
|
99
|
+
.pushable:not(body) > .ui.sidebar,
|
|
100
|
+
.pushable:not(body) > .fixed,
|
|
101
|
+
.pushable:not(body) > .pusher::after {
|
|
102
|
+
position: absolute;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/* --------------
|
|
106
|
+
Fixed
|
|
107
|
+
--------------- */
|
|
108
|
+
.pushable > .fixed {
|
|
109
|
+
position: fixed;
|
|
110
|
+
-webkit-backface-visibility: hidden;
|
|
111
|
+
backface-visibility: hidden;
|
|
112
|
+
transition: transform 500ms ease;
|
|
113
|
+
will-change: transform;
|
|
114
|
+
z-index: 101;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
/* --------------
|
|
118
|
+
Page
|
|
119
|
+
--------------- */
|
|
120
|
+
.pushable > .pusher {
|
|
121
|
+
position: relative;
|
|
122
|
+
-webkit-backface-visibility: hidden;
|
|
123
|
+
backface-visibility: hidden;
|
|
124
|
+
min-height: 100%;
|
|
125
|
+
transition: transform 500ms ease;
|
|
126
|
+
z-index: 2;
|
|
127
|
+
|
|
128
|
+
/* Pusher should inherit background from context */
|
|
129
|
+
background: inherit;
|
|
130
|
+
}
|
|
131
|
+
.pushable > .pusher:not(.overflowing) {
|
|
132
|
+
overflow: hidden;
|
|
133
|
+
}
|
|
134
|
+
body.pushable > .pusher {
|
|
135
|
+
background: #fff;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/* --------------
|
|
139
|
+
Dimmer
|
|
140
|
+
--------------- */
|
|
141
|
+
.pushable > .pusher::after {
|
|
142
|
+
position: fixed;
|
|
143
|
+
top: 0;
|
|
144
|
+
right: 0;
|
|
145
|
+
content: "";
|
|
146
|
+
background: rgba(0, 0, 0, 0.4);
|
|
147
|
+
overflow: hidden;
|
|
148
|
+
opacity: 0;
|
|
149
|
+
transition: all 500ms;
|
|
150
|
+
will-change: opacity;
|
|
151
|
+
z-index: 1000;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/* --------------
|
|
155
|
+
Coupling
|
|
156
|
+
--------------- */
|
|
157
|
+
.ui.sidebar.menu .item {
|
|
158
|
+
border-radius: 0 !important;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
/*******************************
|
|
163
|
+
States
|
|
164
|
+
*******************************/
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
/* --------------
|
|
168
|
+
Dimmed
|
|
169
|
+
--------------- */
|
|
170
|
+
.pushable > .pusher.dimmed::after {
|
|
171
|
+
width: 100% !important;
|
|
172
|
+
height: 100% !important;
|
|
173
|
+
opacity: 1 !important;
|
|
174
|
+
}
|
|
175
|
+
.pushable > .pusher.dimmed.blurring:not(.closing)::after {
|
|
176
|
+
background: rgba(0, 0, 0, 0.6);
|
|
177
|
+
-webkit-backdrop-filter: blur(5px) grayscale(0.7);
|
|
178
|
+
backdrop-filter: blur(5px) grayscale(0.7);
|
|
179
|
+
}
|
|
180
|
+
.pushable > .pusher.closing.dimmed::after {
|
|
181
|
+
opacity: 0 !important;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/* --------------
|
|
185
|
+
Animating
|
|
186
|
+
--------------- */
|
|
187
|
+
.ui.animating.sidebar {
|
|
188
|
+
visibility: visible;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
/* --------------
|
|
192
|
+
Visible
|
|
193
|
+
--------------- */
|
|
194
|
+
.ui.visible.sidebar {
|
|
195
|
+
visibility: visible;
|
|
196
|
+
transform: translate3d(0, 0, 0);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
/* Shadow Direction */
|
|
200
|
+
.ui.left.visible.sidebar,
|
|
201
|
+
.ui.right.visible.sidebar {
|
|
202
|
+
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
|
203
|
+
}
|
|
204
|
+
.ui.top.visible.sidebar,
|
|
205
|
+
.ui.bottom.visible.sidebar {
|
|
206
|
+
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/* Visible On Load */
|
|
210
|
+
.ui.visible.left.sidebar ~ .fixed,
|
|
211
|
+
.ui.visible.left.sidebar ~ .pusher {
|
|
212
|
+
transform: translate3d(260px, 0, 0);
|
|
213
|
+
}
|
|
214
|
+
.ui.visible.right.sidebar ~ .fixed,
|
|
215
|
+
.ui.visible.right.sidebar ~ .pusher {
|
|
216
|
+
transform: translate3d(-260px, 0, 0);
|
|
217
|
+
}
|
|
218
|
+
.ui.visible.top.sidebar ~ .fixed,
|
|
219
|
+
.ui.visible.top.sidebar ~ .pusher {
|
|
220
|
+
transform: translate3d(0, 36px, 0);
|
|
221
|
+
}
|
|
222
|
+
.ui.visible.bottom.sidebar ~ .fixed,
|
|
223
|
+
.ui.visible.bottom.sidebar ~ .pusher {
|
|
224
|
+
transform: translate3d(0, -36px, 0);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
/* opposite sides visible forces content overlay */
|
|
228
|
+
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
|
|
229
|
+
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
|
|
230
|
+
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
|
|
231
|
+
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
|
|
232
|
+
transform: translate3d(0, 0, 0);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/* --------------
|
|
236
|
+
iOS
|
|
237
|
+
--------------- */
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
/*******************************
|
|
241
|
+
Variations
|
|
242
|
+
*******************************/
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
/* --------------
|
|
246
|
+
Width
|
|
247
|
+
--------------- */
|
|
248
|
+
|
|
249
|
+
/* Left / Right */
|
|
250
|
+
.ui.thin.left.sidebar,
|
|
251
|
+
.ui.thin.right.sidebar {
|
|
252
|
+
width: 150px;
|
|
253
|
+
}
|
|
254
|
+
.ui[class*="very thin"].left.sidebar,
|
|
255
|
+
.ui[class*="very thin"].right.sidebar {
|
|
256
|
+
width: 60px;
|
|
257
|
+
}
|
|
258
|
+
.ui.left.sidebar,
|
|
259
|
+
.ui.right.sidebar {
|
|
260
|
+
width: 260px;
|
|
261
|
+
}
|
|
262
|
+
.ui.wide.left.sidebar,
|
|
263
|
+
.ui.wide.right.sidebar {
|
|
264
|
+
width: 350px;
|
|
265
|
+
}
|
|
266
|
+
.ui[class*="very wide"].left.sidebar,
|
|
267
|
+
.ui[class*="very wide"].right.sidebar {
|
|
268
|
+
width: 475px;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/* Left Visible */
|
|
272
|
+
.ui.visible.thin.left.sidebar ~ .fixed,
|
|
273
|
+
.ui.visible.thin.left.sidebar ~ .pusher {
|
|
274
|
+
transform: translate3d(150px, 0, 0);
|
|
275
|
+
}
|
|
276
|
+
.ui.visible[class*="very thin"].left.sidebar ~ .fixed,
|
|
277
|
+
.ui.visible[class*="very thin"].left.sidebar ~ .pusher {
|
|
278
|
+
transform: translate3d(60px, 0, 0);
|
|
279
|
+
}
|
|
280
|
+
.ui.visible.wide.left.sidebar ~ .fixed,
|
|
281
|
+
.ui.visible.wide.left.sidebar ~ .pusher {
|
|
282
|
+
transform: translate3d(350px, 0, 0);
|
|
283
|
+
}
|
|
284
|
+
.ui.visible[class*="very wide"].left.sidebar ~ .fixed,
|
|
285
|
+
.ui.visible[class*="very wide"].left.sidebar ~ .pusher {
|
|
286
|
+
transform: translate3d(475px, 0, 0);
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
/* Right Visible */
|
|
290
|
+
.ui.visible.thin.right.sidebar ~ .fixed,
|
|
291
|
+
.ui.visible.thin.right.sidebar ~ .pusher {
|
|
292
|
+
transform: translate3d(-150px, 0, 0);
|
|
293
|
+
}
|
|
294
|
+
.ui.visible[class*="very thin"].right.sidebar ~ .fixed,
|
|
295
|
+
.ui.visible[class*="very thin"].right.sidebar ~ .pusher {
|
|
296
|
+
transform: translate3d(-60px, 0, 0);
|
|
297
|
+
}
|
|
298
|
+
.ui.visible.wide.right.sidebar ~ .fixed,
|
|
299
|
+
.ui.visible.wide.right.sidebar ~ .pusher {
|
|
300
|
+
transform: translate3d(-350px, 0, 0);
|
|
301
|
+
}
|
|
302
|
+
.ui.visible[class*="very wide"].right.sidebar ~ .fixed,
|
|
303
|
+
.ui.visible[class*="very wide"].right.sidebar ~ .pusher {
|
|
304
|
+
transform: translate3d(-475px, 0, 0);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
/*******************************
|
|
309
|
+
Animations
|
|
310
|
+
*******************************/
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
/* --------------
|
|
314
|
+
Overlay
|
|
315
|
+
--------------- */
|
|
316
|
+
|
|
317
|
+
/* Set-up */
|
|
318
|
+
.ui.overlay.sidebar {
|
|
319
|
+
z-index: 102;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
/* Initial */
|
|
323
|
+
.ui.left.overlay.sidebar {
|
|
324
|
+
transform: translate3d(-100%, 0, 0);
|
|
325
|
+
}
|
|
326
|
+
.ui.right.overlay.sidebar {
|
|
327
|
+
transform: translate3d(100%, 0, 0);
|
|
328
|
+
}
|
|
329
|
+
.ui.top.overlay.sidebar {
|
|
330
|
+
transform: translate3d(0, -100%, 0);
|
|
331
|
+
}
|
|
332
|
+
.ui.bottom.overlay.sidebar {
|
|
333
|
+
transform: translate3d(0, 100%, 0);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
/* Animation */
|
|
337
|
+
.animating.ui.overlay.sidebar,
|
|
338
|
+
.ui.visible.overlay.sidebar {
|
|
339
|
+
transition: transform 500ms ease;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
/* End - Sidebar */
|
|
343
|
+
.ui.visible.left.overlay.sidebar {
|
|
344
|
+
transform: translate3d(0, 0, 0);
|
|
345
|
+
}
|
|
346
|
+
.ui.visible.right.overlay.sidebar {
|
|
347
|
+
transform: translate3d(0, 0, 0);
|
|
348
|
+
}
|
|
349
|
+
.ui.visible.top.overlay.sidebar {
|
|
350
|
+
transform: translate3d(0, 0, 0);
|
|
351
|
+
}
|
|
352
|
+
.ui.visible.bottom.overlay.sidebar {
|
|
353
|
+
transform: translate3d(0, 0, 0);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
/* End - Pusher */
|
|
357
|
+
.ui.visible.overlay.sidebar ~ .fixed,
|
|
358
|
+
.ui.visible.overlay.sidebar ~ .pusher {
|
|
359
|
+
transform: none !important;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
/* --------------
|
|
363
|
+
Push
|
|
364
|
+
--------------- */
|
|
365
|
+
|
|
366
|
+
/* Initial */
|
|
367
|
+
.ui.push.sidebar {
|
|
368
|
+
transition: transform 500ms ease;
|
|
369
|
+
z-index: 102;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
/* Sidebar - Initial */
|
|
373
|
+
.ui.left.push.sidebar {
|
|
374
|
+
transform: translate3d(-100%, 0, 0);
|
|
375
|
+
}
|
|
376
|
+
.ui.right.push.sidebar {
|
|
377
|
+
transform: translate3d(100%, 0, 0);
|
|
378
|
+
}
|
|
379
|
+
.ui.top.push.sidebar {
|
|
380
|
+
transform: translate3d(0, -100%, 0);
|
|
381
|
+
}
|
|
382
|
+
.ui.bottom.push.sidebar {
|
|
383
|
+
transform: translate3d(0, 100%, 0);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
/* End */
|
|
387
|
+
.ui.visible.push.sidebar {
|
|
388
|
+
transform: translate3d(0, 0, 0);
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
/* --------------
|
|
392
|
+
Uncover
|
|
393
|
+
--------------- */
|
|
394
|
+
|
|
395
|
+
/* Initial */
|
|
396
|
+
.ui.uncover.sidebar {
|
|
397
|
+
transform: translate3d(0, 0, 0);
|
|
398
|
+
z-index: 1;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
/* End */
|
|
402
|
+
.ui.visible.uncover.sidebar {
|
|
403
|
+
transform: translate3d(0, 0, 0);
|
|
404
|
+
transition: transform 500ms ease;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
/* --------------
|
|
408
|
+
Slide Along
|
|
409
|
+
--------------- */
|
|
410
|
+
|
|
411
|
+
/* Initial */
|
|
412
|
+
.ui.slide.along.sidebar {
|
|
413
|
+
z-index: 1;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
/* Sidebar - Initial */
|
|
417
|
+
.ui.left.slide.along.sidebar {
|
|
418
|
+
transform: translate3d(-50%, 0, 0);
|
|
419
|
+
}
|
|
420
|
+
.ui.right.slide.along.sidebar {
|
|
421
|
+
transform: translate3d(50%, 0, 0);
|
|
422
|
+
}
|
|
423
|
+
.ui.top.slide.along.sidebar {
|
|
424
|
+
transform: translate3d(0, -50%, 0);
|
|
425
|
+
}
|
|
426
|
+
.ui.bottom.slide.along.sidebar {
|
|
427
|
+
transform: translate3d(0, 50%, 0);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
/* Animation */
|
|
431
|
+
.ui.animating.slide.along.sidebar {
|
|
432
|
+
transition: transform 500ms ease;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
/* End */
|
|
436
|
+
.ui.visible.slide.along.sidebar {
|
|
437
|
+
transform: translate3d(0, 0, 0);
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
/* --------------
|
|
441
|
+
Slide Out
|
|
442
|
+
--------------- */
|
|
443
|
+
|
|
444
|
+
/* Initial */
|
|
445
|
+
.ui.slide.out.sidebar {
|
|
446
|
+
z-index: 1;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
/* Sidebar - Initial */
|
|
450
|
+
.ui.left.slide.out.sidebar {
|
|
451
|
+
transform: translate3d(50%, 0, 0);
|
|
452
|
+
}
|
|
453
|
+
.ui.right.slide.out.sidebar {
|
|
454
|
+
transform: translate3d(-50%, 0, 0);
|
|
455
|
+
}
|
|
456
|
+
.ui.top.slide.out.sidebar {
|
|
457
|
+
transform: translate3d(0, 50%, 0);
|
|
458
|
+
}
|
|
459
|
+
.ui.bottom.slide.out.sidebar {
|
|
460
|
+
transform: translate3d(0, -50%, 0);
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/* Animation */
|
|
464
|
+
.ui.animating.slide.out.sidebar {
|
|
465
|
+
transition: transform 500ms ease;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
/* End */
|
|
469
|
+
.ui.visible.slide.out.sidebar {
|
|
470
|
+
transform: translate3d(0, 0, 0);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
/* --------------
|
|
474
|
+
Scale Down
|
|
475
|
+
--------------- */
|
|
476
|
+
|
|
477
|
+
/* Initial */
|
|
478
|
+
.ui.scale.down.sidebar {
|
|
479
|
+
transition: transform 500ms ease;
|
|
480
|
+
z-index: 102;
|
|
481
|
+
}
|
|
482
|
+
.ui.left.scale.down.sidebar {
|
|
483
|
+
transform: translate3d(-100%, 0, 0);
|
|
484
|
+
}
|
|
485
|
+
.ui.right.scale.down.sidebar {
|
|
486
|
+
transform: translate3d(100%, 0, 0);
|
|
487
|
+
}
|
|
488
|
+
.ui.top.scale.down.sidebar {
|
|
489
|
+
transform: translate3d(0, -100%, 0);
|
|
490
|
+
}
|
|
491
|
+
.ui.bottom.scale.down.sidebar {
|
|
492
|
+
transform: translate3d(0, 100%, 0);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
/* Pusher - Initial */
|
|
496
|
+
.ui.scale.down.left.sidebar ~ .pusher {
|
|
497
|
+
transform-origin: 75% 50%;
|
|
498
|
+
}
|
|
499
|
+
.ui.scale.down.right.sidebar ~ .pusher {
|
|
500
|
+
transform-origin: 25% 50%;
|
|
501
|
+
}
|
|
502
|
+
.ui.scale.down.top.sidebar ~ .pusher {
|
|
503
|
+
transform-origin: 50% 75%;
|
|
504
|
+
}
|
|
505
|
+
.ui.scale.down.bottom.sidebar ~ .pusher {
|
|
506
|
+
transform-origin: 50% 25%;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
/* Animation */
|
|
510
|
+
.ui.animating.scale.down > .visible.ui.sidebar {
|
|
511
|
+
transition: transform 500ms ease;
|
|
512
|
+
}
|
|
513
|
+
.ui.visible.scale.down.sidebar ~ .pusher,
|
|
514
|
+
.ui.animating.scale.down.sidebar ~ .pusher {
|
|
515
|
+
display: block !important;
|
|
516
|
+
width: 100%;
|
|
517
|
+
height: 100%;
|
|
518
|
+
overflow: hidden !important;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
/* End */
|
|
522
|
+
.ui.visible.scale.down.sidebar {
|
|
523
|
+
transform: translate3d(0, 0, 0);
|
|
524
|
+
}
|
|
525
|
+
.ui.visible.scale.down.sidebar ~ .pusher {
|
|
526
|
+
transform: scale(0.75);
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
/*******************************
|
|
531
|
+
Theme Overrides
|
|
532
|
+
*******************************/
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
/*******************************
|
|
537
|
+
Site Overrides
|
|
538
|
+
*******************************/
|
|
539
|
+
|