Browse Source

Update release notes and rebuild

1.0
jlukic 10 years ago
parent
commit
b06da25f66
  1. 1
      RELEASE NOTES.md
  2. 2
      build/less/definitions/collections/menu.less
  3. 12
      build/less/definitions/collections/message.less
  4. 75
      build/less/definitions/elements/button.less
  5. 2
      build/less/themes/packages/default/collections/menu.variables
  6. 14
      build/less/themes/packages/default/elements/button.variables
  7. 17
      build/less/themes/packages/default/globals/site.variables
  8. 2
      build/minified/definitions/collections/menu.min.css
  9. 2
      build/minified/definitions/collections/message.min.css
  10. 2
      build/minified/definitions/elements/button.min.css
  11. 6093
      build/packaged/definitions/css/semantic.css
  12. 2
      build/packaged/definitions/css/semantic.min.css
  13. 115
      build/uncompressed/definitions/collections/breadcrumb.css
  14. 148
      build/uncompressed/definitions/collections/form.css
  15. 130
      build/uncompressed/definitions/collections/grid.css
  16. 160
      build/uncompressed/definitions/collections/menu.css
  17. 144
      build/uncompressed/definitions/collections/message.css
  18. 145
      build/uncompressed/definitions/collections/table.css
  19. 229
      build/uncompressed/definitions/elements/button.css
  20. 122
      build/uncompressed/definitions/elements/divider.css
  21. 110
      build/uncompressed/definitions/elements/flag.css
  22. 128
      build/uncompressed/definitions/elements/header.css
  23. 110
      build/uncompressed/definitions/elements/icon.css
  24. 120
      build/uncompressed/definitions/elements/image.css
  25. 128
      build/uncompressed/definitions/elements/input.css
  26. 138
      build/uncompressed/definitions/elements/label.css
  27. 149
      build/uncompressed/definitions/elements/list.css
  28. 121
      build/uncompressed/definitions/elements/loader.css
  29. 115
      build/uncompressed/definitions/elements/rail.css
  30. 107
      build/uncompressed/definitions/elements/reveal.css
  31. 124
      build/uncompressed/definitions/elements/segment.css
  32. 126
      build/uncompressed/definitions/elements/step.css
  33. 107
      build/uncompressed/definitions/globals/reset.css
  34. 307
      build/uncompressed/definitions/globals/site.css
  35. 126
      build/uncompressed/definitions/modules/accordion.css
  36. 107
      build/uncompressed/definitions/modules/chatroom.css
  37. 127
      build/uncompressed/definitions/modules/checkbox.css
  38. 114
      build/uncompressed/definitions/modules/dimmer.css
  39. 146
      build/uncompressed/definitions/modules/dropdown.css
  40. 125
      build/uncompressed/definitions/modules/modal.css
  41. 126
      build/uncompressed/definitions/modules/nag.css
  42. 129
      build/uncompressed/definitions/modules/popup.css
  43. 125
      build/uncompressed/definitions/modules/progress.css
  44. 118
      build/uncompressed/definitions/modules/rating.css
  45. 125
      build/uncompressed/definitions/modules/search.css
  46. 113
      build/uncompressed/definitions/modules/shape.css
  47. 107
      build/uncompressed/definitions/modules/sidebar.css
  48. 107
      build/uncompressed/definitions/modules/sticky.css
  49. 109
      build/uncompressed/definitions/modules/tab.css
  50. 107
      build/uncompressed/definitions/modules/transition.css
  51. 107
      build/uncompressed/definitions/modules/video.css
  52. 136
      build/uncompressed/definitions/views/card.css
  53. 128
      build/uncompressed/definitions/views/comment.css
  54. 134
      build/uncompressed/definitions/views/feed.css
  55. 134
      build/uncompressed/definitions/views/item.css
  56. 128
      build/uncompressed/definitions/views/statistic.css

1
RELEASE NOTES.md

@ -23,6 +23,7 @@
- **General** - Many modules now use DOM Mutations and event delegation to allow content adjustment after initialization
- **Accordion** - Accordion now includes all icons in an embedded font instead of requiring icons
- **Button** - Now has compact form, used for fitting into tight spaces
- **Button** - Now has CSS loaders to allow loading state to maintain other styles
- **Checkbox** - Now correctly handles read-only and disabled, has read-only and disabled states
- **Checkbox** - All styles have been redone. Standard checkboxes are now based around PX and not EM making sure there are no unusual circles or rounding issues. Checkboxes also now use a custom font for glyphs instead of CSS tricks.
- **Checkbox** - Checkbox now have a ``fireOnInit`` setting for firing callbacks on page load

2
build/less/definitions/collections/menu.less

@ -663,7 +663,7 @@
z-index: 2;
}
.ui.tabular.menu ~ .bottom.attached.segment {
margin: 0px 0px 0px 1px;
margin: -1px 0px 0px;
}

12
build/less/definitions/collections/message.less

@ -169,9 +169,7 @@
.ui.attached.message {
margin-bottom: @attachedYOffset;
border-radius: @borderRadius @borderRadius 0em 0em;
box-shadow:
@attachedBoxShadow
;
box-shadow: @attachedBoxShadow;
margin-left: @attachedXOffset;
margin-right: @attachedXOffset;
}
@ -203,20 +201,26 @@
}
.ui.icon.message > .icon:not(.close) {
display: table-cell;
width: auto;
vertical-align: @iconVerticalAlign;
font-size: @iconSize;
opacity: @iconOpacity;
width: 1em;
}
.ui.icon.message > .content {
display: table-cell;
width: 100%;
vertical-align: @iconVerticalAlign;
}
.ui.icon.message .icon:not(.close) + .content {
padding-left: @iconContentDistance;
}
.ui.icon.message .circular.icon {
width: 1em;
}
.ui.icon.message .circular.icon + .content {
width: auto;
padding-left: @circularIconContentDistance;
}

75
build/less/definitions/elements/button.less

