From a54b13859fa0ad9eb6a209a13ef27a2d4acd62e1 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 23 May 2013 18:33:01 -0400 Subject: [PATCH] Adds activity feed, adds fixes for segment, menu, missing demo images Former-commit-id: 063b5cc8258e0009a678e13a5c99946258c67d54 Former-commit-id: b24230d22d44b2d81a63397270fa426efe00ae97 --- build/minified/collections/menu.min.css | 2 +- build/minified/elements/segment.min.css | 2 +- build/minified/views/activity-feed.min.css | 2 +- build/minified/views/feed.min.css | 1 + .../packaged/semantic.min.css.REMOVED.git-id | 2 +- build/uncompressed/collections/menu.css | 21 ++- build/uncompressed/elements/segment.css | 8 +- build/uncompressed/views/activity-feed.css | 10 +- build/uncompressed/views/feed.css | 88 +++++++++ node/npm-debug.log | 85 +++++++++ node/src/documents/modules/shape.html | 3 +- node/src/documents/views/feed.html | 171 ++++++++++++++++++ .../components/semantic/collections/menu.css | 21 ++- .../components/semantic/elements/segment.css | 8 +- .../semantic/views/activity-feed.css | 10 +- .../files/components/semantic/views/feed.css | 88 +++++++++ node/src/files/images/demo/avatar.jpg | Bin 0 -> 19588 bytes node/src/files/images/demo/avatar2.jpg | Bin 0 -> 4529 bytes .../images/demo/item1.jpg.REMOVED.git-id | 1 + .../images/demo/item2.jpg.REMOVED.git-id | 1 + .../images/demo/item3.jpg.REMOVED.git-id | 1 + .../images/demo/item4.jpg.REMOVED.git-id | 1 + .../images/demo/item5.jpg.REMOVED.git-id | 1 + node/src/files/javascript/semantic.js | 4 - node/src/files/javascript/shape.js | 8 +- node/src/layouts/default.html.eco | 1 + src/collections/menu.less | 23 ++- src/elements/segment.less | 12 +- src/views/activity-feed.less | 125 ------------- src/views/feed.less | 110 +++++++++++ 30 files changed, 654 insertions(+), 156 deletions(-) create mode 100644 build/minified/views/feed.min.css create mode 100644 build/uncompressed/views/feed.css create mode 100644 node/npm-debug.log create mode 100755 node/src/documents/views/feed.html create mode 100644 node/src/files/components/semantic/views/feed.css create mode 100755 node/src/files/images/demo/avatar.jpg create mode 100755 node/src/files/images/demo/avatar2.jpg create mode 100644 node/src/files/images/demo/item1.jpg.REMOVED.git-id create mode 100644 node/src/files/images/demo/item2.jpg.REMOVED.git-id create mode 100644 node/src/files/images/demo/item3.jpg.REMOVED.git-id create mode 100644 node/src/files/images/demo/item4.jpg.REMOVED.git-id create mode 100644 node/src/files/images/demo/item5.jpg.REMOVED.git-id delete mode 100755 src/views/activity-feed.less create mode 100755 src/views/feed.less diff --git a/build/minified/collections/menu.min.css b/build/minified/collections/menu.min.css index 75e3fc838..0cd78902b 100644 --- a/build/minified/collections/menu.min.css +++ b/build/minified/collections/menu.min.css @@ -1 +1 @@ -.ui.menu{background-color:#FFF;font-size:0;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.ui.menu:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.menu>.item:first-child{border-radius:5px 0 0 5px}.ui.menu>.item:last-child{border-radius:0 5px 5px 0}.ui.menu .item,.ui.menu .item>a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);vertical-align:middle;line-height:1.25em;min-height:1.25em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity .1s linear,background .1s linear,box-shadow .1s linear;-moz-transition:opacity .1s linear,background .1s linear,box-shadow .1s linear;-o-transition:opacity .1s linear,background .1s linear,box-shadow .1s linear;-ms-transition:opacity .1s linear,background .1s linear,box-shadow .1s linear;transition:opacity .1s linear,background .1s linear,box-shadow .1s linear}.ui.menu .item .header{color:rgba(50,50,50,.95)}.ui.menu .item,.ui.menu .item>a{color:rgba(0,0,0,.75)}.ui.menu .item>a:hover{background-color:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.menu .item .item,.ui.menu .item .item>a{color:rgba(30,30,30,.8)}.ui.menu .item .item .item,.ui.menu .item .item .item>a{color:rgba(30,30,30,.6)}.ui.menu .dropdown.item .menu .item,.ui.menu .dropdown.item .menu .item a{color:rgba(0,0,0,.75)}.ui.menu .item .menu a.item:hover,.ui.menu .item .menu a.item.hover,.ui.menu .item .menu .link.item:hover,.ui.menu .item .menu .link.item.hover{color:rgba(35,35,35,.95)}.ui.menu .dropdown.item .menu .item a:hover{color:rgba(0,0,0,.9)}.ui.menu .active.item,.ui.menu .active.item a{color:rgba(0,0,0,.95);-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ui.menu .item{position:relative;display:inline-block;padding:.75em .95em;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-user-select:-moz-none;-khtml-user-select:none;user-select:none}.ui.menu .item>a{display:block;margin:-.75em -.95em;padding:.75em .95em}.ui.menu .menu.left,.ui.menu .item.left{float:left}.ui.menu .menu.right,.ui.menu .item.right{float:right}.ui.menu .item:before{position:absolute;content:'';top:0;right:0;width:1px;height:100%;background-image:-webkit-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%);background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%);background-image:-o-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%);background-image:-ms-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%);background-image:linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%)}.ui.menu .menu.right .item:before,.ui.menu .item.right:before{right:auto;left:0}.ui.menu .text.item>*,.ui.menu .item>p:only-child{line-height:1.3;color:rgba(0,0,0,.6)}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:only-child{margin:0}.ui.menu .header.item{background-color:rgba(0,0,0,.04);font-weight:700;margin:0;-webkit-box-shadow:0 -.1em 0 0 rgba(0,0,0,.1) inset;-moz-box-shadow:0 -.1em 0 0 rgba(0,0,0,.1) inset;box-shadow:0 -.1em 0 0 rgba(0,0,0,.1) inset}.ui.menu .dropdown.item{box-shadow:none!important;z-index:10}.ui.menu .dropdown.item .menu{overflow:hidden;height:0;width:0;position:absolute;top:100%;left:0;background-color:#FFF;opacity:0;-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 1px rgba(0,0,0,.1);box-shadow:0 1px 0 1px rgba(0,0,0,.1);-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;-ms-transition:opacity .2s ease-out;transition:opacity .2s ease-out;z-index:11}.ui.menu .dropdown.item .menu .item{border:0;border-top:1px solid rgba(0,0,0,.05);font-size:.9em;display:block;color:rgba(0,0,0,.75);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.menu .dropdown.item .menu .active.item{font-weight:700}.ui.menu .dropdown.item .menu .item:first-child{border-top:0}.ui.menu .dropdown.item:last-child .menu{left:auto;right:0}.ui.menu .item>.label,.ui.menu .item>a>.label{font-size:.875em;margin:-.3em 0 -.3em .3em;padding:.1em .5em;vertical-align:baseline}.ui.menu .item>img:only-child{display:block;max-width:100%;margin:0 auto}.ui.link.menu .item:hover,.ui.menu .item.hover,.ui.menu .link.item:hover,.ui.menu a.item:hover,.ui.menu .dropdown.item .menu .item.hover,.ui.menu .dropdown.item .menu .item:hover{cursor:pointer;background-color:rgba(0,0,0,.02)}.ui.menu .dropdown.item.hover,.ui.menu .dropdown.item:hover{-webkit-border-bottom-right-radius:0;-moz-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-bottom-left-radius:0;border-bottom-left-radius:0}.ui.menu .item:hover .label,.ui.menu .item.hover .label{background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05)));background-image:-webkit-linear-gradient(rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 100%);background-image:-moz-linear-gradient(rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 100%);background-image:-o-linear-gradient(rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 100%);background-image:linear-gradient(rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 100%)}.ui.menu .dropdown.item:hover .menu{display:block;overflow:visible;min-width:150px;width:100%;height:auto;opacity:1;border:1px solid rgba(0,0,0,.1);border-top:1px rgba(50,50,50,.8);border-top:0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1)}.ui.link.menu .item:active,.ui.menu .item.down,.ui.menu .link.item:active,.ui.menu a.item:active,.ui.menu .item>a:active,.ui.menu .dropdown.item .menu .item.down,.ui.menu .dropdown.item .menu .item:active{background-color:rgba(0,0,0,.05)}.ui.menu .active.item{padding-top:.55em;border-top:.2em solid rgba(50,50,50,.8);color:rgba(0,0,0,.95);background-color:rgba(0,0,0,.01)}.ui.vertical.menu .active.item{border-top:0;border-left:.2em solid rgba(50,50,50,.8);padding-top:.75em;padding-left:.75em;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0}.ui.vertical.menu .active.item,.ui.vertical.menu>.item:first-child,.ui.vertical.menu>.item:last-child{border-radius:0}.ui.vertical.menu .active.item .menu .active.item{border-left:0}.ui.vertical.menu .item .menu .active.item{padding-top:.5rem;padding-left:1.3rem}.ui.menu .item.disabled,.ui.menu .item.disabled:hover,.ui.menu .item.disabled.hover{cursor:default;opacity:.3;background-color:transparent}.ui.vertical.menu .item{display:block;border-left:0;border-right:0}.ui.vertical.menu>.item:first-child{border-radius:.325em .325em 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .325em .325em}.ui.vertical.menu .item>.icon{float:right;width:1.22em;margin:.2em 0 0 .5em}.ui.vertical.menu .item:before{position:absolute;content:'';top:0;left:0;width:100%;height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%);background-image:-moz-linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%);background-image:-ms-linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%);background-image:linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%)}.ui.vertical.menu .item:first-child:before{background-image:none}.ui.vertical.menu .dropdown.item>i{float:right}.ui.vertical.menu .dropdown.item .menu{width:auto;top:0;left:100%;margin:0;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;border-left:.2em solid rgba(50,50,50,.8);border:1px solid rgba(0,0,0,.1);font-size:1em}.ui.vertical.menu .dropdown.item .menu .item{font-size:1em}.ui.vertical.menu .item>.menu{margin:.5em -1em 0}.ui.vertical.menu .item>.menu>.item{padding:.5rem 1.5rem;font-size:.85em}.ui.vertical.menu .item>.menu>.item:before{display:none}.ui.vertical.menu .item>.menu>.item>a{margin:-.5rem -1.5rem;padding:.5rem 1.5rem}.ui.tiered.menu .item.active{box-shadow:0 1px 0 0 #FBFBFB}.ui.tiered.menu .sub.menu{background-color:rgba(0,0,0,.01);border-radius:0;border-top:1px solid rgba(0,0,0,.1);box-shadow:none;color:#FFF}.ui.tiered.menu .sub.menu .item{font-size:.9rem;color:rgba(0,0,0,.4)}.ui.tiered.menu .sub.menu .item:before{background-image:none}.ui.tiered.menu .sub.menu .active.item{padding-top:.75em;background-color:transparent;border-radius:0;border-top:medium none;box-shadow:none;color:rgba(0,0,0,.7)}.ui.inverted.tiered.menu .item.active{box-shadow:0 1px 0 0 #FBFBFB}.ui.inverted.tiered.menu .sub.menu{background-color:rgba(255,255,255,.01);border-top:1px solid rgba(255,255,255,.1)}.ui.inverted.tiered.menu .sub.menu .item{color:rgba(255,255,255,.4)}.ui.inverted.tiered.menu .sub.menu .active.item{color:rgba(255,255,255,.7)}.ui.inverted.menu{background-color:#333;box-shadow:none}.ui.inverted.menu .header.item{margin:0;background-color:rgba(255,255,255,.15);-webkit-box-shadow:0 -.1em 0 0 rgba(255,255,255,.1) inset;-moz-box-shadow:0 -.1em 0 0 rgba(255,255,255,.1) inset;box-shadow:0 -.1em 0 0 rgba(255,255,255,.1) inset}.ui.inverted.menu .item,.ui.inverted.menu .item>a{color:#FFF}.ui.inverted.menu .item .item,.ui.inverted.menu .item .item>a{color:rgba(255,255,255,.8)}.ui.inverted.menu .item .item>a:hover{background-color:rgba(255,255,255,.03);color:rgba(255,255,255,.9)}.ui.inverted.menu .dropdown.item .menu .item,.ui.inverted.menu .dropdown.item .menu .item a{color:rgba(0,0,0,.75)}.ui.inverted.menu .item>p:only-child{color:rgba(255,255,255,.75)}.ui.inverted.menu .item:before{background-image:-webkit-linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-moz-linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%)}.ui.vertical.inverted.menu .item:before{background-image:-webkit-linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-moz-linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%)}.ui.link.inverted.menu .item:hover,.ui.inverted.menu .item.hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.inverted.menu .dropdown.item.hover,.ui.inverted.menu .dropdown.item:hover{background-color:rgba(255,255,255,.1)}.ui.inverted.menu .item .menu a.item:hover,.ui.inverted.menu .item .menu a.item.hover,.ui.inverted.menu .item .menu .link.item:hover,.ui.inverted.menu .item .menu .link.item.hover{color:#fff}.ui.inverted.menu .item.down,.ui.inverted.menu .dropdown.item:active,.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background-color:rgba(255,255,255,.15)}.ui.inverted.menu .active.item{border-top:0;padding-top:.75em;border-color:transparent;background-color:rgba(255,255,255,.2)}.ui.inverted.menu .active.item,.ui.inverted.menu .active.item a{color:#fff}.ui.inverted.pointing.menu .active.item:after{background-color:#505050;box-shadow:none}.ui.inverted.pointing.menu .active.item:hover:after{background-color:#3B3B3B}.ui.grey.menu{background-color:#F0F0F0}.ui.green.menu .active.item{border-color:#A1CF64}.ui.red.menu .active.item{border-color:#EF4D6D}.ui.blue.menu .active.item{border-color:#6ECFF5}.ui.purple.menu .active.item{border-color:#564F8A}.ui.orange.menu .active.item{border-color:#F05940}.ui.teal.menu .active.item{border-color:#00B5AD}.ui.grey.menu{background-color:#F0F0F0}.ui.inverted.green.menu{background-color:#A1CF64}.ui.inverted.green.pointing.menu .active.item:after{background-color:#A1CF64}.ui.inverted.red.menu{background-color:#EF4D6D}.ui.inverted.red.pointing.menu .active.item:after{background-color:#F16883}.ui.inverted.blue.menu{background-color:#6ECFF5}.ui.inverted.blue.pointing.menu .active.item:after{background-color:#6ECFF5}.ui.inverted.purple.menu{background-color:#564F8A}.ui.inverted.purple.pointing.menu .active.item:after{background-color:#564F8A}.ui.inverted.orange.menu{background-color:#F05940}.ui.inverted.orange.pointing.menu .active.item:after{background-color:#F05940}.ui.inverted.teal.menu{background-color:#00B5AD}.ui.inverted.teal.pointing.menu .active.item:after{background-color:#00B5AD}.ui.text.menu{background-color:transparent;margin:0rem -1rem;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.text.menu .item{opacity:.6;margin:0 1em;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.6);-webkit-transition:opacity .1s linear;-moz-transition:opacity .1s linear;-o-transition:opacity .1s linear;-ms-transition:opacity .1s linear;transition:opacity .1s linear}.ui.text.menu .item:before{display:none}.ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(50,50,50,.8);font-size:.9rem;padding:0;text-transform:uppercase;font-weight:700}.ui.text.menu .header.item>a{background-color:transparent}.ui.text.item.menu .item{margin:0}.ui.vertical.text.menu{margin:1rem 0}.ui.vertical.text.menu .item{float:left;clear:left;margin:.3em 0}.ui.vertical.text.menu .header.item{margin:.8em 0}.ui.text.menu .item.hover,.ui.text.menu .item:hover{opacity:1;background-color:transparent}.ui.text.menu .active.item{background-color:transparent;padding:0;border:0;opacity:1;font-weight:700}.ui.text.pointing.menu .active.item:after{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.text.attached.menu{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.secondary.menu{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui.secondary.menu{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui.secondary.menu>.item{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:.4em 1.3em;margin:0 .2em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.ui.secondary.menu>.item:before{display:none}.ui.secondary.menu>.active.item{border-top:0;background-color:rgba(0,0,0,.08)}.ui.secondary.inverted.menu>.active.item{background-color:rgba(255,255,255,.2)}.ui.secondary.item.menu>.item{margin:0}.ui.secondary.attached.menu{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.secondary.pointing.menu{border-bottom:.2rem solid rgba(0,0,0,.1)}.ui.secondary.pointing.menu .item{padding:.6em 1.3em;margin:0;color:rgba(0,0,0,.5);border-radius:0}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .item.hover,.ui.secondary.pointing.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.7)}.ui.secondary.pointing.menu .item:active,.ui.secondary.pointing.menu .item.down{background-color:transparent;box-shadow:0 .2em 0 0 rgba(0,0,0,.2)}.ui.secondary.pointing.menu .item.active{background-color:transparent;box-shadow:0 .2em 0 0 rgba(0,0,0,.4);color:rgba(0,0,0,.85)}.ui.secondary.inverted.pointing.menu{border-bottom:.2rem solid rgba(255,255,255,.1)}.ui.secondary.inverted.pointing.menu .item{color:rgba(255,255,255,.7)}.ui.secondary.inverted.pointing.menu .item.hover,.ui.secondary.inverted.pointing.menu .item:hover{color:rgba(255,255,255,.85)}.ui.secondary.inverted.pointing.menu .item:active,.ui.secondary.inverted.pointing.menu .item.down{box-shadow:0 .2em 0 0 rgba(255,255,255,.4)}.ui.secondary.inverted.pointing.menu .item.active{box-shadow:0 .2em 0 0 rgba(255,255,255,.8);color:#fff}.ui.icon.menu,.ui.vertical.icon.menu{width:auto;display:inline-block;min-height:0}.ui.icon.menu .item{text-align:center;color:rgba(60,60,60,.7)}.ui.icon.menu .item .icon{display:block;float:none;margin:0 auto;color:#3c3c3c}.ui.icon.menu .icon:before{opacity:1}.ui.inverted.icon.menu .item{color:rgba(255,255,255,.8)}.ui.inverted.icon.menu .icon{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .icon{display:block;font-size:1.5em;margin:0 auto .3em}.ui.fitted.menu .item,.ui.fitted.menu .item>a,.ui.fitted.menu .item .menu .item,.ui.fitted.menu .item .menu .item>a,.ui.menu .fitted.item,.ui.menu .fitted.item>a{padding-top:0;padding-bottom:0}.ui.tight.menu .item,.ui.tight.menu .item>a,.ui.tight.menu .item .menu .item,.ui.tight.menu .item .menu .item>a,.ui.menu .tight.item,.ui.menu .tight.item>a{padding:0}.ui.borderless.menu .item:before,.ui.borderless.menu .item>a:before,.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item .menu .item>a:before,.ui.menu .borderless.item:before,.ui.menu .borderless.item>a:before{background-image:none}.ui.compact.menu{display:inline-block}.ui.vertical.compact.menu{width:auto!important}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%}.ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;text-align:center}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{position:fixed;z-index:10;width:100%;border:0}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.ui.menu.fixed.top{top:0;left:0;right:auto;bottom:auto}.ui.menu.fixed.right{top:0;right:0;left:auto;bottom:auto;width:auto;height:100%}.ui.menu.fixed.bottom{bottom:0;left:0;top:auto;right:auto}.ui.menu.fixed.left{top:0;left:0;right:auto;bottom:auto;width:auto;height:100%}.ui.pointing.menu .active.item:after{position:absolute;bottom:-.35em;left:50%;content:"";margin-left:-.3em;width:.6em;height:.6em;border:0;border-bottom:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);background-image:none;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);z-index:2;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;-ms-transition:background .1s linear;transition:background .1s linear}.ui.vertical.pointing.menu .active.item:after{position:absolute;top:50%;right:-.4em;bottom:auto;left:auto;border:0;border-top:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);margin-top:-.3em}.ui.pointing.menu .active.item:after{background-color:#FCFCFC}.ui.pointing.menu .active.item.hover:after,.ui.pointing.menu .active.item:hover:after{background-color:#FAFAFA}.ui.pointing.menu .active.item.down:after,.ui.pointing.menu .active.item:active:after{background-color:#F0F0F0}.ui.menu.attached{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:0 0 0 1px #DDD;-webkit-box-shadow:0 0 0 1px #DDD;box-shadow:0 0 0 1px #DDD}.ui.top.attached.menu{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.ui.menu.bottom.attached{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}.ui.menu .dynamic.dropdown.item:hover .menu{display:none}.ui.menu .dynamic.dropdown.item.hover .menu{display:block}.ui.tiny.menu .item{font-size:.875rem;padding:.35em .5em}.ui.tiny.menu .item>a{display:block;margin:-.35em -.5em;padding:.35em .5em}.ui.tiny.vertical.menu{width:9rem}.ui.small.menu .item{font-size:.875rem;min-height:1.2em}.ui.small.vertical.menu{width:13rem}.ui.menu .item{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu .item{font-size:1.125rem;min-height:1.35em}.ui.large.vertical.menu{width:18rem} \ No newline at end of file +.ui.menu{background-color:#FFF;font-size:0;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.ui.menu:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.menu>.item:first-child{border-radius:5px 0 0 5px}.ui.menu>.item:last-child{border-radius:0 5px 5px 0}.ui.menu .item,.ui.menu .item>a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);vertical-align:middle;line-height:1.25em;min-height:1.25em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity .1s linear,background .1s linear,box-shadow .1s linear;-moz-transition:opacity .1s linear,background .1s linear,box-shadow .1s linear;-o-transition:opacity .1s linear,background .1s linear,box-shadow .1s linear;-ms-transition:opacity .1s linear,background .1s linear,box-shadow .1s linear;transition:opacity .1s linear,background .1s linear,box-shadow .1s linear}.ui.menu .item .header{color:rgba(50,50,50,.95)}.ui.menu .item,.ui.menu .item>a{color:rgba(0,0,0,.75)}.ui.menu .item>a:hover{background-color:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.menu .item .item,.ui.menu .item .item>a{color:rgba(30,30,30,.8)}.ui.menu .item .item .item,.ui.menu .item .item .item>a{color:rgba(30,30,30,.6)}.ui.menu .dropdown.item .menu .item,.ui.menu .dropdown.item .menu .item a{color:rgba(0,0,0,.75)}.ui.menu .item .menu a.item:hover,.ui.menu .item .menu a.item.hover,.ui.menu .item .menu .link.item:hover,.ui.menu .item .menu .link.item.hover{color:rgba(35,35,35,.95)}.ui.menu .dropdown.item .menu .item a:hover{color:rgba(0,0,0,.9)}.ui.menu .active.item,.ui.menu .active.item a{color:rgba(0,0,0,.95);-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ui.menu .item{position:relative;display:inline-block;padding:.75em .95em;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-user-select:-moz-none;-khtml-user-select:none;user-select:none}.ui.menu .item>a{display:block;margin:-.75em -.95em;padding:.75em .95em}.ui.menu .menu.left,.ui.menu .item.left{float:left}.ui.menu .menu.right,.ui.menu .item.right{float:right}.ui.menu .item:before{position:absolute;content:'';top:0;right:0;width:1px;height:100%;background-image:-webkit-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%);background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%);background-image:-o-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%);background-image:-ms-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%);background-image:linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.05) 100%)}.ui.menu .menu.right .item:before,.ui.menu .item.right:before{right:auto;left:0}.ui.menu .text.item>*,.ui.menu .item>p:only-child{line-height:1.3;color:rgba(0,0,0,.6)}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:only-child{margin:0}.ui.menu .header.item{background-color:rgba(0,0,0,.04);font-weight:700;margin:0;-webkit-box-shadow:0 -.1em 0 0 rgba(0,0,0,.1) inset;-moz-box-shadow:0 -.1em 0 0 rgba(0,0,0,.1) inset;box-shadow:0 -.1em 0 0 rgba(0,0,0,.1) inset}.ui.menu .dropdown.item{box-shadow:none!important;z-index:10}.ui.menu .dropdown.item .menu{overflow:hidden;height:0;width:0;position:absolute;top:100%;left:0;background-color:#FFF;opacity:0;-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 0 1px rgba(0,0,0,.1);box-shadow:0 1px 0 1px rgba(0,0,0,.1);-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;-ms-transition:opacity .2s ease-out;transition:opacity .2s ease-out;z-index:11}.ui.menu .dropdown.item .menu .item{border:0;border-top:1px solid rgba(0,0,0,.05);font-size:.9em;display:block;color:rgba(0,0,0,.75);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.menu .dropdown.item .menu .active.item{font-weight:700}.ui.menu .dropdown.item .menu .item:first-child{border-top:0}.ui.menu .dropdown.item:last-child .menu{left:auto;right:0}.ui.menu .item>.label,.ui.menu .item>a>.label{font-size:.9em;margin:-.3em 0 -.3em .3em;padding:.1em .5em;vertical-align:baseline}.ui.menu .item>img:only-child{display:block;max-width:100%;margin:0 auto}.ui.link.menu .item:hover,.ui.menu .item.hover,.ui.menu .link.item:hover,.ui.menu a.item:hover,.ui.menu .dropdown.item .menu .item.hover,.ui.menu .dropdown.item .menu .item:hover{cursor:pointer;background-color:rgba(0,0,0,.02)}.ui.menu .dropdown.item.hover,.ui.menu .dropdown.item:hover{-webkit-border-bottom-right-radius:0;-moz-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-bottom-left-radius:0;border-bottom-left-radius:0}.ui.menu .item:hover .label,.ui.menu .item.hover .label{background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05)));background-image:-webkit-linear-gradient(rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 100%);background-image:-moz-linear-gradient(rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 100%);background-image:-o-linear-gradient(rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 100%);background-image:linear-gradient(rgba(0,0,0,.05) 0,rgba(0,0,0,.05) 100%)}.ui.menu .dropdown.item:hover .menu{display:block;overflow:visible;min-width:150px;width:100%;height:auto;opacity:1;border:1px solid rgba(0,0,0,.1);border-top:1px rgba(50,50,50,.8);border-top:0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1)}.ui.link.menu .item:active,.ui.menu .item.down,.ui.menu .link.item:active,.ui.menu a.item:active,.ui.menu .item>a:active,.ui.menu .dropdown.item .menu .item.down,.ui.menu .dropdown.item .menu .item:active{background-color:rgba(0,0,0,.05)}.ui.menu .active.item{padding-top:.55em;border-top:.2em solid rgba(50,50,50,.8);color:rgba(0,0,0,.95);background-color:rgba(0,0,0,.01)}.ui.vertical.menu .active.item{border-top:0;border-left:.2em solid rgba(50,50,50,.8);padding-top:.75em;padding-left:.75em;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0}.ui.vertical.menu .active.item,.ui.vertical.menu>.item:first-child,.ui.vertical.menu>.item:last-child{border-radius:0}.ui.vertical.menu .active.item .menu .active.item{border-left:0}.ui.vertical.menu .item .menu .active.item{padding-top:.5rem;padding-left:1.3rem}.ui.menu .item.disabled,.ui.menu .item.disabled:hover,.ui.menu .item.disabled.hover{cursor:default;opacity:.3;background-color:transparent}.ui.vertical.menu .item{display:block;border-left:0;border-right:0}.ui.vertical.menu>.item:first-child{border-radius:.325em .325em 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .325em .325em}.ui.vertical.menu .item>.icon{float:right;width:1.22em;margin:.2em 0 0 .5em}.ui.vertical.menu .item:before{position:absolute;content:'';top:0;left:0;width:100%;height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%);background-image:-moz-linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%);background-image:-ms-linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%);background-image:linear-gradient(left,rgba(0,0,0,.03) 0,rgba(0,0,0,.1) 1.5em,rgba(0,0,0,.03) 100%)}.ui.vertical.menu .item:first-child:before{background-image:none}.ui.vertical.menu .dropdown.item>i{float:right}.ui.vertical.menu .dropdown.item .menu{width:auto;top:0;left:100%;margin:0;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;border-left:.2em solid rgba(50,50,50,.8);border:1px solid rgba(0,0,0,.1);font-size:1em}.ui.vertical.menu .dropdown.item .menu .item{font-size:1em}.ui.vertical.menu .item>.menu{margin:.5em -1em 0}.ui.vertical.menu .item>.menu>.item{padding:.5rem 1.5rem;font-size:.85em}.ui.vertical.menu .item>.menu>.item:before{display:none}.ui.vertical.menu .item>.menu>.item>a{margin:-.5rem -1.5rem;padding:.5rem 1.5rem}.ui.tiered.menu .item.active{box-shadow:0 1px 0 0 #FBFBFB}.ui.tiered.menu .sub.menu{background-color:rgba(0,0,0,.01);border-radius:0;border-top:1px solid rgba(0,0,0,.1);box-shadow:none;color:#FFF}.ui.tiered.menu .sub.menu .item{font-size:.9rem;color:rgba(0,0,0,.4)}.ui.tiered.menu .sub.menu .item:before{background-image:none}.ui.tiered.menu .sub.menu .active.item{padding-top:.75em;background-color:transparent;border-radius:0;border-top:medium none;box-shadow:none;color:rgba(0,0,0,.7)}.ui.inverted.tiered.menu .item.active{box-shadow:0 1px 0 0 #FBFBFB}.ui.inverted.tiered.menu .sub.menu{background-color:rgba(255,255,255,.01);border-top:1px solid rgba(255,255,255,.1)}.ui.inverted.tiered.menu .sub.menu .item{color:rgba(255,255,255,.4)}.ui.inverted.tiered.menu .sub.menu .active.item{color:rgba(255,255,255,.7)}.ui.inverted.menu{background-color:#333;box-shadow:none}.ui.inverted.menu .header.item{margin:0;background-color:rgba(255,255,255,.15);-webkit-box-shadow:0 -.1em 0 0 rgba(255,255,255,.1) inset;-moz-box-shadow:0 -.1em 0 0 rgba(255,255,255,.1) inset;box-shadow:0 -.1em 0 0 rgba(255,255,255,.1) inset}.ui.inverted.menu .item,.ui.inverted.menu .item>a{color:#FFF}.ui.inverted.menu .item .item,.ui.inverted.menu .item .item>a{color:rgba(255,255,255,.8)}.ui.inverted.menu .item .item>a:hover{background-color:rgba(255,255,255,.03);color:rgba(255,255,255,.9)}.ui.inverted.menu .dropdown.item .menu .item,.ui.inverted.menu .dropdown.item .menu .item a{color:rgba(0,0,0,.75)}.ui.inverted.menu .item>p:only-child{color:rgba(255,255,255,.75)}.ui.inverted.menu .item:before{background-image:-webkit-linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-moz-linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:linear-gradient(top,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%)}.ui.vertical.inverted.menu .item:before{background-image:-webkit-linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-moz-linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%);background-image:linear-gradient(left,rgba(255,255,255,.03) 0,rgba(255,255,255,.1) 50%,rgba(255,255,255,.03) 100%)}.ui.link.inverted.menu .item:hover,.ui.inverted.menu .item.hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.inverted.menu .dropdown.item.hover,.ui.inverted.menu .dropdown.item:hover{background-color:rgba(255,255,255,.1)}.ui.inverted.menu .item .menu a.item:hover,.ui.inverted.menu .item .menu a.item.hover,.ui.inverted.menu .item .menu .link.item:hover,.ui.inverted.menu .item .menu .link.item.hover{color:#fff}.ui.inverted.menu .item.down,.ui.inverted.menu .dropdown.item:active,.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background-color:rgba(255,255,255,.15)}.ui.inverted.menu .active.item{border-top:0;padding-top:.75em;border-color:transparent;background-color:rgba(255,255,255,.2)}.ui.inverted.menu .active.item,.ui.inverted.menu .active.item a{color:#fff}.ui.inverted.pointing.menu .active.item:after{background-color:#505050;box-shadow:none}.ui.inverted.pointing.menu .active.item:hover:after{background-color:#3B3B3B}.ui.grey.menu{background-color:#F0F0F0}.ui.green.menu .active.item{border-color:#A1CF64}.ui.red.menu .active.item{border-color:#EF4D6D}.ui.blue.menu .active.item{border-color:#6ECFF5}.ui.purple.menu .active.item{border-color:#564F8A}.ui.orange.menu .active.item{border-color:#F05940}.ui.teal.menu .active.item{border-color:#00B5AD}.ui.grey.menu{background-color:#F0F0F0}.ui.inverted.green.menu{background-color:#A1CF64}.ui.inverted.green.pointing.menu .active.item:after{background-color:#A1CF64}.ui.inverted.red.menu{background-color:#EF4D6D}.ui.inverted.red.pointing.menu .active.item:after{background-color:#F16883}.ui.inverted.blue.menu{background-color:#6ECFF5}.ui.inverted.blue.pointing.menu .active.item:after{background-color:#6ECFF5}.ui.inverted.purple.menu{background-color:#564F8A}.ui.inverted.purple.pointing.menu .active.item:after{background-color:#564F8A}.ui.inverted.orange.menu{background-color:#F05940}.ui.inverted.orange.pointing.menu .active.item:after{background-color:#F05940}.ui.inverted.teal.menu{background-color:#00B5AD}.ui.inverted.teal.pointing.menu .active.item:after{background-color:#00B5AD}.ui.text.menu{background-color:transparent;margin:0rem -1rem;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.text.menu .item{opacity:.6;margin:0 1em;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.6);-webkit-transition:opacity .1s linear;-moz-transition:opacity .1s linear;-o-transition:opacity .1s linear;-ms-transition:opacity .1s linear;transition:opacity .1s linear}.ui.text.menu .item:before{display:none}.ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(50,50,50,.8);font-size:.9rem;padding:0;text-transform:uppercase;font-weight:700}.ui.text.menu .header.item>a{background-color:transparent}.ui.text.item.menu .item{margin:0}.ui.vertical.text.menu{margin:1rem 0}.ui.vertical.text.menu .item{float:left;clear:left;margin:.3em 0}.ui.vertical.text.menu .header.item{margin:.8em 0}.ui.text.menu .item.hover,.ui.text.menu .item:hover{opacity:1;background-color:transparent}.ui.text.menu .active.item{background-color:transparent;padding:0;border:0;opacity:1;font-weight:700}.ui.text.pointing.menu .active.item:after{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.text.attached.menu{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.green.text.menu .active.item{color:#A1CF64}.ui.red.text.menu .active.item{color:#EF4D6D}.ui.blue.text.menu .active.item{color:#6ECFF5}.ui.purple.text.menu .active.item{color:#564F8A}.ui.orange.text.menu .active.item{color:#F05940}.ui.teal.text.menu .active.item{color:#00B5AD}.ui.secondary.menu{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui.secondary.menu{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui.secondary.menu>.item{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:.4em 1.3em;margin:0 .2em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.ui.secondary.menu>.item:before{display:none}.ui.secondary.menu>.active.item{border-top:0;background-color:rgba(0,0,0,.08)}.ui.secondary.inverted.menu>.active.item{background-color:rgba(255,255,255,.2)}.ui.secondary.item.menu>.item{margin:0}.ui.secondary.attached.menu{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.secondary.pointing.menu{border-bottom:.2rem solid rgba(0,0,0,.1)}.ui.secondary.pointing.menu .item{padding:.6em 1.3em;margin:0;color:rgba(0,0,0,.5);border-radius:0}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .item.hover,.ui.secondary.pointing.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.7)}.ui.secondary.pointing.menu .item:active,.ui.secondary.pointing.menu .item.down{background-color:transparent;box-shadow:0 .2em 0 0 rgba(0,0,0,.2)}.ui.secondary.pointing.menu .item.active{background-color:transparent;box-shadow:0 .2em 0 0 rgba(0,0,0,.4);color:rgba(0,0,0,.85)}.ui.secondary.inverted.pointing.menu{border-bottom:.2rem solid rgba(255,255,255,.1)}.ui.secondary.inverted.pointing.menu .item{color:rgba(255,255,255,.7)}.ui.secondary.inverted.pointing.menu .item.hover,.ui.secondary.inverted.pointing.menu .item:hover{color:rgba(255,255,255,.85)}.ui.secondary.inverted.pointing.menu .item:active,.ui.secondary.inverted.pointing.menu .item.down{box-shadow:0 .2em 0 0 rgba(255,255,255,.4)}.ui.secondary.inverted.pointing.menu .item.active{box-shadow:0 .2em 0 0 rgba(255,255,255,.8);color:#fff}.ui.icon.menu,.ui.vertical.icon.menu{width:auto;display:inline-block;min-height:0}.ui.icon.menu .item{text-align:center;color:rgba(60,60,60,.7)}.ui.icon.menu .item .icon{display:block;float:none;margin:0 auto;color:#3c3c3c}.ui.icon.menu .icon:before{opacity:1}.ui.inverted.icon.menu .item{color:rgba(255,255,255,.8)}.ui.inverted.icon.menu .icon{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .icon{display:block;font-size:1.5em;margin:0 auto .3em}.ui.fitted.menu .item,.ui.fitted.menu .item>a,.ui.fitted.menu .item .menu .item,.ui.fitted.menu .item .menu .item>a,.ui.menu .fitted.item,.ui.menu .fitted.item>a{padding-top:0;padding-bottom:0}.ui.tight.menu .item,.ui.tight.menu .item>a,.ui.tight.menu .item .menu .item,.ui.tight.menu .item .menu .item>a,.ui.menu .tight.item,.ui.menu .tight.item>a{padding:0}.ui.borderless.menu .item:before,.ui.borderless.menu .item>a:before,.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item .menu .item>a:before,.ui.menu .borderless.item:before,.ui.menu .borderless.item>a:before{background-image:none}.ui.compact.menu{display:inline-block}.ui.vertical.compact.menu{width:auto!important}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%}.ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;text-align:center}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{position:fixed;z-index:10;width:100%;border:0}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.ui.menu.fixed.top{top:0;left:0;right:auto;bottom:auto}.ui.menu.fixed.right{top:0;right:0;left:auto;bottom:auto;width:auto;height:100%}.ui.menu.fixed.bottom{bottom:0;left:0;top:auto;right:auto}.ui.menu.fixed.left{top:0;left:0;right:auto;bottom:auto;width:auto;height:100%}.ui.pointing.menu .active.item:after{position:absolute;bottom:-.35em;left:50%;content:"";margin-left:-.3em;width:.6em;height:.6em;border:0;border-bottom:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);background-image:none;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);z-index:2;-webkit-transition:background .1s linear;-moz-transition:background .1s linear;-o-transition:background .1s linear;-ms-transition:background .1s linear;transition:background .1s linear}.ui.vertical.pointing.menu .active.item:after{position:absolute;top:50%;right:-.4em;bottom:auto;left:auto;border:0;border-top:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);margin-top:-.3em}.ui.pointing.menu .active.item:after{background-color:#FCFCFC}.ui.pointing.menu .active.item.hover:after,.ui.pointing.menu .active.item:hover:after{background-color:#FAFAFA}.ui.pointing.menu .active.item.down:after,.ui.pointing.menu .active.item:active:after{background-color:#F0F0F0}.ui.menu.attached{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:0 0 0 1px #DDD;-webkit-box-shadow:0 0 0 1px #DDD;box-shadow:0 0 0 1px #DDD}.ui.top.attached.menu{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.ui.menu.bottom.attached{-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}.ui.menu .dynamic.dropdown.item:hover .menu{display:none}.ui.menu .dynamic.dropdown.item.hover .menu{display:block}.ui.tiny.menu .item{font-size:.875rem;padding:.35em .5em}.ui.tiny.menu .item>a{display:block;margin:-.35em -.5em;padding:.35em .5em}.ui.tiny.vertical.menu{width:9rem}.ui.small.menu .item{font-size:.875rem;min-height:1.2em}.ui.small.vertical.menu{width:13rem}.ui.menu .item{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu .item{font-size:1.125rem;min-height:1.35em}.ui.large.vertical.menu{width:18rem} \ No newline at end of file diff --git a/build/minified/elements/segment.min.css b/build/minified/elements/segment.min.css index bf22c2464..a67a25d02 100644 --- a/build/minified/elements/segment.min.css +++ b/build/minified/elements/segment.min.css @@ -1 +1 @@ -.ui.segment{position:relative;background-color:#FFF;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1);margin:1em 0;padding:1.3em 1em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.1);box-shadow:0 -1px 0 rgba(0,0,0,.1)}.ui.horizontal.segment{margin:0;padding-top:0;padding-bottom:0;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:1px 0 0 rgba(0,0,0,.1),-1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:1px 0 0 rgba(0,0,0,.1),-1px 0 0 rgba(0,0,0,.1);box-shadow:1px 0 0 rgba(0,0,0,.1),-1px 0 0 rgba(0,0,0,.1)}.ui.segment>:first-child{margin-top:0}.ui.segment>:last-child{margin-bottom:0}.ui.segment>:only-child{margin:0}.ui.segment>.attached.label:first-child+*{margin-top:2em}.ui.segment>.bottom.attached.label:first-child+*{margin-top:0}.ui.disabled.segment{opacity:.8;color:#DDD}.ui.basic.segment{position:relative;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.blue.segment{border-top:.2em solid #6ECFF5}.ui.green.segment{border-top:.2em solid #A1CF64}.ui.red.segment{border-top:.2em solid #EF4D6D}.ui.purple.segment{border-top:.2em solid #564F8A}.ui.teal.segment{border-top:.2em solid #00B5AD}.ui.inverted.black.segment{background-color:#5C6166!important;color:#FFF!important}.ui.inverted.blue.segment{background-color:#6ECFF5!important;color:#FFF!important}.ui.inverted.green.segment{background-color:#A1CF64!important;color:#FFF!important}.ui.inverted.red.segment{background-color:#EF4D6D!important;color:#FFF!important}.ui.inverted.purple.segment{background-color:#564F8A!important;color:#FFF!important}.ui.inverted.teal.segment{background-color:#00B5AD!important;color:#FFF!important}.ui.left.aligned.segment{text-align:left}.ui.right.aligned.segment{text-align:right}.ui.center.aligned.segment{text-align:center}.ui.floated.segment,.ui.left.floated.segment{float:left}.ui.right.floated.segment{float:right}.ui.stacked.segment{padding-bottom:1.7em}.ui.stacked.segment:after,.ui.stacked.segment:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(0,0,0,.1);background-color:rgba(0,0,0,.1);width:100%;height:5px}.ui.stacked.segment:before{bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before{background-color:rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.35)}.ui.raised.segment{-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,.1);box-shadow:0 1px 2px 1px rgba(0,0,0,.1)}.ui.inverted.segment{border-top:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.inverted.segment,.ui.primary.inverted.segment{background-color:#555;color:#FFF}.ui.primary.segment{background-color:#FFF;color:#555}.ui.secondary.segment{background-color:#F5F5F5;color:#777}.ui.tertiary.segment{background-color:#EBEBEB;color:#B0B0B0}.ui.secondary.inverted.segment{background-color:#555;background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.3)),to(rgba(255,255,255,.3)));background-image:-webkit-linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);background-image:-moz-linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);background-image:-o-linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);background-image:linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);color:#FAFAFA}.ui.tertiary.inverted.segment{background-color:#555;background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.6)),to(rgba(255,255,255,.6)));background-image:-webkit-linear-gradient(rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%);background-image:-moz-linear-gradient(rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%);background-image:-o-linear-gradient(rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%);background-image:linear-gradient(rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%);color:#EEE}.ui.segment.attached{top:-1px;bottom:-1px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;margin:0;-moz-box-shadow:0 0 0 1px #DDD;-webkit-box-shadow:0 0 0 1px #DDD;box-shadow:0 0 0 1px #DDD}.ui.top.attached.segment{top:0;bottom:-1px;margin-top:0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.ui.segment.bottom.attached{top:-1px;bottom:0;margin-bottom:0;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px} \ No newline at end of file +.ui.segment{position:relative;background-color:#FFF;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1);margin:1em 0;padding:1.3em 1em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 -1px 0 rgba(0,0,0,.1);box-shadow:0 -1px 0 rgba(0,0,0,.1)}.ui.horizontal.segment{margin:0;padding-top:0;padding-bottom:0;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:1px 0 0 rgba(0,0,0,.1),-1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:1px 0 0 rgba(0,0,0,.1),-1px 0 0 rgba(0,0,0,.1);box-shadow:1px 0 0 rgba(0,0,0,.1),-1px 0 0 rgba(0,0,0,.1)}.ui.segment>:first-child{margin-top:0}.ui.segment>:last-child{margin-bottom:0}.ui.segment>:only-child{margin:0}.ui.segment>.attached.label:first-child+*{margin-top:2em}.ui.segment>.bottom.attached.label:first-child+*{margin-top:0}.ui.disabled.segment{opacity:.8;color:#DDD}.ui.basic.segment{position:relative;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.fitted.segment{padding:0}.ui.blue.segment{border-top:.2em solid #6ECFF5}.ui.green.segment{border-top:.2em solid #A1CF64}.ui.red.segment{border-top:.2em solid #EF4D6D}.ui.purple.segment{border-top:.2em solid #564F8A}.ui.teal.segment{border-top:.2em solid #00B5AD}.ui.inverted.black.segment{background-color:#5C6166!important;color:#FFF!important}.ui.inverted.blue.segment{background-color:#6ECFF5!important;color:#FFF!important}.ui.inverted.green.segment{background-color:#A1CF64!important;color:#FFF!important}.ui.inverted.red.segment{background-color:#EF4D6D!important;color:#FFF!important}.ui.inverted.purple.segment{background-color:#564F8A!important;color:#FFF!important}.ui.inverted.teal.segment{background-color:#00B5AD!important;color:#FFF!important}.ui.left.aligned.segment{text-align:left}.ui.right.aligned.segment{text-align:right}.ui.center.aligned.segment{text-align:center}.ui.floated.segment,.ui.left.floated.segment{float:left}.ui.right.floated.segment{float:right}.ui.stacked.segment{padding-bottom:1.7em}.ui.stacked.segment:after,.ui.stacked.segment:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(0,0,0,.1);background-color:rgba(0,0,0,.02);width:100%;height:5px}.ui.stacked.segment:before{bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before{background-color:rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.35)}.ui.raised.segment{-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,.1);box-shadow:0 1px 2px 1px rgba(0,0,0,.1)}.ui.inverted.segment{border-top:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ui.inverted.segment,.ui.primary.inverted.segment{background-color:#555;color:#FFF}.ui.primary.segment{background-color:#FFF;color:#555}.ui.secondary.segment{background-color:#F5F5F5;color:#777}.ui.tertiary.segment{background-color:#EBEBEB;color:#B0B0B0}.ui.secondary.inverted.segment{background-color:#555;background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.3)),to(rgba(255,255,255,.3)));background-image:-webkit-linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);background-image:-moz-linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);background-image:-o-linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);background-image:linear-gradient(rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 100%);color:#FAFAFA}.ui.tertiary.inverted.segment{background-color:#555;background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.6)),to(rgba(255,255,255,.6)));background-image:-webkit-linear-gradient(rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%);background-image:-moz-linear-gradient(rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%);background-image:-o-linear-gradient(rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%);background-image:linear-gradient(rgba(255,255,255,.6) 0,rgba(255,255,255,.6) 100%);color:#EEE}.ui.segment.attached{top:-1px;bottom:-1px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;margin:0;-moz-box-shadow:0 0 0 1px #DDD;-webkit-box-shadow:0 0 0 1px #DDD;box-shadow:0 0 0 1px #DDD}.ui.top.attached.segment{top:0;bottom:-1px;margin-top:0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.ui.segment.bottom.attached{top:-1px;bottom:0;margin-bottom:0;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px} \ No newline at end of file diff --git a/build/minified/views/activity-feed.min.css b/build/minified/views/activity-feed.min.css index b2e0d3a5b..d88a5280e 100644 --- a/build/minified/views/activity-feed.min.css +++ b/build/minified/views/activity-feed.min.css @@ -1 +1 @@ -.ui.feed .event{overflow:hidden;border-top:1px solid #D9D9D9;padding:11px 9px}.ui.feed .event:first-child{border-top:0}.ui.feed .event .who{float:left;width:35px;height:35px;background:#efefef url(../images/placeholder-tiny.png) no-repeat center center;-webkit-box-shadow:-1px -1px 0 #f0f0f0 inset;-moz-box-shadow:-1px -1px 0 #f0f0f0 inset;box-shadow:-1px -1px 0 #f0f0f0 inset}.ui.feed .event .who img{display:block;width:35px}.ui.feed .event .what{margin-left:50px;font-size:12px;line-height:1.33;color:#555}.ui.feed .event .what p{margin:0;padding:0}.ui.feed .event .what a{font-weight:700}.ui.feed .event .what img{max-width:100%}.ui.feed .event .what blockquote{display:block;overflow:hidden;margin:8px 0;background-color:#F6FAFC;border:1px solid #E8F2F7;line-height:1.6;padding:6px 9px;color:#666;text-shadow:0 1px 0 rgba(255,255,255,.8)}.ui.feed .event .what blockquote.grey{background-color:#FAFAFA;border:1px solid #EAEAEA;font-weight:700}.ui.feed .event blockquote img{float:left;width:75px;margin-right:20px}.ui.feed .event .what blockquote p{margin:0 0 10px}.ui.feed .event .what .attached{overflow:hidden;margin:8px 0 0}.ui.feed .event .what .attached img{float:left;margin:0 5px 0 0}.ui.feed .event .what .attached a img{border:1px solid #B2B2B2}.ui.feed .event .what .attached a:hover img{border:1px solid #999}.ui.feed .event .when{float:right;font-size:11px;text-align:right;color:#A1A1A1}.ui.large.feed .who{width:auto;height:auto}.ui.large.feed .who img{width:auto}.ui.large.feed .what{margin-left:70px;font-size:14px;line-height:1.33}.ui.large.feed .what blockquote{color:#555}.ui.large.feed .what img{display:block;width:auto}.ui.large.feed .when{font-size:12px} \ No newline at end of file +.ui.feed .event{overflow:hidden;border-top:1px solid #D9D9D9;padding:11px 9px}.ui.feed .event:first-child{border-top:0}.ui.feed .event .who{float:left;width:35px;height:35px;background:#efefef url(../images/placeholder-tiny.png) no-repeat center center;-webkit-box-shadow:-1px -1px 0 #f0f0f0 inset;-moz-box-shadow:-1px -1px 0 #f0f0f0 inset;box-shadow:-1px -1px 0 #f0f0f0 inset}.ui.feed .event .who img{display:block;width:35px}.ui.feed .event .what{margin-left:50px;font-size:12px;line-height:1.33;color:#555}.ui.feed .event .what p{margin:0;padding:0}.ui.feed .event .what a{font-weight:700}.ui.feed .event .what img{max-width:100%}.ui.feed .event .what .summary{display:block;overflow:hidden;margin:8px 0;background-color:#F6FAFC;border:1px solid #E8F2F7;line-height:1.6;padding:6px 9px;color:#666;text-shadow:0 1px 0 rgba(255,255,255,.8)}.ui.feed .event .what .summary.grey{background-color:#FAFAFA;border:1px solid #EAEAEA;font-weight:700}.ui.feed .event .summary img{float:left;width:75px;margin-right:20px}.ui.feed .event .what .summary p{margin:0 0 10px}.ui.feed .event .what .attached{overflow:hidden;margin:8px 0 0}.ui.feed .event .what .attached img{float:left;margin:0 5px 0 0}.ui.feed .event .what .attached a img{border:1px solid #B2B2B2}.ui.feed .event .what .attached a:hover img{border:1px solid #999}.ui.feed .event .when{float:right;font-size:11px;text-align:right;color:#A1A1A1}.ui.large.feed .who{width:auto;height:auto}.ui.large.feed .who img{width:auto}.ui.large.feed .what{margin-left:70px;font-size:14px;line-height:1.33}.ui.large.feed .what .summary{color:#555}.ui.large.feed .what img{display:block;width:auto}.ui.large.feed .when{font-size:12px} \ No newline at end of file diff --git a/build/minified/views/feed.min.css b/build/minified/views/feed.min.css new file mode 100644 index 000000000..13948f931 --- /dev/null +++ b/build/minified/views/feed.min.css @@ -0,0 +1 @@ +.ui.feed a{cursor:pointer}.ui.feed .event{width:100%;display:table;border-top:1px dotted rgba(0,0,0,.1);padding:1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.ui.feed .event:first-child{border-top:0}.ui.feed .label{width:3em;display:table-cell;vertical-align:top;text-align:left}.ui.feed .label .icon{font-size:1.75em;margin:0}.ui.feed .label img{width:3.25em;padding:.25em;margin:0;border-radius:50em}.ui.feed .content{display:table-cell;vertical-align:top;text-align:left;padding:1em 1em 0}.ui.feed .content .date{float:right;color:rgba(0,0,0,.4)}.ui.feed .content .summary{color:rgba(0,0,0,.75)}.ui.feed .content .summary img{display:inline-block;margin-right:.25em;width:4em;border-radius:500px}.ui.feed .content .extra{margin:1em 0 0;padding:.5em 0 0;color:rgba(0,0,0,.5)}.ui.feed .content .extra.images img{display:inline-block;margin-right:1em;width:9em}.ui.feed .content .extra.text{padding:.5em 1em;border-left:.2em solid rgba(0,0,0,.1)} \ No newline at end of file diff --git a/build/packaged/semantic.min.css.REMOVED.git-id b/build/packaged/semantic.min.css.REMOVED.git-id index ae33e5156..1cfcb217d 100644 --- a/build/packaged/semantic.min.css.REMOVED.git-id +++ b/build/packaged/semantic.min.css.REMOVED.git-id @@ -1 +1 @@ -997cedeadb5b36b9c049d6a5431594ee9df88cd0 \ No newline at end of file +1b2b2a611ea798ab9f7d09fcc613d2954ef4872a \ No newline at end of file diff --git a/build/uncompressed/collections/menu.css b/build/uncompressed/collections/menu.css index b826c6a40..73f2cc6d1 100644 --- a/build/uncompressed/collections/menu.css +++ b/build/uncompressed/collections/menu.css @@ -231,7 +231,7 @@ ---------------*/ .ui.menu .item > .label, .ui.menu .item > a > .label { - font-size: 0.875em; + font-size: 0.9em; margin: -0.3em 0em -0.3em 0.3em; padding: 0.1em 0.5em; vertical-align: baseline; @@ -708,6 +708,25 @@ -moz-box-shadow: none; box-shadow: none; } +/* colors */ +.ui.green.text.menu .active.item { + color: #A1CF64; +} +.ui.red.text.menu .active.item { + color: #EF4D6D; +} +.ui.blue.text.menu .active.item { + color: #6ECFF5; +} +.ui.purple.text.menu .active.item { + color: #564F8A; +} +.ui.orange.text.menu .active.item { + color: #F05940; +} +.ui.teal.text.menu .active.item { + color: #00B5AD; +} /*-------------- Secondary ---------------*/ diff --git a/build/uncompressed/elements/segment.css b/build/uncompressed/elements/segment.css index d2bb342f3..6d5eedc6b 100644 --- a/build/uncompressed/elements/segment.css +++ b/build/uncompressed/elements/segment.css @@ -93,6 +93,12 @@ -moz-box-shadow: none; box-shadow: none; } +/*------------------- + Fittted +--------------------*/ +.ui.fitted.segment { + padding: 0em; +} /*------------------- Colors --------------------*/ @@ -173,7 +179,7 @@ bottom: -3px; left: 0%; border-top: 1px solid rgba(0, 0, 0, 0.1); - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(0, 0, 0, 0.02); width: 100%; height: 5px; } diff --git a/build/uncompressed/views/activity-feed.css b/build/uncompressed/views/activity-feed.css index 001f16bfb..d66777761 100644 --- a/build/uncompressed/views/activity-feed.css +++ b/build/uncompressed/views/activity-feed.css @@ -40,7 +40,7 @@ .ui.feed .event .what img { max-width: 100%; } -.ui.feed .event .what blockquote { +.ui.feed .event .what .summary { display: block; overflow: hidden; margin: 8px 0px; @@ -51,17 +51,17 @@ color: #666666; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); } -.ui.feed .event .what blockquote.grey { +.ui.feed .event .what .summary.grey { background-color: #FAFAFA; border: 1px solid #EAEAEA; font-weight: bold; } -.ui.feed .event blockquote img { +.ui.feed .event .summary img { float: left; width: 75px; margin-right: 20px; } -.ui.feed .event .what blockquote p { +.ui.feed .event .what .summary p { margin: 0px 0px 10px; } .ui.feed .event .what .attached { @@ -98,7 +98,7 @@ font-size: 14px; line-height: 1.33; } -.ui.large.feed .what blockquote { +.ui.large.feed .what .summary { color: #555555; } .ui.large.feed .what img { diff --git a/build/uncompressed/views/feed.css b/build/uncompressed/views/feed.css new file mode 100644 index 000000000..ea14b1ca3 --- /dev/null +++ b/build/uncompressed/views/feed.css @@ -0,0 +1,88 @@ +/* + * # Activity Feed View + * http://github.com/quirkyinc/semantic + * + * + * Copyright 2013 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + * Released: May 22, 2013 + */ +/******************************* + Activity Feed +*******************************/ +.ui.feed a { + cursor: pointer; +} +/******************************* + Content +*******************************/ +/* Event */ +.ui.feed .event { + width: 100%; + display: table; + border-top: 1px dotted rgba(0, 0, 0, 0.1); + padding: 1em; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; +} +.ui.feed .event:first-child { + border-top: 0px; +} +/* Event Label */ +.ui.feed .label { + width: 3em; + display: table-cell; + vertical-align: top; + text-align: left; +} +.ui.feed .label .icon { + font-size: 1.75em; + margin: 0em; +} +.ui.feed .label img { + width: 3.25em; + padding: 0.25em; + margin: 0em; + border-radius: 50em; +} +/* Content */ +.ui.feed .content { + display: table-cell; + vertical-align: top; + text-align: left; + padding: 1em 1em 0em; +} +/* Date */ +.ui.feed .content .date { + float: right; + color: rgba(0, 0, 0, 0.4); +} +/* Summary */ +.ui.feed .content .summary { + color: rgba(0, 0, 0, 0.75); +} +.ui.feed .content .summary img { + display: inline-block; + margin-right: 0.25em; + width: 4em; + border-radius: 500px; +} +/* Additional Information */ +.ui.feed .content .extra { + margin: 1em 0em 0em; + padding: 0.5em 0em 0em; + color: rgba(0, 0, 0, 0.5); +} +.ui.feed .content .extra.images img { + display: inline-block; + margin-right: 1em; + width: 9em; +} +.ui.feed .content .extra.text { + padding: 0.5em 1em; + border-left: 0.2em solid rgba(0, 0, 0, 0.1); +} diff --git a/node/npm-debug.log b/node/npm-debug.log new file mode 100644 index 000000000..202210ed7 --- /dev/null +++ b/node/npm-debug.log @@ -0,0 +1,85 @@ +0 info it worked if it ends with ok +1 verbose cli [ 'node', +1 verbose cli '/usr/bin/npm', +1 verbose cli 'install', +1 verbose cli 'grunt-bower-installer', +1 verbose cli '--save-dev' ] +2 info using npm@1.2.21 +3 info using node@v0.10.5 +4 verbose node symlink /usr/bin/node +5 verbose read json /home/jack/quirky/semantic/node/package.json +6 verbose read json /home/jack/quirky/semantic/node/node_modules/bal-util/package.json +7 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad/package.json +8 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-coffeescript/package.json +9 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-eco/package.json +10 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-ghpages/package.json +11 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-handlebars/package.json +12 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-html2coffee/package.json +13 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-jade/package.json +14 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-livereload/package.json +15 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-marked/package.json +16 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-paged/package.json +17 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-partials/package.json +18 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-stylus/package.json +19 verbose read json /home/jack/quirky/semantic/node/node_modules/docpad-plugin-text/package.json +20 verbose read json /home/jack/quirky/semantic/node/node_modules/grunt/package.json +21 verbose read json /home/jack/quirky/semantic/node/node_modules/grunt-bower-task/package.json +22 verbose read json /home/jack/quirky/semantic/node/node_modules/grunt-contrib-clean/package.json +23 verbose read json /home/jack/quirky/semantic/node/node_modules/grunt-contrib-copy/package.json +24 verbose read json /home/jack/quirky/semantic/node/node_modules/grunt-contrib-cssmin/package.json +25 verbose read json /home/jack/quirky/semantic/node/node_modules/grunt-contrib-less/package.json +26 verbose read json /home/jack/quirky/semantic/node/node_modules/grunt-contrib-uglify/package.json +27 verbose read json /home/jack/quirky/semantic/node/node_modules/grunt-contrib-watch/package.json +28 verbose read json /home/jack/quirky/semantic/node/node_modules/grunt-css/package.json +29 verbose read json /home/jack/quirky/semantic/node/node_modules/underscore/package.json +30 verbose from cache /home/jack/quirky/semantic/node/package.json +31 verbose readDependencies using package.json deps +32 verbose cache add [ 'grunt-bower-installer', null ] +33 verbose cache add name=undefined spec="grunt-bower-installer" args=["grunt-bower-installer",null] +34 verbose parsed url { protocol: null, +34 verbose parsed url slashes: null, +34 verbose parsed url auth: null, +34 verbose parsed url host: null, +34 verbose parsed url port: null, +34 verbose parsed url hostname: null, +34 verbose parsed url hash: null, +34 verbose parsed url search: null, +34 verbose parsed url query: null, +34 verbose parsed url pathname: 'grunt-bower-installer', +34 verbose parsed url path: 'grunt-bower-installer', +34 verbose parsed url href: 'grunt-bower-installer' } +35 silly lockFile 8289328e-grunt-bower-installer grunt-bower-installer +36 verbose lock grunt-bower-installer /home/jack/.npm/8289328e-grunt-bower-installer.lock +37 silly lockFile 8289328e-grunt-bower-installer grunt-bower-installer +38 silly lockFile 8289328e-grunt-bower-installer grunt-bower-installer +39 verbose addNamed [ 'grunt-bower-installer', '' ] +40 verbose addNamed [ null, '' ] +41 silly lockFile 550a3685-grunt-bower-installer grunt-bower-installer@ +42 verbose lock grunt-bower-installer@ /home/jack/.npm/550a3685-grunt-bower-installer.lock +43 silly addNameRange { name: 'grunt-bower-installer', range: '', hasData: false } +44 verbose url raw grunt-bower-installer +45 verbose url resolving [ 'https://registry.npmjs.org/', './grunt-bower-installer' ] +46 verbose url resolved https://registry.npmjs.org/grunt-bower-installer +47 info trying registry request attempt 1 at 12:22:55 +48 http GET https://registry.npmjs.org/grunt-bower-installer +49 http 404 https://registry.npmjs.org/grunt-bower-installer +50 silly registry.get cb [ 404, +50 silly registry.get { server: 'CouchDB/1.3.0 (Erlang OTP/R15B03)', +50 silly registry.get date: 'Thu, 23 May 2013 16:22:40 GMT', +50 silly registry.get 'content-type': 'application/json', +50 silly registry.get 'content-length': '52', +50 silly registry.get 'cache-control': 'must-revalidate' } ] +51 silly lockFile 550a3685-grunt-bower-installer grunt-bower-installer@ +52 silly lockFile 550a3685-grunt-bower-installer grunt-bower-installer@ +53 error 404 'grunt-bower-installer' is not in the npm registry. +53 error 404 You should bug the author to publish it +53 error 404 +53 error 404 Note that you can also install from a +53 error 404 tarball, folder, or http url, or git url. +54 error System Linux 3.0.0-17-generic +55 error command "node" "/usr/bin/npm" "install" "grunt-bower-installer" "--save-dev" +56 error cwd /home/jack/quirky/semantic/node +57 error node -v v0.10.5 +58 error npm -v 1.2.21 +59 error code E404 +60 verbose exit [ 1, true ] diff --git a/node/src/documents/modules/shape.html b/node/src/documents/modules/shape.html index d15658459..099bf4f65 100755 --- a/node/src/documents/modules/shape.html +++ b/node/src/documents/modules/shape.html @@ -29,7 +29,7 @@ type : 'UI Module'
The module uses 3D transformations which are currently only supported in modern versions of Chrome, Safari, and Firefox.
-

Check Box

+

Shape

A shape has multiple sides of arbitrary content. Only one is visible

@@ -41,7 +41,6 @@ type : 'UI Module'
-

Shapes makes creating 3D tweens easier by taking care of the dirty business of calculating translations based on content sizing, which can be a confusing, frustrating task.

Examples

diff --git a/node/src/documents/views/feed.html b/node/src/documents/views/feed.html new file mode 100755 index 000000000..280a05936 --- /dev/null +++ b/node/src/documents/views/feed.html @@ -0,0 +1,171 @@ +--- +layout : 'default' +css : 'feed' + +title : 'Feed' +type : 'UI View' +--- +
+
+

Feed

+

An item view is a generic list of site content, and can be useful for displaying a wide variety of named image content.

+
+
+
+ + + +

Standard

+ +
+

Feed

+
+ +
+
+ +
+
+
+ Just moments ago +
+
+ Sally Poodle added you as a friend +
+
+
+
+
+ +
+
+
+ 3 days ago +
+
+ You submitted a new post to the page +
+
+ I am a dog and I do not know how to make a post +
+
+
+
+
+ +
+
+
+ 3 days ago +
+
+ Sally Poodle added 2 new photos of you +
+
+ + +
+
+
+
+
+ +
+
+
+ Just moments ago +
+
+ James Doggington added you as a friend +
+
+
+
+
+ +
+
+
+ 3 days ago +
+
+ You submitted a new post to the page +
+
+ I am a dog and I do not know how to make a post +
+
+
+
+
+ +
+
+
+ 3 days ago +
+
+ Sally Poodle added a new photos of you +
+
+ +
+
+
+
+
+ +
+
+
+ Just moments ago +
+
+ Sally Poodle added you as a friend +
+
+
+
+
+ +
+
+
+ 3 days ago +
+
+ You submitted a new post to the page +
+
+ I am a dog and I do not know how to make a post +
+
+
+
+
+ +
+
+
+ 3 days ago +
+
+ Sally Poodle added 2 new photos of you +
+
+ + +
+
+
+
+
+ + +
\ No newline at end of file diff --git a/node/src/files/components/semantic/collections/menu.css b/node/src/files/components/semantic/collections/menu.css index b826c6a40..73f2cc6d1 100644 --- a/node/src/files/components/semantic/collections/menu.css +++ b/node/src/files/components/semantic/collections/menu.css @@ -231,7 +231,7 @@ ---------------*/ .ui.menu .item > .label, .ui.menu .item > a > .label { - font-size: 0.875em; + font-size: 0.9em; margin: -0.3em 0em -0.3em 0.3em; padding: 0.1em 0.5em; vertical-align: baseline; @@ -708,6 +708,25 @@ -moz-box-shadow: none; box-shadow: none; } +/* colors */ +.ui.green.text.menu .active.item { + color: #A1CF64; +} +.ui.red.text.menu .active.item { + color: #EF4D6D; +} +.ui.blue.text.menu .active.item { + color: #6ECFF5; +} +.ui.purple.text.menu .active.item { + color: #564F8A; +} +.ui.orange.text.menu .active.item { + color: #F05940; +} +.ui.teal.text.menu .active.item { + color: #00B5AD; +} /*-------------- Secondary ---------------*/ diff --git a/node/src/files/components/semantic/elements/segment.css b/node/src/files/components/semantic/elements/segment.css index d2bb342f3..6d5eedc6b 100644 --- a/node/src/files/components/semantic/elements/segment.css +++ b/node/src/files/components/semantic/elements/segment.css @@ -93,6 +93,12 @@ -moz-box-shadow: none; box-shadow: none; } +/*------------------- + Fittted +--------------------*/ +.ui.fitted.segment { + padding: 0em; +} /*------------------- Colors --------------------*/ @@ -173,7 +179,7 @@ bottom: -3px; left: 0%; border-top: 1px solid rgba(0, 0, 0, 0.1); - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(0, 0, 0, 0.02); width: 100%; height: 5px; } diff --git a/node/src/files/components/semantic/views/activity-feed.css b/node/src/files/components/semantic/views/activity-feed.css index 001f16bfb..d66777761 100644 --- a/node/src/files/components/semantic/views/activity-feed.css +++ b/node/src/files/components/semantic/views/activity-feed.css @@ -40,7 +40,7 @@ .ui.feed .event .what img { max-width: 100%; } -.ui.feed .event .what blockquote { +.ui.feed .event .what .summary { display: block; overflow: hidden; margin: 8px 0px; @@ -51,17 +51,17 @@ color: #666666; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); } -.ui.feed .event .what blockquote.grey { +.ui.feed .event .what .summary.grey { background-color: #FAFAFA; border: 1px solid #EAEAEA; font-weight: bold; } -.ui.feed .event blockquote img { +.ui.feed .event .summary img { float: left; width: 75px; margin-right: 20px; } -.ui.feed .event .what blockquote p { +.ui.feed .event .what .summary p { margin: 0px 0px 10px; } .ui.feed .event .what .attached { @@ -98,7 +98,7 @@ font-size: 14px; line-height: 1.33; } -.ui.large.feed .what blockquote { +.ui.large.feed .what .summary { color: #555555; } .ui.large.feed .what img { diff --git a/node/src/files/components/semantic/views/feed.css b/node/src/files/components/semantic/views/feed.css new file mode 100644 index 000000000..ea14b1ca3 --- /dev/null +++ b/node/src/files/components/semantic/views/feed.css @@ -0,0 +1,88 @@ +/* + * # Activity Feed View + * http://github.com/quirkyinc/semantic + * + * + * Copyright 2013 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + * Released: May 22, 2013 + */ +/******************************* + Activity Feed +*******************************/ +.ui.feed a { + cursor: pointer; +} +/******************************* + Content +*******************************/ +/* Event */ +.ui.feed .event { + width: 100%; + display: table; + border-top: 1px dotted rgba(0, 0, 0, 0.1); + padding: 1em; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; +} +.ui.feed .event:first-child { + border-top: 0px; +} +/* Event Label */ +.ui.feed .label { + width: 3em; + display: table-cell; + vertical-align: top; + text-align: left; +} +.ui.feed .label .icon { + font-size: 1.75em; + margin: 0em; +} +.ui.feed .label img { + width: 3.25em; + padding: 0.25em; + margin: 0em; + border-radius: 50em; +} +/* Content */ +.ui.feed .content { + display: table-cell; + vertical-align: top; + text-align: left; + padding: 1em 1em 0em; +} +/* Date */ +.ui.feed .content .date { + float: right; + color: rgba(0, 0, 0, 0.4); +} +/* Summary */ +.ui.feed .content .summary { + color: rgba(0, 0, 0, 0.75); +} +.ui.feed .content .summary img { + display: inline-block; + margin-right: 0.25em; + width: 4em; + border-radius: 500px; +} +/* Additional Information */ +.ui.feed .content .extra { + margin: 1em 0em 0em; + padding: 0.5em 0em 0em; + color: rgba(0, 0, 0, 0.5); +} +.ui.feed .content .extra.images img { + display: inline-block; + margin-right: 1em; + width: 9em; +} +.ui.feed .content .extra.text { + padding: 0.5em 1em; + border-left: 0.2em solid rgba(0, 0, 0, 0.1); +} diff --git a/node/src/files/images/demo/avatar.jpg b/node/src/files/images/demo/avatar.jpg new file mode 100755 index 0000000000000000000000000000000000000000..efb4477494a595d270e85d523d85099e3f3f7a02 GIT binary patch literal 19588 zcmeIZcUV)w(f(ilxDhetJ zSZJaGD$)c6kzxUadlIa_`abV{?)T527rIh zdmem00q8dl0e~dykGCNT?}J9z`{RlDP=9NXdz&B`-?f2HRt$BcvQiB7=HUMO60br)20MsEe-_{6_05He=!uCHA zuyqSyqXkd^3I-7YpllEr8)Rz?tR&6W9f&@tB^87cK!wQx20);2Dry>9I(i1M@&6=3 z04VGSkrjZzAuuQ$N<~9WO9f+80f}rd_)c~uD#N|r93mlym8m&1ORgA+ig7vI_EAwK z9O*Nr5zlg59RG+6RpTzLKPq98?SwMzC?l%x=y!gDUTR3_93V|Bn@OHJf9&e%JA;!e z<&AfTrdC~i!xD2Un(jTF{-j~<>KC4rTiM(-JoA|ifI>lS;S`-{sHxN_D(qBZhl3h~ zh;UFTAI{_?YjE44Z&5|eXPj^(%h-_%8LIkGoSLivjf7f9Kd4064wR|0IuZTmrwadG z1Ib@1Y`p*&VU#l20DYkDz~i=7A4_4o^}bZxsCU`fgAyXI<5DfZ0FAYI28aubs>6@= zY9wy~0RefICvGn2$a%&c3(b@5zKnDt;b(NyCE(Ae64WxwZ~0F>K4^QBHm&sYA)aBK zNmuiMwQ#$Vf&K49mupk>p9`CM+?dB5itRqXxsz?lY@^RkVvVqi18GH*LS-DDQhb|q zf;c2URCZ-=oIKaOTQaR2#n5ibQo$D%)ZvUk>&W}VY^j(zNJI) z))U^qqiM|FjvqMxIz_TqB;&buX0?Q#Z2c_(t9-_ctK~a+&Iq08P_^u@ViZ|FBR5zd zAr?pI=(@W$o_%&S7u__xcI+X(dLKiyQt!xYRABiWZ?1Ayx4|L3MV$zi$-1B-+s{a} z*Kv)Uo`938^P7b3v&bA&CbB^wG2PtG^WJP4(>sz|5=LwXhNM5ttGRwNcj@T~w`(mI zSA$=U)QGr$VjbTCOe1rR+b$g#40GTAVc(pPUVf~6Y)y^dkWkvX1^UyQ$##$GuIB#0 z1)cQ7?wdxgq~`7H0MAqnG~ z@QSrl5P)^!LMI-{jpmEcjfF@wMvLZ6Kcjn+%_psw_HfLj@X4o?+T~ZDJ+HMbt~Jh+ zikrr8tQ^R)pu;!$;wPVW8Id$^>@J0TZt}htJ*(es+mM!GGRGzur7rC8Y^h7b{$NQC z@3_~^Zh4^P@+PcusX9TGN7TMaYrn5n**EWHs(Q|=g2k$*ZnVXv$FqDof3d%7tB)|( zb2?Eg?<&7n$>mNXI;K&QmD=4E$TNfG%^K&k0Vrh2u-W8_)oFiDz9a>V*w>7fg~WHo z{jrQu#>EQS%VO_#A?0q@Ax|Ds-GtE0)rp^NF6Zz-Khb$qouDD>@O<>G;Lf~fK|OQ& z<@c4{y*kaO8`Df$u6cy%)dgiS8~{$b3J&kS-uki($KXB}@;0O@NWbt^U}5z{EIyVu zO{6nU{m69tzGdGJV`h8B{qv$_yGJ(y3(_&QcUbz|6ugC3vHN2OgQe?xnC9c;4HQvU zEJgTlLvLAb7JQrt2`nSwUf&+7V~`ZxAuL_q()*I8@5;^HQpTqJL(~2dU3c)dr2|>( z=X4KuMy|YQrXEkbmmYXHF?}-Gs&b{!)5F%8V2o02FV1RaBw}g~D<(Xw(3XAIviq?2rtq*N&J6$5wrD(Lp9n7n!FQ9@E&R!gxir?il+Z_asws5qnlr)qLTs zwA?+(t^T8_%>fKfM{k$|5m3M=T+(tcMwaT~p)WdqDK5$oDYj1B|7w^$~^MMdDig@Gp!eH z`Is&Y=gGT1jZrYJM!C7R*6hbJFEFIHRIXd-DO9w{+_R7aj=ZrGiA&|XNWyLbFBF*W zRgIvc3!m5tQ~AxkbkV^xwy%UWC$=TUa2`%f9oe^U&TSumY}wiSOg-fpUD~2{`P{xp znYviRwgw*;y&c1YYw4A4X`a3hpRzoPUywqn$!2QnoQXWKCVR9Jy}!-)M3^9qUo2)& zrgDhp;HO@=K)BZ60Wb40ubXFzh^IQPi$C+!$mE+{HY+`m^mKkSl1n`*h~Mji5)dif zR6oD}TPaF4o@=*&%7dL9>T_3%*bPS5Dke{TYulY04`e+rdsVLVb_>`V;0+m#n7J)2 zX#?e72qegMMK`_LH#%q6pORj-Y>izCpL9rRb>+CyM3w0{G5VQZbDv&3d-sU*!r``& z%Hwa76LUi)4t|NOi+&epH6vJ?@s#P-CkZEB@zB0ny^&a%IS>0oFJ9R{542WIg4@>m z+0}3jqn!pw2al%(ibaQIv=pYL$)1zH>47zTp_Oo@cDDA)rPi)?d|%-CuG{>5G?KR5 zC3C!w{Yr5m-cM4z+Rfh1cfB2=j@Jus6N%&)S>IJy{ix`4@qu#VOE(tydEn4!1>=rR z&BmkAoeROakXuXEr&?vxqFP!QaaReFMn6H>JX^{~(Re68%Nuo%0Xjm-d@o@`}CDE@H=Br~XWwWuuYtp;U&VK8^vNhN_ zC#bKYlpSV48sa^7xUp76K3C(_g1a^KlP5D)hxm)cEH~a1Z2=Z<9q|1yjP!NeQz7?Y z17(3CiLH48OqORmTRY#yDvcRertV6-nc;aWy7@NVW4>%aw|zFUqk6h!#*Zm@gVUrh zP|#}TD^J~pi-9dC;-n(JG#v;GL|PR_Q;nckmX%P%Z47+f`#uuzr(1TrcrClxPC@bFus2lj*0|f$ zQnIyMUs|foJGX|n%rX7;tIUt3EioUze7P9EHN;RBa$06HZ(27uSFDUAzLYz(bVDC& zZFW;ieSYI%UnSeFo~*r=7lsy=Za$ZP-s-oXOLX^*khYlhraK*z4t6KUxUJ$YRVJ_S zKAJD}roR8uCz9b|mbL6rzrKsfF}=3Q%pm7u4GTr9{qP7d$&R|c#<9!{`L{hMwPXH1mG6MDh0l4LPi`G-A?ShFIJT4TZ?;vv;2NQ8WDgjo~hwwAu;1_E1Ghs}?8UIS)h`$onKG@Ko z6k9)H*w2J%5Z2^p0<_~V(MHHXzwd_Fwi4iAZe$E&tQZ_A^sKKArwob;O!%@1`a>j>BG=SBA#I4P4p($ zfTEHeikR-4^o?#X5nzyMI-zBNDrfw2fO;C z!Nvu9CE!+gwSf&-|N5uQlI2VwCzzwcQXe^AIO{Dx=xfp@_8`TtH}_(1@5`^irp zE3o-(9lr1PAV1!eaU?;ZF@G-6;f2M^fQkN-dI!X*i5K1m^ zFH8>f-v?;5$JMC@DDN@o<2&L|DvfgCP$$bq< z$xTbad>_S70}u^9->pveIs7h*kDP>Ag3)%}$w>g*0B=9^fHQytXBZ6lV8OWt1;_#0 z_M@=<5q%$!6x@&e|CZqg;k%OLB#wk7&xqv8Qv2XZI8^9AjC3SX38axb3_un< z{)avc82#$&WK{r%UtO7;rVhnokmyhstTlNsLjEX+ib4a??BGK~Nm!cvRu+vP0Z$74 z14WG|VEiyY=UG!nvUEEN4wS*BbV&u+wQ{KBbCen(C2{>dGwGw2lzl_0e}RKanO&(1Nz1O`py3O&Hnn$ z{`$@S`py3O&Hnn${`$@S`py3O&Hg{~n^D%XJHb^c0PX|9g(-QF$^saIi&Q+|18xTq zpfk!Jgo)r2N`Znw4vzoAfdGs_$CWx+;P$F`d*?~BeO3+uw#J#B`V)!4+6oG|PPG~7BLmSygby0rcj<|IXloZiU{HD@u4*=lHo?Yde~d*G z0qq!N>x7I7L~5Z#^mik4BeWxef`iaRZ$v~878j}=p(jESt_{Luw1NnN!a@wx6QP_; zBlg+YBaHC`G(t^YMGmQ`q=Zmcmse6%Q&(4#MS#cc$_k3$zq*`~s9Zbx=mj$NuM7~!lJUm=JTtyyF@KaFI($XT!P*#=$IpjhkaYXM3Ib5jd4+$pd zP$U6E@w_3(5<#yLiKr(6YPwy8px~ck|D~;dW3;jP&#XZ~WCKvdh7wJ~z*7EGBZQLo zSqcv5P&|o%M4N`8aYWG{*-^-!d4s{7CZ(n*qyid?4g%Ri!A4a2Syb?kj~RYu`J)~` z$&{8S7Z9v%Oh9{sJ~k)NzxJb{emQsl_$1;tel+NkL+goi?E z)Qrqbm6epV)RZ)hR87ToeUIG z+ZRs=@&-EtCdk_ltq>55_7g$;Y!z+F&e{f#0!<65`wMSrYz+FDeKA;&5DNNe5tgRL z>PlMb>T=5RO61NB+5oJX1tt`1$;j`+#StCy9l~M|ls>5KjU+pr^+b^5HbPRFgBbROvW#QFsDx-8HU2iFacB$gn7uY-!=@M*ML0R zumKrH1>wMR94J}mU{nx_4Br9a=L`Te9|HiM7r$^~=RnUy0su5U{;fXT@IS7;Oqf7+3S0llrNfH4O3i>V32)Tdk#Q*Dz zzp3?`9oHZ0Mr5XKr?V1xDDI`dcfNkL%;~|8khp!0gJ#VU>*GO zp9aDN;ehZ$gdyUPT@Yo6CS*6n6k-i=fVe>pLi`{&2niAcISNUIWI^&FC6Eh{E07k* zZO8*iALKb?95M@8f~-MdP(~;xR1hiwRe)+j4WU+0C#V}PRn$Ki|cO)4fT0jgb8+EkWQ`>6b= z!l@Fea;Pe(8maD54N*-|eWIqO=BAdU)}XeacB2lUj;2ndE~36feT%w}dV+eDhK7ch zW*3bfjUA0Q4Us01<_yh6ns%Cgnkkwuv<$Suw92$*wC=Px+9R|%wAHjXY5QqsXxHgj z>BQ-@>FnrGbdhxFbm!?>=^oQf(XG?7(M!_n(L2!x&>yDHqpzdCOFv4#%)r1P!l1>l zmjT0Yh#`;RGQ)j_afYvq?2Iyu#*ChfB*v4Bm5jF-pEE8qF)>Ln88Eps5t&XhU0~{D zddc*KnS)uL*^(K>9M4?9+{E0^yud=oBFSqRHYGMYwjj1NwraKqY;W0V*d^Fa*-`8X>}Bko>=PU?4p9zc4kX7>j`JLM zIi@(NIVCwQIRiLTIcqr|aV~PPbE$Hr|Un(_wnX7V=kj`6|yWcc>-h4Y=|yUX{U zpOasQAIX25zn=ev08~Imz(F8dpiH1wU{z2^&|ENB@Qh%m;Cmr%Ap@ZRp;JOPg=U30 zgm(*Lgii^#3(q0A5QYdWA`fu~vA9!Ur^Qav&XS#vcCL#^ia3iL5xFEXCQ2`=De5bF zO0+|CQA}9OMl43GM(l++ow%mBzj&^Am-uH1NeNepB#CB;w~{=PmXcADHIk!JOj7z% zAyTDMgVNN}n$m&NMbb}XpfYMQ{xStJk9R?Lsqez4;LR(vq@_GE%ufc~FH( z#Y`n$<(kSz)m^G+)w8P4)Hu{^)RNRX)V`@}s1wxd)MqusG!AMMY7A>~YT9e2Y2MeO z(lXMD*SfCtRa;$~s9mr9K}Sv}P^Vhwt*)dlTKBx}gr10=w_b_f>)nXm2X~*_{aSyg zzPEm<{u={P1C&99!Hl7_VSwR9!v!NnBZ5(*(Pv|A<5=TcCNL9oljA0jOxaDHP4i7( znu(bCnbnvrnyZ;do8Pjavaqtqv>3J&v_x87uw2}uu_t!V9V?JY6ohe0DW)&2oLcPhnr|z8*I|H;mggcN%vW_X_t_4^xlR9#fub zo{64My(GONydLc5+mGFU;{eM6?*k17sSdgxtUkEmZRcI;z3OA>Q|PmZG)Cqk-=Pdp zr%`S;yctZqR1TLaCQYJDbawf_wsyrGVjg0Py*%@;S`=M&cvFB+c^KXu6b zP}O1j!-0n%9#K4!b!6qJ>(SN(!GuEz6UWSt)g&?}5)y}#bdrjb;mMffM=2^PXHqtg zqmFl{DyHV7Zlod8x=$#b$UCuh()Z+}boKPJ8PplLjHj9UnN?YASy5RN**4itrx2%( zpISM6;PitW)tus7`dm`(>pbhcYiGpHWSrT^_s<_HFe8UFA@9=YqzC3)KSE z={3+AQqAl|&x=oLO=_>z$<>uy;=Yu68MsWkJa^^bm8bPq^&JhG4Ru$=uNF3PG#+n) zG(|QoHv2cfzUFqVuVqh5N2^Y2W1D9blZ~NVz z=s3_Z(z&m5@Xp>lkM3ICy?@W_UT2qKSNnav`_~_6KWORJ>~8K+?`i5)>ur3f_OS7h z`lF`D8jr6%(R$L_r`vb4U%&tMfXTqULCe9OA={z8r_N8G4SNp1eujGX_Br{c;>=e z<+s;o&1Rp>dCX0{3x2o$K5?FHzHmWm;pzv2550@~7N z{1o(Q{qylJykDxmYJTlnb6uNR58t5K$onS!t##9Cb95^R{08&aT|xtJEwFu;5Dp^; zFb01Q!H0$l4yU4_rKYB#rlzH*r2_*kJv}2iY{wMvw+I5KqN1gtWud2M`M~|{o{m*ZA384@e`7R+f4GfH+p%5sH z4GvI&mkAB`Qge8NmkBwQGfQZ=w(s(dt8n`)iV=={6gO6N%qp!%hIXi#NM@HcsPAw> z5j*?e&`KPoqvzpGIAv;f{;JD>vlQRb#4`ClA)0jT^!A;?e{-c!(_){0L~>r$wfoQB zev#I)bi+iZoVn2Q;Q8!V8SOpp0a3^Et6RHY%&l$TJ%mwFf%hTdv@lo@<$EUb^+!Xh zy`aX_A%`=SORg+(-tHS0HR5vcA$(L3Q#C%qo#iNAimdOT3GG*VV{&wdQ#N?hl80A9 z-IPxfMRe9!Dr@MJk{*~?PB?Y`>Ypl`{dN!X_iK=U==>j4{`0z`WON2Y|3Uw*sQlH( z7H^sn-i;cW&kc3}_D|1cy}Cr#N)Syvgj$HU~_Bb8$TSM=3dzVWk{E9k5&NfQ*J;&($aQ%wT$!m8`t3ivRkXc3| z-M3V}?ON)zKMTJ;{K3&|;JiSo>S~=}jEmY^7N0JydGnx&yH~?ylNsN2-*i|yds->$ ziA|VOe0=PkwqhZM`gBO)bXk)MdaA)$naMW7=L^z+^TZKA`m=9Nq@O%mi96|t&!?D5 zq4RsB?;f)|5L0=#Fp|3uDBGPnb;E@_b#LQ|C)oO9T<+_~iM@r|8_ymd+1I@@A+R_n zQF*{$JE<0{Kk@vbU~EkhE~$B@M>JLQ`sPBX{lG%prFaf=N&8DTUm|Ak<%7nmIEkK< zrqWeraJ5~_y)T*so?hI0^rPkhAn;poaH7m+QG3||k53zXMY|(3!+pT}RekWq?)sLK z+BkpbTQ6H)xkcgVu?!`q#K~TNnK`?OtTDK9x)>%E+fx&eQ(<8c-s~dGpq%~D@!BQp zsW#+QgB6pjG})La$&E?o#_0&P2Qi&Y-yRRUM~G-V#9ji#WbwRq7Unh=*0mlP3n=r? zy|%F6Z*InH0cYIxGlR-fm(A`i_q;f2(LJ!CeKyB{Yt?kBSP>?8+RN$a@J?N>%jW4G zD*Ot{{x|&&y^17E%bDFBF5JQ0FI#P@|3ISH_8`v=8D8iqjqoLtZs+Rs*`r1>G0M8) z&1oX2mTL{oiq~UU>}||8zaBj5REc%BQ?y~~Z-DVz+>PTHOy~2ikQr9=_*yn}H7BC1 zH6_yBGlz3#jOY0Da6_BLY(0aHY{}gRheltFdf16y?_(1Sx?4rF_iWAiL335jvIqB0 zMeN}^cko{3KvzcP$KF;ss(9+P8_}V&?TPg2_ddsO^+%i2Mgn1W$*b>*z9_h}McEu{ zoSzKbrFyxHI@9vmz`2KE?fOY+nGY-FZ)Zi;^zt3ManxhBx>VI3x2K9Tz5ddX&Fjn7 zE!LBk{?kIz_!*l$v7!eCiL{%S`;wCEr2J1CUltqqbd1^8=LBwiY9aE{RQVP#9alR& z5EM78!ep32Y(1GX=;(UxAor1$)7rI#*1_tZ*YWr9J#DEo9$qf%#=~{~FHR?>#$e@U zNCLN{AkZQM&pSDxqf>=@o9rYfXEJrKROt3KRb+K1?wTEOxgkH-QBgY=WSP5R>ICz*dD)GR(@Y|oljkfNrE$;?MiGyDyq9~cgyc`ETO1yGk(;~mxw=zs zcH>F@7SNr_o3#*ceK)4*wNn+n#RcK3LTAu-h=FX9nNfCAr<(Y7oLc#0dQjebro%;H z@BNRm9-opcMe}<%OW!M*9O_-wsa0`Iv(%-MZ*nTgQjn34u=1Tg_ddo+yO=`dzEJBOeHP1WdE)>-%6dD&y3*9iN7(aDTNMjILR4+XM*ek>AGD}Gac89^)h3Wn1x z+VK_dtliFK1?y>w>d2V$oKxLI4(~j*SOJH-l(6JloApmiAG|4F?=i;HH<&S0at;pF zW%k~KYC*iPn&#K4Bc9m9#P{vuG|@p;LCe!a+cgRrSsu-$=_6a=Su7OU(7i^QA9^>} z=lQnvO^chJ$*P>Vy$zqVjzX_*4=-eR>O>i_?Nr}Ysq1IX&oNybozr!hnlOUfv!wRf zu}6Pltdzaj^yUOjRo7fsnftATySg|RF6soM5<|{jx}wpy_0o;5R$M0zVW2gD&asm9 z*{tMqgSNBzo*oC>x+1Fgr5~}Cj5?VxQxdIL`$mX2M8$w=W5?Xk`RiIPr(d3WG;}9^ zYmgP0(A_miL$HK@`QqnqQF%oP-|MJ%FF(Zr=}^rCK^jRN*KzIA-2VhVO*+H;Rxirp zP5#p`T_20l;XAS<$qx@L`O8YZz6zF%F_~haOZA6Tud^QRy>DfI_T|?iNJEM`@7L2? zfR>7S$@G|U_hm!*qEbw@B~ti&SL8u)-iI29Ow&bPrIVlK6;e!h_H6F%N_YaahEfXn?}+h2n(IJzNFpf2&mAXIw0cT%C(XIEi-)I*NZG6 zZBEBy5Rl7)OYjk*bjHW#LUB%-GkmuCqBb`V=hbt2)SguRz;7uSC>FF{GO=g=Gy07x zA7o5*X@0cg1?rh0VpSBe;lZbf{-o9V9>X)kHFPqlBYd?b?$Z8vmfdY%BK&GXf@~SK zhFC=Ri0MxF-;y}T8n8QZFlA(f=Y6$=MwZNdJ1&PBo_Vha>xrRj-}FCf7e0G|3117BVh#`v>FdADbMJQQS zXF9^@q55Do*P(Jy++Y#8*Ymy{EFV)od!*m6>QJo8w>MvQVF_cpQv#VvA8hxG+v%yU zTw9B0xv(eNu`cRWat!}F+xDdJt*3H%tPh=;?-a8LBa7e?p9^)QO+Mg+_C<7svE5+r z9G^C&3h#|I(AsIM?jK^BtezbL)0@9L;x%Vh-MgEw>Viy-vFU|ZYFPuF+sQPk*GEge zQl7u7IW<}oXZOzCNju*oVDiNrYkn7ebwUB3z{eUxxSyj-_2I>4dk`{!#|x%DwNu73 zD~2UteVRH1{h&*JN5O3C=}TvIpRej@j8Dz;aY&Sfwb9ivPbV32*7&=0nobPwA1jXtV! zK3?XFpPPqkw#@>#_86vJx|W%A+twT>sUGsct|a*VutfIw7tR5s@t2@n#+->>2kS-J z_X}>2oM~4yP#Xhj4QZUxy7;#F7p+bk}UEITSMng}?SAp6ggw93<(Nq2A$bTi{C zJAIC*CHBufplaM;>5%3|JsS>j-_$CC3g*Z|rOIMHhfjG3a>v^3A1Dd3eX3za{RWBG{Robb}J z-N~nAE`t`i`xt4nln~Diwg54Kj>3yAeaEOBYYbUVuY774sM!@o$}$SCn$K%Et)-OO zarJ|i<>V_ZFaE`c(Lz4}L1Agk5iQ?k?>r*TK2PZGz7Ov$dy2g1K%r>fU@Qiir zoY8Koow^Z=93&ZvX=fVL)1KN~PA(6t*aCFBxwTY#b|m!Yz#VZoC`MYtU)gd-AcsvVJ!1 zdMDyqJt+~rZjyfW^tra!uVN-;t$rZUWHuJUL%#q`+dCa z*7o9>P5V~g)Y-tLy7p;Jc>dX@`nfP`535Y%KA)79B|`7fGjfJ)-1ql{t!S=G-STSi zKxyc1Lz!(nZg&c1w0&u^!>MkHkmBs4$Aa(wlke72Drk>Atxcwd&tv1joF zexDt;&dw+*qs6;fA@6OfyS-hnNmjo2I<1r~PpuQ;W`E^Xjr7No`=N4&-XC2nv@$9! z3|RRj8q=g0aB9HA@=d~d-y_rrsGXT`BKp>~(9w$FaOUG>$8|F8-OE<}@Xy`qR0n;M zzKN3FI?jC@F5aW2?Yn+=EOo12{F-X!O>Q9D$a3?{QS=Jw^3l1{HQAYS7gX269)zf( zp=ZSBMFyA(6Kl1;%?k1;94Kq@nN-kGnX@QQ^hi`MO@UWKsz#DGd%KhkeDY_e@TV%W ztWqvXMm!^&J4f%)*}`>8nf5%9h!Sr|c6WpQ84(dzy zoSZc?;sWdzwN5cVl5O54*SI4yO*BRFJ;!CV-sO*1*lgb~oDp4_UYB91u$*n*Q~3N- z+|@S^+Qk(wC$Eh}aZW5Qzni!I5aYl2@vG*kpsfM<;-spV<hy4eI`|-`1A{}*x4ts2ZqK?*L5S;pWbNT_cfep z9sY8(@RiG|R;a+u$HI8*gS#C=*(qrn`u#33didI<-Oc5lxk9TSY#Vz!JKn5a3cqqm zxG$$TaCjxVn2+?im)E)FS$|Kv-8-h)<%x%Z`&DbhDv&u#Nv)L(#jeFd=1I?|yjs6$ zh6Qq;?wO6kte%azc{0zYRJTw4)!yoXp{dPx>-vf2VRsgm=e7XH-NpJIi7ONPoxVj% iT{3a~wyS;Y)z}u0{b_b>w&=izcG>ZuJK&GO^Zx_)K>D5l literal 0 HcmV?d00001 diff --git a/node/src/files/images/demo/avatar2.jpg b/node/src/files/images/demo/avatar2.jpg new file mode 100755 index 0000000000000000000000000000000000000000..14c4c2e258fb8227de58e0709fe79aeeb37b7c16 GIT binary patch literal 4529 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 literal 0 HcmV?d00001 diff --git a/node/src/files/images/demo/item1.jpg.REMOVED.git-id b/node/src/files/images/demo/item1.jpg.REMOVED.git-id new file mode 100644 index 000000000..9e8874ff7 --- /dev/null +++ b/node/src/files/images/demo/item1.jpg.REMOVED.git-id @@ -0,0 +1 @@ +30a6fd65b5784d6430e6959392bd986b31dcb250 \ No newline at end of file diff --git a/node/src/files/images/demo/item2.jpg.REMOVED.git-id b/node/src/files/images/demo/item2.jpg.REMOVED.git-id new file mode 100644 index 000000000..be890a6b6 --- /dev/null +++ b/node/src/files/images/demo/item2.jpg.REMOVED.git-id @@ -0,0 +1 @@ +8bb958da18be6ecf2dd282642aeb4821786e0501 \ No newline at end of file diff --git a/node/src/files/images/demo/item3.jpg.REMOVED.git-id b/node/src/files/images/demo/item3.jpg.REMOVED.git-id new file mode 100644 index 000000000..481676e2b --- /dev/null +++ b/node/src/files/images/demo/item3.jpg.REMOVED.git-id @@ -0,0 +1 @@ +4fde445f967f302b25a85ca79e93e38ceeff853a \ No newline at end of file diff --git a/node/src/files/images/demo/item4.jpg.REMOVED.git-id b/node/src/files/images/demo/item4.jpg.REMOVED.git-id new file mode 100644 index 000000000..e5982b5d6 --- /dev/null +++ b/node/src/files/images/demo/item4.jpg.REMOVED.git-id @@ -0,0 +1 @@ +149745c6672081e39c088ae739865b745fe47d7d \ No newline at end of file diff --git a/node/src/files/images/demo/item5.jpg.REMOVED.git-id b/node/src/files/images/demo/item5.jpg.REMOVED.git-id new file mode 100644 index 000000000..9a593ac81 --- /dev/null +++ b/node/src/files/images/demo/item5.jpg.REMOVED.git-id @@ -0,0 +1 @@ +6679aed1652bad4de1b7cf9a7a16de84d0a12c4f \ No newline at end of file diff --git a/node/src/files/javascript/semantic.js b/node/src/files/javascript/semantic.js index 891d8cbff..67f6430a1 100755 --- a/node/src/files/javascript/semantic.js +++ b/node/src/files/javascript/semantic.js @@ -91,7 +91,6 @@ semantic.ready = function() { }, developerMode: function() { - console.log('dev mode'); $developer.addClass('active'); $designer.removeClass('active'); $example @@ -101,7 +100,6 @@ semantic.ready = function() { ; }, designerMode: function() { - console.log('design mode'); $designer.addClass('active'); $developer.removeClass('active'); $example @@ -334,7 +332,6 @@ semantic.ready = function() { subDirectory = href.split('/')[3], newLink = href.replace(subDirectory, theme) ; - console.log(theme, newLink); $(this) .attr('href', newLink) ; @@ -349,7 +346,6 @@ semantic.ready = function() { .tablesort() ; } - console.log($waypoints); $waypoints .waypoint({ continuous : false, diff --git a/node/src/files/javascript/shape.js b/node/src/files/javascript/shape.js index 0f944c229..f79600d2d 100755 --- a/node/src/files/javascript/shape.js +++ b/node/src/files/javascript/shape.js @@ -77,16 +77,16 @@ semantic.shape.ready = function() { setInterval(function() { $dogDemo .filter('.one') - .shape('flip.down') + .shape('flip.over') .end() .filter('.two') - .shape('flip.up') + .shape('flip.left') .end() .filter('.three') - .shape('flip.up') + .shape('flip.right') .end() ; - }, 3500); + }, 4000); }; diff --git a/node/src/layouts/default.html.eco b/node/src/layouts/default.html.eco index 532d4ba3a..a053a63a4 100755 --- a/node/src/layouts/default.html.eco +++ b/node/src/layouts/default.html.eco @@ -41,6 +41,7 @@ + diff --git a/src/collections/menu.less b/src/collections/menu.less index 91fecb3e2..5238daed0 100755 --- a/src/collections/menu.less +++ b/src/collections/menu.less @@ -315,7 +315,7 @@ .ui.menu .item > .label, .ui.menu .item > a > .label { - font-size: 0.875em; + font-size: 0.9em; margin: -0.3em 0em -0.3em 0.3em; padding: 0.1em 0.5em; vertical-align: baseline; @@ -941,6 +941,27 @@ box-shadow: none; } +/* colors */ +.ui.green.text.menu .active.item { + color: #A1CF64; +} +.ui.red.text.menu .active.item { + color: #EF4D6D; +} +.ui.blue.text.menu .active.item { + color: #6ECFF5; +} +.ui.purple.text.menu .active.item { + color: #564F8A; +} +.ui.orange.text.menu .active.item { + color: #F05940; +} +.ui.teal.text.menu .active.item { + color: #00B5AD; +} + + /*-------------- diff --git a/src/elements/segment.less b/src/elements/segment.less index de50d20b1..2a0ee891b 100755 --- a/src/elements/segment.less +++ b/src/elements/segment.less @@ -118,7 +118,6 @@ } - /******************************* Variations *******************************/ @@ -138,6 +137,15 @@ } +/*------------------- + Fittted +--------------------*/ + +.ui.fitted.segment { + padding: 0em; +} + + /*------------------- Colors --------------------*/ @@ -229,7 +237,7 @@ left: 0%; border-top: 1px solid rgba(0, 0, 0, 0.1); - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(0, 0, 0, 0.02); width: 100%; height: 5px; diff --git a/src/views/activity-feed.less b/src/views/activity-feed.less deleted file mode 100755 index 7a49fe4fe..000000000 --- a/src/views/activity-feed.less +++ /dev/null @@ -1,125 +0,0 @@ - -/******************************* - Activity Feed -*******************************/ - -/* Who */ -.ui.feed .event { - overflow: hidden; - border-top: 1px solid #D9D9D9; - padding: 11px 9px; -} -.ui.feed .event:first-child { - border-top: none; -} -.ui.feed .event .who { - float: left; - width: 35px; - height: 35px; - - background: #EFEFEF url(../images/placeholder-tiny.png) no-repeat center center; - - -webkit-box-shadow: -1px -1px 0 #F0F0F0 inset; - -moz-box-shadow: -1px -1px 0 #F0F0F0 inset; - box-shadow: -1px -1px 0 #F0F0F0 inset; -} -.ui.feed .event .who img { - display: block; - width: 35px; -} - -/* What */ -.ui.feed .event .what { - margin-left: 50px; - - font-size: 12px; - line-height: 1.33; - color: #555555; -} -.ui.feed .event .what p { - margin: 0px; - padding: 0px; -} -.ui.feed .event .what a { - font-weight: bold; -} -.ui.feed .event .what img { - max-width: 100%; -} - -.ui.feed .event .what blockquote { - display: block; - overflow: hidden; - - margin: 8px 0px; - background-color: #F6FAFC; - border: 1px solid #E8F2F7; - line-height: 1.6; - padding: 6px 9px; - - color: #666666; - text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); -} -.ui.feed .event .what blockquote.grey { - background-color: #FAFAFA; - border: 1px solid #EAEAEA; - font-weight: bold; -} -.ui.feed .event blockquote img { - float: left; - width: 75px; - margin-right: 20px; -} -.ui.feed .event .what blockquote p { - margin: 0px 0px 10px; -} - - -.ui.feed .event .what .attached { - overflow: hidden; - margin: 8px 0px 0px; -} -.ui.feed .event .what .attached img { - float: left; - margin: 0px 5px 0px 0px; -} -.ui.feed .event .what .attached a img { - border: 1px solid #B2B2B2; -} -.ui.feed .event .what .attached a:hover img { - border: 1px solid #999999; -} - -/* When */ -.ui.feed .event .when { - float: right; - - font-size: 11px; - text-align: right; - color: #A1A1A1; -} - - -/* Expanded Style */ -.ui.large.feed .who { - width: auto; - height: auto; -} -.ui.large.feed .who img { - width: auto; -} -.ui.large.feed .what { - margin-left: 70px; - font-size: 14px; - line-height: 1.33; -} -.ui.large.feed .what blockquote { - color: #555555; -} -.ui.large.feed .what img { - display: block; - width: auto; -} -.ui.large.feed .when { - font-size: 12px; -} \ No newline at end of file diff --git a/src/views/feed.less b/src/views/feed.less new file mode 100755 index 000000000..dfbe5f754 --- /dev/null +++ b/src/views/feed.less @@ -0,0 +1,110 @@ +/* + * # Activity Feed View + * http://github.com/quirkyinc/semantic + * + * + * Copyright 2013 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + * Released: May 22, 2013 + */ + + +/******************************* + Activity Feed +*******************************/ + +.ui.feed { + +} + +.ui.feed a { + cursor: pointer; +} + + +/******************************* + Content +*******************************/ + +/* Event */ +.ui.feed .event { + width: 100%; + display: table; + border-top: 1px dotted rgba(0, 0, 0, 0.1); + padding: 1em; + + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; +} +.ui.feed .event:first-child { + border-top: 0px; +} + +/* Event Label */ +.ui.feed .label { + width: 3em; + display: table-cell; + vertical-align: top; + text-align: left; +} +.ui.feed .label .icon { + font-size: 1.75em; + margin: 0em; +} +.ui.feed .label img { + width: 3.25em; + padding: 0.25em; + margin: 0em; + border-radius: 50em; +} + +/* Content */ +.ui.feed .content { + display: table-cell; + vertical-align: top; + text-align: left; + padding: 1em 1em 0em; +} + +/* Date */ +.ui.feed .content .date { + float: right; + color: rgba(0, 0, 0, 0.4); +} + +/* Summary */ +.ui.feed .content .summary { + color: rgba(0, 0, 0, 0.75); +} +.ui.feed .content .summary img { + display: inline-block; + margin-right: 0.25em; + width: 4em; + border-radius: 500px; +} + +/* Additional Information */ +.ui.feed .content .extra { + margin: 1em 0em 0em; + padding: 0.5em 0em 0em; + color: rgba(0, 0, 0, 0.5); +} + + +.ui.feed .content .extra.images { + +} +.ui.feed .content .extra.images img { + display: inline-block; + margin-right: 1em; + width: 9em; +} + +.ui.feed .content .extra.text { + padding: 0.5em 1em; + border-left: 0.2em solid rgba(0, 0, 0, 0.1); +}