123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817 |
- /*!
- * # Semantic UI 2.3.3 - Segment
- * http://github.com/semantic-org/semantic-ui/
- *
- *
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
- /*******************************
- Segment
- *******************************/
- .ui.segment {
- position: relative;
- background: #FFFFFF;
- -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
- box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
- margin: 1rem 0em;
- padding: 1em 1em;
- border-radius: 0.28571429rem;
- border: 1px solid rgba(34, 36, 38, 0.15);
- }
- .ui.segment:first-child {
- margin-top: 0em;
- }
- .ui.segment:last-child {
- margin-bottom: 0em;
- }
- /* Vertical */
- .ui.vertical.segment {
- margin: 0em;
- padding-left: 0em;
- padding-right: 0em;
- background: none transparent;
- border-radius: 0px;
- -webkit-box-shadow: none;
- box-shadow: none;
- border: none;
- border-bottom: 1px solid rgba(34, 36, 38, 0.15);
- }
- .ui.vertical.segment:last-child {
- border-bottom: none;
- }
- /*-------------------
- Loose Coupling
- --------------------*/
- /* Header */
- .ui.inverted.segment > .ui.header {
- color: #FFFFFF;
- }
- /* Label */
- .ui[class*="bottom attached"].segment > [class*="top attached"].label {
- border-top-left-radius: 0em;
- border-top-right-radius: 0em;
- }
- .ui[class*="top attached"].segment > [class*="bottom attached"].label {
- border-bottom-left-radius: 0em;
- border-bottom-right-radius: 0em;
- }
- .ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
- border-top-left-radius: 0em;
- border-top-right-radius: 0em;
- }
- .ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
- border-bottom-left-radius: 0em;
- border-bottom-right-radius: 0em;
- }
- /* Grid */
- .ui.page.grid.segment,
- .ui.grid > .row > .ui.segment.column,
- .ui.grid > .ui.segment.column {
- padding-top: 2em;
- padding-bottom: 2em;
- }
- .ui.grid.segment {
- margin: 1rem 0em;
- border-radius: 0.28571429rem;
- }
- /* Table */
- .ui.basic.table.segment {
- background: #FFFFFF;
- border: 1px solid rgba(34, 36, 38, 0.15);
- -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
- box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
- }
- .ui[class*="very basic"].table.segment {
- padding: 1em 1em;
- }
- /*******************************
- Types
- *******************************/
- /*-------------------
- Piled
- --------------------*/
- .ui.piled.segments,
- .ui.piled.segment {
- margin: 3em 0em;
- -webkit-box-shadow: '';
- box-shadow: '';
- z-index: auto;
- }
- .ui.piled.segment:first-child {
- margin-top: 0em;
- }
- .ui.piled.segment:last-child {
- margin-bottom: 0em;
- }
- .ui.piled.segments:after,
- .ui.piled.segments:before,
- .ui.piled.segment:after,
- .ui.piled.segment:before {
- background-color: #FFFFFF;
- visibility: visible;
- content: '';
- display: block;
- height: 100%;
- left: 0px;
- position: absolute;
- width: 100%;
- border: 1px solid rgba(34, 36, 38, 0.15);
- -webkit-box-shadow: '';
- box-shadow: '';
- }
- .ui.piled.segments:before,
- .ui.piled.segment:before {
- -webkit-transform: rotate(-1.2deg);
- transform: rotate(-1.2deg);
- top: 0;
- z-index: -2;
- }
- .ui.piled.segments:after,
- .ui.piled.segment:after {
- -webkit-transform: rotate(1.2deg);
- transform: rotate(1.2deg);
- top: 0;
- z-index: -1;
- }
- /* Piled Attached */
- .ui[class*="top attached"].piled.segment {
- margin-top: 3em;
- margin-bottom: 0em;
- }
- .ui.piled.segment[class*="top attached"]:first-child {
- margin-top: 0em;
- }
- .ui.piled.segment[class*="bottom attached"] {
- margin-top: 0em;
- margin-bottom: 3em;
- }
- .ui.piled.segment[class*="bottom attached"]:last-child {
- margin-bottom: 0em;
- }
- /*-------------------
- Stacked
- --------------------*/
- .ui.stacked.segment {
- padding-bottom: 1.4em;
- }
- .ui.stacked.segments:before,
- .ui.stacked.segments:after,
- .ui.stacked.segment:before,
- .ui.stacked.segment:after {
- content: '';
- position: absolute;
- bottom: -3px;
- left: 0%;
- border-top: 1px solid rgba(34, 36, 38, 0.15);
- background: rgba(0, 0, 0, 0.03);
- width: 100%;
- height: 6px;
- visibility: visible;
- }
- .ui.stacked.segments:before,
- .ui.stacked.segment:before {
- display: none;
- }
- /* Add additional page */
- .ui.tall.stacked.segments:before,
- .ui.tall.stacked.segment:before {
- display: block;
- bottom: 0px;
- }
- /* Inverted */
- .ui.stacked.inverted.segments:before,
- .ui.stacked.inverted.segments:after,
- .ui.stacked.inverted.segment:before,
- .ui.stacked.inverted.segment:after {
- background-color: rgba(0, 0, 0, 0.03);
- border-top: 1px solid rgba(34, 36, 38, 0.35);
- }
- /*-------------------
- Padded
- --------------------*/
- .ui.padded.segment {
- padding: 1.5em;
- }
- .ui[class*="very padded"].segment {
- padding: 3em;
- }
- /* Padded vertical */
- .ui.padded.segment.vertical.segment,
- .ui[class*="very padded"].vertical.segment {
- padding-left: 0px;
- padding-right: 0px;
- }
- /*-------------------
- Compact
- --------------------*/
- .ui.compact.segment {
- display: table;
- }
- /* Compact Group */
- .ui.compact.segments {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- }
- .ui.compact.segments .segment,
- .ui.segments .compact.segment {
- display: block;
- -webkit-box-flex: 0;
- -ms-flex: 0 1 auto;
- flex: 0 1 auto;
- }
- /*-------------------
- Circular
- --------------------*/
- .ui.circular.segment {
- display: table-cell;
- padding: 2em;
- text-align: center;
- vertical-align: middle;
- border-radius: 500em;
- }
- /*-------------------
- Raised
- --------------------*/
- .ui.raised.segments,
- .ui.raised.segment {
- -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
- box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
- }
- /*******************************
- Groups
- *******************************/
- /* Group */
- .ui.segments {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- position: relative;
- margin: 1rem 0em;
- border: 1px solid rgba(34, 36, 38, 0.15);
- -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
- box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
- border-radius: 0.28571429rem;
- }
- .ui.segments:first-child {
- margin-top: 0em;
- }
- .ui.segments:last-child {
- margin-bottom: 0em;
- }
- /* Nested Segment */
- .ui.segments > .segment {
- top: 0px;
- bottom: 0px;
- border-radius: 0px;
- margin: 0em;
- width: auto;
- -webkit-box-shadow: none;
- box-shadow: none;
- border: none;
- border-top: 1px solid rgba(34, 36, 38, 0.15);
- }
- .ui.segments:not(.horizontal) > .segment:first-child {
- border-top: none;
- margin-top: 0em;
- bottom: 0px;
- margin-bottom: 0em;
- top: 0px;
- border-radius: 0.28571429rem 0.28571429rem 0em 0em;
- }
- /* Bottom */
- .ui.segments:not(.horizontal) > .segment:last-child {
- top: 0px;
- bottom: 0px;
- margin-top: 0em;
- margin-bottom: 0em;
- -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
- box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
- border-radius: 0em 0em 0.28571429rem 0.28571429rem;
- }
- /* Only */
- .ui.segments:not(.horizontal) > .segment:only-child {
- border-radius: 0.28571429rem;
- }
- /* Nested Group */
- .ui.segments > .ui.segments {
- border-top: 1px solid rgba(34, 36, 38, 0.15);
- margin: 1rem 1rem;
- }
- .ui.segments > .segments:first-child {
- border-top: none;
- }
- .ui.segments > .segment + .segments:not(.horizontal) {
- margin-top: 0em;
- }
- /* Horizontal Group */
- .ui.horizontal.segments {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- background-color: transparent;
- border-radius: 0px;
- padding: 0em;
- background-color: #FFFFFF;
- -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
- box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
- margin: 1rem 0em;
- border-radius: 0.28571429rem;
- border: 1px solid rgba(34, 36, 38, 0.15);
- }
- /* Nested Horizontal Group */
- .ui.segments > .horizontal.segments {
- margin: 0em;
- background-color: transparent;
- border-radius: 0px;
- border: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- border-top: 1px solid rgba(34, 36, 38, 0.15);
- }
- /* Horizontal Segment */
- .ui.horizontal.segments > .segment {
- -webkit-box-flex: 1;
- flex: 1 1 auto;
- -ms-flex: 1 1 0px;
-
- /* Solves #2550 MS Flex */
- margin: 0em;
- min-width: 0px;
- background-color: transparent;
- border-radius: 0px;
- border: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- border-left: 1px solid rgba(34, 36, 38, 0.15);
- }
- /* Border Fixes */
- .ui.segments > .horizontal.segments:first-child {
- border-top: none;
- }
- .ui.horizontal.segments > .segment:first-child {
- border-left: none;
- }
- /*******************************
- States
- *******************************/
- /*--------------
- Disabled
- ---------------*/
- .ui.disabled.segment {
- opacity: 0.45;
- color: rgba(40, 40, 40, 0.3);
- }
- /*--------------
- Loading
- ---------------*/
- .ui.loading.segment {
- position: relative;
- cursor: default;
- pointer-events: none;
- text-shadow: none !important;
- color: transparent !important;
- -webkit-transition: all 0s linear;
- transition: all 0s linear;
- }
- .ui.loading.segment:before {
- position: absolute;
- content: '';
- top: 0%;
- left: 0%;
- background: rgba(255, 255, 255, 0.8);
- width: 100%;
- height: 100%;
- border-radius: 0.28571429rem;
- z-index: 100;
- }
- .ui.loading.segment:after {
- position: absolute;
- content: '';
- top: 50%;
- left: 50%;
- margin: -1.5em 0em 0em -1.5em;
- width: 3em;
- height: 3em;
- -webkit-animation: segment-spin 0.6s linear;
- animation: segment-spin 0.6s linear;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- border-radius: 500rem;
- border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
- border-style: solid;
- border-width: 0.2em;
- -webkit-box-shadow: 0px 0px 0px 1px transparent;
- box-shadow: 0px 0px 0px 1px transparent;
- visibility: visible;
- z-index: 101;
- }
- @-webkit-keyframes segment-spin {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- @keyframes segment-spin {
- from {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- /*******************************
- Variations
- *******************************/
- /*-------------------
- Basic
- --------------------*/
- .ui.basic.segment {
- background: none transparent;
- -webkit-box-shadow: none;
- box-shadow: none;
- border: none;
- border-radius: 0px;
- }
- /*-------------------
- Clearing
- --------------------*/
- .ui.clearing.segment:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- /*-------------------
- Colors
- --------------------*/
- /* Red */
- .ui.red.segment:not(.inverted) {
- border-top: 2px solid #DB2828 !important;
- }
- .ui.inverted.red.segment {
- background-color: #DB2828 !important;
- color: #FFFFFF !important;
- }
- /* Orange */
- .ui.orange.segment:not(.inverted) {
- border-top: 2px solid #F2711C !important;
- }
- .ui.inverted.orange.segment {
- background-color: #F2711C !important;
- color: #FFFFFF !important;
- }
- /* Yellow */
- .ui.yellow.segment:not(.inverted) {
- border-top: 2px solid #FBBD08 !important;
- }
- .ui.inverted.yellow.segment {
- background-color: #FBBD08 !important;
- color: #FFFFFF !important;
- }
- /* Olive */
- .ui.olive.segment:not(.inverted) {
- border-top: 2px solid #B5CC18 !important;
- }
- .ui.inverted.olive.segment {
- background-color: #B5CC18 !important;
- color: #FFFFFF !important;
- }
- /* Green */
- .ui.green.segment:not(.inverted) {
- border-top: 2px solid #21BA45 !important;
- }
- .ui.inverted.green.segment {
- background-color: #21BA45 !important;
- color: #FFFFFF !important;
- }
- /* Teal */
- .ui.teal.segment:not(.inverted) {
- border-top: 2px solid #00B5AD !important;
- }
- .ui.inverted.teal.segment {
- background-color: #00B5AD !important;
- color: #FFFFFF !important;
- }
- /* Blue */
- .ui.blue.segment:not(.inverted) {
- border-top: 2px solid #2185D0 !important;
- }
- .ui.inverted.blue.segment {
- background-color: #2185D0 !important;
- color: #FFFFFF !important;
- }
- /* Violet */
- .ui.violet.segment:not(.inverted) {
- border-top: 2px solid #6435C9 !important;
- }
- .ui.inverted.violet.segment {
- background-color: #6435C9 !important;
- color: #FFFFFF !important;
- }
- /* Purple */
- .ui.purple.segment:not(.inverted) {
- border-top: 2px solid #A333C8 !important;
- }
- .ui.inverted.purple.segment {
- background-color: #A333C8 !important;
- color: #FFFFFF !important;
- }
- /* Pink */
- .ui.pink.segment:not(.inverted) {
- border-top: 2px solid #E03997 !important;
- }
- .ui.inverted.pink.segment {
- background-color: #E03997 !important;
- color: #FFFFFF !important;
- }
- /* Brown */
- .ui.brown.segment:not(.inverted) {
- border-top: 2px solid #A5673F !important;
- }
- .ui.inverted.brown.segment {
- background-color: #A5673F !important;
- color: #FFFFFF !important;
- }
- /* Grey */
- .ui.grey.segment:not(.inverted) {
- border-top: 2px solid #767676 !important;
- }
- .ui.inverted.grey.segment {
- background-color: #767676 !important;
- color: #FFFFFF !important;
- }
- /* Black */
- .ui.black.segment:not(.inverted) {
- border-top: 2px solid #1B1C1D !important;
- }
- .ui.inverted.black.segment {
- background-color: #1B1C1D !important;
- color: #FFFFFF !important;
- }
- /*-------------------
- Aligned
- --------------------*/
- .ui[class*="left aligned"].segment {
- text-align: left;
- }
- .ui[class*="right aligned"].segment {
- text-align: right;
- }
- .ui[class*="center aligned"].segment {
- text-align: center;
- }
- /*-------------------
- Floated
- --------------------*/
- .ui.floated.segment,
- .ui[class*="left floated"].segment {
- float: left;
- margin-right: 1em;
- }
- .ui[class*="right floated"].segment {
- float: right;
- margin-left: 1em;
- }
- /*-------------------
- Inverted
- --------------------*/
- .ui.inverted.segment {
- border: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .ui.inverted.segment,
- .ui.primary.inverted.segment {
- background: #1B1C1D;
- color: rgba(255, 255, 255, 0.9);
- }
- /* Nested */
- .ui.inverted.segment .segment {
- color: rgba(0, 0, 0, 0.87);
- }
- .ui.inverted.segment .inverted.segment {
- color: rgba(255, 255, 255, 0.9);
- }
- /* Attached */
- .ui.inverted.attached.segment {
- border-color: #555555;
- }
- /*-------------------
- Emphasis
- --------------------*/
- /* Secondary */
- .ui.secondary.segment {
- background: #F3F4F5;
- color: rgba(0, 0, 0, 0.6);
- }
- .ui.secondary.inverted.segment {
- background: #4c4f52 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
- background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
- background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
- color: rgba(255, 255, 255, 0.8);
- }
- /* Tertiary */
- .ui.tertiary.segment {
- background: #DCDDDE;
- color: rgba(0, 0, 0, 0.6);
- }
- .ui.tertiary.inverted.segment {
- background: #717579 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
- background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
- background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
- color: rgba(255, 255, 255, 0.8);
- }
- /*-------------------
- Attached
- --------------------*/
- /* Middle */
- .ui.attached.segment {
- top: 0px;
- bottom: 0px;
- border-radius: 0px;
- margin: 0em -1px;
- width: calc(100% + 2px );
- max-width: calc(100% + 2px );
- -webkit-box-shadow: none;
- box-shadow: none;
- border: 1px solid #D4D4D5;
- }
- .ui.attached:not(.message) + .ui.attached.segment:not(.top) {
- border-top: none;
- }
- /* Top */
- .ui[class*="top attached"].segment {
- bottom: 0px;
- margin-bottom: 0em;
- top: 0px;
- margin-top: 1rem;
- border-radius: 0.28571429rem 0.28571429rem 0em 0em;
- }
- .ui.segment[class*="top attached"]:first-child {
- margin-top: 0em;
- }
- /* Bottom */
- .ui.segment[class*="bottom attached"] {
- bottom: 0px;
- margin-top: 0em;
- top: 0px;
- margin-bottom: 1rem;
- -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
- box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
- border-radius: 0em 0em 0.28571429rem 0.28571429rem;
- }
- .ui.segment[class*="bottom attached"]:last-child {
- margin-bottom: 0em;
- }
- /*-------------------
- Size
- --------------------*/
- .ui.mini.segments .segment,
- .ui.mini.segment {
- font-size: 0.78571429rem;
- }
- .ui.tiny.segments .segment,
- .ui.tiny.segment {
- font-size: 0.85714286rem;
- }
- .ui.small.segments .segment,
- .ui.small.segment {
- font-size: 0.92857143rem;
- }
- .ui.segments .segment,
- .ui.segment {
- font-size: 1rem;
- }
- .ui.large.segments .segment,
- .ui.large.segment {
- font-size: 1.14285714rem;
- }
- .ui.big.segments .segment,
- .ui.big.segment {
- font-size: 1.28571429rem;
- }
- .ui.huge.segments .segment,
- .ui.huge.segment {
- font-size: 1.42857143rem;
- }
- .ui.massive.segments .segment,
- .ui.massive.segment {
- font-size: 1.71428571rem;
- }
- /*******************************
- Theme Overrides
- *******************************/
- /*******************************
- Site Overrides
- *******************************/
|