@ -129,31 +129,67 @@
Loading
---------------*/
.ui.loading.button {
/* Specificity hack */
.ui.loading.loading.loading.loading.loading.loading.button {
position: relative;
cursor: default;
point-events: none;
background: @loadingBackground !important;
text-shadow: none !important;
color: transparent !important;
transition: all 0s linear;
box-shadow: @boxShadow;
}
.ui.loading.button:before {
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: @loaderMargin;
width: @loaderSize;
height: @loaderSize;
border-radius: @circularRadius;
border: @loaderLineWidth solid @loaderFillColor;
}
.ui.loading.button:after {
position: absolute;
top: 0em;
left: 0em;
width: 100%;
height: 100%;
content: '';
background: transparent url(@loaderPath) no-repeat 50% 50%;
top: 50%;
left: 50%;
margin: @loaderMargin;
width: @loaderSize;
height: @loaderSize;
animation: button-spin @loaderSpeed linear;
animation-iteration-count: infinite;
border-radius: @circularRadius;
border-color: @loaderLineColor transparent transparent;
border-style: solid;
border-width: @loaderLineWidth;
box-shadow: 0px 0px 0px 1px transparent;
}
.ui.labeled.icon.loading.button .icon {
background-color: transparent;
box-shadow: none;
}
@keyframes button-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.ui.basic.loading.button:not(.inverted):after {
border-color: @invertedLoaderLineColor transparent transparent;
}
/*-------------------
Disabled
--------------------*/
@ -556,22 +592,6 @@
font-size: @massive;
}
/* Loading Resize */
.ui.huge.loading.button:after,
.ui.huge.loading.button.active:after {
background-image: url(@hugeLoaderPath);
}
.ui.massive.buttons .loading.button:after,
.ui.gigantic.buttons .loading.button:after,
.ui.massive.loading.button:after,
.ui.gigantic.loading.button:after,
.ui.massive.buttons .loading.button.active:after,
.ui.gigantic.buttons .loading.button.active:after,
.ui.massive.loading.button.active:after,
.ui.gigantic.loading.button.active:after {
background-image: url(@massiveLoaderPath);
}
/*--------------
Icon Only
---------------*/
@ -677,11 +697,6 @@
box-shadow: @basicInvertedHoverBoxShadow !important;
}
/* Loading */
.ui.basic.loading.button:after {
background-color: @basicLoadingColor;
border-radius: @borderRadius;
}
/* Basic Group */
.ui.basic.buttons .button {

2
build/less/themes/packages/default/collections/menu.variables

@ -233,7 +233,7 @@
@tieredInvertedSubMenuBackground: rgba(0, 0, 0, 0.2);
/* Tabular */
@tabularBorderColor: #DCDDDE;
@tabularBorderColor: @solidBorderColor;
@tabularBackgroundColor: #FFFFFF;
@tabularBorderWidth: 1px;
@tabularHorizontalPadding: 1.4em;

14
build/less/themes/packages/default/elements/button.variables

@ -48,9 +48,15 @@
@iconVerticalAlign: baseline;
/* Loader */
@loaderPath: "@{imagePath}/loader-mini.gif";
@hugeLoaderPath: "@{imagePath}/loader-small.gif";
@massiveLoaderPath: "@{imagePath}/loader-medium.gif";
@loaderSize: 1.2857em;
@loaderOffset: -(@loaderSize / 2);
@loaderMargin: @loaderOffset 0em 0em @loaderOffset;
@loaderLineWidth: 3px;
@loaderSpeed: 0.75s;
@loaderFillColor: rgba(0, 0, 0, 0.15);
@loaderLineColor: rgba(255, 255, 255, 0.8);
@invertedLoaderLineColor: @darkGrey;
@transition:
opacity 0.1s @transitionEasing,
@ -114,7 +120,7 @@
@activeHoverBoxShadow: @activeBoxShadow;
/* Loading */
@loadingBackground: rgba(0, 0, 0, 0.04);
@loadingBackground: @offWhite;
/*-------------------
Types

17
build/less/themes/packages/default/globals/site.variables

@ -145,15 +145,14 @@
@darkWhite : #F0F0F0;
/*--- Colored Backgrounds ---*/
@blueBackground : #D3E4F3;
@greenBackground : #DEF2E0;
@orangeBackground : #F7E5D6;
@pinkBackground : #F9CEE6;
@purpleBackground : #E0DDF5;
@redBackground : #F8D5D3;
@tealBackground : #D2F5F5;
@yellowBackground : #FCF5D8;
@blueBackground : #DFF0FF;
@greenBackground : #EBFFED;
@orangeBackground : #FFEDDE;
@pinkBackground : #FFE3FB;
@purpleBackground : #EAE7FF;
@redBackground : #FFE8E6;
@tealBackground : #E9FFFF;
@yellowBackground : #FFF8DB;
/*--- Colored Text ---*/
@blueTextColor : @blue;

2
build/minified/definitions/collections/menu.min.css

File diff suppressed because one or more lines are too long

2
build/minified/definitions/collections/message.min.css

@ -11,4 +11,4 @@
* Released: 10/14/2014
*/
.ui.message{position:relative;min-height:1em;margin:1em 0;background:#efefef;padding:1em 1.5em;line-height:1.3;color:rgba(0,0,0,.8);-webkit-transition:opacity .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;transition:opacity .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;border-radius:.2857rem;box-shadow:0 0 0 1px rgba(39,41,43,.15) inset,0 0 0 0 transparent}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.ui.message .header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;margin:0}.ui.message .header:not(.ui){font-size:1.1em}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:.25em}.ui.message ul.list{opacity:.85;list-style-position:inside;margin:.5em 0 0;padding:0}.ui.message ul.list:first-child{margin-top:0}.ui.message ul.list:last-child{margin-bottom:0}.ui.message ul.list li{position:relative;list-style-type:none;margin:0 0 .3em 1em;padding:0}.ui.message ul.list li:before{position:absolute;content:'•';left:-1em;height:100%;vertical-align:baseline}.ui.message ul.list li:last-child{margin-bottom:0}.ui.message>.icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;position:absolute;margin:0;top:1.15em;right:.5em;opacity:.7;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.header.visible,.ui.message.visible{display:block!important}.ui.header.hidden,.ui.message.hidden{display:none}.ui.compact.message{display:inline-block}.ui.attached.message{margin-bottom:-1px;border-radius:.2857rem .2857rem 0 0;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;margin-left:-1px;margin-right:-1px}.ui.attached+.ui.attached.message:not(.top):not(.bottom){margin-top:-1px;border-radius:0}.ui.bottom.attached.message{margin-top:-1px;border-radius:0 0 .2857rem .2857rem;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.bottom.attached.message:not(:last-child){margin-bottom:1em}.ui.attached.icon.message{display:block;width:auto}.ui.icon.message{display:table;width:100%}.ui.icon.message>.icon:not(.close){display:table-cell;vertical-align:middle;font-size:3em;opacity:.8;width:1em}.ui.icon.message>.content{display:table-cell;vertical-align:middle}.ui.icon.message .icon:not(.close)+.content{padding-left:1.5rem}.ui.icon.message .circular.icon+.content{padding-left:2em}.ui.floating.message{box-shadow:0 1px 4px 0 rgba(0,0,0,.15),0 0 0 1px rgba(39,41,43,.15) inset}.ui.positive.message{background-color:#eeffe7;color:#3c763d}.ui.attached.positive.message,.ui.positive.message{box-shadow:0 0 0 1px #b7caa7 inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.positive.message .header{color:#356e36}.ui.negative.message{background-color:#fff0f0;color:#a94442}.ui.attached.negative.message,.ui.negative.message{box-shadow:0 0 0 1px #dbb1b1 inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.negative.message .header{color:#912d2b}.ui.info.message{background-color:#e9faff;color:#337b92}.ui.attached.info.message,.ui.info.message{box-shadow:0 0 0 1px #aad6df inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.info.message .header{color:#297187}.ui.warning.message{background-color:#fffbe6;color:#876a38}.ui.attached.warning.message,.ui.warning.message{box-shadow:0 0 0 1px #d9caab inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.warning.message .header{color:#825c01}.ui.error.message{background-color:#fff0f0;color:#a94442}.ui.attached.error.message,.ui.error.message{box-shadow:0 0 0 1px #dbb1b1 inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.error.message .header{color:#912d2b}.ui.success.message{background-color:#eeffe7;color:#3c763d}.ui.attached.success.message,.ui.success.message{box-shadow:0 0 0 1px #b7caa7 inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.success.message .header{color:#356e36}.ui.black.message,.ui.inverted.message{background-color:#1b1c1d;color:#fff}.ui.blue.message{background-color:#d3e4f3;color:#3b83c0}.ui.blue.message .header{color:#3576ac}.ui.green.message{background-color:#def2e0;color:#1ebc30}.ui.green.message .header{color:#1aa62a}.ui.orange.message{background-color:#f7e5d6;color:#e07b53}.ui.orange.message .header{color:#dc6a3d}.ui.pink.message{background-color:#f9cee6;color:#d9499a}.ui.pink.message .header{color:#d5348e}.ui.purple.message{background-color:#e0ddf5;color:#564f8a}.ui.purple.message .header{color:#4c467a}.ui.red.message{background-color:#f8d5d3;color:#d95c5c}.ui.red.message .header{color:#d44747}.ui.teal.message{background-color:#d2f5f5;color:#10a3a3}.ui.teal.message .header{color:#0e8c8c}.ui.yellow.message{background-color:#fcf5d8;color:#b58105}.ui.yellow.message .header{color:#9c6f04}.ui.small.message{font-size:.9285em}.ui.message{font-size:1em}.ui.large.message{font-size:1.1428em}.ui.huge.message{font-size:1.4285em}.ui.massive.message{font-size:1.7142em}
.ui.message{position:relative;min-height:1em;margin:1em 0;background:#efefef;padding:1em 1.5em;line-height:1.3;color:rgba(0,0,0,.8);-webkit-transition:opacity .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;transition:opacity .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease;border-radius:.2857rem;box-shadow:0 0 0 1px rgba(39,41,43,.15) inset,0 0 0 0 transparent}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.ui.message .header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;margin:0}.ui.message .header:not(.ui){font-size:1.1em}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:.25em}.ui.message ul.list{opacity:.85;list-style-position:inside;margin:.5em 0 0;padding:0}.ui.message ul.list:first-child{margin-top:0}.ui.message ul.list:last-child{margin-bottom:0}.ui.message ul.list li{position:relative;list-style-type:none;margin:0 0 .3em 1em;padding:0}.ui.message ul.list li:before{position:absolute;content:'•';left:-1em;height:100%;vertical-align:baseline}.ui.message ul.list li:last-child{margin-bottom:0}.ui.message>.icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;position:absolute;margin:0;top:1.15em;right:.5em;opacity:.7;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.header.visible,.ui.message.visible{display:block!important}.ui.header.hidden,.ui.message.hidden{display:none}.ui.compact.message{display:inline-block}.ui.attached.message{margin-bottom:-1px;border-radius:.2857rem .2857rem 0 0;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;margin-left:-1px;margin-right:-1px}.ui.attached+.ui.attached.message:not(.top):not(.bottom){margin-top:-1px;border-radius:0}.ui.bottom.attached.message{margin-top:-1px;border-radius:0 0 .2857rem .2857rem;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.bottom.attached.message:not(:last-child){margin-bottom:1em}.ui.attached.icon.message{display:block;width:auto}.ui.icon.message{display:table;width:100%}.ui.icon.message>.icon:not(.close){display:table-cell;width:auto;vertical-align:middle;font-size:3em;opacity:.8}.ui.icon.message>.content{display:table-cell;width:100%;vertical-align:middle}.ui.icon.message .icon:not(.close)+.content{padding-left:1.5rem}.ui.icon.message .circular.icon{width:1em}.ui.icon.message .circular.icon+.content{width:auto;padding-left:2em}.ui.floating.message{box-shadow:0 1px 4px 0 rgba(0,0,0,.15),0 0 0 1px rgba(39,41,43,.15) inset}.ui.positive.message{background-color:#eeffe7;color:#3c763d}.ui.attached.positive.message,.ui.positive.message{box-shadow:0 0 0 1px #b7caa7 inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.positive.message .header{color:#356e36}.ui.negative.message{background-color:#fff0f0;color:#a94442}.ui.attached.negative.message,.ui.negative.message{box-shadow:0 0 0 1px #dbb1b1 inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.negative.message .header{color:#912d2b}.ui.info.message{background-color:#e9faff;color:#337b92}.ui.attached.info.message,.ui.info.message{box-shadow:0 0 0 1px #aad6df inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.info.message .header{color:#297187}.ui.warning.message{background-color:#fffbe6;color:#876a38}.ui.attached.warning.message,.ui.warning.message{box-shadow:0 0 0 1px #d9caab inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.warning.message .header{color:#825c01}.ui.error.message{background-color:#fff0f0;color:#a94442}.ui.attached.error.message,.ui.error.message{box-shadow:0 0 0 1px #dbb1b1 inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.error.message .header{color:#912d2b}.ui.success.message{background-color:#eeffe7;color:#3c763d}.ui.attached.success.message,.ui.success.message{box-shadow:0 0 0 1px #b7caa7 inset,0 1px 2px 0 rgba(0,0,0,.05)}.ui.success.message .header{color:#356e36}.ui.black.message,.ui.inverted.message{background-color:#1b1c1d;color:#fff}.ui.blue.message{background-color:#dff0ff;color:#3b83c0}.ui.blue.message .header{color:#3576ac}.ui.green.message{background-color:#ebffed;color:#1ebc30}.ui.green.message .header{color:#1aa62a}.ui.orange.message{background-color:#ffedde;color:#e07b53}.ui.orange.message .header{color:#dc6a3d}.ui.pink.message{background-color:#ffe3fb;color:#d9499a}.ui.pink.message .header{color:#d5348e}.ui.purple.message{background-color:#eae7ff;color:#564f8a}.ui.purple.message .header{color:#4c467a}.ui.red.message{background-color:#ffe8e6;color:#d95c5c}.ui.red.message .header{color:#d44747}.ui.teal.message{background-color:#e9ffff;color:#10a3a3}.ui.teal.message .header{color:#0e8c8c}.ui.yellow.message{background-color:#fff8db;color:#b58105}.ui.yellow.message .header{color:#9c6f04}.ui.small.message{font-size:.9285em}.ui.message{font-size:1em}.ui.large.message{font-size:1.1428em}.ui.huge.message{font-size:1.4285em}.ui.massive.message{font-size:1.7142em}

2
build/minified/definitions/elements/button.min.css

File diff suppressed because one or more lines are too long

6093
build/packaged/definitions/css/semantic.css

File diff suppressed because it is too large

2
build/packaged/definitions/css/semantic.min.css

File diff suppressed because one or more lines are too long

115
build/uncompressed/definitions/collections/breadcrumb.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -159,117 +159,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Breadcrumb
*******************************/
/*-------------------
Breadcrumb
--------------------*/
/* Coupling */
/*-------------------
States
--------------------*/
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -280,7 +169,7 @@
Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Breadcrumb

148
build/uncompressed/definitions/collections/form.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -192,150 +192,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Form
*******************************/
/*-------------------
Elements
--------------------*/
/* Form */
/* Text */
/* Field */
/* Form Label */
/* Grouped / Inline Labels */
/* Input */
/* Select */
/* Text Area */
/* Checkbox */
/* Divider */
/* Validation Prompt */
/*-------------------
States
--------------------*/
/* Disabled */
/* Focus */
/* Input Focus */
/* Text Area Focus */
/* Error */
/* Input Error */
/* Dropdown Error */
/* Focused Error */
/* Placeholder */
/* Loading */
/*-------------------
Types
--------------------*/
/* Required */
/* Inverted */
/*-------------------
Variations
--------------------*/
/* Grouped Fields */
/* Inline */
/* Sizes */
/*-------------------
Groups
--------------------*/
/*------------------
Load Site
-------------------*/
@ -346,7 +202,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Elements

130
build/uncompressed/definitions/collections/grid.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -174,132 +174,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Grid
*******************************/
/* Inherited From Site */
/*******************************
Grid
*******************************/
/*******************************
Variations
*******************************/
/*--------------
Page
---------------*/
/* Column Gutters */
/*--------------
Relaxed
---------------*/
/*--------------
Divided
---------------*/
/*--------------
Celled
---------------*/
/*--------------
Stackable
---------------*/
/*------------------
Load Site
-------------------*/
@ -310,7 +184,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Standard

160
build/uncompressed/definitions/collections/menu.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -198,156 +198,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Menu
*******************************/
/*-------------------
Globals Used
--------------------*/
/*-------------------
Collection
--------------------*/
/* Sub Menu */
/*--------------
Elements
---------------*/
/* Icon */
/* Header */
/*--------------
Couplings
---------------*/
/* Button */
/* Input */
/* Label */
/* Dropdown */
/* Pointing Arrow */
/*--------------
States
---------------*/
/*--------------
Types
---------------*/
/* Vertical */
/* Secondary */
/* Pointing */
/* Tiered */
/* Tabular */
/* Pagination */
/* Labeled Icon */
/* Text */
/*--------------
Variations
---------------*/
/* Inverted */
/* Inverted Sub Menu */
/* Inverted Hover */
/* Pressed */
/* Inverted Active */
/* Inverted Secondary */
/* Inverted Menu Divider */
/* Fixed */
/* Attached */
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -358,7 +208,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Standard
@ -879,7 +729,7 @@
---------------*/
.ui.tabular.menu {
background-color: transparent;
border-bottom: 1px solid #dcddde;
border-bottom: 1px solid #d4d4d5;
border-radius: 0em;
box-shadow: none !important;
}
@ -905,7 +755,7 @@
position: relative;
background-color: #ffffff;
color: rgba(0, 0, 0, 0.8);
border-color: #dcddde;
border-color: #d4d4d5;
font-weight: bold;
margin-bottom: -1px;
border-bottom: 1px solid #ffffff;
@ -918,7 +768,7 @@
z-index: 2;
}
.ui.tabular.menu ~ .bottom.attached.segment {
margin: 0px 0px 0px 1px;
margin: -1px 0px 0px;
}
/*--------------
Pagination

144
build/uncompressed/definitions/collections/message.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -165,123 +165,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Message
*******************************/
/*-------------------
Elements
--------------------*/
/* Header */
/* Paragraph */
/* List */
/* Icon */
/* Close Icon */
/*-------------------
Types
--------------------*/
/* Icon Message */
/* Attached */
/* Floating */
/*------------------
Load Site
-------------------*/
@ -292,7 +175,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Message
@ -455,19 +338,24 @@
}
.ui.icon.message > .icon:not(.close) {
display: table-cell;
width: auto;
vertical-align: middle;
font-size: 3em;
opacity: 0.8;
width: 1em;
}
.ui.icon.message > .content {
display: table-cell;
width: 100%;
vertical-align: middle;
}
.ui.icon.message .icon:not(.close) + .content {
padding-left: 1.5rem;
}
.ui.icon.message .circular.icon {
width: 1em;
}
.ui.icon.message .circular.icon + .content {
width: auto;
padding-left: 2em;
}
/*--------------
@ -565,56 +453,56 @@
color: #ffffff;
}
.ui.blue.message {
background-color: #d3e4f3;
background-color: #dff0ff;
color: #3b83c0;
}
.ui.blue.message .header {
color: #3576ac;
}
.ui.green.message {
background-color: #def2e0;
background-color: #ebffed;
color: #1ebc30;
}
.ui.green.message .header {
color: #1aa62a;
}
.ui.orange.message {
background-color: #f7e5d6;
background-color: #ffedde;
color: #e07b53;
}
.ui.orange.message .header {
color: #dc6a3d;
}
.ui.pink.message {
background-color: #f9cee6;
background-color: #ffe3fb;
color: #d9499a;
}
.ui.pink.message .header {
color: #d5348e;
}
.ui.purple.message {
background-color: #e0ddf5;
background-color: #eae7ff;
color: #564f8a;
}
.ui.purple.message .header {
color: #4c467a;
}
.ui.red.message {
background-color: #f8d5d3;
background-color: #ffe8e6;
color: #d95c5c;
}
.ui.red.message .header {
color: #d44747;
}
.ui.teal.message {
background-color: #d2f5f5;
background-color: #e9ffff;
color: #10a3a3;
}
.ui.teal.message .header {
color: #0e8c8c;
}
.ui.yellow.message {
background-color: #fcf5d8;
background-color: #fff8db;
color: #b58105;
}
.ui.yellow.message .header {

145
build/uncompressed/definitions/collections/table.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -189,147 +189,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Table
*******************************/
/*-------------------
Element
--------------------*/
/*-------------------
Types
--------------------*/
/* Definition */
/*--------------
Parts
---------------*/
/* Table Row */
/* Table Cell */
/* Table Header */
/* Table Footer */
/* Responsive Size */
/*--------------
Couplings
---------------*/
/*--------------
States
---------------*/
/* Positive */
/* Negative */
/* Error */
/* Warning */
/* Active */
/*--------------
Types
---------------*/
/* Attached */
/* Striped */
/* Sortable */
/* Colors */
/* Inverted */
/* Basic */
/* Padded */
/* Compact */
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -340,7 +199,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Table

229
build/uncompressed/definitions/elements/button.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -195,153 +195,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Button
*******************************/
/*-------------------
Element
--------------------*/
/* Style */
/* Text */
/* Internal Shadow */
/* Box Shadow */
/* Icon */
/* Loader */
/*-------------------
Group
--------------------*/
/*-------------------
States
--------------------*/
/* Hovered */
/* Focused */
/* Pressed Down */
/* Active */
/* Active + Hovered */
/* Loading */
/*-------------------
Types
--------------------*/
/* Or */
/* Icon */
/* Labeled Icon */
/* Inverted */
/* Basic */
/* Basic Hover */
/* Basic Down */
/* Basic Active */
/* Basic Inverted */
/* Basic Group */
/*-------------------
Variations
--------------------*/
/* Colors */
/* Ordinality */
/* Compact */
/* Attached */
/* Floated */
/* Animated */
/* Sizing (Uses Defaults) */
/*------------------
Load Site
-------------------*/
@ -352,7 +205,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Button
@ -446,30 +299,72 @@
/*--------------
Loading
---------------*/
.ui.loading.button {
/* Specificity hack */
.ui.loading.loading.loading.loading.loading.loading.button {
position: relative;
cursor: default;
point-events: none;
background: rgba(0, 0, 0, 0.04) !important;
text-shadow: none !important;
color: transparent !important;
-webkit-transition: all 0s linear;
transition: all 0s linear;
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(39, 41, 43, 0.15) inset;
}
.ui.loading.button:before {
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: -0.64285em 0em 0em -0.64285em;
width: 1.2857em;
height: 1.2857em;
border-radius: 500rem;
border: 3px solid rgba(0, 0, 0, 0.15);
}
.ui.loading.button:after {
position: absolute;
top: 0em;
left: 0em;
width: 100%;
height: 100%;
content: '';
background: transparent url("../../themes/packages/default/assets/images/loader-mini.gif") no-repeat 50% 50%;
top: 50%;
left: 50%;
margin: -0.64285em 0em 0em -0.64285em;
width: 1.2857em;
height: 1.2857em;
-webkit-animation: button-spin 0.75s linear;
animation: button-spin 0.75s linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: rgba(255, 255, 255, 0.8) transparent transparent;
border-style: solid;
border-width: 3px;
box-shadow: 0px 0px 0px 1px transparent;
}
.ui.labeled.icon.loading.button .icon {
background-color: transparent;
box-shadow: none;
}
@-webkit-keyframes button-spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes button-spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.ui.basic.loading.button:not(.inverted):after {
border-color: #aaaaaa transparent transparent;
}
/*-------------------
Disabled
--------------------*/
@ -856,21 +751,6 @@
.ui.massive.button {
font-size: 1.7142em;
}
/* Loading Resize */
.ui.huge.loading.button:after,
.ui.huge.loading.button.active:after {
background-image: url("../../themes/packages/default/assets/images/loader-small.gif");
}
.ui.massive.buttons .loading.button:after,
.ui.gigantic.buttons .loading.button:after,
.ui.massive.loading.button:after,
.ui.gigantic.loading.button:after,
.ui.massive.buttons .loading.button.active:after,
.ui.gigantic.buttons .loading.button.active:after,
.ui.massive.loading.button.active:after,
.ui.gigantic.loading.button.active:after {
background-image: url("../../themes/packages/default/assets/images/loader-medium.gif");
}
/*--------------
Icon Only
---------------*/
@ -968,11 +848,6 @@
background-color: rgba(255, 255, 255, 0.07);
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
}
/* Loading */
.ui.basic.loading.button:after {
background-color: #fafafa;
border-radius: 0.2857rem;
}
/* Basic Group */
.ui.basic.buttons .button {
border-left: 1px solid rgba(39, 41, 43, 0.15);

122
build/uncompressed/definitions/elements/divider.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -166,124 +166,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Divider
*******************************/
/*-------------------
Element
--------------------*/
/* Text */
/*-------------------
Coupling
--------------------*/
/* Icon */
/*******************************
Variations
*******************************/
/* Horizontal / Vertical */
/* Inverted */
/* Section */
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -294,7 +176,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Divider

110
build/uncompressed/definitions/elements/flag.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -154,112 +154,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Flag
*******************************/
/*-------------------
Element
--------------------*/
/*------------------
Load Site
-------------------*/
@ -270,7 +164,7 @@
Flag Variables
--------------------*/
/*------------------
Override Loader
Override Mix-in
-------------------*/
i.flag:not(.icon) {
display: inline-block;

128
build/uncompressed/definitions/elements/header.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -172,130 +172,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Header
*******************************/
/*-------------------
Element
--------------------*/
/* HTML Headings */
/* Sizing */
/* Sub Header */
/* Icon */
/* Label */
/* Content */
/* Paragraph after Header */
/*-------------------
Variations
--------------------*/
/* Icon Header */
/* No Line Height Offset */
/* Divided */
/* Block */
/* Divided */
/* Attached */
/* Inverted */
/* Floated */
/*------------------
Load Site
-------------------*/
@ -306,7 +182,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Header

110
build/uncompressed/definitions/elements/icon.css

@ -56,7 +56,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -167,112 +167,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Icon
*******************************/
/*-------------------
Icon Variables
--------------------*/
/*------------------
Load Site
-------------------*/
@ -283,7 +177,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Icon

120
build/uncompressed/definitions/elements/image.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -164,122 +164,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Image
*******************************/
/*-------------------
Element
--------------------*/
/*-------------------
Types
--------------------*/
/* Avatar */
/*-------------------
Variations
--------------------*/
/* Floated */
/* Sizing */
/* Size */
/*------------------
Load Site
-------------------*/
@ -290,7 +174,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Image

128
build/uncompressed/definitions/elements/input.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -172,130 +172,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Input
*******************************/
/*-------------------
Element
--------------------*/
/*-------------------
Types
--------------------*/
/* Icon Input */
/* Circular Icon Input */
/* Labeled Input */
/*-------------------
States
--------------------*/
/* Placeholder */
/* Down */
/* Focus */
/* Error */
/* Loading */
/*-------------------
Variations
--------------------*/
/* Sizing */
/*------------------
Load Site
-------------------*/
@ -306,7 +182,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Standard

138
build/uncompressed/definitions/elements/label.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -182,140 +182,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Label
*******************************/
/*-------------------
Element
--------------------*/
/* Group */
/*-------------------
Parts
--------------------*/
/*-------------------
Types
--------------------*/
/* Image Label */
/* Computed Values */
/*-------------------
States
--------------------*/
/*-------------------
Variations
--------------------*/
/* Tag */
/* Ribbon */
/* Attached */
/* Corner */
/* Corner Text */
/* Horizontal */
/* Circular Padding */
/* Pointing */
/* Floating */
/*-------------------
Group
--------------------*/
/* Sizing */
/*------------------
Load Site
-------------------*/
@ -326,7 +192,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Label

149
build/uncompressed/definitions/elements/list.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -193,151 +193,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
List
*******************************/
/*-------------------
View
--------------------*/
/* List */
/* Sub List */
/* List Item */
/*-------------------
Elements
--------------------*/
/* Icon */
/* Image */
/* Content */
/* Link */
/* Linked Icon */
/* Header */
/* Description */
/*-------------------
States
--------------------*/
/*-------------------
Variations
--------------------*/
/* Float */
/* Horizontal */
/* Inverted */
/* Link List */
/* Inverted Link List */
/* Selection List */
/* Selection List States */
/* Inverted Selection List */
/* Animated List */
/* Bulleted */
/* Horizontal Bullets */
/* Ordered List */
/* Horizontal Ordereded */
/* Divided */
/* Divided Horizontal */
/* Divided */
/* Divided Horizontal */
/* Relaxed */
/* Very Relaxed */
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -348,7 +203,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
List

121
build/uncompressed/definitions/elements/loader.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -165,123 +165,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Loader
*******************************/
/*-------------------
Standard
--------------------*/
/*-------------------
Types
--------------------*/
/* Image */
/* Text */
/*-------------------
States
--------------------*/
/*-------------------
Variations
--------------------*/
/*------------------
Load Site
-------------------*/
@ -292,7 +175,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Loader

115
build/uncompressed/definitions/elements/rail.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -159,117 +159,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Rail
*******************************/
/*-------------------
Element
--------------------*/
/*-------------------
Variations
--------------------*/
/* Close */
/* Divided */
/*------------------
Load Site
-------------------*/
@ -280,7 +169,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Rails

107
build/uncompressed/definitions/elements/reveal.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -151,109 +151,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Reveal
*******************************/
/*------------------
Load Site
-------------------*/
@ -264,7 +161,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Reveal

124
build/uncompressed/definitions/elements/segment.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -168,126 +168,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Segment
*******************************/
/*-------------------
Element
--------------------*/
/*-------------------
Coupling
--------------------*/
/* Page Grid Segment */
/*******************************
Variations
*******************************/
/* Piled */
/* Circular */
/* Stacked */
/* Raised */
/* Attached */
/* Colors */
/* Ordinality */
/*------------------
Load Site
-------------------*/
@ -298,7 +178,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Segment

126
build/uncompressed/definitions/elements/step.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -170,128 +170,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Step
*******************************/
/*-------------------
Element
--------------------*/
/* Icon */
/* Title */
/* Description */
/* Arrow */
/*-------------------
Group
--------------------*/
/*-------------------
States
--------------------*/
/* Completed */
/* Hover */
/* Down */
/* Active */
/* Active + Hover */
/* Disabled */
/*------------------
Load Site
-------------------*/
@ -302,7 +180,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Step

107
build/uncompressed/definitions/globals/reset.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -151,109 +151,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Reset
*******************************/
/*------------------
Load Site
-------------------*/
@ -264,7 +161,7 @@
User Global Variables
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Reset

307
build/uncompressed/definitions/globals/site.css

@ -44,7 +44,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -146,320 +146,17 @@
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*------------------
Load Site
-------------------*/
/*******************************
User Global Variables
*******************************/
/*******************************
User Global Variables
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Web Fonts

126
build/uncompressed/definitions/modules/accordion.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -170,128 +170,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Accordion
*******************************/
/* Title */
/* Icon */
/* Child Accordion */
/* Content */
/*-------------------
Coupling
--------------------*/
/*-------------------
States
--------------------*/
/*-------------------
Variations
--------------------*/
/* Styled */
/* Content */
/* Child Content */
/* Styled Title */
/* Styled Title States */
/* Styled Child Title States */
/*------------------
Load Site
-------------------*/
@ -302,7 +180,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Accordion

107
build/uncompressed/definitions/modules/chatroom.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -151,109 +151,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Chatroom
*******************************/
/*------------------
Load Site
-------------------*/
@ -264,7 +161,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Chat Room

127
build/uncompressed/definitions/modules/checkbox.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -171,129 +171,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Checkbox
*******************************/
/* Label */
/* Checkbox */
/* Checkmark */
/*-------------------
Coupling
--------------------*/
/*-------------------
States
--------------------*/
/* Disabled */
/*-------------------
Types
--------------------*/
/* Radio */
/* Slider & Toggle Handle */
/* Slider */
/* Toggle */
/*-------------------
Variations
--------------------*/
/*------------------
Load Site
-------------------*/
@ -304,7 +181,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Checkbox

114
build/uncompressed/definitions/modules/dimmer.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -158,116 +158,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Dimmer
*******************************/
/* Hidden (Default) */
/* Content */
/* Visible */
/*-------------------
Variations
--------------------*/
/* Simple */
/*------------------
Load Site
-------------------*/
@ -278,7 +168,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Dimmer

146
build/uncompressed/definitions/modules/dropdown.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -190,148 +190,6 @@ b Types
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Dropdown
*******************************/
/*-------------------
Element
--------------------*/
/*-------------------
Content
--------------------*/
/* Icon */
/* Current Text */
/* Menu */
/* Menu Item */
/* Menu Header */
/* Menu Divider */
/* Menu Input */
/* Menu Image */
/* Sub Menu Pointer Icon */
/* Menu Item Icon */
/* Sub Menu */
/*-------------------
b Types
--------------------*/
/* Selection */
/* Responsive */
/* Derived */
/* Hover */
/* Visible */
/* Visible Hover */
/* Inline */
/*-------------------
States
--------------------*/
/* Default Text */
/* Active Menu Item */
/* Error */
/*-------------------
Variations
--------------------*/
/* Simple */
/* Floating */
/* Pointing */
/*------------------
Load Site
-------------------*/
@ -342,7 +200,7 @@ b Types
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Dropdown

125
build/uncompressed/definitions/modules/modal.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -169,127 +169,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Modal
*******************************/
/* Close Icon */
/* Header */
/* Content */
/* Image / Description */
/* Modal Actions */
/* Inner Close Position (Tablet/Mobile) */
/* Mobile Positions */
/* Responsive Widths */
/*-------------------
Types
--------------------*/
/* Basic */
/* Scrolling Margin */
/*-------------------
Variations
--------------------*/
/* Size Widths */
/* Derived Responsive Sizes */
/*------------------
Load Site
-------------------*/
@ -300,7 +179,7 @@
Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Modal

126
build/uncompressed/definitions/modules/nag.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -170,128 +170,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Nag
*******************************/
/*--------------
Collection
---------------*/
/*--------------
Elements
---------------*/
/* Title */
/*--------------
States
---------------*/
/* Hover */
/*--------------
Variations
---------------*/
/* Top / Bottom */
/* Inverted */
/*--------------
Plural
---------------*/
/*------------------
Load Site
-------------------*/
@ -302,7 +180,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Nag

129
build/uncompressed/definitions/modules/popup.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -173,131 +173,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Popup
*******************************/
/*-------------------
Element
--------------------*/
/*-------------------
Parts
--------------------*/
/* Placement */
/* Header */
/* Content Border */
/* Arrow */
/*-------------------
Coupling
--------------------*/
/*-------------------
States
--------------------*/
/*-------------------
Variations
--------------------*/
/* Wide */
/* Inverted */
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -308,7 +183,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Popup

125
build/uncompressed/definitions/modules/progress.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -169,127 +169,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Progress
*******************************/
/*-------------------
Element
--------------------*/
/* Bar */
/* Progress Bar Label */
/* Label */
/*-------------------
Types
--------------------*/
/*-------------------
States
--------------------*/
/* Active */
/*-------------------
Types
--------------------*/
/* Attached */
/* Inverted */
/*------------------
Load Site
-------------------*/
@ -300,7 +179,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
.ui.progress {
position: relative;

118
build/uncompressed/definitions/modules/rating.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -162,120 +162,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Rating
*******************************/
/*-------------------
Types
--------------------*/
/* Star */
/* Heart */
/*-------------------
States
--------------------*/
/*-------------------
Variations
--------------------*/
/*------------------
Load Site
-------------------*/
@ -286,7 +172,7 @@
Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Rating

125
build/uncompressed/definitions/modules/search.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -169,127 +169,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Search
*******************************/
/* Result Box */
/* Result */
/* Result Image */
/* Result Content */
/* Special Message */
/* All Results Link */
/*******************************
States
*******************************/
/* Hover */
/* Loading */
/* Active Category */
/* Active Result */
/*******************************
Types
*******************************/
/* Category */
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -300,7 +179,7 @@
Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Search

113
build/uncompressed/definitions/modules/shape.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -157,115 +157,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Shape
*******************************/
/* Animating */
/* Side */
/*--------------
Types
---------------*/
/* Cube */
/*------------------
Load Site
-------------------*/
@ -276,7 +167,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Shape

107
build/uncompressed/definitions/modules/sidebar.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -151,109 +151,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Sidebar
*******************************/
/*------------------
Load Site
-------------------*/
@ -264,7 +161,7 @@
Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Sidebar

107
build/uncompressed/definitions/modules/sticky.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -151,109 +151,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Sticky
*******************************/
/*------------------
Load Site
-------------------*/
@ -264,7 +161,7 @@
Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Sticky

109
build/uncompressed/definitions/modules/tab.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -153,111 +153,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Tab
*******************************/
/* Loading */
/* Loading Content */
/*------------------
Load Site
-------------------*/
@ -268,7 +163,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
UI Tabs

107
build/uncompressed/definitions/modules/transition.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -151,109 +151,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Transition
*******************************/
/*------------------
Load Site
-------------------*/
@ -264,7 +161,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Transitions

107
build/uncompressed/definitions/modules/video.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -151,109 +151,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Video
*******************************/
/*------------------
Load Site
-------------------*/
@ -261,7 +158,7 @@
User Global Variables
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Video

136
build/uncompressed/definitions/views/card.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -180,138 +180,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Card
*******************************/
/*-------------------
View
--------------------*/
/* Shadow */
/* Item */
/* Item Group */
/*-------------------
Content
--------------------*/
/* Image */
/* Content */
/* Header */
/* Metadata */
/* Icons */
/* Links */
/* Description */
/* Content Image */
/* Avatar Image */
/* Paragraph */
/* Additional Content */
/* Extra Links */
/* Buttons */
/*-------------------
Variations
--------------------*/
/* Link */
/* Card Count */
/* Stackable */
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -322,7 +190,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Standard

128
build/uncompressed/definitions/views/comment.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -172,130 +172,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Comments
*******************************/
/*-------------------
View
--------------------*/
/*-------------------
Elements
--------------------*/
/* Comment */
/* Nested Comment */
/* Avatar */
/* Content */
/* Author */
/* Metadata */
/* Text */
/* Actions */
/* Reply */
/*-------------------
Variations
--------------------*/
/* Threaded */
/* Minimal */
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -306,7 +182,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Standard

134
build/uncompressed/definitions/views/feed.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -178,136 +178,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Feed
*******************************/
/*-------------------
Feed
--------------------*/
/*-------------------
Elements
--------------------*/
/* Event */
/* Event Label */
/* Icon Label */
/* Image Label */
/* Content w/ Label */
/* Content */
/* Date */
/* Summary */
/* Summary Image */
/* Summary Date */
/* User */
/* Extra Summary Data */
/* Extra Images */
/* Extra Text */
/* Metadata Group */
/* Like */
/* Metadata Divider */
/*-------------------
Variations
--------------------*/
/* Size */
/*------------------
Load Site
-------------------*/
@ -318,7 +188,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Activity Feed

134
build/uncompressed/definitions/views/item.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -178,136 +178,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Item
*******************************/
/*-------------------
View
--------------------*/
/* Group */
/* Item */
/* Responsive */
/*-------------------
Content
--------------------*/
/* Image */
/* Content */
/* Header */
/* Metadata */
/* Icons */
/* Actions */
/* Links */
/* Description */
/* Content Image */
/* Avatar Image */
/* Paragraph */
/* Additional Content */
/*-------------------
Variations
--------------------*/
/* Relaxed */
/* Divided */
/* Sizes */
/*------------------
Load Site
-------------------*/
@ -318,7 +188,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Standard

128
build/uncompressed/definitions/views/statistic.css

@ -43,7 +43,7 @@
Import Directives
*******************************/
/*------------------
Load Defaults
Load Default
-------------------*/
/*******************************
Site Settings
@ -172,130 +172,6 @@
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* 4px @ 14px */
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Makes sure padded grid can fit at 320px */
/* Used to match floats with text */
/* Positive / Negative Dupes */
/* Responsive */
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Statistic
*******************************/
/*-------------------
View
--------------------*/
/* Group */
/* Group Element */
/*-------------------
Content
--------------------*/
/* Value */
/* Label */
/* Text */
/* Label Image */
/*-------------------
Types
--------------------*/
/*-------------------
Variations
--------------------*/
/* Floated */
/* Inverted */
/* Size */
/*------------------
Load Site
-------------------*/
@ -306,7 +182,7 @@
User Variable Overrides
*******************************/
/*------------------
Override Loader
Override Mix-in
-------------------*/
/*******************************
Statistic

Loading…
Cancel
Save