lib/assets/css/semantic.css in semantic-rails-0.0.5 vs lib/assets/css/semantic.css in semantic-rails-0.0.6
- old
+ new
@@ -1,15 +1,5 @@
-/*
- * # Semantic - Breadcrumb
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Breadcrumb
*******************************/
.ui.breadcrumb {
margin: 1em 0em;
@@ -62,20 +52,10 @@
}
.ui.huge.breadcrumb {
font-size: 1.3em;
}
-/*
- * # Semantic - Form
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Standard
*******************************/
/*--------------------
Form
@@ -154,11 +134,11 @@
font-size: 1em;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.15);
outline: none;
color: rgba(0, 0, 0, 0.7);
- border-radius: 0.3125em;
+ border-radius: 0.2125em;
-webkit-transition: background-color 0.3s ease-out, -webkit-box-shadow 0.2s ease, border-color 0.2s ease;
-moz-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
-webkit-box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
@@ -172,11 +152,11 @@
.ui.textarea,
.ui.form textarea {
line-height: 1.33;
min-height: 8em;
height: 12em;
- max-height: 24em;
+ max-height: 28em;
resize: vertical;
}
.ui.form textarea,
.ui.form input[type="checkbox"] {
vertical-align: top;
@@ -420,11 +400,11 @@
top: 0%;
left: 0%;
content: '';
width: 100%;
height: 100%;
- background: rgba(255, 255, 255, 0.8) url(loader-large.gif) no-repeat 50% 50%;
+ /*background: rgba(255, 255, 255, 0.8) url(loader-large.gif) no-repeat 50% 50%;*/
visibility: visible;
}
/*******************************
Variations
*******************************/
@@ -709,20 +689,10 @@
/* Large */
.ui.large.form {
font-size: 1.125em;
}
-/*
- * # Semantic - Grid
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Grid
*******************************/
.ui.grid {
display: block;
@@ -1462,23 +1432,10 @@
.ui.stackable.grid .vertical.pointing.menu .item:after {
display: none;
}
}
-/*
- * # Semantic - Menu
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
-/*******************************
- Standard
-*******************************/
/*--------------
Menu
---------------*/
.ui.menu {
margin: 1rem 0rem;
@@ -2452,12 +2409,12 @@
border-color: #6ECFF5 !important;
color: #6ECFF5 !important;
}
.ui.menu .purple.active.item,
.ui.purple.menu .active.item {
- border-color: #171f43 !important;
- color: #171f43 !important;
+ border-color: #202d62 !important;
+ color: #202d62 !important;
}
.ui.menu .orange.active.item,
.ui.orange.menu .active.item {
border-color: #F05940 !important;
color: #F05940 !important;
@@ -2615,11 +2572,11 @@
}
.ui.inverted.blue.pointing.menu .active.item:after {
background-color: #8AD7F6;
}
.ui.inverted.purple.menu {
- background-color: #171f43;
+ background-color: #202d62;
}
.ui.inverted.purple.pointing.menu .active.item:after {
background-color: #7771A0;
}
.ui.inverted.orange.menu {
@@ -2877,20 +2834,10 @@
}
.ui.large.vertical.menu {
width: 18rem;
}
-/*
- * # Semantic - Message
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Message
*******************************/
.ui.message {
position: relative;
@@ -2906,11 +2853,11 @@
transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
- border-radius: 0.325em 0.325em 0.325em 0.325em;
+ border-radius: 0.225em 0.225em 0.225em 0.225em;
}
.ui.message:first-child {
margin-top: 0em;
}
.ui.message:last-child {
@@ -3019,21 +2966,21 @@
---------------*/
.ui.attached.message {
margin-left: -1px;
margin-right: -1px;
margin-bottom: -1px;
- border-radius: 0.325em 0.325em 0em 0em;
+ border-radius: 0.225em 0.225em 0em 0em;
-webkit-box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.attached + .ui.attached.message:not(.top):not(.bottom) {
margin-top: -1px;
border-radius: 0em;
}
.ui.bottom.attached.message {
margin-top: -1px;
- border-radius: 0em 0em 0.325em 0.325em;
+ border-radius: 0em 0em 0.225em 0.225em;
}
.ui.bottom.attached.message:not(:last-child) {
margin-bottom: 1em;
}
.ui.attached.fa.message {
@@ -3134,20 +3081,10 @@
}
.ui.massive.message {
font-size: 2em;
}
-/*
- * # Semantic - Table
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Table
*******************************/
/* Prototype */
.ui.table {
@@ -3765,11 +3702,11 @@
}
i.red.basic.fa {
color: #D95C5C !important;
}
i.purple.basic.fa {
- color: #171f43 !important;
+ color: #202d62 !important;
}
i.teal.basic.fa {
color: #00B5AD !important;
}
/*-------------------
@@ -3790,11 +3727,11 @@
i.inverted.red.basic.fa {
background-color: #D95C5C !important;
color: #FFFFFF !important;
}
i.inverted.purple.basic.fa {
- background-color: #171f43 !important;
+ background-color: #202d62 !important;
color: #FFFFFF !important;
}
i.inverted.teal.basic.fa {
background-color: #00B5AD !important;
color: #FFFFFF !important;
@@ -3827,20 +3764,10 @@
font-size: 8em;
margin-right: 1em;
vertical-align: middle;
}
-/*
- * # Semantic - Button
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Button
*******************************/
/* Prototype */
.ui.button {
@@ -4892,11 +4819,11 @@
color: #FFFFFF;
}
/*--- Purple ---*/
.ui.purple.buttons .button,
.ui.purple.button {
- background-color: #171f43;
+ background-color: #202d62;
color: #FFFFFF;
}
.ui.purple.buttons .button:hover,
.ui.purple.button:hover,
.ui.purple.buttons .active.button,
@@ -5023,21 +4950,10 @@
.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;
}
-
-/*
- * # Semantic - Divider
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Divider
*******************************/
.ui.divider {
margin: 1rem 0rem;
@@ -5179,20 +5095,10 @@
.ui.section.divider {
margin-top: 2rem;
margin-bottom: 2rem;
}
-/*
- * # Semantic - Header
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Header
*******************************/
/* Standard */
.ui.header {
@@ -5336,11 +5242,11 @@
}
.ui.red.header {
color: #D95C5C !important;
}
.ui.purple.header {
- color: #171f43 !important;
+ color: #202d62 !important;
}
.ui.teal.header {
color: #00B5AD !important;
}
.ui.blue.dividing.header {
@@ -5354,11 +5260,11 @@
}
.ui.red.dividing.header {
border-bottom: 3px solid #D95C5C;
}
.ui.purple.dividing.header {
- border-bottom: 3px solid #171f43;
+ border-bottom: 3px solid #202d62;
}
.ui.teal.dividing.header {
border-bottom: 3px solid #00B5AD;
}
/*-------------------
@@ -5388,11 +5294,11 @@
.ui.inverted.red.header {
background-color: #D95C5C !important;
color: #FFFFFF !important;
}
.ui.inverted.purple.header {
- background-color: #171f43 !important;
+ background-color: #202d62 !important;
color: #FFFFFF !important;
}
.ui.inverted.teal.header {
background-color: #00B5AD !important;
color: #FFFFFF !important;
@@ -5477,62 +5383,61 @@
margin-top: 0em;
border-radius: 0em 0em 0.3125em 0.3125em;
}
/*!
- * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
- src: url('fontawesome-webfont.eot?v=4.1.0');
- src: url('fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
+ src: url('fontawesome-webfont.eot?v=4.2.0');
+ src: url('fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
- font-family: FontAwesome;
- font-style: normal;
- font-weight: normal;
- line-height: 1;
+ font: normal normal normal 14px/1 FontAwesome;
+ font-size: inherit;
+ text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
-.fa-lg {
+i.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
-.fa-2x {
+i.fa-2x {
font-size: 2em;
}
-.fa-3x {
+i.fa-3x {
font-size: 3em;
}
-.fa-4x {
+i.fa-4x {
font-size: 4em;
}
-.fa-5x {
+i.fa-5x {
font-size: 5em;
}
-.fa-fw {
+i.fa-fw {
width: 1.28571429em;
text-align: center;
}
-.fa-ul {
+i.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
-.fa-ul > li {
+i.fa-ul > li {
position: relative;
}
-.fa-li {
+i.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
@@ -5556,41 +5461,25 @@
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
- -webkit-animation: spin 2s infinite linear;
- -moz-animation: spin 2s infinite linear;
- -o-animation: spin 2s infinite linear;
- animation: spin 2s infinite linear;
+ -webkit-animation: fa-spin 2s infinite linear;
+ animation: fa-spin 2s infinite linear;
}
-@-moz-keyframes spin {
+@-webkit-keyframes fa-spin {
0% {
- -moz-transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(359deg);
- }
-}
-@-webkit-keyframes spin {
- 0% {
-webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
+ transform: rotate(359deg);
}
}
-@-o-keyframes spin {
+@keyframes fa-spin {
0% {
- -o-transform: rotate(0deg);
- }
- 100% {
- -o-transform: rotate(359deg);
- }
-}
-@keyframes spin {
- 0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
@@ -5598,47 +5487,44 @@
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
- -o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
- -moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
- -o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
- -moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
- -o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
- -moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
- -o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
- -moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
- -o-transform: scale(1, -1);
transform: scale(1, -1);
}
+:root .fa-rotate-90,
+:root .fa-rotate-180,
+:root .fa-rotate-270,
+:root .fa-flip-horizontal,
+:root .fa-flip-vertical {
+ filter: none;
+}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
@@ -5700,10 +5586,12 @@
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
+.fa-remove:before,
+.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
@@ -6029,11 +5917,12 @@
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
-.fa-bar-chart-o:before {
+.fa-bar-chart-o:before,
+.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
@@ -6858,11 +6747,10 @@
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
-.fa-pied-piper-square:before,
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
@@ -6975,10 +6863,11 @@
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
+.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
@@ -7042,11 +6931,135 @@
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
+.fa-soccer-ball-o:before,
+.fa-futbol-o:before {
+ content: "\f1e3";
+}
+.fa-tty:before {
+ content: "\f1e4";
+}
+.fa-binoculars:before {
+ content: "\f1e5";
+}
+.fa-plug:before {
+ content: "\f1e6";
+}
+.fa-slideshare:before {
+ content: "\f1e7";
+}
+.fa-twitch:before {
+ content: "\f1e8";
+}
+.fa-yelp:before {
+ content: "\f1e9";
+}
+.fa-newspaper-o:before {
+ content: "\f1ea";
+}
+.fa-wifi:before {
+ content: "\f1eb";
+}
+.fa-calculator:before {
+ content: "\f1ec";
+}
+.fa-paypal:before {
+ content: "\f1ed";
+}
+.fa-google-wallet:before {
+ content: "\f1ee";
+}
+.fa-cc-visa:before {
+ content: "\f1f0";
+}
+.fa-cc-mastercard:before {
+ content: "\f1f1";
+}
+.fa-cc-discover:before {
+ content: "\f1f2";
+}
+.fa-cc-amex:before {
+ content: "\f1f3";
+}
+.fa-cc-paypal:before {
+ content: "\f1f4";
+}
+.fa-cc-stripe:before {
+ content: "\f1f5";
+}
+.fa-bell-slash:before {
+ content: "\f1f6";
+}
+.fa-bell-slash-o:before {
+ content: "\f1f7";
+}
+.fa-trash:before {
+ content: "\f1f8";
+}
+.fa-copyright:before {
+ content: "\f1f9";
+}
+.fa-at:before {
+ content: "\f1fa";
+}
+.fa-eyedropper:before {
+ content: "\f1fb";
+}
+.fa-paint-brush:before {
+ content: "\f1fc";
+}
+.fa-birthday-cake:before {
+ content: "\f1fd";
+}
+.fa-area-chart:before {
+ content: "\f1fe";
+}
+.fa-pie-chart:before {
+ content: "\f200";
+}
+.fa-line-chart:before {
+ content: "\f201";
+}
+.fa-lastfm:before {
+ content: "\f202";
+}
+.fa-lastfm-square:before {
+ content: "\f203";
+}
+.fa-toggle-off:before {
+ content: "\f204";
+}
+.fa-toggle-on:before {
+ content: "\f205";
+}
+.fa-bicycle:before {
+ content: "\f206";
+}
+.fa-bus:before {
+ content: "\f207";
+}
+.fa-ioxhost:before {
+ content: "\f208";
+}
+.fa-angellist:before {
+ content: "\f209";
+}
+.fa-cc:before {
+ content: "\f20a";
+}
+.fa-shekel:before,
+.fa-sheqel:before,
+.fa-ils:before {
+ content: "\f20b";
+}
+.fa-meanpath:before {
+ content: "\f20c";
+}
+
/*******************************
Types
*******************************/
/*--------------
Loading
@@ -7221,11 +7234,11 @@
}
i.red.fa {
color: #D95C5C !important;
}
i.purple.fa {
- color: #171f43 !important;
+ color: #202d62 !important;
}
i.orange.fa {
color: #F05940 !important;
}
i.yellow.fa {
@@ -7252,11 +7265,11 @@
i.inverted.red.fa {
background-color: #D95C5C !important;
color: #FFFFFF !important;
}
i.inverted.purple.fa {
- background-color: #171f43 !important;
+ background-color: #202d62 !important;
color: #FFFFFF !important;
}
i.inverted.orange.fa {
background-color: #F05940 !important;
color: #FFFFFF !important;
@@ -7293,20 +7306,10 @@
i.massive.fa {
font-size: 8em;
vertical-align: middle;
}
-/*
- * # Semantic - Image
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Image
*******************************/
.ui.image {
position: relative;
@@ -7440,20 +7443,10 @@
.ui.images img {
display: inline-block;
margin: 0em 0.25em 0.5em;
}
-/*
- * # Semantic - Input
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Standard
*******************************/
/*--------------------
Inputs
@@ -7463,11 +7456,11 @@
position: relative;
color: rgba(0, 0, 0, 0.7);
}
.ui.input input {
width: 100%;
- font-family: "Helvetica Neue", "Helvetica", Arial;
+ font-family: 'Helvetica Neue',Tahoma,Arial,"Hiragino Sans GB",STXihei,'Microsoft yahei',SimSun,sans-serif;
margin: 0em;
padding: 0.65em 1em;
font-size: 1em;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.15);
@@ -7692,20 +7685,10 @@
}
.ui.massive.input {
font-size: 1.5em;
}
-/*
- * # Semantic - Label
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Label
*******************************/
.ui.label {
display: inline-block;
@@ -7715,11 +7698,11 @@
border-color: #E8E8E8;
padding: 0.5em 0.8em;
color: rgba(0, 0, 0, 0.65);
text-transform: uppercase;
font-weight: normal;
- border-radius: 0.325em;
+ border-radius: 0.225em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.1s linear
@@ -7806,11 +7789,11 @@
.ui.image.label img {
display: inline-block;
height: 2.25em;
margin: -0.4em 0.8em -0.4em -0.8em;
vertical-align: top;
- border-radius: 0.325em 0em 0em 0.325em;
+ border-radius: 0.225em 0em 0em 0.225em;
}
/*******************************
States
*******************************/
/*-------------------
@@ -8216,18 +8199,18 @@
border-color: #1AB8F3 !important;
}
/*--- Purple ---*/
.ui.purple.labels .label,
.ui.purple.label {
- background-color: #171f43 !important;
- border-color: #171f43 !important;
+ background-color: #202d62 !important;
+ border-color: #202d62 !important;
color: #FFFFFF !important;
}
.ui.labels .purple.label:before,
.ui.purple.labels .label:before,
.ui.purple.label:before {
- background-color: #171f43 !important;
+ background-color: #202d62 !important;
}
/* Hover */
a.ui.purple.labels .label:hover,
.ui.purple.labels a.label:hover,
a.ui.purple.label:hover {
@@ -8477,20 +8460,10 @@
.ui.huge.labels .label,
.ui.huge.label {
font-size: 1rem;
}
-/*
- * # Semantic - Loader
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Loader
*******************************/
/* Standard Size */
.ui.loader {
@@ -8630,20 +8603,10 @@
.ui.inline.loader.active,
.ui.inline.loader.visible {
display: inline-block;
}
-/*
- * # Semantic - Progress Bar
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Progress Bar
*******************************/
.ui.progress {
border: 1px solid rgba(0, 0, 0, 0.1);
@@ -8818,11 +8781,11 @@
}
.ui.red.progress .bar {
background-color: #EF4D6D;
}
.ui.purple.progress .bar {
- background-color: #171f43;
+ background-color: #202d62;
}
.ui.teal.progress .bar {
background-color: #00B5AD;
}
/*--------------
@@ -8877,20 +8840,10 @@
---------------*/
.ui.small.progress .bar {
height: 14px;
}
-/*
- * # Semantic - Reveal
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Reveal
*******************************/
.ui.reveal {
display: inline-block;
@@ -9173,20 +9126,10 @@
-webkit-transition-delay: 0s !important;
-moz-transition-delay: 0s !important;
transition-delay: 0s !important;
}
-/*
- * # Semantic - Segment
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Segment
*******************************/
.ui.segment {
position: relative;
@@ -9404,11 +9347,11 @@
}
.ui.yellow.segment {
border-top: 0.2em solid #ffcc00;
}
.ui.purple.segment {
- border-top: 0.2em solid #171f43;
+ border-top: 0.2em solid #202d62;
}
.ui.teal.segment {
border-top: 0.2em solid #00B5AD;
}
/*-------------------
@@ -9437,11 +9380,11 @@
.ui.inverted.yellow.segment {
background-color: #ffcc00 !important;
color: #FFFFFF !important;
}
.ui.inverted.purple.segment {
- background-color: #171f43 !important;
+ background-color: #202d62 !important;
color: #FFFFFF !important;
}
.ui.inverted.teal.segment {
background-color: #00B5AD !important;
color: #FFFFFF !important;
@@ -9556,21 +9499,10 @@
border-radius: 0px 0px 5px 5px;
}
.ui.segment.bottom.attached:last-child {
margin-bottom: 0em;
}
-
-/*
- * # Semantic - Steps
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Step
*******************************/
.ui.step,
.ui.steps .step {
@@ -9845,20 +9777,10 @@
.ui.massive.steps .step {
font-size: 1.5rem;
font-weight: bold;
}
-/*
- * # Semantic - Accordion
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Accordion
*******************************/
.ui.accordion,
.ui.accordion .accordion {
@@ -9994,20 +9916,10 @@
.ui.fluid.accordion,
.ui.fluid.accordion .accordion {
width: 100%;
}
-/*
- * # Semantic - Chat Room
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Chat Room
*******************************/
.ui.chatroom {
background-color: #F8F8F8;
@@ -10240,20 +10152,10 @@
}
.ui.chatroom .talk {
height: 40px;
}
-/*
- * # Semantic - Checkbox
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Checkbox
*******************************/
/*--------------
Standard
@@ -10579,20 +10481,10 @@
}
.ui.huge.checkbox {
font-size: 1.5em;
}
-/*
- * # Semantic - Dimmer
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Dimmer
*******************************/
.ui.dimmable {
position: relative;
@@ -10738,20 +10630,10 @@
}
.ui.dimmed.dimmable > .ui.simple.inverted.dimmer {
background-color: rgba(255, 255, 255, 0.85);
}
-/*
- * # Semantic - Dropdown
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Dropdown
*******************************/
.ui.dropdown {
cursor: pointer;
@@ -10782,11 +10664,11 @@
white-space: nowrap;
font-size: 0.875em;
text-shadow: none;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
- border-radius: 0px 0px 0.325em 0.325em;
+ border-radius: 0px 0px 0.225em 0.225em;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
z-index: 11;
}
@@ -10826,11 +10708,11 @@
---------------*/
.ui.dropdown .menu .menu {
top: 0% !important;
left: 100% !important;
margin: 0em !important;
- border-radius: 0 0.325em 0.325em 0em !important;
+ border-radius: 0 0.225em 0.225em 0em !important;
}
.ui.dropdown .menu .menu:after {
display: none;
}
.ui.dropdown .menu .item {
@@ -11042,11 +10924,11 @@
max-height: 312px;
overflow-x: hidden;
overflow-y: auto;
-webkit-box-shadow: 0px 1px 0px 1px #E0E0E0;
box-shadow: 0px 1px 0px 1px #E0E0E0;
- border-radius: 0px 0px 0.325em 0.325em;
+ border-radius: 0px 0px 0.225em 0.225em;
}
.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
display: none;
}
@@ -11069,11 +10951,11 @@
box-shadow: 0px 0px 0px 1px #e7bebe !important;
}
.ui.selection.dropdown.error .menu {
-webkit-box-shadow: 0px 1px 0px 1px #E7BEBE;
box-shadow: 0px 1px 0px 1px #E7BEBE;
- border-radius: 0px 0px 0.325em 0.325em;
+ border-radius: 0px 0px 0.225em 0.225em;
}
/* Menu Item Active */
.ui.selection.dropdown.error .menu .active.item {
background-color: #FDCFCF !important;
}
@@ -11140,28 +11022,28 @@
font-weight: bold;
}
.ui.inline.dropdown .menu {
cursor: auto;
margin-top: 0.25em;
- border-radius: 0.325em;
+ border-radius: 0.225em;
}
/*--------------
Floating
---------------*/
.ui.floating.dropdown .menu {
left: 0;
right: auto;
margin-top: 0.5em !important;
- border-radius: 0.325em;
+ border-radius: 0.225em;
}
/*--------------
Pointing
---------------*/
.ui.pointing.dropdown .menu {
top: 100%;
margin-top: 0.75em;
- border-radius: 0.325em;
+ border-radius: 0.225em;
}
.ui.pointing.dropdown .menu:after {
display: block;
position: absolute;
pointer-events: none;
@@ -11255,20 +11137,10 @@
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
-/*
- * # Semantic - Modal
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Modal
*******************************/
.ui.modal {
display: none;
@@ -11312,11 +11184,11 @@
.ui.modal > .header {
margin: 0em;
padding: 1.5rem 2rem;
font-size: 1.6em;
font-weight: bold;
- border-radius: 0.325em 0.325em 0px 0px;
+ border-radius: 0.225em 0.225em 0px 0px;
}
/*--------------
Content
---------------*/
.ui.modal > .content {
@@ -11508,20 +11380,10 @@
width: 44%;
margin-left: -22%;
}
}
-/*
- * # Semantic - Nag
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Nag
*******************************/
.ui.nag {
display: none;
@@ -11626,21 +11488,10 @@
Groups
*******************************/
.ui.nags .nag {
border-radius: 0px;
}
-
-/*
- * # Semantic - Popup
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Popup
*******************************/
.ui.popup {
display: none;
@@ -11839,20 +11690,10 @@
background-color: #333333;
-webkit-box-shadow: none;
box-shadow: none;
}
-/*
- * # Semantic - Rating
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Rating
*******************************/
.ui.rating {
display: inline-block;
@@ -11969,20 +11810,10 @@
.ui.huge.rating .fa {
font-size: 2rem;
vertical-align: middle;
}
-/*
- * # Semantic - Search
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Search
*******************************/
.ui.search {
position: relative;
@@ -12179,20 +12010,10 @@
}
.ui.search .large.results .info .description {
font-size: 11px;
}
-/*
- * # Semantic - Shape
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Shape
*******************************/
.ui.shape {
display: inline-block;
@@ -12316,20 +12137,10 @@
---------------*/
.ui.shape .active.side {
display: block;
}
-/*
- * # Semantic - Sidebar
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Sidebar
*******************************/
body {
-webkit-transition: margin 0.3s ease, -webkit-transform 0.3s ease /*rtl:append:,
@@ -12503,20 +12314,10 @@
}
.ui.active.bottom.sidebar {
margin-top: -40px !important;
}
-/*
- * # Semantic - Tab
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
UI Tabs
*******************************/
.ui.tab {
display: none;
@@ -13785,20 +13586,10 @@
-moz-transform: scale(0.7);
transform: scale(0.7);
}
}
-/*
- * # Semantic - Video
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
/*******************************
Video
*******************************/
.ui.video {
position: relative;
@@ -13864,24 +13655,10 @@
}
.ui.video.active .embed {
display: block;
}
-/*
- * # Semantic Comment View
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- * Released: April 17 2014
- */
-/*******************************
- Standard
-*******************************/
/*--------------
Comments
---------------*/
.ui.comments a {
cursor: pointer;
@@ -13973,11 +13750,11 @@
.ui.comments > .reply.form {
margin-top: 1.5em;
max-width: 40em;
}
.ui.comments .reply.form textarea {
- height: 12em;
+ height: 8em;
}
/*--------------------
Nested Comments
---------------------*/
.ui.comments .comment .comments {
@@ -14166,21 +13943,10 @@
}
.ui.small.feed .content .extra.text {
padding: 0.25em 0.5em;
}
-/*
- * # Semantic Item View
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- * Released: April 17 2014
- */
/*******************************
Standard
*******************************/
/*--------------
Items
@@ -14213,11 +13979,10 @@
position: relative;
top: 0px;
width: 316px;
min-height: 375px;
margin: 0em 0.5em 2.5em;
- padding: 0em;
background-color: #FFFFFF;
line-height: 1.2;
font-size: 1em;
-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);
@@ -14393,11 +14158,11 @@
}
.ui.items .item:nth-of-type(6n+5):hover {
border-bottom-color: #00B5AD !important;
}
.ui.items .item:nth-of-type(6n+6):hover {
- border-bottom-color: #171f43 !important;
+ border-bottom-color: #202d62 !important;
}
/*******************************
Variations
*******************************/
/*--------------
@@ -14723,21 +14488,10 @@
}
.ui.twelve.items > .item:nth-child(12n+1) {
clear: left;
}
-/*
- * # Semantic List - Flat
- * http://github.com/jlukic/semantic-ui/
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- * Released: April 26 2014
- */
/*******************************
List
*******************************/
ul.ui.list,
ol.ui.list,
@@ -15268,19 +15022,9 @@
}
.ui.massive.list .item {
font-size: 1.5rem;
}
-/*
- * # Statistic
- *
- *
- * Copyright 2014 Contributors
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- * Released: Aug 20, 2014
- */
/*******************************
Statistic
*******************************/
.ui.statistic {
text-align: center;