72 changed files with 43459 additions and 0 deletions
Split View
Diff Options
-
1build/minified/definitions/behaviors/api.min.js
-
1build/minified/definitions/behaviors/colorize.min.js
-
1build/minified/definitions/behaviors/form.min.js
-
1build/minified/definitions/behaviors/state.min.js
-
1build/minified/definitions/behaviors/visibility.min.js
-
1build/minified/definitions/behaviors/visit.min.js
-
14build/minified/definitions/collections/breadcrumb.min.css
-
14build/minified/definitions/collections/form.min.css
-
14build/minified/definitions/collections/grid.min.css
-
14build/minified/definitions/collections/menu.min.css
-
14build/minified/definitions/collections/message.min.css
-
14build/minified/definitions/collections/table.min.css
-
14build/minified/definitions/elements/button.min.css
-
14build/minified/definitions/elements/divider.min.css
-
14build/minified/definitions/elements/flag.min.css
-
14build/minified/definitions/elements/header.min.css
-
14build/minified/definitions/elements/icon.min.css
-
14build/minified/definitions/elements/image.min.css
-
14build/minified/definitions/elements/input.min.css
-
14build/minified/definitions/elements/label.min.css
-
14build/minified/definitions/elements/loader.min.css
-
14build/minified/definitions/elements/progress.min.css
-
14build/minified/definitions/elements/reveal.min.css
-
14build/minified/definitions/elements/segment.min.css
-
14build/minified/definitions/elements/step.min.css
-
14build/minified/definitions/globals/reset.min.css
-
14build/minified/definitions/globals/site.min.css
-
1build/minified/definitions/globals/site.min.js
-
14build/minified/definitions/modules/accordion.min.css
-
1build/minified/definitions/modules/accordion.min.js
-
14build/minified/definitions/modules/chatroom.min.css
-
1build/minified/definitions/modules/chatroom.min.js
-
14build/minified/definitions/modules/checkbox.min.css
-
1build/minified/definitions/modules/checkbox.min.js
-
14build/minified/definitions/modules/dimmer.min.css
-
1build/minified/definitions/modules/dimmer.min.js
-
14build/minified/definitions/modules/dropdown.min.css
-
1build/minified/definitions/modules/dropdown.min.js
-
14build/minified/definitions/modules/modal.min.css
-
1build/minified/definitions/modules/modal.min.js
-
14build/minified/definitions/modules/nag.min.css
-
1build/minified/definitions/modules/nag.min.js
-
14build/minified/definitions/modules/popup.min.css
-
1build/minified/definitions/modules/popup.min.js
-
14build/minified/definitions/modules/rating.min.css
-
1build/minified/definitions/modules/rating.min.js
-
14build/minified/definitions/modules/search.min.css
-
1build/minified/definitions/modules/search.min.js
-
14build/minified/definitions/modules/shape.min.css
-
1build/minified/definitions/modules/shape.min.js
-
14build/minified/definitions/modules/sidebar.min.css
-
1build/minified/definitions/modules/sidebar.min.js
-
14build/minified/definitions/modules/sticky.min.css
-
1build/minified/definitions/modules/sticky.min.js
-
14build/minified/definitions/modules/tab.min.css
-
1build/minified/definitions/modules/tab.min.js
-
14build/minified/definitions/modules/transition.min.css
-
1build/minified/definitions/modules/transition.min.js
-
14build/minified/definitions/modules/video.min.css
-
1build/minified/definitions/modules/video.min.js
-
14build/minified/definitions/views/card.min.css
-
14build/minified/definitions/views/comment.min.css
-
14build/minified/definitions/views/feed.min.css
-
14build/minified/definitions/views/item.min.css
-
14build/minified/definitions/views/list.min.css
-
14build/minified/definitions/views/statistic.min.css
-
26045build/packaged/definitions/css/semantic.css
-
14build/packaged/definitions/css/semantic.min.css
-
15419build/packaged/definitions/javascript/semantic.js
-
17build/packaged/definitions/javascript/semantic.min.js
-
820build/uncompressed/definitions/views/list.css
-
519build/uncompressed/definitions/views/statistic.css
1
build/minified/definitions/behaviors/api.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1 @@ |
|||
!function(a,b,c,d){a.fn.colorize=function(b){var c=a.extend(!0,{},a.fn.colorize.settings,b),e=arguments||!1;return a(this).each(function(b){var f,g,h,i,j,k,l,m,n=a(this),o=a("<canvas />")[0],p=a("<canvas />")[0],q=a("<canvas />")[0],r=new Image,s=c.colors,t=(c.paths,c.namespace),u=c.error,v=n.data("module-"+t);return m={checkPreconditions:function(){return m.debug("Checking pre-conditions"),!a.isPlainObject(s)||a.isEmptyObject(s)?(m.error(u.undefinedColors),!1):!0},async:function(a){c.async?setTimeout(a,0):a()},getMetadata:function(){m.debug("Grabbing metadata"),i=n.data("image")||c.image||d,j=n.data("name")||c.name||b,k=c.width||n.width(),l=c.height||n.height(),(0===k||0===l)&&m.error(u.undefinedSize)},initialize:function(){m.debug("Initializing with colors",s),m.checkPreconditions()&&m.async(function(){m.getMetadata(),m.canvas.create(),m.draw.image(function(){m.draw.colors(),m.canvas.merge()}),n.data("module-"+t,m)})},redraw:function(){m.debug("Redrawing image"),m.async(function(){m.canvas.clear(),m.draw.colors(),m.canvas.merge()})},change:{color:function(a,b){return m.debug("Changing color",a),s[a]===d?(m.error(u.missingColor),!1):(s[a]=b,void m.redraw())}},canvas:{create:function(){m.debug("Creating canvases"),o.width=k,o.height=l,p.width=k,p.height=l,q.width=k,q.height=l,f=o.getContext("2d"),g=p.getContext("2d"),h=q.getContext("2d"),n.append(o),f=n.children("canvas")[0].getContext("2d")},clear:function(){m.debug("Clearing canvas"),h.fillStyle="#FFFFFF",h.fillRect(0,0,k,l)},merge:function(){return a.isFunction(f.blendOnto)?(f.putImageData(g.getImageData(0,0,k,l),0,0),void h.blendOnto(f,"multiply")):void m.error(u.missingPlugin)}},draw:{image:function(a){m.debug("Drawing image"),a=a||function(){},i?(r.src=i,r.onload=function(){g.drawImage(r,0,0),a()}):(m.error(u.noImage),a())},colors:function(){m.debug("Drawing color overlays",s),a.each(s,function(a,b){c.onDraw(h,j,a,b)})}},debug:function(a,b){c.debug&&(b!==d?console.info(c.name+": "+a,b):console.info(c.name+": "+a))},error:function(a){console.warn(c.name+": "+a)},invoke:function(b,e,f){var g;return f=f||Array.prototype.slice.call(arguments,2),"string"==typeof b&&v!==d&&(b=b.split("."),a.each(b,function(b,d){return a.isPlainObject(v[d])?(v=v[d],!0):a.isFunction(v[d])?(g=v[d],!0):(m.error(c.error.method),!1)})),a.isFunction(g)?g.apply(e,f):!1}},v!==d&&e?("invoke"==e[0]&&(e=Array.prototype.slice.call(e,1)),m.invoke(e[0],this,Array.prototype.slice.call(e,1))):void m.initialize()}),this},a.fn.colorize.settings={name:"Image Colorizer",debug:!0,namespace:"colorize",onDraw:function(){},async:!0,colors:{},metadata:{image:"image",name:"name"},error:{noImage:"No tracing image specified",undefinedColors:"No default colors specified.",missingColor:"Attempted to change color that does not exist",missingPlugin:"Blend onto plug-in must be included",undefinedHeight:"The width or height of image canvas could not be automatically determined. Please specify a height."}}}(jQuery,window,document); |
1
build/minified/definitions/behaviors/form.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
build/minified/definitions/behaviors/state.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
build/minified/definitions/behaviors/visibility.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
build/minified/definitions/behaviors/visit.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.breadcrumb{margin:1em 0;display:inline-block;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.5;margin:0 .15em;font-size:1em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb .icon.divider{font-size:1em}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.5em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.65em}.ui.tiny.breadcrumb{font-size:.7em}.ui.small.breadcrumb{font-size:.75em}.ui.breadcrumb{font-size:1em}.ui.large.breadcrumb{font-size:1.1em}.ui.big.breadcrumb{font-size:1.05em}.ui.huge.breadcrumb{font-size:1.3em}.ui.massive.breadcrumb{font-size:1.5em} |
14
build/minified/definitions/collections/form.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/collections/grid.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/collections/menu.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.message{position:relative;min-height:1em;margin:1em 0;background:#efefef;padding:1em 1.5em;line-height:1.3;color:rgba(0,0,0,.8);-webkit-transition:opacity .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;transition:opacity .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;border-radius:.25em;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.ui.message .header{display:block;font-family:Lato,'Helvetica Neue',Arial,sans-serif;font-size:1.2rem;font-weight:700;margin:0}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:0}.ui.message ul.list{opacity:.85;list-style-position:inside;margin:.5em 0 0;padding:0}.ui.message ul.list li{position:relative;list-style-type:none;margin:0 0 .3em 1em;padding:0}.ui.message ul.list li:before{position:absolute;content:'•';left:-1em;height:100%;vertical-align:baseline}.ui.message ul.list li:last-child{margin-bottom:0}.ui.message .icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;position:absolute;top:1em;right:.5em;opacity:.7;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.header.visible,.ui.message.visible{display:block!important}.ui.header.hidden,.ui.message.hidden{display:none}.ui.compact.message{display:inline-block}.ui.attached.message{margin-left:-1px;margin-right:-1px;margin-bottom:-1px;border-radius:.25em .25em 0 0;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset}.ui.attached+.ui.attached.message:not(.top):not(.bottom){margin-top:-1px;border-radius:0}.ui.bottom.attached.message{margin-top:-1px;border-radius:0 0 .25em .25em;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.bottom.attached.message:not(:last-child){margin-bottom:1em}.ui.attached.icon.message{display:block;width:auto}.ui.icon.message{display:table;width:100%}.ui.icon.message>.icon:not(.close){display:table-cell;vertical-align:middle;font-size:3em;opacity:.8}.ui.icon.message>.content{display:table-cell;vertical-align:middle}.ui.icon.message .icon:not(.close)+.content{padding-left:1.5rem}.ui.icon.message .circular.icon+.content{padding-left:2em}.ui.floating.message{box-shadow:0 1px 4px 0 rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15) inset}.ui.black.message,.ui.inverted.message{background-color:#191919;color:#fff}.ui.positive.message{background-color:#dff0d8;color:#3c763d}.ui.positive.message .header{color:#336534}.ui.negative.message{background-color:#f2dede;color:#a94442}.ui.negative.message .header{color:#973d3b}.ui.info.message{background-color:#d9edf7;color:#31708f}.ui.info.message .header{color:#2a617c}.ui.warning.message{background-color:#fcf8e3;color:#8a6d3b}.ui.warning.message .header{color:#785f33}.ui.error.message{background-color:#f2dede;color:#a94442}.ui.error.message .header{color:#973d3b}.ui.success.message{background-color:#dff0d8;color:#3c763d}.ui.success.message .header{color:#336534}.ui.blue.message{background-color:#d3e4f3;color:#0074d9}.ui.blue.message .header{color:#0066c0}.ui.green.message{background-color:#def2e0;color:#2ecc40}.ui.green.message .header{color:#29b739}.ui.orange.message{background-color:#f7e5d6;color:#ff851b}.ui.orange.message .header{color:#ff7701}.ui.pink.message{background-color:#f9cee6;color:#d9499a}.ui.pink.message .header{color:#d5348e}.ui.purple.message{background-color:#e0ddf5;color:#a24096}.ui.purple.message .header{color:#903985}.ui.red.message{background-color:#f8d5d3;color:#ff4136}.ui.red.message .header{color:#ff291c}.ui.teal.message{background-color:#d2f5f5;color:#10a3a3}.ui.teal.message .header{color:#0e8c8c}.ui.yellow.message{background-color:#fcf5d8;color:#b58105}.ui.yellow.message .header{color:#9c6f04}.ui.small.message{font-size:.875em}.ui.message{font-size:1em}.ui.large.message{font-size:1.125em}.ui.huge.message{font-size:1.5em}.ui.massive.message{font-size:2em} |
14
build/minified/definitions/collections/table.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/elements/button.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.2)}.ui.grid>.ui.divider{font-size:1rem}.ui.horizontal.divider{position:relative;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{position:absolute;content:'';z-index:3;width:50%;top:50%;height:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.2)}.ui.horizontal.divider:before{margin-left:-51.5%}.ui.horizontal.divider:after{margin-left:1.5%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:'';z-index:3;border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(255,255,255,.2);width:0;height:-webkit-calc(100% - 1rem);height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#fff}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-top-color:rgba(0,0,0,.15)!important;border-bottom-color:rgba(255,255,255,.15)!important;border-left-color:rgba(0,0,0,.15)!important;border-right-color:rgba(255,255,255,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem} |
14
build/minified/definitions/elements/flag.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/elements/header.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/elements/icon.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.image{position:relative;display:inline-block;vertical-align:middle;max-width:100%;background-color:transparent}img.ui.image{display:block;background:0 0}.ui.image img{display:block;max-width:100%;height:auto}.ui.disabled.image{cursor:default;opacity:.3}.ui.inline.image,.ui.inline.image img{display:inline-block}.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.images .image{display:inline-block;vertical-align:top}.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.images .image{display:inline-block;vertical-align:middle}.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.images .image{display:inline-block;vertical-align:bottom}.ui.rounded.image,.ui.rounded.image img,.ui.rounded.images .image,.ui.rounded.images img{border-radius:.3125em}.ui.bordered.image img,.ui.bordered.images .image,.ui.bordered.images img,img.ui.bordered.image{border:1px solid rgba(0,0,0,.1)}.ui.circular.image,.ui.circular.image img,.ui.circular.images .image,.ui.circular.images img{border-radius:500rem}.ui.fluid.image,.ui.fluid.image img,.ui.fluid.images,.ui.fluid.images img{display:block;width:100%}.ui.avatar.image,.ui.avatar.image img,.ui.avatar.images .image,.ui.avatar.images img{margin-right:.25rem;display:inline-block;width:2.5em;height:2.5em;border-radius:500rem}.ui.floated.image,.ui.floated.images{float:left;margin-right:1em;margin-bottom:1em}.ui.right.floated.image,.ui.right.floated.images{float:right;margin-right:0;margin-bottom:1em;margin-left:1em}.ui.floated.image:last-child,.ui.floated.images:last-child{margin-bottom:0}.ui.centered.image,.ui.centered.images{margin-left:auto;margin-right:auto}.ui.mini.image,.ui.mini.images .image,.ui.mini.images img{width:20px;font-size:.7em}.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img{width:80px;font-size:.8em}.ui.small.image,.ui.small.images .image,.ui.small.images img{width:150px;font-size:.875em}.ui.medium.image,.ui.medium.images .image,.ui.medium.images img{width:300px;font-size:1em}.ui.large.image,.ui.large.images .image,.ui.large.images img{width:450px;font-size:1.125em}.ui.big.image,.ui.big.images .image,.ui.big.images img{width:600px;font-size:1.25em}.ui.huge.image,.ui.huge.images .image,.ui.huge.images img{width:800px;font-size:1.375em}.ui.massive.image,.ui.massive.images .image,.ui.massive.images img{width:960px;font-size:1.5em}.ui.images{font-size:0;margin:0 -.25rem}.ui.images .image,.ui.images img{display:inline-block;margin:0 .25rem .5rem} |
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.input{display:inline-block;position:relative;color:rgba(0,0,0,.8)}.ui.input input{margin:0;width:100%;outline:0;line-height:1.2em;font-family:Lato,'Helvetica Neue',Arial,sans-serif;padding:.7em 1em;background:#fff;border:1px solid rgba(0,0,0,.15);color:rgba(0,0,0,.8);border-radius:.3125em;-webkit-transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;transition:background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;box-shadow:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0)}.ui.input input::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.ui.input input::-moz-placeholder{color:rgba(0,0,0,.4)}.ui.input input:active,.ui.input.down input{border-color:rgba(0,0,0,.3);background:#fafafa;color:rgba(0,0,0,.8);box-shadow:none}.ui.loading.input>.icon{background:url(../../themes/packages/default/assets/images/loader-mini.gif) 50% 50% no-repeat}.ui.loading.input>.icon:after,.ui.loading.input>.icon:before{display:none}.ui.input input:focus,.ui.input.focus input{border-color:rgba(0,0,0,.2);background:0 0;color:rgba(0,0,0,.8);box-shadow:none}.ui.input input:focus input::-webkit-input-placeholder,.ui.input.focus input input::-webkit-input-placeholder{color:rgba(0,0,0,.8)}.ui.input input:focus input::-moz-placeholder,.ui.input.focus input input::-moz-placeholder{color:rgba(0,0,0,.8)}.ui.input.error input{background-color:snow;border-color:#e7bebe;color:#d95c5c;box-shadow:none}.ui.input.error input ::-webkit-input-placeholder{color:rgba(255,80,80,.4)}.ui.input.error input ::-moz-placeholder{color:rgba(255,80,80,.4)}.ui.input.error input :focus::-webkit-input-placeholder{color:rgba(255,80,80,.7)}.ui.input.error input :focus::-moz-placeholder{color:rgba(255,80,80,.7)}.ui.transparent.input input{border-color:transparent;background-color:transparent;padding:0}.ui.icon.input>.icon{cursor:default;position:absolute;opacity:.5;top:0;right:0;margin:0;width:2.85em;height:100%;padding-top:.9em;text-align:center;border-radius:0 .3125em .3125em 0;box-sizing:border-box;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.ui.icon.input>.link.icon{cursor:pointer}.ui.icon.input input{padding-right:3.35em!important}.ui.icon.input>.circular.icon{top:.35em;right:.5em}.ui.left.icon.input>.icon{right:auto;left:1px;border-radius:.3125em 0 0 .3125em}.ui.left.icon.input>.circular.icon{right:auto;left:.5em}.ui.left.icon.input>input{padding-left:3.35em!important;padding-right:1em!important}.ui.transparent.icon.input>.icon{width:1.25em;padding-top:.1em}.ui.transparent.icon.input>input{padding-left:0!important;padding-right:1.75em!important}.ui.transparent.left.icon.input>input{padding-left:1.75em!important}.ui.icon.input>input:focus~.icon{opacity:1}.ui.labeled.input .corner.label{top:1px;right:1px;font-size:.75em;border-radius:0 .3125em 0 0}.ui.labeled.input input{padding-right:2.5em!important}.ui.labeled.icon.input:not(.left)>input{padding-right:3.25em!important}.ui.labeled.icon.input:not(.left)>.icon{margin-right:1.25em}.ui.action.input{display:table}.ui.action.input>input{display:table-cell;border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right:none}.ui.action.input>.button,.ui.action.input>.buttons{display:table-cell;border-top-left-radius:0;border-bottom-left-radius:0;white-space:nowrap}.ui.action.input>.button>.icon,.ui.action.input>.buttons>.button>.icon{display:inline;vertical-align:top}.ui.fluid.action.input{display:table;width:100%}.ui.fluid.action.input>.button{width:.01%}.ui.fluid.input{display:block}.ui.mini.input{font-size:.8125em}.ui.small.input{font-size:.875em}.ui.input{font-size:1em}.ui.large.input{font-size:1.125em}.ui.big.input{font-size:1.25em}.ui.huge.input{font-size:1.375em}.ui.massive.input{font-size:1.5rem} |
14
build/minified/definitions/elements/label.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.dimmer .loader{display:block}.ui.dimmer .ui.loader,.ui.inverted.loader{color:#fff}.ui.flipping.loader{width:auto;height:auto;background-image:none!important}.ui.flipping.loader .shape{position:relative;margin:0 auto 1em;color:transparent;box-shadow:0 0 0 1px;-webkit-animation:loaderFlipping 1s infinite ease;animation:loaderFlipping 1s infinite ease;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.ui.flipping.loader .shape:after,.ui.flipping.loader .shape:before{position:absolute;content:'';top:0;left:0;box-shadow:0 0 0 1px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.flipping.loader .shape:before{background-color:#0074d9;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);z-index:2}.ui.flipping.loader .shape:after{background-color:#191919;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.ui.flipping.circular.loader .shape,.ui.flipping.circular.loader .shape:after,.ui.flipping.circular.loader .shape:before{border-radius:500rem}.ui.mini.flipping.loader .shape,.ui.mini.flipping.loader .shape:after,.ui.mini.flipping.loader .shape:before{width:16px;height:16px}.ui.flipping.loader .shape,.ui.flipping.loader .shape:after,.ui.flipping.loader .shape:before{width:32px;height:32px}@-webkit-keyframes loaderFlipping{0%{-webkit-transform:perspective(6em) rotateX(0deg) rotateY(0deg);transform:perspective(6em) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(6em) rotateX(0deg) rotateY(-180deg);transform:perspective(6em) rotateX(0deg) rotateY(-180deg)}100%{-webkit-transform:perspective(6em) rotateX(0deg) rotateY(-360deg);transform:perspective(6em) rotateX(0deg) rotateY(-360deg)}}@keyframes loaderFlipping{0%{-webkit-transform:perspective(6em) rotateX(0deg) rotateY(0deg);transform:perspective(6em) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(6em) rotateX(0deg) rotateY(-180deg);transform:perspective(6em) rotateX(0deg) rotateY(-180deg)}100%{-webkit-transform:perspective(6em) rotateX(0deg) rotateY(-360deg);transform:perspective(6em) rotateX(0deg) rotateY(-360deg)}}.ui.text.loader{width:auto!important;height:auto!important;text-align:center;font-style:normal}.ui.mini.text.loader{min-width:16px;padding-top:31px}.ui.small.text.loader{min-width:24px;padding-top:39px}.ui.text.loader{min-width:32px;padding-top:47px}.ui.large.text.loader{min-width:64px;padding-top:79px}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader{width:16px;height:16px;font-size:.8em;background-image:url(../../themes/packages/default/assets/images/loader-mini.gif)}.ui.inverted.dimmer .ui.small.loader,.ui.small.loader{width:24px;height:24px;font-size:.875em;background-image:url(../../themes/packages/default/assets/images/loader-small.gif)}.ui.inverted.dimmer .ui.loader,.ui.loader{width:32px;height:32px;font-size:1em;background:url(../../themes/packages/default/assets/images/loader-medium.gif) 50% 0 no-repeat}.ui.inverted.dimmer .ui.loader.large,.ui.loader.large{width:64px;height:64px;font-size:1.2em;background-image:url(../../themes/packages/default/assets/images/loader-large.gif)}.ui.inverted.dimmer .ui.loader{color:rgba(0,0,0,.8)}.ui.dimmer .mini.ui.loader,.ui.inverted .mini.ui.loader{background-image:url(../../themes/packages/default/assets/images/loader-mini-inverted.gif)}.ui.dimmer .small.ui.loader,.ui.inverted .small.ui.loader{background-image:url(../../themes/packages/default/assets/images/loader-small-inverted.gif)}.ui.dimmer .ui.loader,.ui.inverted.loader{background-image:url(../../themes/packages/default/assets/images/loader-medium-inverted.gif)}.ui.dimmer .large.ui.loader,.ui.inverted .large.ui.loader{background-image:url(../../themes/packages/default/assets/images/loader-large-inverted.gif)}.ui.inline.loader{position:static;vertical-align:middle;margin:0;-webkit-transform:none;-ms-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block} |
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.progress{border:1px solid rgba(0,0,0,.1);width:100%;height:35px;background-color:#FAFAFA;padding:5px;border-radius:.3125em;-ms-box-sizing:border-box;box-sizing:border-box}.ui.progress .bar{display:inline-block;height:100%;background-color:#CCC;border-radius:3px;-webkit-transition:width 1s ease-in-out,background-color 1s ease-out;transition:width 1s ease-in-out,background-color 1s ease-out}.ui.successful.progress .bar{background-color:#73E064!important}.ui.successful.progress .bar,.ui.successful.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.warning.progress .bar{background-color:#E96633!important}.ui.warning.progress .bar,.ui.warning.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.failed.progress .bar{background-color:#DF9BA4!important}.ui.failed.progress .bar,.ui.failed.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.active.progress .bar{position:relative}.ui.active.progress .bar::after{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#FFF;border-radius:3px;-webkit-animation:progress-active 2s ease-out infinite;animation:progress-active 2s ease-out infinite}@-webkit-keyframes progress-active{0%{opacity:0;width:0}50%{opacity:.3}100%{opacity:0;width:95%}}@keyframes progress-active{0%{opacity:0;width:0}50%{opacity:.3}100%{opacity:0;width:100%}}.ui.disabled.progress{opacity:.35}.ui.disabled.progress .bar,.ui.disabled.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.attached{position:relative;border:none}.ui.progress.attached,.ui.progress.attached .bar{display:block;height:3px;padding:0;overflow:hidden;border-radius:0 0 .3125em .3125em}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:-2px;border-radius:.3125em .3125em 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.blue.progress .bar{background-color:#6ECFF5}.ui.black.progress .bar{background-color:#5C6166}.ui.green.progress .bar{background-color:#A1CF64}.ui.red.progress .bar{background-color:#EF4D6D}.ui.purple.progress .bar{background-color:#564F8A}.ui.teal.progress .bar{background-color:#00B5AD}.ui.progress.striped .bar{background-size:30px 30px;background-image:-webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(315deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.ui.progress.active.striped .bar:after{-webkit-animation:none;-ms-animation:none;animation:none}.ui.progress.active.striped .bar{-webkit-animation:progress-striped 3s linear infinite;animation:progress-striped 3s linear infinite}@-webkit-keyframes progress-striped{0%{background-position:0 0}100%{background-position:60px 0}}@keyframes progress-striped{0%{background-position:0 0}100%{background-position:60px 0}}.ui.small.progress .bar{height:14px} |
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.reveal{display:inline-block;position:relative!important;z-index:2!important;font-size:0!important}.ui.reveal>.content{font-size:1rem!important}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:4!important;-webkit-transition:all .8s cubic-bezier(0.175,.885,.32,1) .15s;transition:all .8s cubic-bezier(0.175,.885,.32,1) .15s}.ui.reveal>.hidden.content{position:relative!important;z-index:3!important}.ui.reveal.button{overflow:hidden}.ui.slide.reveal{position:relative!important;display:block;overflow:hidden!important;white-space:nowrap}.ui.slide.reveal>.content{display:block;float:left;-ms-box-sizing:border-box;box-sizing:border-box;margin:0;-webkit-transition:top .8s cubic-bezier(0.175,.885,.32,1) .15s,left .8s cubic-bezier(0.175,.885,.32,1) .15s,right .8s cubic-bezier(0.175,.885,.32,1) .15s,bottom .8s cubic-bezier(0.175,.885,.32,1) .15s;transition:top .8s cubic-bezier(0.175,.885,.32,1) .15s,left .8s cubic-bezier(0.175,.885,.32,1) .15s,right .8s cubic-bezier(0.175,.885,.32,1) .15s,bottom .8s cubic-bezier(0.175,.885,.32,1) .15s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:100%!important;width:100%!important}.ui.slide.reveal:hover>.visible.content{left:-100%!important}.ui.slide.reveal:hover>.hidden.content{left:0!important}.ui.right.slide.reveal>.visible.content{left:0}.ui.right.slide.reveal>.hidden.content{left:auto!important;right:100%!important}.ui.right.slide.reveal:hover>.visible.content{left:100%!important;right:auto!important}.ui.right.slide.reveal:hover>.hidden.content{left:auto!important;right:0!important}.ui.up.slide.reveal>.visible.content{top:0!important;left:0!important;right:auto!important;bottom:auto!important}.ui.up.slide.reveal>.hidden.content{top:100%!important;left:0!important;right:auto!important;bottom:auto!important}.ui.slide.up.reveal:hover>.visible.content{top:-100%!important;left:0!important}.ui.slide.up.reveal:hover>.hidden.content{top:0!important;left:0!important}.ui.down.slide.reveal>.visible.content{top:auto!important;right:auto!important;bottom:auto!important;bottom:0!important}.ui.down.slide.reveal>.hidden.content{top:auto!important;right:auto!important;bottom:100%!important;left:0!important}.ui.slide.down.reveal:hover>.visible.content{left:0!important;bottom:-100%!important}.ui.slide.down.reveal:hover>.hidden.content{left:0!important;bottom:0!important}.ui.fade.reveal>.visible.content{opacity:1}.ui.fade.reveal:hover>.visible.content{opacity:0}.ui.move.left.reveal>.visible.content,.ui.move.reveal>.visible.content{left:auto!important;top:auto!important;bottom:auto!important;right:0!important}.ui.move.left.reveal:hover>.visible.content,.ui.move.reveal:hover>.visible.content{right:100%!important}.ui.move.right.reveal>.visible.content{right:auto!important;top:auto!important;bottom:auto!important;left:0!important}.ui.move.right.reveal:hover>.visible.content{left:100%!important}.ui.move.up.reveal>.visible.content{right:auto!important;left:auto!important;top:auto!important;bottom:0!important}.ui.move.up.reveal:hover>.visible.content{bottom:100%!important}.ui.move.down.reveal>.visible.content{right:auto!important;left:auto!important;top:0!important;bottom:auto!important}.ui.move.down.reveal:hover>.visible.content{top:100%!important}.ui.rotate.reveal>.visible.content{-webkit-transition-duration:.8s;transition-duration:.8s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right}.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{-webkit-transform:rotate(110deg);-ms-transform:rotate(110deg);transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left}.ui.rotate.left.reveal:hover>.visible.content{-webkit-transform:rotate(-110deg);-ms-transform:rotate(-110deg);transform:rotate(-110deg)}.ui.disabled.reveal{opacity:1!important}.ui.disabled.reveal>.content{-webkit-transition:none!important;transition:none!important}.ui.disabled.reveal:hover>.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.content{display:none!important}.ui.masked.reveal{overflow:hidden}.ui.instant.reveal>.content{-webkit-transition-delay:0s!important;transition-delay:0s!important} |
14
build/minified/definitions/elements/segment.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/elements/step.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none} |
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
*,:after,:before{box-sizing:border-box}body,html{font-size:14px;height:100%;font-smoothing:antialiased}body{background:#fcfcfc;font-family:Lato,'Helvetica Neue',Arial,sans-serif;margin:0;padding:0;color:rgba(0,0,0,.8);min-width:320px}h1,h2,h3,h4,h5{margin:1em 0 1rem;padding:0}p{margin:0 0 1em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:#009fda;text-decoration:none}a:hover{color:#00b2f3}::-webkit-selection{background-color:#ffc;color:rgba(0,0,0,.8)}::-moz-selection{background-color:#ffc;color:rgba(0,0,0,.8)}::selection{background-color:#ffc;color:rgba(0,0,0,.8)} |
1
build/minified/definitions/globals/site.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/modules/accordion.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
build/minified/definitions/modules/accordion.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.chatroom{background-color:#F8F8F8;padding:0}.ui.chatroom .room{position:relative;background-color:#FFF;overflow:hidden;height:286px;border:1px solid rgba(0,0,0,.1);border-top:none;border-bottom:none}.ui.chatroom .room .loader{display:none;margin:-25px 0 0 -25px}.ui.chatroom .actions{overflow:hidden;background-color:#EEE;padding:4px;border:1px solid rgba(0,0,0,.1);border-radius:5px 5px 0 0}.ui.chatroom .actions .button{float:right;margin-left:3px}.ui.chatroom .actions .message{float:left;margin-left:6px;font-size:11px;color:#AAA;text-shadow:0 -1px 0 rgba(255,255,255,.8);line-height:28px}.ui.chatroom .actions .message .loader{display:inline-block;margin-right:8px}.ui.chatroom .log{float:left;overflow:auto;overflow-x:hidden;overflow-y:auto}.ui.chatroom .log .message{padding:3px 0;border-top:1px dotted #DADADA}.ui.chatroom .log .message:first-child{border-top:none}.ui.chatroom .status{padding:5px 0;color:#AAA;font-size:12px;font-style:italic;line-height:1.33;border-top:1px dotted #DADADA}.ui.chatroom .log .status:first-child{border-top:none}.ui.chatroom .log .flag{float:left}.ui.chatroom .log p{margin-left:0}.ui.chatroom .log .author{font-weight:700;-webkit-transition:color .3s ease-out;transition:color .3s ease-out}.ui.chatroom .log a.author:hover{opacity:.8}.ui.chatroom .log .message.admin p{font-weight:700;margin:1px 0 0 23px}.ui.chatroom .log .divider{margin:-1px 0;font-size:11px;padding:10px 0;border-top:1px solid #F8F8F8;border-bottom:1px solid #F8F8F8}.ui.chatroom .log .divider .rule{top:50%;width:15%}.ui.chatroom .log .divider .label{color:#777;margin:0}.ui.chatroom .room .list{position:relative;overflow:auto;overflow-x:hidden;overflow-y:auto;float:left;background-color:#EEE;border-left:1px solid #DDD}.ui.chatroom .room .list .user{display:table;padding:3px 7px;border-bottom:1px solid #DDD}.ui.chatroom .room .list .user:hover{background-color:#F8F8F8}.ui.chatroom .room .list .image{display:table-cell;vertical-align:middle;width:20px}.ui.chatroom .room .list .image img{width:20px;height:20px;vertical-align:middle}.ui.chatroom .room .list p{display:table-cell;vertical-align:middle;padding-left:7px;padding-right:14px;font-size:11px;line-height:1.2;font-weight:700}.ui.chatroom .room .list a:hover{opacity:.8}.ui.chatroom .talk{border:1px solid rgba(0,0,0,.1);padding:5px 0 0;background-color:#EEE;border-radius:0 0 5px 5px}.ui.chatroom .talk .avatar,.ui.chatroom .talk .button,.ui.chatroom .talk input{float:left}.ui.chatroom .talk .avatar img{display:block;width:30px;height:30px;margin-right:4px;border-radius:500rem}.ui.chatroom .talk input{border:1px solid #CCC;margin:0;width:196px;height:14px;padding:8px 5px;font-size:12px;color:#555}.ui.chatroom .talk input.focus{border:1px solid #AAA}.ui.chatroom .send{width:80px;height:32px;margin-left:-1px;padding:4px 12px;font-size:12px;line-height:23px;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;border-radius:0 5px 5px 0}.ui.chatroom .talk .log-in.button{display:block;float:none;margin-top:-6px;height:22px;border-radius:0 0 4px 4px}.ui.chatroom .talk .log-in.button i{vertical-align:text-top}.ui.chatroom .log .team.flag{width:18px}.ui.chatroom.loading .loader{display:block}.ui.chatroom{width:330px;height:370px}.ui.chatroom .room .container{width:3000px}.ui.chatroom .log{width:314px;height:278px;padding:4px 7px}.ui.chatroom .room .list{width:124px;height:278px;padding:4px 0}.ui.chatroom .room .list .user{width:110px}.ui.chatroom .talk{height:40px} |
1
build/minified/definitions/modules/chatroom.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/modules/checkbox.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1 @@ |
|||
!function(a,b,c,d){a.fn.checkbox=function(b){var c,e=a(this),f=e.selector||"",g=(new Date).getTime(),h=[],i=arguments[0],j="string"==typeof i,k=[].slice.call(arguments,1);return e.each(function(){var e,l=a.extend(!0,{},a.fn.checkbox.settings,b),m=l.className,n=l.namespace,o=(l.error,"."+n),p="module-"+n,q=a(this),r=a(this).next(l.selector.label).first(),s=a(this).find(l.selector.input),t=q.selector||"",u=q.data(p),v=this;e={initialize:function(){e.verbose("Initializing checkbox",l),l.context&&""!==t?(e.verbose("Adding delegated events"),a(v,l.context).on(t,"click"+o,e.toggle).on(t+" + "+l.selector.label,"click"+o,e.toggle)):(q.on("click"+o,e.toggle).data(p,e),s.on("keydown"+o,e.event.keydown),r.on("click"+o,e.toggle)),e.instantiate()},instantiate:function(){e.verbose("Storing instance of module",e),u=e,q.data(p,e)},destroy:function(){e.verbose("Destroying previous module"),q.off(o).removeData(p),s.off(o,e.event.keydown),r.off(o)},event:{keydown:function(b){var c=b.which,d={enter:13,escape:27};c==d.escape&&(e.verbose("Escape key pressed blurring field"),q.blur()),b.ctrlKey||c!=d.enter||(e.verbose("Enter key pressed, toggling checkbox"),a.proxy(e.toggle,this)(),b.preventDefault())}},is:{radio:function(){return q.hasClass(m.radio)},checked:function(){return s.prop("checked")!==d&&s.prop("checked")},unchecked:function(){return!e.is.checked()}},can:{uncheck:function(){return"boolean"==typeof l.required?l.required:!e.is.radio()}},check:function(){e.debug("Enabling checkbox",s),s.prop("checked",!0).trigger("change"),a.proxy(l.onChange,s.get())(),a.proxy(l.onChecked,s.get())()},uncheck:function(){e.debug("Disabling checkbox"),s.prop("checked",!1).trigger("change"),a.proxy(l.onChange,s.get())(),a.proxy(l.onUnchecked,s.get())()},toggle:function(){e.verbose("Determining new checkbox state"),e.is.unchecked()?e.check():e.is.checked()&&e.can.uncheck()&&e.uncheck()},setting:function(b,c){if(e.debug("Changing setting",b,c),a.isPlainObject(b))a.extend(!0,l,b);else{if(c===d)return l[b];l[b]=c}},internal:function(b,c){if(a.isPlainObject(b))a.extend(!0,e,b);else{if(c===d)return e[b];e[b]=c}},debug:function(){l.debug&&(l.performance?e.performance.log(arguments):(e.debug=Function.prototype.bind.call(console.info,console,l.name+":"),e.debug.apply(console,arguments)))},verbose:function(){l.verbose&&l.debug&&(l.performance?e.performance.log(arguments):(e.verbose=Function.prototype.bind.call(console.info,console,l.name+":"),e.verbose.apply(console,arguments)))},error:function(){e.error=Function.prototype.bind.call(console.error,console,l.name+":"),e.error.apply(console,arguments)},performance:{log:function(a){var b,c,d;l.performance&&(b=(new Date).getTime(),d=g||b,c=b-d,g=b,h.push({Element:v,Name:a[0],Arguments:[].slice.call(a,1)||"","Execution Time":c})),clearTimeout(e.performance.timer),e.performance.timer=setTimeout(e.performance.display,100)},display:function(){var b=l.name+":",c=0;g=!1,clearTimeout(e.performance.timer),a.each(h,function(a,b){c+=b["Execution Time"]}),b+=" "+c+"ms",f&&(b+=" '"+f+"'"),(console.group!==d||console.table!==d)&&h.length>0&&(console.groupCollapsed(b),console.table?console.table(h):a.each(h,function(a,b){console.log(b.Name+": "+b["Execution Time"]+"ms")}),console.groupEnd()),h=[]}},invoke:function(b,e,f){var g,h,i,j=u;return e=e||k,f=v||f,"string"==typeof b&&j!==d&&(b=b.split(/[\. ]/),g=b.length-1,a.each(b,function(c,e){var f=c!=g?e+b[c+1].charAt(0).toUpperCase()+b[c+1].slice(1):b;if(a.isPlainObject(j[f])&&c!=g)j=j[f];else{if(j[f]!==d)return h=j[f],!1;if(!a.isPlainObject(j[e])||c==g)return j[e]!==d?(h=j[e],!1):!1;j=j[e]}})),a.isFunction(h)?i=h.apply(f,e):h!==d&&(i=h),a.isArray(c)?c.push(i):c!==d?c=[c,i]:i!==d&&(c=i),h}},j?(u===d&&e.initialize(),e.invoke(i)):(u!==d&&e.destroy(),e.initialize())}),c!==d?c:this},a.fn.checkbox.settings={name:"Checkbox",namespace:"checkbox",verbose:!0,debug:!0,performance:!0,context:!1,required:"auto",onChange:function(){},onChecked:function(){},onUnchecked:function(){},error:{method:"The method you called is not defined."},selector:{input:"input[type=checkbox], input[type=radio]",label:"label"},className:{radio:"radio"}}}(jQuery,window,document); |
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.dimmable{position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:0;height:0;text-align:center;vertical-align:middle;background:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-transform:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>div{display:table-cell;vertical-align:middle;color:#fff}.ui.segment>.ui.dimmer{border-radius:inherit!important}.ui.dimmed.dimmable:not(body){overflow:hidden}.ui.active.dimmer,.ui.dimmed.dimmable>.ui.animating.dimmer,.ui.dimmed.dimmable>.ui.visible.dimmer{display:block;width:100%;height:100%;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}body.ui.dimmed.dimmable{overflow:hidden}body.ui.dimmable>.dimmer{position:fixed}body.ui.dimmed.dimmable>:not(.dimmer){-webkit-filter:'';filter:''}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#fff}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;z-index:-100;background-color:transparent}.ui.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background:rgba(255,255,255,0)}.ui.dimmed.dimmable>.ui.simple.inverted.dimmer{background:rgba(255,255,255,.85)} |
1
build/minified/definitions/modules/dimmer.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/modules/dropdown.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
build/minified/definitions/modules/dropdown.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.modal{display:none;position:fixed;z-index:1001;top:50%;left:50%;text-align:left;width:90%;margin-left:-45%;background:#fff;border:none;box-shadow:0 0 8px rgba(0,0,0,.8);border-radius:.25rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon){border-top-left-radius:.25rem;border-top-right-radius:.25rem}.ui.modal>:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5em;right:-2.5em;z-index:1;opacity:.8;font-size:1.25em;color:#fff;width:2.25em;height:2.25em;padding:.625em 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;font-family:Lato,'Helvetica Neue',Arial,sans-serif;background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #fff;background:linear-gradient(transparent,rgba(0,0,0,.05)) #fff;margin:0;padding:1.5rem 2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-size:1.6em;font-weight:700;color:rgba(0,0,0,.85);border-bottom:1px solid rgba(0,0,0,.1)}.ui.modal>.content{display:table;table-layout:fixed;width:100%;font-size:1em;line-height:1.4;padding:2rem;background:#fff}.ui.modal>.content>.image{display:table-cell;width:'';vertical-align:top}.ui.modal>.content>.description{display:table-cell;min-width:'';vertical-align:top}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{padding-left:1em}.ui.modal>.content>.image>i.icon{font-size:8rem;margin:0;opacity:1}.ui.modal .actions{background:#efefef;padding:1rem 2rem;border-top:1px solid rgba(0,0,0,.1);text-align:right}.ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){.ui.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.modal{width:88%;margin:0 0 0 -44%}}@media only screen and (min-width:992px){.ui.modal{width:74%;margin:0 0 0 -37%}}@media only screen and (min-width:1400px){.ui.modal{width:56%;margin:0 0 0 -28%}}@media only screen and (min-width:1900px){.ui.modal{width:42%;margin:0 0 0 -21%}}@media only screen and (max-width:767px){.ui.modal .content>.image{display:block;padding:0 0 1em}.ui.modal .content>.description{display:block;padding:0 0 1em;box-shadow:none}.ui.modal .content .image{width:auto!important;max-width:100%}.ui.modal .actions{padding-bottom:0}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1em}}@media only screen and (max-width:992px){.ui.modal>.close{top:1rem;right:1rem;color:rgba(0,0,0,.8)}}.ui.basic.modal{background-color:transparent;border:none;box-shadow:none;color:#fff}.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background-color:transparent}.ui.basic.modal>.header{color:#fff}.ui.basic.modal>.close{top:1.5rem;right:1rem}.ui.scrolling.dimmable.dimmed{overflow:hidden}.ui.scrolling.dimmable.dimmed>.dimmer{overflow:auto}.ui.scrolling.dimmable>.dimmer{position:fixed}.ui.modal.scrolling{position:static;margin:3rem auto}.ui.active.modal{display:block}.ui.fullscreen.modal{width:95%!important;margin:3rem 0 3rem -47.5%}.ui.fullscreen.modal>.close{top:1rem;right:1rem;color:rgba(0,0,0,.8)}.ui.modal{font-size:1em}.ui.small.modal>.header{font-size:1.3em}@media only screen and (max-width:767px){.ui.small.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.small.modal{width:52.8%;margin:0 0 0 -26.4%}}@media only screen and (min-width:992px){.ui.small.modal{width:44.4%;margin:0 0 0 -22.2%}}@media only screen and (min-width:1400px){.ui.small.modal{width:33.6%;margin:0 0 0 -16.8%}}@media only screen and (min-width:1900px){.ui.small.modal{width:25.2%;margin:0 0 0 -12.6%}}.ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){.ui.large.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.large.modal{width:88%;margin:0 0 0 -44%}}@media only screen and (min-width:992px){.ui.large.modal{width:88.8%;margin:0 0 0 -44.4%}}@media only screen and (min-width:1400px){.ui.large.modal{width:67.2%;margin:0 0 0 -33.6%}}@media only screen and (min-width:1900px){.ui.large.modal{width:50.4%;margin:0 0 0 -25.2%}} |
1
build/minified/definitions/modules/modal.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:101;min-height:0;width:100%;margin:0;padding:.5em 1em;background:#555;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(0,0,0,.8);border-radius:0 0 .25em .25em;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#fff}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:hover{background:#555;opacity:1}.ui.nag .close:hover{opacity:1}.ui.overlay.nag{position:absolute;display:block}.ui.fixed.nag{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.25em .25em 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#f0f0f0;color:rgba(0,0,0,.85)}.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title{color:rgba(0,0,0,.4)}.ui.nags .nag{border-radius:0!important}.ui.nags .nag:last-child{border-radius:0 0 .25em .25em}.ui.bottom.nags .nag:last-child{border-radius:.25em .25em 0 0} |
1
build/minified/definitions/modules/nag.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.popup{display:none;position:absolute;top:0;right:0;z-index:900;border:1px solid rgba(0,0,0,.1);max-width:250px;background-color:#fff;padding:.8em 1.2em;font-weight:400;font-style:normal;color:rgba(0,0,0,.8);border-radius:.2em;box-shadow:0 1px 2px rgba(0,0,0,.1)}.ui.popup>.header{padding:0;font-family:Lato,'Helvetica Neue',Arial,sans-serif;font-size:1.125em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:'';width:.75em;height:.75em;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:2;box-shadow:1px 1px 1px rgba(0,0,0,.2)}.ui.popup{margin:0}.ui.popup.bottom{margin:.75em 0 0}.ui.popup.top{margin:0 0 .75em}.ui.popup.left.center{margin:0 .75em 0 0}.ui.popup.right.center{margin:0 0 0 .75em}.ui.popup.center{margin-left:-1.25em}.ui.bottom.center.popup:before{margin-left:-.375em;top:-.375em;left:50%;right:auto;bottom:auto;box-shadow:-1px -1px 1px rgba(0,0,0,.2)}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.375em;left:1em;right:auto;bottom:auto;margin-left:0;box-shadow:-1px -1px 1px rgba(0,0,0,.2)}.ui.bottom.right.popup{margin-right:0}.ui.bottom.right.popup:before{top:-.375em;right:1em;bottom:auto;left:auto;margin-left:0;box-shadow:-1px -1px 1px rgba(0,0,0,.2)}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.375em;left:50%;margin-left:-.375em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.375em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.375em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.375em;bottom:auto;left:auto;margin-top:-.375em;box-shadow:1px -1px 1px rgba(0,0,0,.2)}.ui.right.center.popup:before{top:50%;left:-.375em;bottom:auto;right:auto;margin-top:-.375em;box-shadow:-1px 1px 1px rgba(0,0,0,.2)}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.wide.popup{width:350px;max-width:350px}.ui.very.wide.popup{width:550px;max-width:550px}.ui.fluid.popup{width:100%;max-width:99999px}.ui.inverted.popup{background:#191919;color:#fff;border:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#191919;box-shadow:none}.ui.small.popup{font-size:.8rem}.ui.popup{font-size:.875rem}.ui.large.popup{font-size:1rem}.ui.huge.popup{font-size:1.1rem} |
1
build/minified/definitions/modules/popup.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/modules/rating.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1 @@ |
|||
!function(a,b,c,d){a.fn.rating=function(b){var c,e=a(this),f=e.selector||"",g=(new Date).getTime(),h=[],i=arguments[0],j="string"==typeof i,k=[].slice.call(arguments,1);return e.each(function(){var l,m=a.isPlainObject(b)?a.extend(!0,{},a.fn.rating.settings,b):a.extend({},a.fn.rating.settings),n=m.namespace,o=m.className,p=m.metadata,q=m.selector,r=(m.error,"."+n),s="module-"+n,t=this,u=a(this).data(s),v=a(this),w=v.find(q.icon);l={initialize:function(){l.verbose("Initializing rating module",m),m.interactive?l.enable():l.disable(),m.initialRating&&(l.debug("Setting initial rating"),l.setRating(m.initialRating)),v.data(p.rating)&&(l.debug("Rating found in metadata"),l.setRating(v.data(p.rating))),l.instantiate()},instantiate:function(){l.verbose("Instantiating module",m),u=l,v.data(s,l)},destroy:function(){l.verbose("Destroying previous instance",u),v.removeData(s),w.off(r)},event:{mouseenter:function(){var b=a(this);b.nextAll().removeClass(o.hover),v.addClass(o.hover),b.addClass(o.hover).prevAll().addClass(o.hover)},mouseleave:function(){v.removeClass(o.hover),w.removeClass(o.hover)},click:function(){var b=a(this),c=l.getRating(),d=w.index(b)+1,e="auto"==m.clearable?1===w.size():m.clearable;e&&c==d?l.clearRating():l.setRating(d)}},clearRating:function(){l.debug("Clearing current rating"),l.setRating(0)},getRating:function(){var a=w.filter("."+o.active).size();return l.verbose("Current rating retrieved",a),a},enable:function(){l.debug("Setting rating to interactive mode"),w.on("mouseenter"+r,l.event.mouseenter).on("mouseleave"+r,l.event.mouseleave).on("click"+r,l.event.click),v.removeClass(o.disabled)},disable:function(){l.debug("Setting rating to read-only mode"),w.off(r),v.addClass(o.disabled)},setRating:function(b){var c=b-1>=0?b-1:0,d=w.eq(c);v.removeClass(o.hover),w.removeClass(o.hover).removeClass(o.active),b>0&&(l.verbose("Setting current rating to",b),d.addClass(o.active).prevAll().addClass(o.active)),a.proxy(m.onRate,t)(b)},setting:function(b,c){if(l.debug("Changing setting",b,c),a.isPlainObject(b))a.extend(!0,m,b);else{if(c===d)return m[b];m[b]=c}},internal:function(b,c){if(a.isPlainObject(b))a.extend(!0,l,b);else{if(c===d)return l[b];l[b]=c}},debug:function(){m.debug&&(m.performance?l.performance.log(arguments):(l.debug=Function.prototype.bind.call(console.info,console,m.name+":"),l.debug.apply(console,arguments)))},verbose:function(){m.verbose&&m.debug&&(m.performance?l.performance.log(arguments):(l.verbose=Function.prototype.bind.call(console.info,console,m.name+":"),l.verbose.apply(console,arguments)))},error:function(){l.error=Function.prototype.bind.call(console.error,console,m.name+":"),l.error.apply(console,arguments)},performance:{log:function(a){var b,c,d;m.performance&&(b=(new Date).getTime(),d=g||b,c=b-d,g=b,h.push({Element:t,Name:a[0],Arguments:[].slice.call(a,1)||"","Execution Time":c})),clearTimeout(l.performance.timer),l.performance.timer=setTimeout(l.performance.display,100)},display:function(){var b=m.name+":",c=0;g=!1,clearTimeout(l.performance.timer),a.each(h,function(a,b){c+=b["Execution Time"]}),b+=" "+c+"ms",f&&(b+=" '"+f+"'"),e.size()>1&&(b+=" ("+e.size()+")"),(console.group!==d||console.table!==d)&&h.length>0&&(console.groupCollapsed(b),console.table?console.table(h):a.each(h,function(a,b){console.log(b.Name+": "+b["Execution Time"]+"ms")}),console.groupEnd()),h=[]}},invoke:function(b,e,f){var g,h,i,j=u;return e=e||k,f=t||f,"string"==typeof b&&j!==d&&(b=b.split(/[\. ]/),g=b.length-1,a.each(b,function(c,e){var f=c!=g?e+b[c+1].charAt(0).toUpperCase()+b[c+1].slice(1):b;if(a.isPlainObject(j[f])&&c!=g)j=j[f];else{if(j[f]!==d)return h=j[f],!1;if(!a.isPlainObject(j[e])||c==g)return j[e]!==d?(h=j[e],!1):!1;j=j[e]}})),a.isFunction(h)?i=h.apply(f,e):h!==d&&(i=h),a.isArray(c)?c.push(i):c!==d?c=[c,i]:i!==d&&(c=i),h}},j?(u===d&&l.initialize(),l.invoke(i)):(u!==d&&l.destroy(),l.initialize())}),c!==d?c:this},a.fn.rating.settings={name:"Rating",namespace:"rating",debug:!0,verbose:!0,performance:!0,initialRating:0,interactive:!0,clearable:"auto",onRate:function(){},error:{method:"The method you called is not defined"},metadata:{rating:"rating"},className:{active:"active",disabled:"disabled",hover:"hover",loading:"loading"},selector:{icon:".icon"}}}(jQuery,window,document); |
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.search{position:relative;text-shadow:none;font-style:normal;font-weight:400}.ui.search input{border-radius:500rem}.ui.search .prompt~.search.icon{cursor:pointer}.ui.search .results{display:none;position:absolute;z-index:998;top:100%;left:0;overflow:hidden;background:#fff;margin-top:.5em;width:380px;border-radius:.25em;box-shadow:0 1px 3px 1px rgba(0,0,0,.2)}.ui.search .result{font-family:Lato,'Helvetica Neue',Arial,sans-serif;cursor:pointer;overflow:hidden;font-size:.9em;padding:.5em 1em;color:rgba(0,0,0,.8);line-height:1.33}.ui.search .result:first-child{border-top:none}.ui.search .result .image{float:right;overflow:hidden;background:0 0;width:5em;height:3em;border-radius:.25em}.ui.search .result .image img{display:block;width:auto;height:100%}.ui.search .result .image+.content{margin:0 6em 0 0}.ui.search .result .title{font-family:Lato,'Helvetica Neue',Arial,sans-serif;font-weight:400;color:rgba(0,0,0,.85)}.ui.search .result .description{color:rgba(0,0,0,.8)}.ui.search .result .price{float:right;color:#2ecc40}.ui.search .message{padding:1em}.ui.search .message .header{font-family:Lato,'Helvetica Neue',Arial,sans-serif;font-size:1.2em;font-weight:700;color:rgba(0,0,0,.8)}.ui.search .message .description{margin-top:.25rem;font-size:1rem;color:rgba(0,0,0,.8)}.ui.search .all{display:block;border-top:1px solid rgba(0,0,0,.1);background-color:#f0f0f0;height:2em;line-height:2em;color:rgba(0,0,0,.8);font-weight:700;text-align:center}.ui.search .all:hover,.ui.search .result:hover,.ui.search .results .category .result:hover{background:#fafafa}.ui.search.loading .input .icon{background:url(../../themes/packages/default/assets/images/loader-mini.gif) 50% 50% no-repeat}.ui.search.loading .input .icon:after,.ui.search.loading .input .icon:before{display:none}.ui.search .results .category.active{background-color:#f1f1f1}.ui.search .results .category.active>.name{color:rgba(0,0,0,.8)}.ui.search .result.active,.ui.search .results .category .result.active{border-left-color:transparent;background-color:#f0f0f0;box-shadow:2px 0 2px 0 rgba(0,0,0,.2)}.ui.search .result.active .description,.ui.search .result.active .title{color:rgba(0,0,0,.85)}.ui.right.aligned.search .results{right:0;left:auto}.ui.search .results .category{background:#f0f0f0;box-shadow:0 -1px 0 0 rgba(0,0,0,.1)}.ui.search .results .category,.ui.search .results .category .result{position:relative;-webkit-transition:background .2s ease,border-color .2s ease;transition:background .2s ease,border-color .2s ease}.ui.search .results .category:first-child{box-shadow:none}.ui.search .results .category>.name{font-family:Lato,'Helvetica Neue',Arial,sans-serif;float:.9em;float:left;padding:.4em 0 0 1em;font-weight:700;color:rgba(0,0,0,.4)}.ui.search .results .category .result{background-color:#fff;margin-left:100px;border-left:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.ui.search{font-size:1em}.ui.large.search{font-size:1.1em} |
1
build/minified/definitions/modules/search.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.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.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} |
1
build/minified/definitions/modules/shape.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/modules/sidebar.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
build/minified/definitions/modules/sidebar.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.sticky{position:static}.ui.sticky.bound{position:absolute;left:auto;right:auto}.ui.sticky.fixed{position:fixed;left:auto;right:auto}.ui.sticky.bound.top,.ui.sticky.fixed.top{top:0;bottom:auto}.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom{top:auto;bottom:0}.ui.native.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky} |
1
build/minified/definitions/modules/sticky.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading:after{border:none;position:absolute;top:50px;left:0;content:'Loading...';color:rgba(0,0,0,.4);width:100%;height:100%;padding-top:50px;text-align:center;background:url(../../themes/packages/default/assets/images/loader-large.gif) 50% 0 no-repeat;visibility:visible} |
1
build/minified/definitions/modules/tab.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/modules/transition.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1
build/minified/definitions/modules/transition.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.video{background-color:#ddd;position:relative;max-width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.ui.video .placeholder{background-color:#333}.ui.video .play{cursor:pointer;position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;opacity:.8;-webkit-transition:opacity .3s;transition:opacity .3s}.ui.video .play.icon:before{position:absolute;top:50%;left:50%;z-index:11;background:rgba(0,0,0,.3);width:8rem;height:8rem;line-height:8rem;border-radius:500rem;color:#fff;font-size:8rem;text-shadow:none;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.video .placeholder{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.ui.video .embed embed,.ui.video .embed iframe,.ui.video .embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.video .play:hover{opacity:1}.ui.video.active .placeholder,.ui.video.active .play{display:none}.ui.video.active .embed{display:inline} |
1
build/minified/definitions/modules/video.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/views/card.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.8);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#00b2f3}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.8);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(0,0,0,.1)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.small.comments{font-size:.9em}.ui.comments{font-size:1em}.ui.large.comments{font-size:1.1em}.ui.huge.comments{font-size:1.2em} |
@ -0,0 +1,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.feed{margin:1em}.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.5em}.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 .25s ease;transition:color .25s 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,14 @@ |
|||
/* |
|||
* # Semantic UI |
|||
* Version: 0.16.1 |
|||
* http://github.com/jlukic/semantic-ui |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
* Released: 09/04/2014 |
|||
*/ |
|||
|
|||
.ui.items>.item{table-layout:fixed;display:table;margin:1em 0;width:100%;min-height:0;background:0 0;padding:0;border:none;border-radius:0;box-shadow:none;-webkit-transition:box-shadow .25s ease;transition:box-shadow .25s ease;z-index:''}.ui.items>.item a{cursor:pointer}.ui.items{margin:1.5em 0}.ui.items:first-child{margin-top:0}.ui.items:last-child{margin-bottom:0}.ui.items>.item{min-width:100%}.ui.items>.item:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item:first-child{margin-top:0}.ui.items>.item:last-child{margin-bottom:0}.ui.items>.item>.image{position:relative;display:table-cell;float:none;margin:0;padding:0;max-height:'';vertical-align:top}.ui.items>.item>.image>img{display:block;width:100%;height:auto;border-radius:.125rem;border:none}.ui.items>.item>.image:only-child>img{border-radius:0}.ui.items>.item>.image:not(.ui){width:175px}.ui.items>.item>.content{display:block;background:0 0;margin:0;padding:0;box-shadow:none;font-size:1em;border:none;border-radius:0}.ui.items>.item>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image+.content{width:100%;display:table-cell;margin-left:0;vertical-align:top;padding-left:1.5em}.ui.items>.item>.content>.header{display:inline-block;margin:0;font-family:Lato,'Helvetica Neue',Arial,sans-serif;font-weight:700;font-size:1.2em;color:rgba(0,0,0,.85)}.ui.items>.item>.content>.meta+.description{margin-top:.6em}.ui.items>.item .left.floated{float:left}.ui.items>.item .right.floated{float:right}.ui.items>.item .content img{display:inline-block;vertical-align:middle;width:2em}.ui.items>.item .avatar img,.ui.items>.item img.avatar{width:2em;height:2em;border-radius:500rem}.ui.items>.item>.content>.description{font-size:1.1em;line-height:1.2;color:rgba(0,0,0,.8)}.ui.items>.item>.content p{margin:0 0 .5em}.ui.items>.item>.content p:last-child{margin-bottom:0}.ui.items>.item .meta{font-size:1em;color:rgba(0,0,0,.6)}.ui.items>.item .meta *{margin-right:.3em}.ui.items>.item .meta :last-child{margin-right:0}.ui.items>.item .meta .right.floated{margin-right:0;margin-left:.3em}.ui.items>.item>.content a{color:#009fda;-webkit-transition:color .25s ease;transition:color .25s ease}.ui.items>.item>.content a:hover{color:#00b2f3}.ui.items>.item>.content>a.header{color:rgba(0,0,0,.85)}.ui.items>.item>.content>a.header:hover{color:#00b2f3}.ui.items>.item .meta a{color:rgba(0,0,0,.4)}.ui.items>.item .meta a:hover{color:rgba(0,0,0,.8)}.ui.items>.item>.content .star.icon{cursor:pointer;opacity:.75;-webkit-transition:color .25s ease;transition:color .25s ease}.ui.items>.item>.content .star.icon:hover{opacity:1;color:#ac9400}.ui.items>.item>.content .active.star.icon{color:#e9b539}.ui.items>.item>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .25s ease;transition:color .25s ease}.ui.items>.item>.content .like.icon:hover{opacity:1;color:#ffadae}.ui.items>.item>.content .active.like.icon{color:#ef404a}.ui.items>.item .extra{display:block;position:relative;background:0 0;margin:1em 0 0;width:100%;padding:.25em 0 0;top:0;left:0;color:rgba(0,0,0,.4);box-shadow:none;-webkit-transition:color .25s ease;transition:color .25s ease;border-top:1px solid rgba(0,0,0,.05)}.ui.items>.item .extra:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image+.top.aligned.content{vertical-align:top}.ui.items>.item>.image+.middle.aligned.content{vertical-align:middle}.ui.items>.item>.image+.bottom.aligned.content{vertical-align:bottom}.ui.divided.items>.item{border-top:1px solid rgba(0,0,0,.1);margin:0;padding:1em 0}.ui.divided.items>.item:first-child{border-top:none;margin-top:0;padding-top:0}.ui.divided.items>.item:last-child{margin-bottom:0;padding-bottom:0}.ui.items a.item:hover,.ui.link.item>.item:hover{cursor:pointer}.ui.items a.item:hover .content .header,.ui.link.item>.item:hover .content .header{color:#00b2f3}.ui.items>.item{font-size:1em} |
14
build/minified/definitions/views/list.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/minified/definitions/views/statistic.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
26045
build/packaged/definitions/css/semantic.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
14
build/packaged/definitions/css/semantic.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
15419
build/packaged/definitions/javascript/semantic.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
17
build/packaged/definitions/javascript/semantic.min.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,820 @@ |
|||
/* |
|||
* # Semantic - List |
|||
* http://github.com/semantic-org/semantic-ui/ |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
*/ |
|||
/******************************* |
|||
Theme |
|||
*******************************/ |
|||
/* |
|||
|
|||
███████╗███████╗███╗ ███╗ █████╗ ███╗ ██╗████████╗██╗ ██████╗ ██╗ ██╗██╗ |
|||
██╔════╝██╔════╝████╗ ████║██╔══██╗████╗ ██║╚══██╔══╝██║██╔════╝ ██║ ██║██║ |
|||
███████╗█████╗ ██╔████╔██║███████║██╔██╗ ██║ ██║ ██║██║ ██║ ██║██║ |
|||
╚════██║██╔══╝ ██║╚██╔╝██║██╔══██║██║╚██╗██║ ██║ ██║██║ ██║ ██║██║ |
|||
███████║███████╗██║ ╚═╝ ██║██║ ██║██║ ╚████║ ██║ ██║╚██████╗ ╚██████╔╝██║ |
|||
╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ |
|||
|
|||
*/ |
|||
/******************************* |
|||
Folders |
|||
*******************************/ |
|||
/* Path to theme packages */ |
|||
/* Path to site override folder */ |
|||
/******************************* |
|||
Themes |
|||
*******************************/ |
|||
/* To override a theme for an individual element |
|||
specify theme name below |
|||
|
|||
Be sure to update the user folder name (see README) |
|||
*/ |
|||
/* Global */ |
|||
/* Elements */ |
|||
/* Collections */ |
|||
/* Modules */ |
|||
/* Views */ |
|||
/******************************* |
|||
Import Directives |
|||
*******************************/ |
|||
/*------------------ |
|||
Load Default |
|||
-------------------*/ |
|||
/******************************* |
|||
Site Settings |
|||
*******************************/ |
|||
/*------------------- |
|||
Paths |
|||
--------------------*/ |
|||
/*------------------- |
|||
Fonts |
|||
--------------------*/ |
|||
/*------------------- |
|||
Site Colors |
|||
--------------------*/ |
|||
/*--- Colors ---*/ |
|||
/*------------------- |
|||
Page |
|||
--------------------*/ |
|||
/*------------------- |
|||
Background Colors |
|||
--------------------*/ |
|||
/* Used for differentiating neutrals */ |
|||
/* Used for differentiating layers */ |
|||
/*------------------- |
|||
Grid |
|||
--------------------*/ |
|||
/*------------------- |
|||
Breakpoints |
|||
--------------------*/ |
|||
/******************************* |
|||
Power-User |
|||
*******************************/ |
|||
/*------------------- |
|||
Icons |
|||
--------------------*/ |
|||
/* Max Width of Icon */ |
|||
/*------------------- |
|||
Easing |
|||
--------------------*/ |
|||
/*--- Light Variations ---*/ |
|||
/*--- Neutrals ---*/ |
|||
/*--- Colored Backgrounds ---*/ |
|||
/*--- Colored Text ---*/ |
|||
/*--- Colored Headers ---*/ |
|||
/*------------------- |
|||
Emotive Colors |
|||
--------------------*/ |
|||
/* Mood */ |
|||
/* Solid Background Color */ |
|||
/* Status */ |
|||
/* Darkened Headers */ |
|||
/*------------------- |
|||
Neutral Text |
|||
--------------------*/ |
|||
/*------------------- |
|||
Brand Colors |
|||
--------------------*/ |
|||
/*------------------- |
|||
Grid Columns |
|||
--------------------*/ |
|||
/*------------------- |
|||
Borders |
|||
--------------------*/ |
|||
/*------------------- |
|||
Sizes |
|||
--------------------*/ |
|||
/*------------------- |
|||
Transitions |
|||
--------------------*/ |
|||
/******************************* |
|||
States |
|||
*******************************/ |
|||
/*------------------- |
|||
Disabled |
|||
--------------------*/ |
|||
/*------------------- |
|||
Hover |
|||
--------------------*/ |
|||
/*--- Colors ---*/ |
|||
/*--- Emotive ---*/ |
|||
/*--- Neutrals ---*/ |
|||
/*------------------- |
|||
Down (:active) |
|||
--------------------*/ |
|||
/*--- Colors ---*/ |
|||
/*--- Emotive ---*/ |
|||
/*--- Neutrals ---*/ |
|||
/*------------------- |
|||
Active |
|||
--------------------*/ |
|||
/*--- Standard ---*/ |
|||
/*--- Emotive ---*/ |
|||
/*--- Neutrals ---*/ |
|||
/******************************* |
|||
List |
|||
*******************************/ |
|||
/*------------------- |
|||
View |
|||
--------------------*/ |
|||
/* List */ |
|||
/* Sub List */ |
|||
/* List Item */ |
|||
/*------------------- |
|||
Elements |
|||
--------------------*/ |
|||
/* Icon */ |
|||
/* Image */ |
|||
/* Content */ |
|||
/* Link */ |
|||
/* Linked Icon */ |
|||
/* Header */ |
|||
/* Description */ |
|||
/*------------------- |
|||
Variations |
|||
--------------------*/ |
|||
/* Float */ |
|||
/* Horizontal */ |
|||
/* Inverted */ |
|||
/* Link List */ |
|||
/* Inverted Link List */ |
|||
/* Selection List */ |
|||
/* Selection List States */ |
|||
/* Inverted Selection List */ |
|||
/* Animated List */ |
|||
/* Bulleted */ |
|||
/* Horizontal Bullets */ |
|||
/* Ordered List */ |
|||
/* Horizontal Ordereded */ |
|||
/* Divided */ |
|||
/* Divided Horizontal */ |
|||
/* Divided */ |
|||
/* Divided Horizontal */ |
|||
/* Relaxed */ |
|||
/* Very Relaxed */ |
|||
/* Sizes */ |
|||
/*------------------ |
|||
Load Theme |
|||
-------------------*/ |
|||
/*------------------ |
|||
Load Site |
|||
-------------------*/ |
|||
/******************************* |
|||
User Global Variables |
|||
*******************************/ |
|||
/******************************* |
|||
User Variable Overrides |
|||
*******************************/ |
|||
/*------------------ |
|||
Override Mix-in |
|||
-------------------*/ |
|||
/******************************* |
|||
List |
|||
*******************************/ |
|||
ul.ui.list, |
|||
ol.ui.list, |
|||
.ui.list { |
|||
list-style-type: none; |
|||
margin: 0em; |
|||
padding: 0em 0em; |
|||
} |
|||
ul.ui.list:first-child, |
|||
ol.ui.list:first-child, |
|||
.ui.list:first-child { |
|||
margin-top: 0em; |
|||
padding-top: 0em; |
|||
} |
|||
ul.ui.list:last-child, |
|||
ol.ui.list:last-child, |
|||
.ui.list:last-child { |
|||
margin-bottom: 0em; |
|||
padding-bottom: 0em; |
|||
} |
|||
/******************************* |
|||
Content |
|||
*******************************/ |
|||
/* List Item */ |
|||
ul.ui.list li, |
|||
ol.ui.list li, |
|||
.ui.list .item { |
|||
display: list-item; |
|||
table-layout: fixed; |
|||
list-style-type: none; |
|||
list-style-position: outside; |
|||
padding: 0.3em 0em; |
|||
line-height: 1.2; |
|||
} |
|||
ul.ui.list > li:first-child:after, |
|||
ol.ui.list > li:first-child:after, |
|||
.ui.list .item:after { |
|||
content: ''; |
|||
display: block; |
|||
height: 0; |
|||
clear: both; |
|||
visibility: hidden; |
|||
} |
|||
ul.ui.list li:first-child, |
|||
ol.ui.list li:first-child, |
|||
.ui.list .item:first-child { |
|||
padding-top: 0em; |
|||
} |
|||
ul.ui.list li:last-child, |
|||
ol.ui.list li:last-child, |
|||
.ui.list .item:last-child { |
|||
padding-bottom: 0em; |
|||
} |
|||
/* Child List */ |
|||
ul.ui.list ul, |
|||
ol.ui.list ol, |
|||
.ui.list .list { |
|||
clear: both; |
|||
margin: 0em; |
|||
padding: 0.5em 0em 0em 0em; |
|||
} |
|||
/* Icon */ |
|||
.ui.list .item > .icon { |
|||
display: table-cell; |
|||
margin: 0em; |
|||
padding-top: 0.1rem; |
|||
padding-right: 0.3em; |
|||
vertical-align: middle; |
|||
-webkit-transition: color 0.2s ease; |
|||
transition: color 0.2s ease; |
|||
} |
|||
.ui.list .item > .top.aligned.icon { |
|||
vertical-align: top; |
|||
} |
|||
.ui.list .item > .icon:only-child { |
|||
display: inline-block; |
|||
vertical-align: top; |
|||
} |
|||
/* Image */ |
|||
.ui.list .item > .image { |
|||
display: table-cell; |
|||
background-color: transparent; |
|||
margin: 0em; |
|||
padding-right: 0.5em; |
|||
vertical-align: middle; |
|||
} |
|||
.ui.list .item > .top.aligned.image { |
|||
vertical-align: top; |
|||
} |
|||
.ui.list .item > .image img { |
|||
vertical-align: middle; |
|||
} |
|||
.ui.list .item > img.image, |
|||
.ui.list .item > .image:only-child { |
|||
display: inline-block; |
|||
padding-right: 0em; |
|||
} |
|||
/* Content */ |
|||
.ui.list .item > .content { |
|||
line-height: 1.2em; |
|||
} |
|||
.ui.list .item > .image + .content, |
|||
.ui.list .item > .icon + .content { |
|||
display: table-cell; |
|||
padding-left: 0.5em; |
|||
vertical-align: middle; |
|||
} |
|||
.ui.list .item > .image + .content, |
|||
.ui.list .item > .icon + .content { |
|||
display: table-cell; |
|||
padding-left: 0.5em; |
|||
vertical-align: middle; |
|||
} |
|||
.ui.list .item > img.image + .content { |
|||
display: inline-block; |
|||
} |
|||
.ui.list .item > .content > .list { |
|||
margin-left: 0em; |
|||
padding-left: 0em; |
|||
} |
|||
/* Link */ |
|||
.ui.list a { |
|||
cursor: pointer; |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
.ui.list a:hover { |
|||
color: #00b2f3; |
|||
} |
|||
.ui.list a .icon { |
|||
color: rgba(0, 0, 0, 0.4); |
|||
} |
|||
/* Header */ |
|||
.ui.list .header { |
|||
display: block; |
|||
margin: 0em; |
|||
font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif; |
|||
font-weight: bold; |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
.ui.list .description { |
|||
display: block; |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
/* Floated Content */ |
|||
.ui.list .item > .left.floated { |
|||
float: left; |
|||
margin-right: 1em; |
|||
} |
|||
.ui.list .item > .right.floated { |
|||
float: right; |
|||
margin-left: 1em; |
|||
} |
|||
/******************************* |
|||
Coupling |
|||
*******************************/ |
|||
.ui.menu .ui.list .item:before { |
|||
border: none; |
|||
background: none; |
|||
} |
|||
/******************************* |
|||
Types |
|||
*******************************/ |
|||
/*------------------- |
|||
Horizontal |
|||
--------------------*/ |
|||
.ui.horizontal.list { |
|||
display: inline-block; |
|||
font-size: 0em; |
|||
} |
|||
.ui.horizontal.list > .item { |
|||
display: inline-block; |
|||
margin-left: 1em; |
|||
font-size: 1rem; |
|||
} |
|||
.ui.horizontal.list > .item:first-child { |
|||
margin-left: 0em; |
|||
} |
|||
.ui.horizontal.list .list { |
|||
padding-left: 0em; |
|||
padding-bottom: 0em; |
|||
} |
|||
/* Padding on all elements */ |
|||
.ui.horizontal.list > .item:first-child, |
|||
.ui.horizontal.list > .item:last-child { |
|||
padding-top: 0.3em; |
|||
padding-bottom: 0.3em; |
|||
} |
|||
/* Horizontal List */ |
|||
.ui.horizontal.list .item > .icon { |
|||
margin: 0em; |
|||
padding: 0em 0.25em 0em 0em; |
|||
} |
|||
.ui.horizontal.list .item > .icon, |
|||
.ui.horizontal.list .item > .icon + .content { |
|||
float: none; |
|||
display: inline-block; |
|||
} |
|||
/******************************* |
|||
States |
|||
*******************************/ |
|||
/*------------------- |
|||
Hover |
|||
--------------------*/ |
|||
.ui.list a:hover .icon { |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
/******************************* |
|||
Variations |
|||
*******************************/ |
|||
/*------------------- |
|||
Inverted |
|||
--------------------*/ |
|||
.ui.inverted.list a .icon { |
|||
color: rgba(255, 255, 255, 0.8); |
|||
} |
|||
.ui.inverted.list .header { |
|||
color: #ffffff; |
|||
} |
|||
.ui.inverted.list .description { |
|||
color: rgba(255, 255, 255, 0.8); |
|||
} |
|||
/*------------------- |
|||
Link |
|||
--------------------*/ |
|||
.ui.link.list .item, |
|||
.ui.link.list a.item, |
|||
.ui.link.list .item a { |
|||
color: rgba(0, 0, 0, 0.4); |
|||
} |
|||
.ui.link.list a.item:hover, |
|||
.ui.link.list .item a:hover { |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
.ui.link.list a.item:active, |
|||
.ui.link.list .item a:active { |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
.ui.link.list a.active.item, |
|||
.ui.link.list .active.item a { |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
/* Inverted */ |
|||
.ui.inverted.link.list .item, |
|||
.ui.inverted.link.list a.item, |
|||
.ui.inverted.link.list .item a { |
|||
color: rgba(255, 255, 255, 0.5); |
|||
} |
|||
.ui.inverted.link.list a.item:hover, |
|||
.ui.inverted.link.list .item a:hover { |
|||
color: rgba(255, 255, 255, 0.5); |
|||
} |
|||
.ui.inverted.link.list a.item:active, |
|||
.ui.inverted.link.list .item a:active { |
|||
color: #ffffff; |
|||
} |
|||
.ui.inverted.link.list a.active.item, |
|||
.ui.inverted.link.list .active.item a { |
|||
color: #ffffff; |
|||
} |
|||
/*------------------- |
|||
Selection |
|||
--------------------*/ |
|||
.ui.selection.list .item { |
|||
cursor: pointer; |
|||
background: transparent; |
|||
padding: 0.5em 0.5em; |
|||
color: rgba(0, 0, 0, 0.4); |
|||
-webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; |
|||
transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; |
|||
} |
|||
.ui.selection.list .item:hover { |
|||
background: rgba(0, 0, 0, 0.03); |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
.ui.selection.list .item:active { |
|||
background: rgba(0, 0, 0, 0.05); |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
.ui.selection.list .item.active { |
|||
background: rgba(0, 0, 0, 0.05); |
|||
color: rgba(0, 0, 0, 0.8); |
|||
} |
|||
/* Inverted */ |
|||
.ui.inverted.selection.list .item { |
|||
background: transparent; |
|||
color: rgba(0, 0, 0, 0.4); |
|||
} |
|||
.ui.inverted.selection.list .item:hover { |
|||
background: rgba(255, 255, 255, 0.01); |
|||
color: #ffffff; |
|||
} |
|||
.ui.inverted.selection.list .item:active { |
|||
background: rgba(255, 255, 255, 0.05); |
|||
color: #ffffff; |
|||
} |
|||
.ui.inverted.selection.list .item.active { |
|||
background: rgba(255, 255, 255, 0.05); |
|||
color: #ffffff; |
|||
} |
|||
/*------------------- |
|||
Animated |
|||
--------------------*/ |
|||
.ui.animated.list .item { |
|||
-webkit-transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; |
|||
transition: 0.2s color ease, 0.2s padding-left ease, 0.2s background-color ease; |
|||
} |
|||
.ui.animated.list:not(.horizontal) .item:hover { |
|||
padding-left: 1em; |
|||
} |
|||
.ui.animated.list:not(.horizontal) .item:hover .item:hover { |
|||
padding-left: 0.5em; |
|||
} |
|||
/*------------------- |
|||
Fitted |
|||
--------------------*/ |
|||
.ui.fitted.list:not(.selection) .item { |
|||
padding-left: 0em; |
|||
padding-right: 0em; |
|||
} |
|||
.ui.fitted.selection.list .item { |
|||
margin-left: -0.5em; |
|||
margin-right: -0.5em; |
|||
} |
|||
/*------------------- |
|||
Bulleted |
|||
--------------------*/ |
|||
ul.ui.list, |
|||
.ui.bulleted.list { |
|||
margin-left: 1rem; |
|||
} |
|||
ul.ui.list li, |
|||
.ui.bulleted.list .item { |
|||
position: relative; |
|||
} |
|||
ul.ui.list li:before, |
|||
.ui.bulleted.list .item:before { |
|||
position: absolute; |
|||
left: -1rem; |
|||
content: '•'; |
|||
opacity: 1; |
|||
vertical-align: top; |
|||
} |
|||
ul.ui.list ul, |
|||
.ui.bulleted.list .list { |
|||
padding-left: 1rem; |
|||
} |
|||
/* Horizontal Bulleted */ |
|||
ul.ui.horizontal.bulleted.list, |
|||
.ui.horizontal.bulleted.list { |
|||
margin-left: 0em; |
|||
} |
|||
ul.ui.horizontal.bulleted.list li, |
|||
.ui.horizontal.bulleted.list .item { |
|||
margin-left: 1.5rem; |
|||
} |
|||
ul.ui.horizontal.bulleted.list li:before, |
|||
.ui.horizontal.bulleted.list .item:before { |
|||
left: -1.1rem; |
|||
} |
|||
ul.ui.horizontal.bulleted.list li:first-child, |
|||
.ui.horizontal.bulleted.list .item:first-child { |
|||
margin-left: 0em; |
|||
} |
|||
ul.ui.horizontal.bulleted.list li:first-child::before, |
|||
.ui.horizontal.bulleted.list .item:first-child::before { |
|||
display: none; |
|||
} |
|||
/*------------------- |
|||
Ordered |
|||
--------------------*/ |
|||
ol.ui.list, |
|||
.ui.ordered.list, |
|||
.ui.ordered.list .list, |
|||
ol.ui.list ol { |
|||
counter-reset: ordered; |
|||
margin-left: 1.25rem; |
|||
list-style-type: none; |
|||
} |
|||
ol.ui.list li, |
|||
.ui.ordered.list .item { |
|||
list-style-type: none; |
|||
position: relative; |
|||
} |
|||
ol.ui.list li:before, |
|||
.ui.ordered.list .item:before { |
|||
position: absolute; |
|||
left: -1.25rem; |
|||
counter-increment: ordered; |
|||
content: counters(ordered, ".") " "; |
|||
text-align: right; |
|||
vertical-align: top; |
|||
opacity: 0.6; |
|||
} |
|||
/* Child Lists */ |
|||
ol.ui.list ol, |
|||
.ui.ordered.list .list { |
|||
margin-left: 2em; |
|||
} |
|||
ol.ui.list ol li:before, |
|||
.ui.ordered.list .list .item:before { |
|||
left: -2em; |
|||
} |
|||
/* Horizontal Ordered */ |
|||
ol.ui.horizontal.list, |
|||
.ui.ordered.horizontal.list { |
|||
margin-left: 0em; |
|||
} |
|||
ol.ui.horizontal.list li:before, |
|||
.ui.ordered.horizontal.list .item:before { |
|||
position: static; |
|||
margin: 0em 0.5em 0em 0em; |
|||
} |
|||
/*------------------- |
|||
Divided |
|||
--------------------*/ |
|||
.ui.divided.list .item { |
|||
border-top: 1px solid rgba(0, 0, 0, 0.1); |
|||
} |
|||
.ui.divided.list .list .item { |
|||
border-top: none; |
|||
} |
|||
.ui.divided.list .item .menu .item { |
|||
border-top: none; |
|||
} |
|||
.ui.divided.list .item:first-child { |
|||
border-top: none; |
|||
} |
|||
/* Sub Menu */ |
|||
.ui.divided.list:not(.horizontal) .list .item:first-child { |
|||
border-top-width: 1px; |
|||
} |
|||
/* Divided bulleted */ |
|||
.ui.divided.bulleted.list:not(.horizontal), |
|||
.ui.divided.bulleted.list .list { |
|||
margin-left: 0em; |
|||
padding-left: 0em; |
|||
} |
|||
.ui.divided.bulleted.list .item:not(.horizontal) { |
|||
padding-left: 1rem; |
|||
} |
|||
.ui.divided.bulleted.list .item:before { |
|||
left: 0em; |
|||
} |
|||
/* Divided Ordered */ |
|||
.ui.divided.ordered.list { |
|||
margin-left: 0em; |
|||
} |
|||
.ui.divided.ordered.list .item { |
|||
padding-left: 1.25rem; |
|||
} |
|||
.ui.divided.ordered.list .item:before { |
|||
left: 0em; |
|||
} |
|||
.ui.divided.ordered.list .item .list { |
|||
margin-left: 0em; |
|||
margin-right: 0em; |
|||
padding-bottom: 0.3em; |
|||
} |
|||
.ui.divided.ordered.list .item .list .item { |
|||
padding-left: 2em; |
|||
} |
|||
/* Divided horizontal */ |
|||
.ui.divided.horizontal.list { |
|||
margin-left: 0em; |
|||
} |
|||
.ui.divided.horizontal.list > .item { |
|||
border-top: none; |
|||
border-left: 1px solid rgba(0, 0, 0, 0.1); |
|||
margin: 0em; |
|||
padding-left: 0.5em; |
|||
padding-right: 0.5em; |
|||
line-height: 0.6; |
|||
} |
|||
.ui.horizontal.divided.list > .item:first-child { |
|||
border-left: none; |
|||
padding-left: 0em; |
|||
} |
|||
/* Inverted */ |
|||
.ui.divided.inverted.list > .item, |
|||
.ui.divided.inverted.list > .list, |
|||
.ui.divided.inverted.horizontal.list .item { |
|||
border-color: rgba(255, 255, 255, 0.2); |
|||
} |
|||
/*------------------- |
|||
Celled |
|||
--------------------*/ |
|||
.ui.celled.list > .item, |
|||
.ui.celled.list > .list { |
|||
border-top: 1px solid rgba(0, 0, 0, 0.1); |
|||
padding-left: 0.5em; |
|||
padding-right: 0.5em; |
|||
} |
|||
.ui.celled.list > .item:last-child { |
|||
border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
|||
} |
|||
/* Padding on all elements */ |
|||
.ui.celled.list > .item:first-child, |
|||
.ui.celled.list > .item:last-child { |
|||
padding-top: 0.3em; |
|||
padding-bottom: 0.3em; |
|||
} |
|||
/* Sub Menu */ |
|||
.ui.celled.list .item .list .item { |
|||
border-width: 0px; |
|||
} |
|||
.ui.celled.list .list .item:first-child { |
|||
border-top-width: 0px; |
|||
} |
|||
/* Celled Bulleted */ |
|||
.ui.celled.bulleted.list { |
|||
margin-left: 0em; |
|||
} |
|||
.ui.celled.bulleted.list .item { |
|||
padding-left: 1rem; |
|||
} |
|||
.ui.celled.bulleted.list .item:before { |
|||
left: 0em; |
|||
} |
|||
.ui.celled.bulleted.list .item .list { |
|||
margin-left: -1rem; |
|||
margin-right: -1rem; |
|||
padding-bottom: 0.3em; |
|||
} |
|||
/* Celled Ordered */ |
|||
.ui.celled.ordered.list { |
|||
margin-left: 0em; |
|||
} |
|||
.ui.celled.ordered.list .item { |
|||
padding-left: 1.25rem; |
|||
} |
|||
.ui.celled.ordered.list .item:before { |
|||
left: 0em; |
|||
} |
|||
.ui.celled.ordered.list .item .list { |
|||
margin-left: 0em; |
|||
margin-right: 0em; |
|||
padding-bottom: 0.3em; |
|||
} |
|||
.ui.celled.ordered.list .item .list .item { |
|||
padding-left: 2em; |
|||
} |
|||
/* Celled Horizontal */ |
|||
.ui.horizontal.celled.list { |
|||
margin-left: 0em; |
|||
} |
|||
.ui.horizontal.celled.list .item { |
|||
border-top: none; |
|||
border-left: 1px solid rgba(0, 0, 0, 0.1); |
|||
margin: 0em; |
|||
padding-left: 0.5em; |
|||
padding-right: 0.5em; |
|||
line-height: 0.6; |
|||
} |
|||
.ui.horizontal.celled.list .item:last-child { |
|||
border-bottom: none; |
|||
border-right: 1px solid rgba(0, 0, 0, 0.1); |
|||
} |
|||
/* Inverted */ |
|||
.ui.celled.inverted.list > .item, |
|||
.ui.celled.inverted.list > .list { |
|||
border-color: 1px solid rgba(255, 255, 255, 0.2); |
|||
} |
|||
.ui.celled.inverted.horizontal.list .item { |
|||
border-color: 1px solid rgba(255, 255, 255, 0.2); |
|||
} |
|||
/*------------------- |
|||
Relaxed |
|||
--------------------*/ |
|||
.ui.relaxed.list:not(.horizontal) .item { |
|||
padding-top: 0.5rem; |
|||
padding-bottom: 0.5rem; |
|||
} |
|||
.ui.relaxed.list .header { |
|||
/*margin-bottom: @relaxedHeaderMargin;*/ |
|||
} |
|||
.ui.horizontal.relaxed.list .item { |
|||
padding-left: 1.25rem; |
|||
padding-right: 1.25rem; |
|||
} |
|||
.ui.very.relaxed.list:not(.horizontal) .item { |
|||
padding-top: 1rem; |
|||
padding-bottom: 1rem; |
|||
} |
|||
.ui.very.relaxed.list .header { |
|||
/*margin-bottom: @veryRelaxedHeaderMargin;*/ |
|||
} |
|||
.ui.horizontal.very.relaxed.list .item { |
|||
padding-left: 2rem; |
|||
padding-right: 2rem; |
|||
} |
|||
/*------------------- |
|||
Sizes |
|||
--------------------*/ |
|||
.ui.mini.list .item { |
|||
font-size: 0.7rem; |
|||
} |
|||
.ui.tiny.list .item { |
|||
font-size: 0.8rem; |
|||
} |
|||
.ui.small.list .item { |
|||
font-size: 0.9rem; |
|||
} |
|||
.ui.list .item { |
|||
font-size: 1rem; |
|||
} |
|||
.ui.large.list .item { |
|||
font-size: 1.1rem; |
|||
} |
|||
.ui.big.list .item { |
|||
font-size: 1.2rem; |
|||
} |
|||
.ui.huge.list .item { |
|||
font-size: 1.3rem; |
|||
} |
|||
.ui.massive.list .item { |
|||
font-size: 1.5rem; |
|||
} |
|||
/******************************* |
|||
Overrides |
|||
*******************************/ |
|||
/******************************* |
|||
User Variable Overrides |
|||
*******************************/ |
@ -0,0 +1,519 @@ |
|||
/* |
|||
* # Semantic - Statistic |
|||
* http://github.com/semantic-org/semantic-ui/ |
|||
* |
|||
* |
|||
* Copyright 2014 Contributors |
|||
* Released under the MIT license |
|||
* http://opensource.org/licenses/MIT |
|||
* |
|||
*/ |
|||
/******************************* |
|||
Theme |
|||
*******************************/ |
|||
/* |
|||
|
|||
███████╗███████╗███╗ ███╗ █████╗ ███╗ ██╗████████╗██╗ ██████╗ ██╗ ██╗██╗ |
|||
██╔════╝██╔════╝████╗ ████║██╔══██╗████╗ ██║╚══██╔══╝██║██╔════╝ ██║ ██║██║ |
|||
███████╗█████╗ ██╔████╔██║███████║██╔██╗ ██║ ██║ ██║██║ ██║ ██║██║ |
|||
╚════██║██╔══╝ ██║╚██╔╝██║██╔══██║██║╚██╗██║ ██║ ██║██║ ██║ ██║██║ |
|||
███████║███████╗██║ ╚═╝ ██║██║ ██║██║ ╚████║ ██║ ██║╚██████╗ ╚██████╔╝██║ |
|||
╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ |
|||
|
|||
*/ |
|||
/******************************* |
|||
Folders |
|||
*******************************/ |
|||
/* Path to theme packages */ |
|||
/* Path to site override folder */ |
|||
/******************************* |
|||
Themes |
|||
*******************************/ |
|||
/* To override a theme for an individual element |
|||
specify theme name below |
|||
|
|||
Be sure to update the user folder name (see README) |
|||
*/ |
|||
/* Global */ |
|||
/* Elements */ |
|||
/* Collections */ |
|||
/* Modules */ |
|||
/* Views */ |
|||
/******************************* |
|||
Import Directives |
|||
*******************************/ |
|||
/*------------------ |
|||
Load Default |
|||
-------------------*/ |
|||
/******************************* |
|||
Site Settings |
|||
*******************************/ |
|||
/*------------------- |
|||
Paths |
|||
--------------------*/ |
|||
/*------------------- |
|||
Fonts |
|||
--------------------*/ |
|||
/*------------------- |
|||
Site Colors |
|||
--------------------*/ |
|||
/*--- Colors ---*/ |
|||
/*------------------- |
|||
Page |
|||
--------------------*/ |
|||
/*------------------- |
|||
Background Colors |
|||
--------------------*/ |
|||
/* Used for differentiating neutrals */ |
|||
/* Used for differentiating layers */ |
|||
/*------------------- |
|||
Grid |
|||
--------------------*/ |
|||
/*------------------- |
|||
Breakpoints |
|||
--------------------*/ |
|||
/******************************* |
|||
Power-User |
|||
*******************************/ |
|||
/*------------------- |
|||
Icons |
|||
--------------------*/ |
|||
/* Max Width of Icon */ |
|||
/*------------------- |
|||
Easing |
|||
--------------------*/ |
|||
/*--- Light Variations ---*/ |
|||
/*--- Neutrals ---*/ |
|||
/*--- Colored Backgrounds ---*/ |
|||
/*--- Colored Text ---*/ |
|||
/*--- Colored Headers ---*/ |
|||
/*------------------- |
|||
Emotive Colors |
|||
--------------------*/ |
|||
/* Mood */ |
|||
/* Solid Background Color */ |
|||
/* Status */ |
|||
/* Darkened Headers */ |
|||
/*------------------- |
|||
Neutral Text |
|||
--------------------*/ |
|||
/*------------------- |
|||
Brand Colors |
|||
--------------------*/ |
|||
/*------------------- |
|||
Grid Columns |
|||
--------------------*/ |
|||
/*------------------- |
|||
Borders |
|||
--------------------*/ |
|||
/*------------------- |
|||
Sizes |
|||
--------------------*/ |
|||
/*------------------- |
|||
Transitions |
|||
--------------------*/ |
|||
/******************************* |
|||
States |
|||
*******************************/ |
|||
/*------------------- |
|||
Disabled |
|||
--------------------*/ |
|||
/*------------------- |
|||
Hover |
|||
--------------------*/ |
|||
/*--- Colors ---*/ |
|||
/*--- Emotive ---*/ |
|||
/*--- Neutrals ---*/ |
|||
/*------------------- |
|||
Down (:active) |
|||
--------------------*/ |
|||
/*--- Colors ---*/ |
|||
/*--- Emotive ---*/ |
|||
/*--- Neutrals ---*/ |
|||
/*------------------- |
|||
Active |
|||
--------------------*/ |
|||
/*--- Standard ---*/ |
|||
/*--- Emotive ---*/ |
|||
/*--- Neutrals ---*/ |
|||
/******************************* |
|||
Statistic |
|||
*******************************/ |
|||
/*------------------- |
|||
View |
|||
--------------------*/ |
|||
/* Group */ |
|||
/* Group Element */ |
|||
/*------------------- |
|||
Content |
|||
--------------------*/ |
|||
/* Value */ |
|||
/* Label */ |
|||
/* Text */ |
|||
/* Label Image */ |
|||
/*------------------- |
|||
Types |
|||
--------------------*/ |
|||
/*------------------- |
|||
Variations |
|||
--------------------*/ |
|||
/* Floated */ |
|||
/* Inverted */ |
|||
/* Size */ |
|||
/*------------------ |
|||
Load Theme |
|||
-------------------*/ |
|||
/*------------------ |
|||
Load Site |
|||
-------------------*/ |
|||
/******************************* |
|||
User Global Variables |
|||
*******************************/ |
|||
/******************************* |
|||
User Variable Overrides |
|||
*******************************/ |
|||
/*------------------ |
|||
Override Mix-in |
|||
-------------------*/ |
|||
/******************************* |
|||
Statistic |
|||
*******************************/ |
|||
/* Standalone */ |
|||
.ui.statistic { |
|||
display: inline-block; |
|||
margin: 1em 0em; |
|||
max-width: 175px; |
|||
} |
|||
.ui.statistic + .ui.statistic { |
|||
margin: 0em 0em 0em 1em; |
|||
} |
|||
.ui.statistic:first-child { |
|||
margin-top: 0em; |
|||
} |
|||
.ui.statistic:last-child { |
|||
margin-bottom: 0em; |
|||
} |
|||
/* Grouped */ |
|||
.ui.statistics > .statistic { |
|||
display: block; |
|||
float: left; |
|||
margin: 0em 1em 2em; |
|||
max-width: 175px; |
|||
} |
|||
/******************************* |
|||
Group |
|||
*******************************/ |
|||
.ui.statistics { |
|||
display: block; |
|||
margin: 1em -1em; |
|||
} |
|||
/* Clearing */ |
|||
.ui.statistics:after { |
|||
display: block; |
|||
content: ' '; |
|||
height: 0px; |
|||
clear: both; |
|||
overflow: hidden; |
|||
visibility: hidden; |
|||
} |
|||
.ui.statistics:first-child { |
|||
margin-top: 0em; |
|||
} |
|||
.ui.statistics:last-child { |
|||
margin-bottom: 0em; |
|||
} |
|||
/******************************* |
|||
Content |
|||
*******************************/ |
|||
/*-------------- |
|||
Value |
|||
---------------*/ |
|||
.ui.statistics .statistic > .value, |
|||
.ui.statistic > .value { |
|||
font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif; |
|||
font-size: 4rem; |
|||
font-weight: normal; |
|||
line-height: 1em; |
|||
color: #191919; |
|||
text-transform: uppercase; |
|||
text-align: center; |
|||
} |
|||
/*-------------- |
|||
Label |
|||
---------------*/ |
|||
.ui.statistics .statistic > .label, |
|||
.ui.statistic > .label { |
|||
font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif; |
|||
font-size: 1rem; |
|||
font-weight: normal; |
|||
color: rgba(0, 0, 0, 0.4); |
|||
text-transform: none; |
|||
text-align: center; |
|||
} |
|||
/* Top Label */ |
|||
.ui.statistics .statistic > .label ~ .value, |
|||
.ui.statistic > .label ~ .value { |
|||
margin-top: 0rem; |
|||
} |
|||
/* Bottom Label */ |
|||
.ui.statistics .statistic > .value ~ .label, |
|||
.ui.statistic > .value ~ .label { |
|||
margin-top: 0.25rem; |
|||
} |
|||
/******************************* |
|||
Types |
|||
*******************************/ |
|||
/*-------------- |
|||
Icon Value |
|||
---------------*/ |
|||
.ui.statistics .statistic > .value .icon, |
|||
.ui.statistic > .value .icon { |
|||
opacity: 1; |
|||
width: auto; |
|||
} |
|||
/*-------------- |
|||
Text Value |
|||
---------------*/ |
|||
.ui.statistics .statistic > .text.value, |
|||
.ui.statistic > .text.value { |
|||
line-height: 1em; |
|||
min-height: 2em; |
|||
text-align: center; |
|||
} |
|||
.ui.statistics .statistic > .text.value + .label, |
|||
.ui.statistic > .text.value + .label { |
|||
text-align: center; |
|||
} |
|||
/*-------------- |
|||
Image Value |
|||
---------------*/ |
|||
.ui.statistics .statistic > .value img, |
|||
.ui.statistic > .value img { |
|||
max-height: 3rem; |
|||
vertical-align: baseline; |
|||
} |
|||
/******************************* |
|||
Variations |
|||
*******************************/ |
|||
/*-------------- |
|||
Horizontal |
|||
---------------*/ |
|||
.ui.horizontal.statistics, |
|||
.ui.horizontal.statistic { |
|||
display: block; |
|||
margin: 0em; |
|||
max-width: 9999px; |
|||
} |
|||
.ui.horizontal.statistics .statistic { |
|||
float: none; |
|||
margin: 1em 0em; |
|||
max-width: 9999px; |
|||
} |
|||
.ui.horizontal.statistic > .text.value, |
|||
.ui.horizontal.statistics > .statistic > .text.value { |
|||
min-height: 0em !important; |
|||
} |
|||
.ui.horizontal.statistics .statistic > .value, |
|||
.ui.horizontal.statistic > .value { |
|||
display: inline-block; |
|||
vertical-align: middle; |
|||
} |
|||
.ui.horizontal.statistics .statistic > .label, |
|||
.ui.horizontal.statistic > .label { |
|||
display: inline-block; |
|||
vertical-align: middle; |
|||
margin: 0em 0em 0em 0.75em; |
|||
} |
|||
/*-------------- |
|||
Colors |
|||
---------------*/ |
|||
.ui.blue.statistics .statistic > .value, |
|||
.ui.statistics .blue.statistic > .value, |
|||
.ui.blue.statistic > .value { |
|||
color: #0074d9; |
|||
} |
|||
.ui.green.statistics .statistic > .value, |
|||
.ui.statistics .green.statistic > .value, |
|||
.ui.green.statistic > .value { |
|||
color: #2ecc40; |
|||
} |
|||
.ui.orange.statistics .statistic > .value, |
|||
.ui.statistics .orange.statistic > .value, |
|||
.ui.orange.statistic > .value { |
|||
color: #ff851b; |
|||
} |
|||
.ui.pink.statistics .statistic > .value, |
|||
.ui.statistics .pink.statistic > .value, |
|||
.ui.pink.statistic > .value { |
|||
color: #d9499a; |
|||
} |
|||
.ui.purple.statistics .statistic > .value, |
|||
.ui.statistics .purple.statistic > .value, |
|||
.ui.purple.statistic > .value { |
|||
color: #a24096; |
|||
} |
|||
.ui.red.statistics .statistic > .value, |
|||
.ui.statistics .red.statistic > .value, |
|||
.ui.red.statistic > .value { |
|||
color: #ff4136; |
|||
} |
|||
.ui.teal.statistics .statistic > .value, |
|||
.ui.statistics .teal.statistic > .value, |
|||
.ui.teal.statistic > .value { |
|||
color: #39cccc; |
|||
} |
|||
.ui.yellow.statistics .statistic > .value, |
|||
.ui.statistics .yellow.statistic > .value, |
|||
.ui.yellow.statistic > .value { |
|||
color: #ffcb08; |
|||
} |
|||
/*-------------- |
|||
Floated |
|||
---------------*/ |
|||
.ui.left.floated.statistic { |
|||
float: left; |
|||
margin: 0em 2em 1em 0em; |
|||
} |
|||
.ui.right.floated.statistic { |
|||
float: right; |
|||
margin: 0em 0em 1em 2em; |
|||
} |
|||
.ui.floated.statistic:last-child { |
|||
margin-bottom: 0em; |
|||
} |
|||
/*-------------- |
|||
Inverted |
|||
---------------*/ |
|||
.ui.inverted.statistic .value { |
|||
color: #ffffff; |
|||
} |
|||
.ui.inverted.statistic .label { |
|||
color: rgba(255, 255, 255, 0.8); |
|||
} |
|||
.ui.inverted.blue.statistics .statistic > .value, |
|||
.ui.statistics .inverted.blue.statistic > .value, |
|||
.ui.inverted.blue.statistic > .value { |
|||
color: #54c8ff; |
|||
} |
|||
.ui.inverted.green.statistics .statistic > .value, |
|||
.ui.statistics .inverted.green.statistic > .value, |
|||
.ui.inverted.green.statistic > .value { |
|||
color: #2ecc40; |
|||
} |
|||
.ui.inverted.orange.statistics .statistic > .value, |
|||
.ui.statistics .inverted.orange.statistic > .value, |
|||
.ui.inverted.orange.statistic > .value { |
|||
color: #ff851b; |
|||
} |
|||
.ui.inverted.pink.statistics .statistic > .value, |
|||
.ui.statistics .inverted.pink.statistic > .value, |
|||
.ui.inverted.pink.statistic > .value { |
|||
color: #ff8edf; |
|||
} |
|||
.ui.inverted.purple.statistics .statistic > .value, |
|||
.ui.statistics .inverted.purple.statistic > .value, |
|||
.ui.inverted.purple.statistic > .value { |
|||
color: #cdc6ff; |
|||
} |
|||
.ui.inverted.red.statistics .statistic > .value, |
|||
.ui.statistics .inverted.red.statistic > .value, |
|||
.ui.inverted.red.statistic > .value { |
|||
color: #ff695e; |
|||
} |
|||
.ui.inverted.teal.statistics .statistic > .value, |
|||
.ui.statistics .inverted.teal.statistic > .value, |
|||
.ui.inverted.teal.statistic > .value { |
|||
color: #6dffff; |
|||
} |
|||
.ui.inverted.yellow.statistics .statistic > .value, |
|||
.ui.statistics .inverted.yellow.statistic > .value, |
|||
.ui.inverted.yellow.statistic > .value { |
|||
color: #ffe21f; |
|||
} |
|||
/*-------------- |
|||
Sizes |
|||
---------------*/ |
|||
/* Mini */ |
|||
.ui.mini.statistics .statistic > .value, |
|||
.ui.mini.statistic > .value { |
|||
font-size: 1.5rem; |
|||
} |
|||
.ui.mini.horizontal.statistics .statistic > .value, |
|||
.ui.mini.horizontal.statistic > .value { |
|||
font-size: 1.5rem; |
|||
} |
|||
.ui.mini.statistics .statistic > .text.value, |
|||
.ui.mini.statistic > .text.value { |
|||
font-size: 1rem; |
|||
} |
|||
/* Tiny */ |
|||
.ui.tiny.statistics .statistic > .value, |
|||
.ui.tiny.statistic > .value { |
|||
font-size: 2rem; |
|||
} |
|||
.ui.tiny.horizontal.statistics .statistic > .value, |
|||
.ui.tiny.horizontal.statistic > .value { |
|||
font-size: 2rem; |
|||
} |
|||
.ui.tiny.statistics .statistic > .text.value, |
|||
.ui.tiny.statistic > .text.value { |
|||
font-size: 1rem; |
|||
} |
|||
/* Small */ |
|||
.ui.small.statistics .statistic > .value, |
|||
.ui.small.statistic > .value { |
|||
font-size: 3rem; |
|||
} |
|||
.ui.small.horizontal.statistics .statistic > .value, |
|||
.ui.small.horizontal.statistic > .value { |
|||
font-size: 2rem; |
|||
} |
|||
.ui.small.statistics .statistic > .text.value, |
|||
.ui.small.statistic > .text.value { |
|||
font-size: 1.5rem; |
|||
} |
|||
/* Medium */ |
|||
.ui.statistics .statistic > .value, |
|||
.ui.statistic > .value { |
|||
font-size: 4rem; |
|||
} |
|||
.ui.horizontal.statistics .statistic > .value, |
|||
.ui.horizontal.statistic > .value { |
|||
font-size: 3rem; |
|||
} |
|||
.ui.statistics .statistic > .text.value, |
|||
.ui.statistic > .text.value { |
|||
font-size: 2rem; |
|||
} |
|||
/* Large */ |
|||
.ui.large.statistics .statistic > .value, |
|||
.ui.large.statistic > .value { |
|||
font-size: 5rem; |
|||
} |
|||
.ui.large.horizontal.statistics .statistic > .value, |
|||
.ui.large.horizontal.statistic > .value { |
|||
font-size: 4rem; |
|||
} |
|||
.ui.large.statistics .statistic > .text.value, |
|||
.ui.large.statistic > .text.value { |
|||
font-size: 2.5rem; |
|||
} |
|||
/* Huge */ |
|||
.ui.huge.statistics .statistic > .value, |
|||
.ui.huge.statistic > .value { |
|||
font-size: 6rem; |
|||
} |
|||
.ui.huge.horizontal.statistics .statistic > .value, |
|||
.ui.huge.horizontal.statistic > .value { |
|||
font-size: 5rem; |
|||
} |
|||
.ui.huge.statistics .statistic > .text.value, |
|||
.ui.huge.statistic > .text.value { |
|||
font-size: 2.5rem; |
|||
} |
|||
/******************************* |
|||
Overrides |
|||
*******************************/ |
|||
/******************************* |
|||
User Variable Overrides |
|||
*******************************/ |
Write
Preview
Loading…
Cancel
Save