You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1631 lines
32 KiB

/*
* # Semantic - Button
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Theme
*******************************/
/*-------------------
Theme
--------------------*/
/* To Override a theme for an individual element
Specify using camel case
*/
/*******************************
Global Variables
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Page
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Icons
--------------------*/
/* Width of largest icon */
/*******************************
BG Colors
*******************************/
/*******************************
Colors
*******************************/
/*-------------------
Background
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Text Colors
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
User Global Variables
*******************************/
/*-------------------
Globals Used
--------------------*/
/*-------------------
Button Variables
--------------------*/
/* Button Variables */
/*******************************
User Variable Overrides
*******************************/
/*******************************
Overrides
*******************************/
/*******************************
Overrides
*******************************/
/*******************************
Button
*******************************/
/* Prototype */
.ui.button {
cursor: pointer;
display: inline-block;
vertical-align: middle;
min-height: 1em;
outline: none;
border: none;
background-color: #fafafa;
color: rgba(0, 0, 0, 0.7);
margin: 0em;
padding: 0.8em 1.5em 0.8500000000000001em;
font-size: 1rem;
text-transform: uppercase;
font-weight: bold;
line-height: 1;
font-style: normal;
text-align: center;
text-decoration: none;
background-image: -webkit-gradient(linear, top right, bottom right, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
border-radius: 0.25em;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
/*******************************
States
*******************************/
/*--------------
Hover
---------------*/
.ui.button:hover {
background-color: '';
background-image: -webkit-gradient(linear, top right, bottom right, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.08)));
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
color: rgba(0, 0, 0, 0.8);
}
.ui.button:hover .icon,
.ui.button.hover .icon {
opacity: 0.85;
}
/*--------------
Down
---------------*/
.ui.button:active,
.ui.active.button:active {
background-color: #f1f1f1;
background-image: '';
color: rgba(0, 0, 0, 0.8);
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
}
/*--------------
Active
---------------*/
.ui.active.button {
background-color: #eaeaea;
background-image: none;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
color: rgba(0, 0, 0, 0.7);
}
.ui.button.active:hover {
background-color: #eaeaea;
background-image: none;
}
.ui.button.active:active {
background-color: #eaeaea;
background-image: none;
}
/*--------------
Loading
---------------*/
.ui.loading.button {
position: relative;
cursor: default;
background-color: #FFFFFF !important;
color: transparent !important;
-webkit-transition: all 0s linear;
transition: all 0s linear;
}
.ui.loading.button:after {
position: absolute;
top: 0em;
right: 0em;
width: 100%;
height: 100%;
content: '';
background: transparent url("../themes/default/images/loader-mini.gif") no-repeat 50% 50%;
}
.ui.labeled.icon.loading.button .icon {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
/*-------------------
Disabled
--------------------*/
.ui.disabled.button,
.ui.disabled.button:hover,
.ui.disabled.button.active {
cursor: default;
background-color: #dcddde !important;
color: rgba(0, 0, 0, 0.4) !important;
opacity: 0.3 !important;
background-image: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
/*******************************
Types
*******************************/
/*-------------------
Animated
--------------------*/
.ui.animated.button {
position: relative;
overflow: hidden;
}
.ui.animated.button .visible.content {
position: relative;
}
.ui.animated.button .hidden.content {
position: absolute;
width: 100%;
}
/* Horizontal */
.ui.animated.button .visible.content,
.ui.animated.button .hidden.content {
-webkit-transition: left 0.3s ease 0s;
transition: left 0.3s ease 0s;
}
.ui.animated.button .visible.content {
right: auto;
left: 0%;
}
.ui.animated.button .hidden.content {
top: 50%;
right: auto;
left: -100%;
margin-top: -0.5em;
}
.ui.animated.button:hover .visible.content {
right: auto;
left: 200%;
}
.ui.animated.button:hover .hidden.content {
right: auto;
left: 0%;
}
/* Vertical */
.ui.vertical.animated.button .visible.content,
.ui.vertical.animated.button .hidden.content {
-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
transition: top 0.3s ease, transform 0.3s ease;
}
.ui.vertical.animated.button .visible.content {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
left: auto;
}
.ui.vertical.animated.button .hidden.content {
top: -100%;
right: 0%;
left: auto;
}
.ui.vertical.animated.button:hover .visible.content {
-webkit-transform: translateY(200%);
-ms-transform: translateY(200%);
transform: translateY(200%);
left: auto;
}
.ui.vertical.animated.button:hover .hidden.content {
top: 50%;
left: auto;
}
/* Fade */
.ui.fade.animated.button .visible.content,
.ui.fade.animated.button .hidden.content {
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.ui.fade.animated.button .visible.content {
right: auto;
left: auto;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.ui.fade.animated.button .hidden.content {
opacity: 0;
right: 0%;
left: auto;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.ui.fade.animated.button:hover .visible.content {
right: auto;
left: auto;
opacity: 0;
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.ui.fade.animated.button:hover .hidden.content {
right: 0%;
left: auto;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*-------------------
Primary
--------------------*/
.ui.primary.buttons .button,
.ui.primary.button {
background: #00b5ad;
color: #FFFFFF;
}
.ui.primary.buttons .button:hover,
.ui.primary.button:hover {
background: #009c95;
color: #FFFFFF;
}
.ui.primary.buttons .button:active,
.ui.primary.button:active {
background: #006964;
color: #FFFFFF;
}
.ui.primary.buttons .active.button,
.ui.primary.button.active {
background: #00827c;
color: #FFFFFF;
}
/*-------------------
Secondary
--------------------*/
.ui.secondary.buttons .button,
.ui.secondary.button {
background: #555555;
color: #FFFFFF;
}
.ui.secondary.buttons .button:hover,
.ui.secondary.button:hover {
background: #4f4141;
color: #FFFFFF;
}
.ui.secondary.buttons .button:active,
.ui.secondary.button:active {
background: #2f2f2f;
color: #FFFFFF;
}
.ui.secondary.buttons .active.button,
.ui.secondary.button.active {
background: #3b3b3b;
color: #FFFFFF;
}
/*-------------------
Social
--------------------*/
/* Facebook */
.ui.facebook.button {
background-color: #3b579d;
color: #FFFFFF;
}
.ui.facebook.button:hover {
background-color: #2b4994;
color: #FFFFFF;
}
.ui.facebook.button:active {
background-color: #263865;
color: #FFFFFF;
}
/* Twitter */
.ui.twitter.button {
background-color: #4092cc;
color: #FFFFFF;
}
.ui.twitter.button:hover {
background-color: #2787cc;
color: #FFFFFF;
}
.ui.twitter.button:active {
background-color: #286997;
color: #FFFFFF;
}
/* Google Plus */
.ui.google.plus.button {
background-color: #d34836;
color: #FFFFFF;
}
.ui.google.plus.button:hover {
background-color: #d0331f;
color: #FFFFFF;
}
.ui.google.plus.button:active {
background-color: #9b3022;
color: #FFFFFF;
}
/* Linked In */
.ui.linkedin.button {
background-color: #1f88be;
color: #FFFFFF;
}
.ui.linkedin.button:hover {
background-color: #127bb2;
color: #FFFFFF;
}
.ui.linkedin.button:active {
background-color: #14597c;
color: #FFFFFF;
}
/* YouTube */
.ui.youtube.button {
background-color: #cc181e;
color: #FFFFFF;
}
.ui.youtube.button:hover {
background-color: #bf0b11;
color: #FFFFFF;
}
.ui.youtube.button:active {
background-color: #881014;
color: #FFFFFF;
}
/* Instagram */
.ui.instagram.button {
background-color: #49769c;
color: #FFFFFF;
}
.ui.instagram.button:hover {
background-color: #376a95;
color: #FFFFFF;
}
.ui.instagram.button:active {
background-color: #314f68;
color: #FFFFFF;
}
/* Pinterest */
.ui.pinterest.button {
background-color: #00aced;
color: #FFFFFF;
}
.ui.pinterest.button:hover {
background-color: #0099d4;
color: #FFFFFF;
}
.ui.pinterest.button:active {
background-color: #0074a1;
color: #FFFFFF;
}
/*--------------
Icon
---------------*/
.ui.button > .icon {
margin-left: 0.6em;
line-height: 1;
-webkit-transition: opacity 0.1s ease;
transition: opacity 0.1s ease;
}
/*******************************
Variations
*******************************/
/*-------------------
Floated
--------------------*/
.ui.left.floated.buttons,
.ui.left.floated.button {
float: right;
margin-left: 0.25em;
}
.ui.right.floated.buttons,
.ui.right.floated.button {
float: left;
margin-right: 0.25em;
}
/*-------------------
Compact
--------------------*/
.ui.compact.buttons .button,
.ui.compact.button {
padding: 0.6000000000000001em 1.125em 0.05em;
}
.ui.compact.icon.buttons .button,
.ui.compact.buttons .icon.button {
padding: 0.6000000000000001em 0.6000000000000001em 0.05em;
}
/*-------------------
Sizes
--------------------*/
.ui.mini.buttons .button,
.ui.mini.buttons .or,
.ui.mini.button {
font-size: 0.7em;
}
.ui.tiny.buttons .button,
.ui.tiny.buttons .or,
.ui.tiny.button {
font-size: 0.8em;
}
.ui.small.buttons .button,
.ui.small.buttons .or,
.ui.small.button {
font-size: 0.875em;
}
.ui.buttons .button,
.ui.button {
font-size: 1em;
}
.ui.large.buttons .button,
.ui.large.buttons .or,
.ui.large.button {
font-size: 1.125em;
}
.ui.big.buttons .button,
.ui.big.buttons .or,
.ui.big.button {
font-size: 1.25em;
}
.ui.huge.buttons .button,
.ui.huge.buttons .or,
.ui.huge.button {
font-size: 1.375em;
}
.ui.massive.buttons .button,
.ui.massive.buttons .or,
.ui.massive.button {
font-size: 1.5em;
}
/* Or resize */
.ui.tiny.buttons .or:before,
.ui.mini.buttons .or:before {
width: 1.45em;
height: 1.55em;
line-height: 1.4;
margin-right: -0.725em;
margin-top: -0.25em;
}
.ui.tiny.buttons .or:after,
.ui.mini.buttons .or:after {
height: 1.45em;
}
/* loading */
.ui.huge.loading.button:after {
background-image: url("../themes/default/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 {
background-image: url("../themes/default/images/loader-medium.gif");
}
.ui.huge.loading.button:after,
.ui.huge.loading.button.active:after {
background-image: url("../themes/default/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/default/images/loader-medium.gif");
}
/*--------------
Icon Only
---------------*/
.ui.icon.buttons .button,
.ui.icon.button {
padding: 0.8em 0.8em 0.8500000000000001em;
}
.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {
opacity: 0.9;
margin: 0em;
}
/*-------------------
Basic
--------------------*/
.ui.basic.buttons .button,
.ui.basic.button {
background-color: transparent !important;
background-image: none;
color: rgba(0, 0, 0, 0.7) !important;
font-weight: normal;
text-transform: none;
padding: 0.8em 1.5em !important;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.basic.labeled.icon.button > .icon {
padding-top: 0.8500000000000001em !important;
}
.ui.basic.buttons {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
border-radius: 0.25em;
}
.ui.basic.buttons .button:hover,
.ui.basic.button:hover {
background-image: none;
color: rgba(0, 0, 0, 0.8) !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) inset;
box-shadow: rgba(0, 0, 0, 0.2) inset;
}
.ui.basic.buttons .button:active,
.ui.basic.button:active {
background-color: rgba(0, 0, 0, 0.02) !important;
color: rgba(0, 0, 0, 0.8) !important;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.basic.buttons .button.active,
.ui.basic.button.active {
background-color: rgba(0, 0, 0, 0.05) !important;
color: rgba(0, 0, 0, 0.8);
-webkit-box-shadow: rgba(0, 0, 0, 0.2) inset;
box-shadow: rgba(0, 0, 0, 0.2) inset;
}
.ui.basic.buttons .button.active:hover,
.ui.basic.button.active:hover {
background-color: rgba(0, 0, 0, 0.05);
}
/* Inverted */
.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
color: #fafafa !important;
-webkit-box-shadow: rgba(255, 255, 255, 0.3);
box-shadow: rgba(255, 255, 255, 0.3);
}
.ui.basic.inverted.buttons .button:hover,
.ui.basic.inverted.button:hover {
background-image: none;
color: #FFFFFF !important;
-webkit-box-shadow: rgba(255, 255, 255, 0.3);
box-shadow: rgba(255, 255, 255, 0.3);
}
.ui.basic.inverted.buttons .button:active,
.ui.basic.inverted.button:active {
background-color: rgba(255, 255, 255, 0.05) !important;
color: #FFFFFF !important;
-webkit-box-shadow: rgba(255, 255, 255, 0.8) inset !important;
box-shadow: rgba(255, 255, 255, 0.8) inset !important;
}
.ui.basic.inverted.buttons .button.active,
.ui.basic.inverted.button.active {
background-color: rgba(255, 255, 255, 0.05);
color: #FFFFFF;
-webkit-box-shadow: none;
box-shadow: none;
}
.ui.basic.inverted.buttons .button.active:hover,
.ui.basic.inverted.button.active:hover {
background-color: rgba(255, 255, 255, 0.01);
}
/* Basic Group */
.ui.basic.buttons .button {
border-right: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: none;
box-shadow: none;
}
/*--------------
Labeled Icon
---------------*/
.ui.labeled.icon.buttons .button,
.ui.labeled.icon.button {
position: relative;
padding-right: 4.33em !important;
padding-left: 1.5em !important;
}
.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
position: absolute;
top: 0em;
right: 0em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 2.83em;
height: 100%;
padding-top: 0.8500000000000001em;
background-color: rgba(0, 0, 0, 0.05);
text-align: center;
border-radius: 0px 0.25em 0.25em 0px;
line-height: 1;
-webkit-box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.ui.labeled.icon.buttons .button > .icon {
border-radius: 0em;
}
.ui.labeled.icon.buttons .button:first-child > .icon {
border-top-right-radius: 0.25em;
border-bottom-right-radius: 0.25em;
}
.ui.labeled.icon.buttons .button:last-child > .icon {
border-top-left-radius: 0.25em;
border-bottom-left-radius: 0.25em;
}
.ui.vertical.labeled.icon.buttons .button:first-child > .icon {
border-radius: 0em;
border-top-right-radius: 0.25em;
}
.ui.vertical.labeled.icon.buttons .button:last-child > .icon {
border-radius: 0em;
border-bottom-right-radius: 0.25em;
}
.ui.right.labeled.icon.button {
padding-right: 1.4em !important;
padding-left: 4em !important;
}
.ui.left.fluid.labeled.icon.button,
.ui.right.fluid.labeled.icon.button {
padding-right: 1.4em !important;
padding-left: 1.4em !important;
}
.ui.right.labeled.icon.button .icon {
right: auto;
left: 0em;
border-radius: 0.25em 0em 0em 0.25em;
-webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
/*--------------
Toggle
---------------*/
/* Toggle (Modifies active state to give affordances) */
.ui.toggle.buttons .active.button,
.ui.buttons .button.toggle.active,
.ui.button.toggle.active {
background-color: #5bbd72 !important;
color: #FFFFFF !important;
}
.ui.button.toggle.active:hover {
background-color: #3cc25c !important;
color: #FFFFFF !important;
}
/*--------------
Circular
---------------*/
.ui.circular.button {
border-radius: 10em;
}
/*--------------
Attached
---------------*/
.ui.attached.button {
display: block;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
}
.ui.attached.top.button {
border-radius: 0.25em 0.25em 0em 0em;
}
.ui.attached.bottom.button {
border-radius: 0em 0em 0.25em 0.25em;
}
.ui.attached.left.button {
display: inline-block;
border-right: none;
padding-left: 0.75em;
text-align: left;
border-radius: 0em 0.25em 0.25em 0em;
}
.ui.attached.right.button {
display: inline-block;
padding-right: 0.75em;
text-align: right;
border-radius: 0.25em 0em 0em 0.25em;
}
/*-------------------
Or Buttons
--------------------*/
.ui.buttons .or {
position: relative;
float: right;
width: 0.3em;
height: 1.1em;
z-index: 3;
}
.ui.buttons .or:before {
position: absolute;
top: 50%;
right: 50%;
content: 'or';
background-color: #FFFFFF;
margin-top: -0.1em;
margin-right: -0.9em;
width: 1.8em;
height: 1.8em;
line-height: 1.55;
color: rgba(0, 0, 0, 0.4);
font-style: normal;
font-weight: normal;
text-align: center;
border-radius: 500em;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ui.buttons .or:after {
position: absolute;
top: 0em;
right: 0em;
content: ' ';
width: 0.3em;
height: 1.7em;
background-color: transparent;
border-top: 0.5em solid #FFFFFF;
border-bottom: 0.5em solid #FFFFFF;
}
/* Fluid Or */
.ui.fluid.buttons .or {
width: 0em !important;
}
.ui.fluid.buttons .or:after {
display: none;
}
/*-------------------
Attached
--------------------*/
/* Plural Attached */
.attached.ui.buttons {
margin: 0px;
border-radius: 0.25em 0.25em 0em 0em;
}
.attached.ui.buttons .button:first-child {
border-radius: 0em 0.25em 0em 0em;
}
.attached.ui.buttons .button:last-child {
border-radius: 0.25em 0em 0em 0em;
}
/* Bottom Side */
.bottom.attached.ui.buttons {
margin-top: -1px;
border-radius: 0em 0em 0.25em 0.25em;
}
.bottom.attached.ui.buttons .button:first-child {
border-radius: 0em 0em 0.25em 0em;
}
.bottom.attached.ui.buttons .button:last-child {
border-radius: 0em 0em 0em 0.25em;
}
/* Left Side */
.left.attached.ui.buttons {
margin-right: -1px;
border-radius: 0.25em 0em 0em 0.25em;
}
.left.attached.ui.buttons .button:first-child {
margin-right: -1px;
border-radius: 0.25em 0em 0em 0em;
}
.left.attached.ui.buttons .button:last-child {
margin-right: -1px;
border-radius: 0em 0em 0em 0.25em;
}
/* Right Side */
.right.attached.ui.buttons,
.right.attached.ui.buttons .button {
margin-left: -1px;
border-radius: 0em 0.25em 0.25em 0em;
}
.right.attached.ui.buttons .button:first-child {
margin-right: -1px;
border-radius: 0em 0.25em 0em 0em;
}
.right.attached.ui.buttons .button:last-child {
margin-right: -1px;
border-radius: 0em 0em 0.25em 0em;
}
/* Fluid */
.ui.fluid.buttons,
.ui.button.fluid,
.ui.fluid.buttons > .button {
display: block;
width: 100%;
}
.ui.\32.buttons > .button,
.ui.two.buttons > .button {
width: 50%;
}
.ui.\33.buttons > .button,
.ui.three.buttons > .button {
width: 33.333%;
}
.ui.\34.buttons > .button,
.ui.four.buttons > .button {
width: 25%;
}
.ui.\35.buttons > .button,
.ui.five.buttons > .button {
width: 20%;
}
.ui.\36.buttons > .button,
.ui.six.buttons > .button {
width: 16.666%;
}
.ui.\37.buttons > .button,
.ui.seven.buttons > .button {
width: 14.285%;
}
.ui.\38.buttons > .button,
.ui.eight.buttons > .button {
width: 12.500%;
}
.ui.\39.buttons > .button,
.ui.nine.buttons > .button {
width: 11.11%;
}
.ui.\31\30.buttons > .button,
.ui.ten.buttons > .button {
width: 10%;
}
.ui.\31\31.buttons > .button,
.ui.eleven.buttons > .button {
width: 9.09%;
}
.ui.\31\32.buttons > .button,
.ui.twelve.buttons > .button {
width: 8.3333%;
}
/* Fluid Vertical Buttons */
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
display: block;
width: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ui.\32.vertical.buttons > .button,
.ui.two.vertical.buttons > .button {
height: 50%;
}
.ui.\33.vertical.buttons > .button,
.ui.three.vertical.buttons > .button {
height: 33.333%;
}
.ui.\34.vertical.buttons > .button,
.ui.four.vertical.buttons > .button {
height: 25%;
}
.ui.\35.vertical.buttons > .button,
.ui.five.vertical.buttons > .button {
height: 20%;
}
.ui.\36.vertical.buttons > .button,
.ui.six.vertical.buttons > .button {
height: 16.666%;
}
.ui.\37.vertical.buttons > .button,
.ui.seven.vertical.buttons > .button {
height: 14.285%;
}
.ui.\38.vertical.buttons > .button,
.ui.eight.vertical.buttons > .button {
height: 12.500%;
}
.ui.\39.vertical.buttons > .button,
.ui.nine.vertical.buttons > .button {
height: 11.11%;
}
.ui.\31\30.vertical.buttons > .button,
.ui.ten.vertical.buttons > .button {
height: 10%;
}
.ui.\31\31.vertical.buttons > .button,
.ui.eleven.vertical.buttons > .button {
height: 9.09%;
}
.ui.\31\32.vertical.buttons > .button,
.ui.twelve.vertical.buttons > .button {
height: 8.3333%;
}
/*-------------------
Colors
--------------------*/
/*--- Black ---*/
.ui.black.buttons .button,
.ui.black.button {
background-color: #555555;
color: #FFFFFF;
}
.ui.black.buttons .button:hover,
.ui.black.button:hover {
background-color: #4f4141;
color: #FFFFFF;
}
.ui.black.buttons .button:active,
.ui.black.button:active {
background-color: #2f2f2f;
color: #FFFFFF;
}
.ui.black.buttons .button.active,
.ui.black.buttons .button.active:active,
.ui.black.button.active,
.ui.black.button .button.active:active {
background-color: #3b3b3b;
color: #FFFFFF;
}
/*--- Blue ---*/
.ui.blue.buttons .button,
.ui.blue.button {
background-color: #6ecff5;
color: #FFFFFF;
}
.ui.blue.buttons .button:hover,
.ui.blue.button:hover {
background-color: #4dcbfc;
color: #FFFFFF;
}
.ui.blue.buttons .button:active,
.ui.blue.button:active {
background-color: #26b7f0;
color: #FFFFFF;
}
.ui.blue.buttons .button.active,
.ui.blue.buttons .button.active:active,
.ui.blue.button.active,
.ui.blue.button .button.active:active {
background-color: #3ebff2;
color: #FFFFFF;
}
/*--- Green ---*/
.ui.green.buttons .button,
.ui.green.button {
background-color: #5bbd72;
color: #FFFFFF;
}
.ui.green.buttons .button:hover,
.ui.green.button:hover {
background-color: #3cc25c;
color: #FFFFFF;
}
.ui.green.buttons .button:active,
.ui.green.button:active {
background-color: #3a914f;
color: #FFFFFF;
}
.ui.green.buttons .button.active,
.ui.green.buttons .button.active:active,
.ui.green.button.active,
.ui.green.button .button.active:active {
background-color: #42a359;
color: #FFFFFF;
}
/*--- Orange ---*/
.ui.orange.buttons .button,
.ui.orange.button {
background-color: #e96633;
color: #FFFFFF;
}
.ui.orange.buttons .button:hover,
.ui.orange.button:hover {
background-color: #f34f0f;
color: #FFFFFF;
}
.ui.orange.buttons .button:active,
.ui.orange.button:active {
background-color: #bb4314;
color: #FFFFFF;
}
.ui.orange.buttons .button.active,
.ui.orange.buttons .button.active:active,
.ui.orange.button.active,
.ui.orange.button .button.active:active {
background-color: #3b3b3b;
color: #FFFFFF;
}
/*--- Pink ---*/
.ui.pink.buttons .button,
.ui.pink.button {
background-color: #d9499a;
color: #FFFFFF;
}
.ui.pink.buttons .button:hover,
.ui.pink.button:hover {
background-color: #e12890;
color: #FFFFFF;
}
.ui.pink.buttons .button:active,
.ui.pink.button:active {
background-color: #b12573;
color: #FFFFFF;
}
.ui.pink.buttons .button.active,
.ui.pink.buttons .button.active:active,
.ui.pink.button.active,
.ui.pink.button .button.active:active {
background-color: #c62981;
color: #FFFFFF;
}
/*--- Purple ---*/
.ui.purple.buttons .button,
.ui.purple.button {
background-color: #564f8a;
color: #FFFFFF;
}
.ui.purple.buttons .button:hover,
.ui.purple.button:hover {
background-color: #453c83;
color: #FFFFFF;
}
.ui.purple.buttons .button:active,
.ui.purple.button:active {
background-color: #383359;
color: #FFFFFF;
}
.ui.purple.buttons .button.active,
.ui.purple.buttons .button.active:active,
.ui.purple.button.active,
.ui.purple.button .button.active:active {
background-color: #423c6a;
color: #FFFFFF;
}
/*--- Red ---*/
.ui.red.buttons .button,
.ui.red.button {
background-color: #d95c5c;
color: #FFFFFF;
}
.ui.red.buttons .button:hover,
.ui.red.button:hover {
background-color: #e03c3c;
color: #FFFFFF;
}
.ui.red.buttons .button:active,
.ui.red.button:active {
background-color: #bd2c2c;
color: #FFFFFF;
}
.ui.red.buttons .button.active,
.ui.red.buttons .button.active:active,
.ui.red.button.active,
.ui.red.button .button.active:active {
background-color: #cf3333;
color: #FFFFFF;
}
/*--- Teal ---*/
.ui.teal.buttons .button,
.ui.teal.button {
background-color: #00b5ad;
color: #FFFFFF;
}
.ui.teal.buttons .button:hover,
.ui.teal.button:hover {
background-color: #009c95;
color: #FFFFFF;
}
.ui.teal.buttons .button:active,
.ui.teal.button:active {
background-color: #006964;
color: #FFFFFF;
}
.ui.teal.buttons .button.active,
.ui.teal.buttons .button.active:active,
.ui.teal.button.active,
.ui.teal.button .button.active:active {
background-color: #00827c;
color: #FFFFFF;
}
/*--- Yellow ---*/
.ui.yellow.buttons .button,
.ui.yellow.button {
background-color: #ffcb08;
color: #FFFFFF;
}
.ui.yellow.buttons .button:hover,
.ui.yellow.button:hover {
background-color: #edbc00;
color: #FFFFFF;
}
.ui.yellow.buttons .button:active,
.ui.yellow.button:active {
background-color: #ba9300;
color: #FFFFFF;
}
.ui.yellow.buttons .button.active,
.ui.yellow.buttons .button.active:active,
.ui.yellow.button.active,
.ui.yellow.button .button.active:active {
background-color: #d4a700;
color: #FFFFFF;
}
/*---------------
Positive
----------------*/
.ui.positive.buttons .button,
.ui.positive.button {
background-color: #5bbd72 !important;
color: #FFFFFF;
}
.ui.positive.buttons .button:hover,
.ui.positive.button:hover,
.ui.positive.buttons .active.button,
.ui.positive.button.active {
background-color: #3cc25c !important;
color: #FFFFFF;
}
.ui.positive.buttons .button:active,
.ui.positive.button:active {
background-color: #3a914f !important;
color: #FFFFFF;
}
.ui.positive.buttons .button.active,
.ui.positive.buttons .button.active:active,
.ui.positive.button.active,
.ui.positive.button .button.active:active {
background-color: #42a359;
color: #FFFFFF;
}
/*---------------
Negative
----------------*/
.ui.negative.buttons .button,
.ui.negative.button {
background-color: #d95c5c !important;
color: #FFFFFF;
}
.ui.negative.buttons .button:hover,
.ui.negative.button:hover,
.ui.negative.buttons .active.button,
.ui.negative.button.active {
background-color: #e03c3c !important;
color: #FFFFFF;
}
.ui.negative.buttons .button:active,
.ui.negative.button:active {
background-color: #bd2c2c !important;
color: #FFFFFF;
}
.ui.negative.buttons .button.active,
.ui.negative.buttons .button.active:active,
.ui.negative.button.active,
.ui.negative.button .button.active:active {
background-color: #cf3333;
color: #FFFFFF;
}
/*******************************
Groups
*******************************/
.ui.buttons {
display: inline-block;
vertical-align: middle;
}
.ui.buttons:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ui.buttons .button:first-child {
border-right: none;
}
.ui.buttons .button {
float: right;
border-radius: 0em;
}
.ui.buttons .button:first-child {
margin-right: 0em;
border-top-right-radius: 0.25em;
border-bottom-right-radius: 0.25em;
}
.ui.buttons .button:last-child {
border-top-left-radius: 0.25em;
border-bottom-left-radius: 0.25em;
}
/* Vertical Style */
.ui.vertical.buttons {
display: inline-block;
}
.ui.vertical.buttons .button {
display: block;
float: none;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.vertical.buttons .button:first-child,
.ui.vertical.buttons .mini.button:first-child,
.ui.vertical.buttons .tiny.button:first-child,
.ui.vertical.buttons .small.button:first-child,
.ui.vertical.buttons .massive.button:first-child,
.ui.vertical.buttons .huge.button:first-child {
margin-top: 0px;
border-radius: 0.25em 0.25em 0px 0px;
}
.ui.vertical.buttons .button:last-child,
.ui.vertical.buttons .mini.button:last-child,
.ui.vertical.buttons .tiny.button:last-child,
.ui.vertical.buttons .small.button:last-child,
.ui.vertical.buttons .massive.button:last-child,
.ui.vertical.buttons .huge.button:last-child,
.ui.vertical.buttons .gigantic.button:last-child {
border-radius: 0px 0px 0.25em 0.25em;
}