Flip dark and light

This commit is contained in:
Alicia 2019-02-23 16:06:07 +00:00
parent c4c7213155
commit e1acdbe1bc
145 changed files with 59185 additions and 4934 deletions

35400
semantic.css Normal file

File diff suppressed because it is too large Load Diff

17674
semantic.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,7 @@
padding: 0.5em 0em; padding: 0.5em 0em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 1em; font-size: 1em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* Content */ /* Content */
@ -126,14 +126,14 @@
.ui.styled.accordion, .ui.styled.accordion,
.ui.styled.accordion .accordion { .ui.styled.accordion .accordion {
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
background: #FFFFFF; background: #4C4C4C;
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15); box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
} }
.ui.styled.accordion .title, .ui.styled.accordion .title,
.ui.styled.accordion .accordion .title { .ui.styled.accordion .accordion .title {
margin: 0em; margin: 0em;
padding: 0.75em 1em; padding: 0.75em 1em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.5);
font-weight: bold; font-weight: bold;
border-top: 1px solid rgba(34, 36, 38, 0.15); border-top: 1px solid rgba(34, 36, 38, 0.15);
-webkit-transition: background 0.1s ease, color 0.1s ease; -webkit-transition: background 0.1s ease, color 0.1s ease;
@ -161,22 +161,22 @@
.ui.styled.accordion .accordion .title:hover, .ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title { .ui.styled.accordion .accordion .active.title {
background: transparent; background: transparent;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.styled.accordion .accordion .title:hover, .ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title { .ui.styled.accordion .accordion .active.title {
background: transparent; background: transparent;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* Active */ /* Active */
.ui.styled.accordion .active.title { .ui.styled.accordion .active.title {
background: transparent; background: transparent;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
.ui.styled.accordion .accordion .active.title { .ui.styled.accordion .accordion .active.title {
background: transparent; background: transparent;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
@ -214,7 +214,7 @@
---------------*/ ---------------*/
.ui.inverted.accordion .title:not(.ui) { .ui.inverted.accordion .title:not(.ui) {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }

File diff suppressed because one or more lines are too long

View File

@ -251,7 +251,7 @@
-webkit-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);
content: 'Ad'; content: 'Ad';
color: #FFFFFF; color: #4C4C4C;
font-size: 1em; font-size: 1em;
font-weight: bold; font-weight: bold;
} }

View File

@ -7,4 +7,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child,.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#FFF;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)} */.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child,.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#4C4C4C;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)}

View File

@ -38,16 +38,16 @@
opacity: 0.7; opacity: 0.7;
margin: 0em 0.21428571rem 0em; margin: 0em 0.21428571rem 0em;
font-size: 0.92857143em; font-size: 0.92857143em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
vertical-align: baseline; vertical-align: baseline;
} }
/* Link */ /* Link */
.ui.breadcrumb a { .ui.breadcrumb a {
color: #4183C4; color: #68adf2;
} }
.ui.breadcrumb a:hover { .ui.breadcrumb a:hover {
color: #1e70bf; color: #51a0f0;
} }
/* Icon Divider */ /* Icon Divider */

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.breadcrumb{line-height:1;display:inline-block;margin:0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183C4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem} */.ui.breadcrumb{line-height:1;display:inline-block;margin:0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem;font-size:.92857143em;color:rgba(255,255,255,.7);vertical-align:baseline}.ui.breadcrumb a{color:#68adf2}.ui.breadcrumb a:hover{color:#51a0f0}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -31,11 +31,11 @@
flex-direction: column; flex-direction: column;
width: 290px; width: 290px;
min-height: 0px; min-height: 0px;
background: #FFFFFF; background: #5a5a5a;
padding: 0em; padding: 0em;
border: none; border: none;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5; box-shadow: 0px 1px 3px 0px #3A3A39, 0px 0px 0px 1px #3A3A39;
-webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease; -webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease; transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: box-shadow 0.1s ease, transform 0.1s ease; transition: box-shadow 0.1s ease, transform 0.1s ease;
@ -122,7 +122,7 @@
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
padding: 0em; padding: 0em;
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
} }
.ui.cards > .card > .image > img, .ui.cards > .card > .image > img,
.ui.card > .image > img { .ui.card > .image > img {
@ -168,7 +168,7 @@
display: block; display: block;
margin: ''; margin: '';
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
/* Default Header Size */ /* Default Header Size */
@ -242,7 +242,7 @@
.ui.cards > .card > .content > .description, .ui.cards > .card > .content > .description,
.ui.card > .content > .description { .ui.card > .content > .description {
clear: both; clear: both;
color: rgba(0, 0, 0, 0.68); color: rgba(200, 200, 200, 0.68);
} }
/*-------------- /*--------------
@ -265,7 +265,7 @@
.ui.cards > .card .meta, .ui.cards > .card .meta,
.ui.card .meta { .ui.card .meta {
font-size: 1em; font-size: 1em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }
.ui.cards > .card .meta *, .ui.cards > .card .meta *,
.ui.card .meta * { .ui.card .meta * {
@ -301,21 +301,21 @@
/* Header */ /* Header */
.ui.cards > .card > .content > a.header, .ui.cards > .card > .content > a.header,
.ui.card > .content > a.header { .ui.card > .content > a.header {
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
.ui.cards > .card > .content > a.header:hover, .ui.cards > .card > .content > a.header:hover,
.ui.card > .content > a.header:hover { .ui.card > .content > a.header:hover {
color: #1e70bf; color: #51a0f0;
} }
/* Meta */ /* Meta */
.ui.cards > .card .meta > a:not(.ui), .ui.cards > .card .meta > a:not(.ui),
.ui.card .meta > a:not(.ui) { .ui.card .meta > a:not(.ui) {
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }
.ui.cards > .card .meta > a:not(.ui):hover, .ui.cards > .card .meta > a:not(.ui):hover,
.ui.card .meta > a:not(.ui):hover { .ui.card .meta > a:not(.ui):hover {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/*-------------- /*--------------
@ -406,18 +406,18 @@
padding: 0.75em 1em; padding: 0.75em 1em;
top: 0em; top: 0em;
left: 0em; left: 0em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
box-shadow: none; box-shadow: none;
-webkit-transition: color 0.1s ease; -webkit-transition: color 0.1s ease;
transition: color 0.1s ease; transition: color 0.1s ease;
} }
.ui.cards > .card > .extra a:not(.ui), .ui.cards > .card > .extra a:not(.ui),
.ui.card > .extra a:not(.ui) { .ui.card > .extra a:not(.ui) {
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.5);
} }
.ui.cards > .card > .extra a:not(.ui):hover, .ui.cards > .card > .extra a:not(.ui):hover,
.ui.card > .extra a:not(.ui):hover { .ui.card > .extra a:not(.ui):hover {
color: #1e70bf; color: #51a0f0;
} }
@ -432,17 +432,17 @@
.ui.raised.cards > .card, .ui.raised.cards > .card,
.ui.raised.card { .ui.raised.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
} }
.ui.raised.cards a.card:hover, .ui.raised.cards a.card:hover,
.ui.link.cards .raised.card:hover, .ui.link.cards .raised.card:hover,
a.ui.raised.card:hover, a.ui.raised.card:hover,
.ui.link.raised.card:hover { .ui.link.raised.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.15), 0px 2px 10px 0px rgba(34, 36, 38, 0.25); box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 4px 0px rgba(34, 36, 38, 0.15), 0px 2px 10px 0px rgba(34, 36, 38, 0.25);
} }
.ui.raised.cards > .card, .ui.raised.cards > .card,
.ui.raised.card { .ui.raised.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
} }
/*------------------- /*-------------------
@ -485,9 +485,9 @@ a.ui.card:hover,
.ui.link.card:hover { .ui.link.card:hover {
cursor: pointer; cursor: pointer;
z-index: 5; z-index: 5;
background: #FFFFFF; background: #4C4C4C;
border: none; border: none;
box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5; box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #3A3A39;
-webkit-transform: translateY(-3px); -webkit-transform: translateY(-3px);
transform: translateY(-3px); transform: translateY(-3px);
} }
@ -501,156 +501,156 @@ a.ui.card:hover,
.ui.red.cards > .card, .ui.red.cards > .card,
.ui.cards > .red.card, .ui.cards > .red.card,
.ui.red.card { .ui.red.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #3A3A39;
} }
.ui.red.cards > .card:hover, .ui.red.cards > .card:hover,
.ui.cards > .red.card:hover, .ui.cards > .red.card:hover,
.ui.red.card:hover { .ui.red.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD;
} }
/* Orange */ /* Orange */
.ui.orange.cards > .card, .ui.orange.cards > .card,
.ui.cards > .orange.card, .ui.cards > .orange.card,
.ui.orange.card { .ui.orange.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #3A3A39;
} }
.ui.orange.cards > .card:hover, .ui.orange.cards > .card:hover,
.ui.cards > .orange.card:hover, .ui.cards > .orange.card:hover,
.ui.orange.card:hover { .ui.orange.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD;
} }
/* Yellow */ /* Yellow */
.ui.yellow.cards > .card, .ui.yellow.cards > .card,
.ui.cards > .yellow.card, .ui.cards > .yellow.card,
.ui.yellow.card { .ui.yellow.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #3A3A39;
} }
.ui.yellow.cards > .card:hover, .ui.yellow.cards > .card:hover,
.ui.cards > .yellow.card:hover, .ui.cards > .yellow.card:hover,
.ui.yellow.card:hover { .ui.yellow.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD;
} }
/* Olive */ /* Olive */
.ui.olive.cards > .card, .ui.olive.cards > .card,
.ui.cards > .olive.card, .ui.cards > .olive.card,
.ui.olive.card { .ui.olive.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #3A3A39;
} }
.ui.olive.cards > .card:hover, .ui.olive.cards > .card:hover,
.ui.cards > .olive.card:hover, .ui.cards > .olive.card:hover,
.ui.olive.card:hover { .ui.olive.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD;
} }
/* Green */ /* Green */
.ui.green.cards > .card, .ui.green.cards > .card,
.ui.cards > .green.card, .ui.cards > .green.card,
.ui.green.card { .ui.green.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #3A3A39;
} }
.ui.green.cards > .card:hover, .ui.green.cards > .card:hover,
.ui.cards > .green.card:hover, .ui.cards > .green.card:hover,
.ui.green.card:hover { .ui.green.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD;
} }
/* Teal */ /* Teal */
.ui.teal.cards > .card, .ui.teal.cards > .card,
.ui.cards > .teal.card, .ui.cards > .teal.card,
.ui.teal.card { .ui.teal.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #3A3A39;
} }
.ui.teal.cards > .card:hover, .ui.teal.cards > .card:hover,
.ui.cards > .teal.card:hover, .ui.cards > .teal.card:hover,
.ui.teal.card:hover { .ui.teal.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD;
} }
/* Blue */ /* Blue */
.ui.blue.cards > .card, .ui.blue.cards > .card,
.ui.cards > .blue.card, .ui.cards > .blue.card,
.ui.blue.card { .ui.blue.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #3A3A39;
} }
.ui.blue.cards > .card:hover, .ui.blue.cards > .card:hover,
.ui.cards > .blue.card:hover, .ui.cards > .blue.card:hover,
.ui.blue.card:hover { .ui.blue.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD;
} }
/* Violet */ /* Violet */
.ui.violet.cards > .card, .ui.violet.cards > .card,
.ui.cards > .violet.card, .ui.cards > .violet.card,
.ui.violet.card { .ui.violet.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #3A3A39;
} }
.ui.violet.cards > .card:hover, .ui.violet.cards > .card:hover,
.ui.cards > .violet.card:hover, .ui.cards > .violet.card:hover,
.ui.violet.card:hover { .ui.violet.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD;
} }
/* Purple */ /* Purple */
.ui.purple.cards > .card, .ui.purple.cards > .card,
.ui.cards > .purple.card, .ui.cards > .purple.card,
.ui.purple.card { .ui.purple.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #3A3A39;
} }
.ui.purple.cards > .card:hover, .ui.purple.cards > .card:hover,
.ui.cards > .purple.card:hover, .ui.cards > .purple.card:hover,
.ui.purple.card:hover { .ui.purple.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD;
} }
/* Pink */ /* Pink */
.ui.pink.cards > .card, .ui.pink.cards > .card,
.ui.cards > .pink.card, .ui.cards > .pink.card,
.ui.pink.card { .ui.pink.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #3A3A39;
} }
.ui.pink.cards > .card:hover, .ui.pink.cards > .card:hover,
.ui.cards > .pink.card:hover, .ui.cards > .pink.card:hover,
.ui.pink.card:hover { .ui.pink.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD;
} }
/* Brown */ /* Brown */
.ui.brown.cards > .card, .ui.brown.cards > .card,
.ui.cards > .brown.card, .ui.cards > .brown.card,
.ui.brown.card { .ui.brown.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #3A3A39;
} }
.ui.brown.cards > .card:hover, .ui.brown.cards > .card:hover,
.ui.cards > .brown.card:hover, .ui.cards > .brown.card:hover,
.ui.brown.card:hover { .ui.brown.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD;
} }
/* Grey */ /* Grey */
.ui.grey.cards > .card, .ui.grey.cards > .card,
.ui.cards > .grey.card, .ui.cards > .grey.card,
.ui.grey.card { .ui.grey.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #3A3A39;
} }
.ui.grey.cards > .card:hover, .ui.grey.cards > .card:hover,
.ui.cards > .grey.card:hover, .ui.cards > .grey.card:hover,
.ui.grey.card:hover { .ui.grey.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD;
} }
/* Black */ /* Black */
.ui.black.cards > .card, .ui.black.cards > .card,
.ui.cards > .black.card, .ui.cards > .black.card,
.ui.black.card { .ui.black.card {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #3A3A39;
} }
.ui.black.cards > .card:hover, .ui.black.cards > .card:hover,
.ui.cards > .black.card:hover, .ui.cards > .black.card:hover,
.ui.black.card:hover { .ui.black.card:hover {
box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD;
} }
/*-------------- /*--------------

File diff suppressed because one or more lines are too long

View File

@ -67,13 +67,13 @@
width: 17px; width: 17px;
height: 17px; height: 17px;
content: ''; content: '';
background: #FFFFFF; background: #4C4C4C;
border-radius: 0.21428571rem; border-radius: 0.21428571rem;
-webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; -webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
border: 1px solid #D4D4D5; border: 1px solid #3A3A39;
} }
/*-------------- /*--------------
@ -90,7 +90,7 @@
height: 17px; height: 17px;
text-align: center; text-align: center;
opacity: 0; opacity: 0;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
-webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; -webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
@ -105,7 +105,7 @@
/* Inside */ /* Inside */
.ui.checkbox label, .ui.checkbox label,
.ui.checkbox + label { .ui.checkbox + label {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
-webkit-transition: color 0.1s ease; -webkit-transition: color 0.1s ease;
transition: color 0.1s ease; transition: color 0.1s ease;
} }
@ -127,12 +127,12 @@
.ui.checkbox .box:hover::before, .ui.checkbox .box:hover::before,
.ui.checkbox label:hover::before { .ui.checkbox label:hover::before {
background: #FFFFFF; background: #4C4C4C;
border-color: rgba(34, 36, 38, 0.35); border-color: rgba(34, 36, 38, 0.35);
} }
.ui.checkbox label:hover, .ui.checkbox label:hover,
.ui.checkbox + label:hover { .ui.checkbox + label:hover {
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
/*-------------- /*--------------
@ -141,15 +141,15 @@
.ui.checkbox .box:active::before, .ui.checkbox .box:active::before,
.ui.checkbox label:active::before { .ui.checkbox label:active::before {
background: #F9FAFB; background: #424242;
border-color: rgba(34, 36, 38, 0.35); border-color: rgba(34, 36, 38, 0.35);
} }
.ui.checkbox .box:active::after, .ui.checkbox .box:active::after,
.ui.checkbox label:active::after { .ui.checkbox label:active::after {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
.ui.checkbox input:active ~ label { .ui.checkbox input:active ~ label {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------- /*--------------
@ -158,15 +158,15 @@
.ui.checkbox input:focus ~ .box:before, .ui.checkbox input:focus ~ .box:before,
.ui.checkbox input:focus ~ label:before { .ui.checkbox input:focus ~ label:before {
background: #FFFFFF; background: #4C4C4C;
border-color: #96C8DA; border-color: #96C8DA;
} }
.ui.checkbox input:focus ~ .box:after, .ui.checkbox input:focus ~ .box:after,
.ui.checkbox input:focus ~ label:after { .ui.checkbox input:focus ~ label:after {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
.ui.checkbox input:focus ~ label { .ui.checkbox input:focus ~ label {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------- /*--------------
@ -175,13 +175,13 @@
.ui.checkbox input:checked ~ .box:before, .ui.checkbox input:checked ~ .box:before,
.ui.checkbox input:checked ~ label:before { .ui.checkbox input:checked ~ label:before {
background: #FFFFFF; background: #4C4C4C;
border-color: rgba(34, 36, 38, 0.35); border-color: rgba(34, 36, 38, 0.35);
} }
.ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after { .ui.checkbox input:checked ~ label:after {
opacity: 1; opacity: 1;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------- /*--------------
@ -190,13 +190,13 @@
.ui.checkbox input:not([type=radio]):indeterminate ~ .box:before, .ui.checkbox input:not([type=radio]):indeterminate ~ .box:before,
.ui.checkbox input:not([type=radio]):indeterminate ~ label:before { .ui.checkbox input:not([type=radio]):indeterminate ~ label:before {
background: #FFFFFF; background: #4C4C4C;
border-color: rgba(34, 36, 38, 0.35); border-color: rgba(34, 36, 38, 0.35);
} }
.ui.checkbox input:not([type=radio]):indeterminate ~ .box:after, .ui.checkbox input:not([type=radio]):indeterminate ~ .box:after,
.ui.checkbox input:not([type=radio]):indeterminate ~ label:after { .ui.checkbox input:not([type=radio]):indeterminate ~ label:after {
opacity: 1; opacity: 1;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------- /*--------------
@ -207,14 +207,14 @@
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before, .ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before,
.ui.checkbox input:checked:focus ~ .box:before, .ui.checkbox input:checked:focus ~ .box:before,
.ui.checkbox input:checked:focus ~ label:before { .ui.checkbox input:checked:focus ~ label:before {
background: #FFFFFF; background: #4C4C4C;
border-color: #96C8DA; border-color: #96C8DA;
} }
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:after, .ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:after,
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after, .ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after,
.ui.checkbox input:checked:focus ~ .box:after, .ui.checkbox input:checked:focus ~ .box:after,
.ui.checkbox input:checked:focus ~ label:after { .ui.checkbox input:checked:focus ~ label:after {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------- /*--------------
@ -310,17 +310,17 @@
border-radius: 500rem; border-radius: 500rem;
-webkit-transform: scale(0.46666667); -webkit-transform: scale(0.46666667);
transform: scale(0.46666667); transform: scale(0.46666667);
background-color: rgba(0, 0, 0, 0.87); background-color: rgba(255, 255, 255, 0.93);
} }
/* Focus */ /* Focus */
.ui.radio.checkbox input:focus ~ .box:before, .ui.radio.checkbox input:focus ~ .box:before,
.ui.radio.checkbox input:focus ~ label:before { .ui.radio.checkbox input:focus ~ label:before {
background-color: #FFFFFF; background-color: #4C4C4C;
} }
.ui.radio.checkbox input:focus ~ .box:after, .ui.radio.checkbox input:focus ~ .box:after,
.ui.radio.checkbox input:focus ~ label:after { .ui.radio.checkbox input:focus ~ label:after {
background-color: rgba(0, 0, 0, 0.95); background-color: #ffffff;
} }
/* Indeterminate */ /* Indeterminate */
@ -332,21 +332,21 @@
/* Active */ /* Active */
.ui.radio.checkbox input:checked ~ .box:before, .ui.radio.checkbox input:checked ~ .box:before,
.ui.radio.checkbox input:checked ~ label:before { .ui.radio.checkbox input:checked ~ label:before {
background-color: #FFFFFF; background-color: #4C4C4C;
} }
.ui.radio.checkbox input:checked ~ .box:after, .ui.radio.checkbox input:checked ~ .box:after,
.ui.radio.checkbox input:checked ~ label:after { .ui.radio.checkbox input:checked ~ label:after {
background-color: rgba(0, 0, 0, 0.95); background-color: #ffffff;
} }
/* Active Focus */ /* Active Focus */
.ui.radio.checkbox input:focus:checked ~ .box:before, .ui.radio.checkbox input:focus:checked ~ .box:before,
.ui.radio.checkbox input:focus:checked ~ label:before { .ui.radio.checkbox input:focus:checked ~ label:before {
background-color: #FFFFFF; background-color: #4C4C4C;
} }
.ui.radio.checkbox input:focus:checked ~ .box:after, .ui.radio.checkbox input:focus:checked ~ .box:after,
.ui.radio.checkbox input:focus:checked ~ label:after { .ui.radio.checkbox input:focus:checked ~ label:after {
background-color: rgba(0, 0, 0, 0.95); background-color: #ffffff;
} }
/*-------------- /*--------------
@ -368,7 +368,7 @@
.ui.slider.checkbox label { .ui.slider.checkbox label {
padding-left: 4.5rem; padding-left: 4.5rem;
line-height: 1rem; line-height: 1rem;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.5);
} }
/* Line */ /* Line */
@ -381,7 +381,7 @@
left: 0em; left: 0em;
z-index: 1; z-index: 1;
top: 0.4rem; top: 0.4rem;
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(255, 255, 255, 0.13);
width: 3.5rem; width: 3.5rem;
height: 0.21428571rem; height: 0.21428571rem;
-webkit-transform: none; -webkit-transform: none;
@ -394,8 +394,8 @@
/* Handle */ /* Handle */
.ui.slider.checkbox .box:after, .ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after { .ui.slider.checkbox label:after {
background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: #4C4C4C -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13));
background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: #4C4C4C linear-gradient(transparent, rgba(255, 255, 255, 0.13));
position: absolute; position: absolute;
content: '' !important; content: '' !important;
opacity: 1; opacity: 1;
@ -416,24 +416,24 @@
/* Focus */ /* Focus */
.ui.slider.checkbox input:focus ~ .box:before, .ui.slider.checkbox input:focus ~ .box:before,
.ui.slider.checkbox input:focus ~ label:before { .ui.slider.checkbox input:focus ~ label:before {
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(255, 255, 255, 0.25);
border: none; border: none;
} }
/* Hover */ /* Hover */
.ui.slider.checkbox .box:hover, .ui.slider.checkbox .box:hover,
.ui.slider.checkbox label:hover { .ui.slider.checkbox label:hover {
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
.ui.slider.checkbox .box:hover::before, .ui.slider.checkbox .box:hover::before,
.ui.slider.checkbox label:hover::before { .ui.slider.checkbox label:hover::before {
background: rgba(0, 0, 0, 0.15); background: rgba(255, 255, 255, 0.25);
} }
/* Active */ /* Active */
.ui.slider.checkbox input:checked ~ .box, .ui.slider.checkbox input:checked ~ .box,
.ui.slider.checkbox input:checked ~ label { .ui.slider.checkbox input:checked ~ label {
color: rgba(0, 0, 0, 0.95) !important; color: #ffffff !important;
} }
.ui.slider.checkbox input:checked ~ .box:before, .ui.slider.checkbox input:checked ~ .box:before,
.ui.slider.checkbox input:checked ~ label:before { .ui.slider.checkbox input:checked ~ label:before {
@ -447,11 +447,11 @@
/* Active Focus */ /* Active Focus */
.ui.slider.checkbox input:focus:checked ~ .box, .ui.slider.checkbox input:focus:checked ~ .box,
.ui.slider.checkbox input:focus:checked ~ label { .ui.slider.checkbox input:focus:checked ~ label {
color: rgba(0, 0, 0, 0.95) !important; color: #ffffff !important;
} }
.ui.slider.checkbox input:focus:checked ~ .box:before, .ui.slider.checkbox input:focus:checked ~ .box:before,
.ui.slider.checkbox input:focus:checked ~ label:before { .ui.slider.checkbox input:focus:checked ~ label:before {
background-color: #000000 !important; background-color: #d2d2d2 !important;
} }
/*-------------- /*--------------
@ -473,7 +473,7 @@
.ui.toggle.checkbox label { .ui.toggle.checkbox label {
min-height: 1.5rem; min-height: 1.5rem;
padding-left: 4.5rem; padding-left: 4.5rem;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.toggle.checkbox label { .ui.toggle.checkbox label {
padding-top: 0.15em; padding-top: 0.15em;
@ -490,7 +490,7 @@
transform: none; transform: none;
border: none; border: none;
top: 0rem; top: 0rem;
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
box-shadow: none; box-shadow: none;
width: 3.5rem; width: 3.5rem;
height: 1.5rem; height: 1.5rem;
@ -500,8 +500,8 @@
/* Handle */ /* Handle */
.ui.toggle.checkbox .box:after, .ui.toggle.checkbox .box:after,
.ui.toggle.checkbox label:after { .ui.toggle.checkbox label:after {
background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: #4C4C4C -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13));
background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: #4C4C4C linear-gradient(transparent, rgba(255, 255, 255, 0.13));
position: absolute; position: absolute;
content: '' !important; content: '' !important;
opacity: 1; opacity: 1;
@ -525,21 +525,21 @@
/* Focus */ /* Focus */
.ui.toggle.checkbox input:focus ~ .box:before, .ui.toggle.checkbox input:focus ~ .box:before,
.ui.toggle.checkbox input:focus ~ label:before { .ui.toggle.checkbox input:focus ~ label:before {
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(255, 255, 255, 0.25);
border: none; border: none;
} }
/* Hover */ /* Hover */
.ui.toggle.checkbox .box:hover::before, .ui.toggle.checkbox .box:hover::before,
.ui.toggle.checkbox label:hover::before { .ui.toggle.checkbox label:hover::before {
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(255, 255, 255, 0.25);
border: none; border: none;
} }
/* Active */ /* Active */
.ui.toggle.checkbox input:checked ~ .box, .ui.toggle.checkbox input:checked ~ .box,
.ui.toggle.checkbox input:checked ~ label { .ui.toggle.checkbox input:checked ~ label {
color: rgba(0, 0, 0, 0.95) !important; color: #ffffff !important;
} }
.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before { .ui.toggle.checkbox input:checked ~ label:before {
@ -554,7 +554,7 @@
/* Active Focus */ /* Active Focus */
.ui.toggle.checkbox input:focus:checked ~ .box, .ui.toggle.checkbox input:focus:checked ~ .box,
.ui.toggle.checkbox input:focus:checked ~ label { .ui.toggle.checkbox input:focus:checked ~ label {
color: rgba(0, 0, 0, 0.95) !important; color: #ffffff !important;
} }
.ui.toggle.checkbox input:focus:checked ~ .box:before, .ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before { .ui.toggle.checkbox input:focus:checked ~ label:before {

File diff suppressed because one or more lines are too long

View File

@ -105,14 +105,14 @@
.ui.comments .comment .author { .ui.comments .comment .author {
font-size: 1em; font-size: 1em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
font-weight: bold; font-weight: bold;
} }
.ui.comments .comment a.author { .ui.comments .comment a.author {
cursor: pointer; cursor: pointer;
} }
.ui.comments .comment a.author:hover { .ui.comments .comment a.author:hover {
color: #1e70bf; color: #51a0f0;
} }
/*-------------- /*--------------
@ -122,7 +122,7 @@
.ui.comments .comment .metadata { .ui.comments .comment .metadata {
display: inline-block; display: inline-block;
margin-left: 0.5em; margin-left: 0.5em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
font-size: 0.875em; font-size: 0.875em;
} }
.ui.comments .comment .metadata > * { .ui.comments .comment .metadata > * {
@ -141,7 +141,7 @@
margin: 0.25em 0em 0.5em; margin: 0.25em 0em 0.5em;
font-size: 1em; font-size: 1em;
word-wrap: break-word; word-wrap: break-word;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
line-height: 1.3; line-height: 1.3;
} }
@ -156,14 +156,14 @@
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
margin: 0em 0.75em 0em 0em; margin: 0em 0.75em 0em 0em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.5);
} }
.ui.comments .comment .actions a:last-child { .ui.comments .comment .actions a:last-child {
margin-right: 0em; margin-right: 0em;
} }
.ui.comments .comment .actions a.active, .ui.comments .comment .actions a.active,
.ui.comments .comment .actions a:hover { .ui.comments .comment .actions a:hover {
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
/*-------------------- /*--------------------

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.mini.comments{font-size:.78571429rem}.ui.tiny.comments{font-size:.85714286rem}.ui.small.comments{font-size:.9em}.ui.comments{font-size:1em}.ui.large.comments{font-size:1.1em}.ui.big.comments{font-size:1.28571429rem}.ui.huge.comments{font-size:1.2em}.ui.massive.comments{font-size:1.71428571rem} */.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(255,255,255,.93);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#51a0f0}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(255,255,255,.7);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(255,255,255,.93);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(255,255,255,.5)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:#fff}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.mini.comments{font-size:.78571429rem}.ui.tiny.comments{font-size:.85714286rem}.ui.small.comments{font-size:.9em}.ui.comments{font-size:1em}.ui.large.comments{font-size:1.1em}.ui.big.comments{font-size:1.28571429rem}.ui.huge.comments{font-size:1.2em}.ui.massive.comments{font-size:1.71428571rem}

View File

@ -55,7 +55,7 @@
.ui.dimmer > .content > * { .ui.dimmer > .content > * {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
color: #FFFFFF; color: #4C4C4C;
} }
/* Loose Coupling */ /* Loose Coupling */
@ -154,7 +154,7 @@ body.dimmable > .dimmer {
background-color: rgba(255, 255, 255, 0.85); background-color: rgba(255, 255, 255, 0.85);
} }
.ui.inverted.dimmer > .content > * { .ui.inverted.dimmer > .content > * {
color: #FFFFFF; color: #4C4C4C;
} }
/*-------------- /*--------------

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.dimmable:not(.body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>*{display:table-cell;vertical-align:middle;color:#FFF}.ui.segment>.ui.dimmer{border-radius:inherit!important}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:.8s -webkit-filter ease;transition:.8s -webkit-filter ease;transition:.8s filter ease;transition:.8s filter ease,.8s -webkit-filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#FFF}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0%;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)} */.dimmable:not(.body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>*{display:table-cell;vertical-align:middle;color:#4C4C4C}.ui.segment>.ui.dimmer{border-radius:inherit!important}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:.8s -webkit-filter ease;transition:.8s -webkit-filter ease;transition:.8s filter ease;transition:.8s filter ease,.8s -webkit-filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#4C4C4C}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0%;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)}

View File

@ -20,7 +20,7 @@
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.05em; letter-spacing: 0.05em;
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
@ -191,7 +191,7 @@
.ui.divider.inverted, .ui.divider.inverted,
.ui.vertical.inverted.divider, .ui.vertical.inverted.divider,
.ui.horizontal.inverted.divider { .ui.horizontal.inverted.divider {
color: #FFFFFF; color: #4C4C4C;
} }
.ui.divider.inverted, .ui.divider.inverted,
.ui.divider.inverted:after, .ui.divider.inverted:after,

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@
min-width: max-content; min-width: max-content;
margin: 0em; margin: 0em;
padding: 0em 0em; padding: 0em 0em;
background: #FFFFFF; background: #3A3A3A;
font-size: 1em; font-size: 1em;
text-shadow: none; text-shadow: none;
text-align: left; text-align: left;
@ -112,7 +112,7 @@
text-align: left; text-align: left;
border-top: none; border-top: none;
line-height: 1em; line-height: 1em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
padding: 0.78571429rem 1.14285714rem !important; padding: 0.78571429rem 1.14285714rem !important;
font-size: 1rem; font-size: 1rem;
text-transform: none; text-transform: none;
@ -154,7 +154,7 @@
.ui.dropdown .menu > .header { .ui.dropdown .menu > .header {
margin: 1rem 0rem 0.75rem; margin: 1rem 0rem 0.75rem;
padding: 0em 1.14285714rem; padding: 0em 1.14285714rem;
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
font-size: 0.78571429em; font-size: 0.78571429em;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
@ -193,7 +193,7 @@
.ui.dropdown .menu > .item > .description { .ui.dropdown .menu > .item > .description {
float: right; float: right;
margin: 0em 0em 0em 1em; margin: 0em 0em 0em 1em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }
/*----------------- /*-----------------
@ -205,7 +205,7 @@
font-weight: normal; font-weight: normal;
} }
.ui.dropdown .menu > .message:not(.ui) { .ui.dropdown .menu > .message:not(.ui) {
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.5);
} }
/*-------------- /*--------------
@ -350,10 +350,10 @@
transform: rotateZ(0deg); transform: rotateZ(0deg);
min-width: 14em; min-width: 14em;
min-height: 2.7142em; min-height: 2.7142em;
background: #FFFFFF; background: #333333;
display: inline-block; display: inline-block;
padding: 0.78571429em 2.1em 0.78571429em 1em; padding: 0.78571429em 2.1em 0.78571429em 1em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
box-shadow: none; box-shadow: none;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
@ -446,7 +446,7 @@ select.ui.dropdown {
/* Menu Item */ /* Menu Item */
.ui.selection.dropdown .menu > .item { .ui.selection.dropdown .menu > .item {
border-top: 1px solid #FAFAFA; border-top: 1px solid #666666;
padding: 0.78571429rem 1.14285714rem !important; padding: 0.78571429rem 1.14285714rem !important;
white-space: normal; white-space: normal;
word-wrap: normal; word-wrap: normal;
@ -486,7 +486,7 @@ select.ui.dropdown {
/* Visible */ /* Visible */
.ui.selection.visible.dropdown > .text:not(.default) { .ui.selection.visible.dropdown > .text:not(.default) {
font-weight: normal; font-weight: normal;
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
/* Visible Hover */ /* Visible Hover */
@ -588,7 +588,7 @@ select.ui.dropdown {
opacity: 0.45; opacity: 0.45;
} }
.ui.active.search.dropdown input.search:focus + .text { .ui.active.search.dropdown input.search:focus + .text {
color: rgba(115, 115, 115, 0.87) !important; color: rgba(217, 217, 217, 0.93) !important;
} }
/* Search Menu */ /* Search Menu */
@ -741,7 +741,7 @@ select.ui.dropdown {
.ui.dropdown .menu .active.item { .ui.dropdown .menu .active.item {
background: transparent; background: transparent;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
box-shadow: none; box-shadow: none;
z-index: 12; z-index: 12;
} }
@ -753,8 +753,8 @@ select.ui.dropdown {
/* Menu Item Hover */ /* Menu Item Hover */
.ui.dropdown .menu > .item:hover { .ui.dropdown .menu > .item:hover {
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
z-index: 13; z-index: 13;
} }
@ -828,11 +828,11 @@ select.ui.dropdown {
.ui.dropdown:not(.button) > .default.text, .ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text { .ui.default.dropdown:not(.button) > .text {
color: rgba(191, 191, 191, 0.87); color: rgba(153, 153, 153, 0.93);
} }
.ui.dropdown:not(.button) > input:focus + .default.text, .ui.dropdown:not(.button) > input:focus + .default.text,
.ui.default.dropdown:not(.button) > input:focus + .text { .ui.default.dropdown:not(.button) > input:focus + .text {
color: rgba(115, 115, 115, 0.87); color: rgba(217, 217, 217, 0.93);
} }
/*-------------------- /*--------------------
@ -859,8 +859,8 @@ select.ui.dropdown {
/* Selected Item */ /* Selected Item */
.ui.dropdown.selected, .ui.dropdown.selected,
.ui.dropdown .menu .selected.item { .ui.dropdown .menu .selected.item {
background: rgba(0, 0, 0, 0.03); background: rgba(255, 255, 255, 0.1);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------------- /*--------------------
@ -883,24 +883,24 @@ select.ui.dropdown {
.ui.dropdown.error, .ui.dropdown.error,
.ui.dropdown.error > .text, .ui.dropdown.error > .text,
.ui.dropdown.error > .default.text { .ui.dropdown.error > .default.text {
color: #9F3A38; color: #FFF6F6;
} }
.ui.selection.dropdown.error { .ui.selection.dropdown.error {
background: #FFF6F6; background: #6b201f;
border-color: #E0B4B4; border-color: #9a4d4d;
} }
.ui.selection.dropdown.error:hover { .ui.selection.dropdown.error:hover {
border-color: #E0B4B4; border-color: #9a4d4d;
} }
.ui.dropdown.error > .menu, .ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu { .ui.dropdown.error > .menu .menu {
border-color: #E0B4B4; border-color: #9a4d4d;
} }
.ui.dropdown.error > .menu > .item { .ui.dropdown.error > .menu > .item {
color: #9F3A38; color: #FFF6F6;
} }
.ui.multiple.selection.error.dropdown > .label { .ui.multiple.selection.error.dropdown > .label {
border-color: #E0B4B4; border-color: #9a4d4d;
} }
/* Item Hover */ /* Item Hover */
@ -1211,7 +1211,7 @@ select.ui.dropdown {
width: 0.5em; width: 0.5em;
height: 0.5em; height: 0.5em;
box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15); box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
background: #FFFFFF; background: #4C4C4C;
z-index: 2; z-index: 2;
} }
.ui.pointing.dropdown > .menu:after { .ui.pointing.dropdown > .menu:after {

File diff suppressed because one or more lines are too long

View File

@ -96,7 +96,7 @@
z-index: 4; z-index: 4;
-webkit-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);
color: #FFFFFF; color: #4C4C4C;
font-size: 6rem; font-size: 6rem;
text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2); text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2);
-webkit-transition: opacity 0.5s ease, color 0.5s ease; -webkit-transition: opacity 0.5s ease, color 0.5s ease;
@ -120,7 +120,7 @@
opacity: 1; opacity: 1;
} }
.ui.embed .icon:hover:before { .ui.embed .icon:hover:before {
color: #FFFFFF; color: #4C4C4C;
} }
/*-------------- /*--------------

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#DCDDDE;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#FFF;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#FFF}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%} */.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#DCDDDE;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#4C4C4C;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#4C4C4C}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%}

View File

@ -120,7 +120,7 @@
font-weight: normal; font-weight: normal;
font-size: 1em; font-size: 1em;
font-style: normal; font-style: normal;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }
/*-------------- /*--------------
@ -131,7 +131,7 @@
margin: 0em; margin: 0em;
font-size: 1em; font-size: 1em;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* Summary Image */ /* Summary Image */
@ -175,7 +175,7 @@
font-style: normal; font-style: normal;
margin: 0em 0em 0em 0.5em; margin: 0em 0em 0em 0.5em;
padding: 0em; padding: 0em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }
/*-------------- /*--------------
@ -186,7 +186,7 @@
margin: 0.5em 0em 0em; margin: 0.5em 0em 0em;
background: none; background: none;
padding: 0em; padding: 0em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* Images */ /* Images */
@ -265,7 +265,7 @@
.ui.feed > .event > .content .meta a:hover, .ui.feed > .event > .content .meta a:hover,
.ui.feed > .event > .content .meta a:hover .icon, .ui.feed > .event > .content .meta a:hover .icon,
.ui.feed > .event > .content .meta > .icon:hover { .ui.feed > .event > .content .meta > .icon:hover {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#FF2733}.ui.feed>.event>.content .meta .active.like .icon{color:#EF404A}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.95)}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem} */.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(255,255,255,.7)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(255,255,255,.93)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(255,255,255,.7)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(255,255,255,.93)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#FF2733}.ui.feed>.event>.content .meta .active.like .icon{color:#EF404A}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:#fff}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem}

View File

@ -55,7 +55,7 @@
.ui.form .field > label { .ui.form .field > label {
display: block; display: block;
margin: 0em 0em 0.28571429rem 0em; margin: 0em 0em 0.28571429rem 0em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
font-size: 0.92857143em; font-size: 0.92857143em;
font-weight: bold; font-weight: bold;
text-transform: none; text-transform: none;
@ -107,9 +107,9 @@
line-height: 1.2142em; line-height: 1.2142em;
padding: 0.67861429em 1em; padding: 0.67861429em 1em;
font-size: 1em; font-size: 1em;
background: #FFFFFF; background: #333333;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
box-shadow: 0em 0em 0em 0em transparent inset; box-shadow: 0em 0em 0em 0em transparent inset;
-webkit-transition: color 0.1s ease, border-color 0.1s ease; -webkit-transition: color 0.1s ease, border-color 0.1s ease;
@ -122,10 +122,10 @@
-webkit-appearance: none; -webkit-appearance: none;
tap-highlight-color: rgba(255, 255, 255, 0); tap-highlight-color: rgba(255, 255, 255, 0);
padding: 0.78571429em 1em; padding: 0.78571429em 1em;
background: #FFFFFF; background: #333333;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
outline: none; outline: none;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
box-shadow: 0em 0em 0em 0em transparent inset; box-shadow: 0em 0em 0em 0em transparent inset;
-webkit-transition: color 0.1s ease, border-color 0.1s ease; -webkit-transition: color 0.1s ease, border-color 0.1s ease;
@ -160,12 +160,12 @@
display: block; display: block;
height: auto; height: auto;
width: 100%; width: 100%;
background: #FFFFFF; background: #4C4C4C;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
box-shadow: 0em 0em 0em 0em transparent inset; box-shadow: 0em 0em 0em 0em transparent inset;
padding: 0.62em 1em; padding: 0.62em 1em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
-webkit-transition: color 0.1s ease, border-color 0.1s ease; -webkit-transition: color 0.1s ease, border-color 0.1s ease;
transition: color 0.1s ease, border-color 0.1s ease; transition: color 0.1s ease, border-color 0.1s ease;
} }
@ -256,9 +256,9 @@
.ui.form .field .prompt.label { .ui.form .field .prompt.label {
white-space: normal; white-space: normal;
background: #FFFFFF !important; background: #4C4C4C !important;
border: 1px solid #E0B4B4 !important; border: 1px solid #9a4d4d !important;
color: #9F3A38 !important; color: #FFF6F6 !important;
} }
.ui.form .inline.fields .field .prompt, .ui.form .inline.fields .field .prompt,
.ui.form .inline.field .prompt { .ui.form .inline.field .prompt {
@ -308,42 +308,42 @@
/* browsers require these rules separate */ /* browsers require these rules separate */
.ui.form ::-webkit-input-placeholder { .ui.form ::-webkit-input-placeholder {
color: rgba(191, 191, 191, 0.87); color: rgba(153, 153, 153, 0.93);
} }
.ui.form :-ms-input-placeholder { .ui.form :-ms-input-placeholder {
color: rgba(191, 191, 191, 0.87); color: rgba(153, 153, 153, 0.93);
} }
.ui.form ::-moz-placeholder { .ui.form ::-moz-placeholder {
color: rgba(191, 191, 191, 0.87); color: rgba(153, 153, 153, 0.93);
} }
.ui.form :focus::-webkit-input-placeholder { .ui.form :focus::-webkit-input-placeholder {
color: rgba(115, 115, 115, 0.87); color: rgba(217, 217, 217, 0.93);
} }
.ui.form :focus:-ms-input-placeholder { .ui.form :focus:-ms-input-placeholder {
color: rgba(115, 115, 115, 0.87); color: rgba(217, 217, 217, 0.93);
} }
.ui.form :focus::-moz-placeholder { .ui.form :focus::-moz-placeholder {
color: rgba(115, 115, 115, 0.87); color: rgba(217, 217, 217, 0.93);
} }
/* Error Placeholder */ /* Error Placeholder */
.ui.form .error ::-webkit-input-placeholder { .ui.form .error ::-webkit-input-placeholder {
color: #e7bdbc; color: #ffffff;
} }
.ui.form .error :-ms-input-placeholder { .ui.form .error :-ms-input-placeholder {
color: #e7bdbc !important; color: #ffffff !important;
} }
.ui.form .error ::-moz-placeholder { .ui.form .error ::-moz-placeholder {
color: #e7bdbc; color: #ffffff;
} }
.ui.form .error :focus::-webkit-input-placeholder { .ui.form .error :focus::-webkit-input-placeholder {
color: #da9796; color: #ffffff;
} }
.ui.form .error :focus:-ms-input-placeholder { .ui.form .error :focus:-ms-input-placeholder {
color: #da9796 !important; color: #ffffff !important;
} }
.ui.form .error :focus::-moz-placeholder { .ui.form .error :focus::-moz-placeholder {
color: #da9796; color: #ffffff;
} }
/*-------------------- /*--------------------
@ -362,17 +362,17 @@
.ui.form input[type="text"]:focus, .ui.form input[type="text"]:focus,
.ui.form input[type="file"]:focus, .ui.form input[type="file"]:focus,
.ui.form input[type="url"]:focus { .ui.form input[type="url"]:focus {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
border-color: #85B7D9; border-color: #85B7D9;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
background: #FFFFFF; background: #333333;
box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset; box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
} }
.ui.form textarea:focus { .ui.form textarea:focus {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
border-color: #85B7D9; border-color: #85B7D9;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
background: #FFFFFF; background: #333333;
box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset; box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
-webkit-appearance: none; -webkit-appearance: none;
} }
@ -436,12 +436,12 @@
.ui.form .field.error label, .ui.form .field.error label,
.ui.form .fields.error .field .input, .ui.form .fields.error .field .input,
.ui.form .field.error .input { .ui.form .field.error .input {
color: #9F3A38; color: #FFF6F6;
} }
.ui.form .fields.error .field .corner.label, .ui.form .fields.error .field .corner.label,
.ui.form .field.error .corner.label { .ui.form .field.error .corner.label {
border-color: #9F3A38; border-color: #FFF6F6;
color: #FFFFFF; color: #4C4C4C;
} }
.ui.form .fields.error .field textarea, .ui.form .fields.error .field textarea,
.ui.form .fields.error .field select, .ui.form .fields.error .field select,
@ -471,9 +471,9 @@
.ui.form .field.error input[type="text"], .ui.form .field.error input[type="text"],
.ui.form .field.error input[type="file"], .ui.form .field.error input[type="file"],
.ui.form .field.error input[type="url"] { .ui.form .field.error input[type="url"] {
background: #FFF6F6; background: #6b201f;
border-color: #E0B4B4; border-color: #9a4d4d;
color: #9F3A38; color: #FFF6F6;
border-radius: ''; border-radius: '';
box-shadow: none; box-shadow: none;
} }
@ -491,9 +491,9 @@
.ui.form .field.error input[type="text"]:focus, .ui.form .field.error input[type="text"]:focus,
.ui.form .field.error input[type="file"]:focus, .ui.form .field.error input[type="file"]:focus,
.ui.form .field.error input[type="url"]:focus { .ui.form .field.error input[type="url"]:focus {
background: #FFF6F6; background: #6b201f;
border-color: #E0B4B4; border-color: #9a4d4d;
color: #9F3A38; color: #FFF6F6;
-webkit-appearance: none; -webkit-appearance: none;
box-shadow: none; box-shadow: none;
} }
@ -512,25 +512,25 @@
.ui.form .field.error .ui.dropdown, .ui.form .field.error .ui.dropdown,
.ui.form .field.error .ui.dropdown .text, .ui.form .field.error .ui.dropdown .text,
.ui.form .field.error .ui.dropdown .item { .ui.form .field.error .ui.dropdown .item {
background: #FFF6F6; background: #6b201f;
color: #9F3A38; color: #FFF6F6;
} }
.ui.form .fields.error .field .ui.dropdown, .ui.form .fields.error .field .ui.dropdown,
.ui.form .field.error .ui.dropdown { .ui.form .field.error .ui.dropdown {
border-color: #E0B4B4 !important; border-color: #9a4d4d !important;
} }
.ui.form .fields.error .field .ui.dropdown:hover, .ui.form .fields.error .field .ui.dropdown:hover,
.ui.form .field.error .ui.dropdown:hover { .ui.form .field.error .ui.dropdown:hover {
border-color: #E0B4B4 !important; border-color: #9a4d4d !important;
} }
.ui.form .fields.error .field .ui.dropdown:hover .menu, .ui.form .fields.error .field .ui.dropdown:hover .menu,
.ui.form .field.error .ui.dropdown:hover .menu { .ui.form .field.error .ui.dropdown:hover .menu {
border-color: #E0B4B4; border-color: #9a4d4d;
} }
.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label, .ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
.ui.form .field.error .ui.multiple.selection.dropdown > .label { .ui.form .field.error .ui.multiple.selection.dropdown > .label {
background-color: #EACBCB; background-color: #EACBCB;
color: #9F3A38; color: #FFF6F6;
} }
/* Hover */ /* Hover */
@ -559,20 +559,20 @@
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label, .ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box, .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box { .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
color: #9F3A38; color: #FFF6F6;
} }
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before, .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before, .ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before, .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before { .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
background: #FFF6F6; background: #6b201f;
border-color: #E0B4B4; border-color: #9a4d4d;
} }
.ui.form .fields.error .field .checkbox label:after, .ui.form .fields.error .field .checkbox label:after,
.ui.form .field.error .checkbox label:after, .ui.form .field.error .checkbox label:after,
.ui.form .fields.error .field .checkbox .box:after, .ui.form .fields.error .field .checkbox .box:after,
.ui.form .field.error .checkbox .box:after { .ui.form .field.error .checkbox .box:after {
color: #9F3A38; color: #FFF6F6;
} }
/*-------------------- /*--------------------
@ -607,7 +607,7 @@
content: ''; content: '';
top: 0%; top: 0%;
left: 0%; left: 0%;
background: rgba(255, 255, 255, 0.8); background: rgba(0, 0, 0, 0.85);
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: 100; z-index: 100;
@ -706,7 +706,7 @@
.ui.inverted.form .inline.fields .field > p, .ui.inverted.form .inline.fields .field > p,
.ui.inverted.form .inline.field > label, .ui.inverted.form .inline.field > label,
.ui.inverted.form .inline.field > p { .ui.inverted.form .inline.field > p {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
/* Inverted Field */ /* Inverted Field */
@ -722,9 +722,9 @@
.ui.inverted.form input[type="text"], .ui.inverted.form input[type="text"],
.ui.inverted.form input[type="file"], .ui.inverted.form input[type="file"],
.ui.inverted.form input[type="url"] { .ui.inverted.form input[type="url"] {
background: #FFFFFF; background: #333333;
border-color: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.1);
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
box-shadow: none; box-shadow: none;
} }
@ -743,7 +743,7 @@
} }
.ui.form .grouped.fields > label { .ui.form .grouped.fields > label {
margin: 0em 0em 0.28571429rem 0em; margin: 0em 0em 0.28571429rem 0em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
font-size: 0.92857143em; font-size: 0.92857143em;
font-weight: bold; font-weight: bold;
text-transform: none; text-transform: none;
@ -979,7 +979,7 @@
vertical-align: baseline; vertical-align: baseline;
font-size: 0.92857143em; font-size: 0.92857143em;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
text-transform: none; text-transform: none;
} }

File diff suppressed because one or more lines are too long

View File

@ -1135,17 +1135,17 @@
.ui.celled.grid { .ui.celled.grid {
width: 100%; width: 100%;
margin: 1em 0em; margin: 1em 0em;
box-shadow: 0px 0px 0px 1px #D4D4D5; box-shadow: 0px 0px 0px 1px #3A3A39;
} }
.ui.celled.grid > .row { .ui.celled.grid > .row {
width: 100% !important; width: 100% !important;
margin: 0em; margin: 0em;
padding: 0em; padding: 0em;
box-shadow: 0px -1px 0px 0px #D4D4D5; box-shadow: 0px -1px 0px 0px #3A3A39;
} }
.ui.celled.grid > .column:not(.row), .ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column { .ui.celled.grid > .row > .column {
box-shadow: -1px 0px 0px 0px #D4D4D5; box-shadow: -1px 0px 0px 0px #3A3A39;
} }
.ui.celled.grid > .column:first-child, .ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child { .ui.celled.grid > .row > .column:first-child {
@ -1339,7 +1339,7 @@
.ui.grid > .red.column, .ui.grid > .red.column,
.ui.grid > .row > .red.column { .ui.grid > .row > .red.column {
background-color: #DB2828 !important; background-color: #DB2828 !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Orange */ /* Orange */
@ -1347,7 +1347,7 @@
.ui.grid > .orange.column, .ui.grid > .orange.column,
.ui.grid > .row > .orange.column { .ui.grid > .row > .orange.column {
background-color: #F2711C !important; background-color: #F2711C !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Yellow */ /* Yellow */
@ -1355,7 +1355,7 @@
.ui.grid > .yellow.column, .ui.grid > .yellow.column,
.ui.grid > .row > .yellow.column { .ui.grid > .row > .yellow.column {
background-color: #FBBD08 !important; background-color: #FBBD08 !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Olive */ /* Olive */
@ -1363,7 +1363,7 @@
.ui.grid > .olive.column, .ui.grid > .olive.column,
.ui.grid > .row > .olive.column { .ui.grid > .row > .olive.column {
background-color: #B5CC18 !important; background-color: #B5CC18 !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Green */ /* Green */
@ -1371,7 +1371,7 @@
.ui.grid > .green.column, .ui.grid > .green.column,
.ui.grid > .row > .green.column { .ui.grid > .row > .green.column {
background-color: #21BA45 !important; background-color: #21BA45 !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Teal */ /* Teal */
@ -1379,7 +1379,7 @@
.ui.grid > .teal.column, .ui.grid > .teal.column,
.ui.grid > .row > .teal.column { .ui.grid > .row > .teal.column {
background-color: #00B5AD !important; background-color: #00B5AD !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Blue */ /* Blue */
@ -1387,7 +1387,7 @@
.ui.grid > .blue.column, .ui.grid > .blue.column,
.ui.grid > .row > .blue.column { .ui.grid > .row > .blue.column {
background-color: #2185D0 !important; background-color: #2185D0 !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Violet */ /* Violet */
@ -1395,7 +1395,7 @@
.ui.grid > .violet.column, .ui.grid > .violet.column,
.ui.grid > .row > .violet.column { .ui.grid > .row > .violet.column {
background-color: #6435C9 !important; background-color: #6435C9 !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Purple */ /* Purple */
@ -1403,7 +1403,7 @@
.ui.grid > .purple.column, .ui.grid > .purple.column,
.ui.grid > .row > .purple.column { .ui.grid > .row > .purple.column {
background-color: #A333C8 !important; background-color: #A333C8 !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Pink */ /* Pink */
@ -1411,7 +1411,7 @@
.ui.grid > .pink.column, .ui.grid > .pink.column,
.ui.grid > .row > .pink.column { .ui.grid > .row > .pink.column {
background-color: #E03997 !important; background-color: #E03997 !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Brown */ /* Brown */
@ -1419,7 +1419,7 @@
.ui.grid > .brown.column, .ui.grid > .brown.column,
.ui.grid > .row > .brown.column { .ui.grid > .row > .brown.column {
background-color: #A5673F !important; background-color: #A5673F !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Grey */ /* Grey */
@ -1427,7 +1427,7 @@
.ui.grid > .grey.column, .ui.grid > .grey.column,
.ui.grid > .row > .grey.column { .ui.grid > .row > .grey.column {
background-color: #767676 !important; background-color: #767676 !important;
color: #FFFFFF; color: #4C4C4C;
} }
/* Black */ /* Black */
@ -1435,7 +1435,7 @@
.ui.grid > .black.column, .ui.grid > .black.column,
.ui.grid > .row > .black.column { .ui.grid > .row > .black.column {
background-color: #1B1C1D !important; background-color: #1B1C1D !important;
color: #FFFFFF; color: #4C4C4C;
} }
/*---------------------- /*----------------------
@ -1501,7 +1501,7 @@
/* Celled Reversed */ /* Celled Reversed */
.ui[class*="mobile reversed"].celled.grid > .row > .column:first-child { .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
box-shadow: -1px 0px 0px 0px #D4D4D5; box-shadow: -1px 0px 0px 0px #3A3A39;
} }
.ui[class*="mobile reversed"].celled.grid > .row > .column:last-child { .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
box-shadow: none; box-shadow: none;
@ -1545,7 +1545,7 @@
/* Celled Reversed */ /* Celled Reversed */
.ui[class*="tablet reversed"].celled.grid > .row > .column:first-child { .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
box-shadow: -1px 0px 0px 0px #D4D4D5; box-shadow: -1px 0px 0px 0px #3A3A39;
} }
.ui[class*="tablet reversed"].celled.grid > .row > .column:last-child { .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
box-shadow: none; box-shadow: none;
@ -1589,7 +1589,7 @@
/* Celled Reversed */ /* Celled Reversed */
.ui[class*="computer reversed"].celled.grid > .row > .column:first-child { .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
box-shadow: -1px 0px 0px 0px #D4D4D5; box-shadow: -1px 0px 0px 0px #3A3A39;
} }
.ui[class*="computer reversed"].celled.grid > .row > .column:last-child { .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
box-shadow: none; box-shadow: none;

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@
font-weight: bold; font-weight: bold;
line-height: 1.2857em; line-height: 1.2857em;
text-transform: none; text-transform: none;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.header:first-child { .ui.header:first-child {
margin-top: -0.14285em; margin-top: -0.14285em;
@ -43,7 +43,7 @@
margin: 0em; margin: 0em;
font-size: 1rem; font-size: 1rem;
line-height: 1.2em; line-height: 1.2em;
color: rgba(0, 0, 0, 0.6); color: rgba(255, 255, 255, 0.8);
} }
/*-------------- /*--------------
@ -295,20 +295,20 @@ h5.ui.header .sub.header {
--------------------*/ --------------------*/
.ui.inverted.header { .ui.inverted.header {
color: #FFFFFF; color: #4C4C4C;
} }
.ui.inverted.header .sub.header { .ui.inverted.header .sub.header {
color: rgba(255, 255, 255, 0.8); color: rgba(0, 0, 0, 0.6);
} }
.ui.inverted.attached.header { .ui.inverted.attached.header {
background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: #545454 -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13));
background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: #545454 linear-gradient(transparent, rgba(255, 255, 255, 0.13));
box-shadow: none; box-shadow: none;
border-color: transparent; border-color: transparent;
} }
.ui.inverted.block.header { .ui.inverted.block.header {
background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: #545454 -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13));
background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: #545454 linear-gradient(transparent, rgba(255, 255, 255, 0.13));
box-shadow: none; box-shadow: none;
} }
.ui.inverted.block.header { .ui.inverted.block.header {
@ -630,10 +630,10 @@ a.ui.inverted.grey.header:hover {
--------------------*/ --------------------*/
.ui.block.header { .ui.block.header {
background: #F3F4F5; background: #333333;
padding: 0.78571429rem 1rem; padding: 0.78571429rem 1rem;
box-shadow: none; box-shadow: none;
border: 1px solid #D4D4D5; border: 1px solid #3A3A39;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
} }
.ui.tiny.block.header { .ui.tiny.block.header {
@ -657,15 +657,15 @@ a.ui.inverted.grey.header:hover {
--------------------*/ --------------------*/
.ui.attached.header { .ui.attached.header {
background: #FFFFFF; background: #4C4C4C;
padding: 0.78571429rem 1rem; padding: 0.78571429rem 1rem;
margin-left: -1px; margin-left: -1px;
margin-right: -1px; margin-right: -1px;
box-shadow: none; box-shadow: none;
border: 1px solid #D4D4D5; border: 1px solid #3A3A39;
} }
.ui.attached.block.header { .ui.attached.block.header {
background: #F3F4F5; background: #333333;
} }
.ui.attached:not(.top):not(.bottom).header { .ui.attached:not(.top):not(.bottom).header {
margin-top: 0em; margin-top: 0em;

File diff suppressed because one or more lines are too long

View File

@ -204,10 +204,10 @@ i.bordered.inverted.icon {
i.inverted.bordered.icon, i.inverted.bordered.icon,
i.inverted.circular.icon { i.inverted.circular.icon {
background-color: #1B1C1D !important; background-color: #1B1C1D !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
i.inverted.icon { i.inverted.icon {
color: #FFFFFF; color: #4C4C4C;
} }
/*------------------- /*-------------------
@ -225,7 +225,7 @@ i.inverted.red.icon {
i.inverted.bordered.red.icon, i.inverted.bordered.red.icon,
i.inverted.circular.red.icon { i.inverted.circular.red.icon {
background-color: #DB2828 !important; background-color: #DB2828 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Orange */ /* Orange */
@ -238,7 +238,7 @@ i.inverted.orange.icon {
i.inverted.bordered.orange.icon, i.inverted.bordered.orange.icon,
i.inverted.circular.orange.icon { i.inverted.circular.orange.icon {
background-color: #F2711C !important; background-color: #F2711C !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Yellow */ /* Yellow */
@ -251,7 +251,7 @@ i.inverted.yellow.icon {
i.inverted.bordered.yellow.icon, i.inverted.bordered.yellow.icon,
i.inverted.circular.yellow.icon { i.inverted.circular.yellow.icon {
background-color: #FBBD08 !important; background-color: #FBBD08 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Olive */ /* Olive */
@ -264,7 +264,7 @@ i.inverted.olive.icon {
i.inverted.bordered.olive.icon, i.inverted.bordered.olive.icon,
i.inverted.circular.olive.icon { i.inverted.circular.olive.icon {
background-color: #B5CC18 !important; background-color: #B5CC18 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Green */ /* Green */
@ -277,7 +277,7 @@ i.inverted.green.icon {
i.inverted.bordered.green.icon, i.inverted.bordered.green.icon,
i.inverted.circular.green.icon { i.inverted.circular.green.icon {
background-color: #21BA45 !important; background-color: #21BA45 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Teal */ /* Teal */
@ -290,7 +290,7 @@ i.inverted.teal.icon {
i.inverted.bordered.teal.icon, i.inverted.bordered.teal.icon,
i.inverted.circular.teal.icon { i.inverted.circular.teal.icon {
background-color: #00B5AD !important; background-color: #00B5AD !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Blue */ /* Blue */
@ -303,7 +303,7 @@ i.inverted.blue.icon {
i.inverted.bordered.blue.icon, i.inverted.bordered.blue.icon,
i.inverted.circular.blue.icon { i.inverted.circular.blue.icon {
background-color: #2185D0 !important; background-color: #2185D0 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Violet */ /* Violet */
@ -316,7 +316,7 @@ i.inverted.violet.icon {
i.inverted.bordered.violet.icon, i.inverted.bordered.violet.icon,
i.inverted.circular.violet.icon { i.inverted.circular.violet.icon {
background-color: #6435C9 !important; background-color: #6435C9 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Purple */ /* Purple */
@ -329,7 +329,7 @@ i.inverted.purple.icon {
i.inverted.bordered.purple.icon, i.inverted.bordered.purple.icon,
i.inverted.circular.purple.icon { i.inverted.circular.purple.icon {
background-color: #A333C8 !important; background-color: #A333C8 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Pink */ /* Pink */
@ -342,7 +342,7 @@ i.inverted.pink.icon {
i.inverted.bordered.pink.icon, i.inverted.bordered.pink.icon,
i.inverted.circular.pink.icon { i.inverted.circular.pink.icon {
background-color: #E03997 !important; background-color: #E03997 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Brown */ /* Brown */
@ -355,7 +355,7 @@ i.inverted.brown.icon {
i.inverted.bordered.brown.icon, i.inverted.bordered.brown.icon,
i.inverted.circular.brown.icon { i.inverted.circular.brown.icon {
background-color: #A5673F !important; background-color: #A5673F !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Grey */ /* Grey */
@ -368,7 +368,7 @@ i.inverted.grey.icon {
i.inverted.bordered.grey.icon, i.inverted.bordered.grey.icon,
i.inverted.circular.grey.icon { i.inverted.circular.grey.icon {
background-color: #767676 !important; background-color: #767676 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Black */ /* Black */
@ -381,7 +381,7 @@ i.inverted.black.icon {
i.inverted.bordered.black.icon, i.inverted.bordered.black.icon,
i.inverted.circular.black.icon { i.inverted.circular.black.icon {
background-color: #1B1C1D !important; background-color: #1B1C1D !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/*------------------- /*-------------------
@ -470,7 +470,7 @@ i.icons .corner.icon {
-webkit-transform: none; -webkit-transform: none;
transform: none; transform: none;
font-size: 0.45em; font-size: 0.45em;
text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; text-shadow: -1px -1px 0 #4C4C4C, 1px -1px 0 #4C4C4C, -1px 1px 0 #4C4C4C, 1px 1px 0 #4C4C4C;
} }
i.icons .inverted.corner.icon { i.icons .inverted.corner.icon {
text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D; text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@
display: -webkit-inline-box; display: -webkit-inline-box;
display: -ms-inline-flexbox; display: -ms-inline-flexbox;
display: inline-flex; display: inline-flex;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.input input { .ui.input input {
margin: 0em; margin: 0em;
@ -39,9 +39,9 @@
line-height: 1.2142em; line-height: 1.2142em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
padding: 0.67861429em 1em; padding: 0.67861429em 1em;
background: #FFFFFF; background: #333333;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
-webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease; -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
transition: box-shadow 0.1s ease, border-color 0.1s ease; transition: box-shadow 0.1s ease, border-color 0.1s ease;
@ -55,13 +55,13 @@
/* browsers require these rules separate */ /* browsers require these rules separate */
.ui.input input::-webkit-input-placeholder { .ui.input input::-webkit-input-placeholder {
color: rgba(191, 191, 191, 0.87); color: rgba(153, 153, 153, 0.93);
} }
.ui.input input::-moz-placeholder { .ui.input input::-moz-placeholder {
color: rgba(191, 191, 191, 0.87); color: rgba(153, 153, 153, 0.93);
} }
.ui.input input:-ms-input-placeholder { .ui.input input:-ms-input-placeholder {
color: rgba(191, 191, 191, 0.87); color: rgba(153, 153, 153, 0.93);
} }
@ -91,7 +91,7 @@
.ui.input.down input { .ui.input.down input {
border-color: rgba(0, 0, 0, 0.3); border-color: rgba(0, 0, 0, 0.3);
background: #FAFAFA; background: #FAFAFA;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
box-shadow: none; box-shadow: none;
} }
@ -136,21 +136,21 @@
.ui.input.focus input, .ui.input.focus input,
.ui.input input:focus { .ui.input input:focus {
border-color: #85B7D9; border-color: #85B7D9;
background: #FFFFFF; background: #333333;
color: rgba(0, 0, 0, 0.8); color: #ffffff;
box-shadow: none; box-shadow: none;
} }
.ui.input.focus input::-webkit-input-placeholder, .ui.input.focus input::-webkit-input-placeholder,
.ui.input input:focus::-webkit-input-placeholder { .ui.input input:focus::-webkit-input-placeholder {
color: rgba(115, 115, 115, 0.87); color: rgba(217, 217, 217, 0.93);
} }
.ui.input.focus input::-moz-placeholder, .ui.input.focus input::-moz-placeholder,
.ui.input input:focus::-moz-placeholder { .ui.input input:focus::-moz-placeholder {
color: rgba(115, 115, 115, 0.87); color: rgba(217, 217, 217, 0.93);
} }
.ui.input.focus input:-ms-input-placeholder, .ui.input.focus input:-ms-input-placeholder,
.ui.input input:focus:-ms-input-placeholder { .ui.input input:focus:-ms-input-placeholder {
color: rgba(115, 115, 115, 0.87); color: rgba(217, 217, 217, 0.93);
} }
/*-------------------- /*--------------------
@ -158,32 +158,32 @@
---------------------*/ ---------------------*/
.ui.input.error input { .ui.input.error input {
background-color: #FFF6F6; background-color: #6b201f;
border-color: #E0B4B4; border-color: #9a4d4d;
color: #9F3A38; color: #FFF6F6;
box-shadow: none; box-shadow: none;
} }
/* Error Placeholder */ /* Error Placeholder */
.ui.input.error input::-webkit-input-placeholder { .ui.input.error input::-webkit-input-placeholder {
color: #e7bdbc; color: #ffffff;
} }
.ui.input.error input::-moz-placeholder { .ui.input.error input::-moz-placeholder {
color: #e7bdbc; color: #ffffff;
} }
.ui.input.error input:-ms-input-placeholder { .ui.input.error input:-ms-input-placeholder {
color: #e7bdbc !important; color: #ffffff !important;
} }
/* Focused Error Placeholder */ /* Focused Error Placeholder */
.ui.input.error input:focus::-webkit-input-placeholder { .ui.input.error input:focus::-webkit-input-placeholder {
color: #da9796; color: #ffffff;
} }
.ui.input.error input:focus::-moz-placeholder { .ui.input.error input:focus::-moz-placeholder {
color: #da9796; color: #ffffff;
} }
.ui.input.error input:focus:-ms-input-placeholder { .ui.input.error input:focus:-ms-input-placeholder {
color: #da9796 !important; color: #ffffff !important;
} }
@ -218,19 +218,19 @@
/* Transparent Inverted */ /* Transparent Inverted */
.ui.transparent.inverted.input { .ui.transparent.inverted.input {
color: #FFFFFF; color: #4C4C4C;
} }
.ui.transparent.inverted.input input { .ui.transparent.inverted.input input {
color: inherit; color: inherit;
} }
.ui.transparent.inverted.input input::-webkit-input-placeholder { .ui.transparent.inverted.input input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
.ui.transparent.inverted.input input::-moz-placeholder { .ui.transparent.inverted.input input::-moz-placeholder {
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
.ui.transparent.inverted.input input:-ms-input-placeholder { .ui.transparent.inverted.input input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
/*-------------------- /*--------------------

File diff suppressed because one or more lines are too long

View File

@ -140,7 +140,7 @@
margin: -0.21425em 0em 0em; margin: -0.21425em 0em 0em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
/* Default Header Size */ /* Default Header Size */
@ -185,7 +185,7 @@
max-width: auto; max-width: auto;
font-size: 1em; font-size: 1em;
line-height: 1.4285em; line-height: 1.4285em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/*-------------- /*--------------
@ -237,18 +237,18 @@
/* Header */ /* Header */
.ui.items > .item > .content > a.header { .ui.items > .item > .content > a.header {
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
.ui.items > .item > .content > a.header:hover { .ui.items > .item > .content > a.header:hover {
color: #1e70bf; color: #51a0f0;
} }
/* Meta */ /* Meta */
.ui.items > .item .meta > a:not(.ui) { .ui.items > .item .meta > a:not(.ui) {
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }
.ui.items > .item .meta > a:not(.ui):hover { .ui.items > .item .meta > a:not(.ui):hover {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/*-------------- /*--------------
@ -305,7 +305,7 @@
padding: 0em 0em 0em; padding: 0em 0em 0em;
top: 0em; top: 0em;
left: 0em; left: 0em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
box-shadow: none; box-shadow: none;
-webkit-transition: color 0.1s ease; -webkit-transition: color 0.1s ease;
transition: color 0.1s ease; transition: color 0.1s ease;
@ -451,7 +451,7 @@
} }
.ui.items a.item:hover .content .header, .ui.items a.item:hover .content .header,
.ui.link.items > .item:hover .content .header { .ui.link.items > .item:hover .content .header {
color: #1e70bf; color: #51a0f0;
} }
/*-------------- /*--------------

File diff suppressed because one or more lines are too long

View File

@ -18,10 +18,10 @@
line-height: 1; line-height: 1;
vertical-align: baseline; vertical-align: baseline;
margin: 0em 0.14285714em; margin: 0em 0.14285714em;
background-color: #E8E8E8; background-color: #595959;
background-image: none; background-image: none;
padding: 0.5833em 0.833em; padding: 0.5833em 0.833em;
color: rgba(0, 0, 0, 0.6); color: rgba(255, 255, 255, 0.8);
text-transform: none; text-transform: none;
font-weight: bold; font-weight: bold;
border: 0px solid transparent; border: 0px solid transparent;
@ -147,7 +147,7 @@ a.ui.label {
max-width: 9999px; max-width: 9999px;
vertical-align: baseline; vertical-align: baseline;
text-transform: none; text-transform: none;
background: #E8E8E8; background: #595959;
padding: 0.5833em 0.833em 0.5833em 0.5em; padding: 0.5833em 0.833em 0.5833em 0.5em;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
box-shadow: none; box-shadow: none;
@ -160,7 +160,7 @@ a.ui.label {
border-radius: 0.28571429rem 0em 0em 0.28571429rem; border-radius: 0.28571429rem 0em 0em 0.28571429rem;
} }
.ui.image.label .detail { .ui.image.label .detail {
background: rgba(0, 0, 0, 0.1); background: rgba(255, 255, 255, 0.18);
margin: -0.5833em -0.833em -0.5833em 0.5em; margin: -0.5833em -0.833em -0.5833em 0.5em;
padding: 0.5833em 0.833em; padding: 0.5833em 0.833em;
border-radius: 0em 0.28571429rem 0.28571429rem 0em; border-radius: 0em 0.28571429rem 0.28571429rem 0em;
@ -202,7 +202,7 @@ a.ui.label {
top: 50%; top: 50%;
left: -0.25em; left: -0.25em;
margin-top: -0.25em; margin-top: -0.25em;
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
width: 0.5em; width: 0.5em;
height: 0.5em; height: 0.5em;
box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
@ -220,7 +220,7 @@ a.ui.label {
margin: 0em; margin: 0em;
padding: 0em; padding: 0em;
text-align: center; text-align: center;
border-color: #E8E8E8; border-color: #595959;
width: 4em; width: 4em;
height: 4em; height: 4em;
z-index: 1; z-index: 1;
@ -434,11 +434,11 @@ a.ui.label:hover {
background-color: #E0E0E0; background-color: #E0E0E0;
border-color: #E0E0E0; border-color: #E0E0E0;
background-image: none; background-image: none;
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
.ui.labels a.label:hover:before, .ui.labels a.label:hover:before,
a.ui.label:hover:before { a.ui.label:hover:before {
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
/*------------------- /*-------------------
@ -449,12 +449,12 @@ a.ui.label:hover:before {
background-color: #D0D0D0; background-color: #D0D0D0;
border-color: #D0D0D0; border-color: #D0D0D0;
background-image: none; background-image: none;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
.ui.active.label:before { .ui.active.label:before {
background-color: #D0D0D0; background-color: #D0D0D0;
background-image: none; background-image: none;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*------------------- /*-------------------
@ -466,13 +466,13 @@ a.ui.active.label:hover {
background-color: #C8C8C8; background-color: #C8C8C8;
border-color: #C8C8C8; border-color: #C8C8C8;
background-image: none; background-image: none;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
.ui.labels a.active.label:ActiveHover:before, .ui.labels a.active.label:ActiveHover:before,
a.ui.active.label:ActiveHover:before { a.ui.active.label:ActiveHover:before {
background-color: #C8C8C8; background-color: #C8C8C8;
background-image: none; background-image: none;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*------------------- /*-------------------
@ -510,7 +510,7 @@ a.ui.active.label:ActiveHover:before {
.ui.red.label { .ui.red.label {
background-color: #DB2828 !important; background-color: #DB2828 !important;
border-color: #DB2828 !important; border-color: #DB2828 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -518,7 +518,7 @@ a.ui.active.label:ActiveHover:before {
a.ui.red.label:hover { a.ui.red.label:hover {
background-color: #d01919 !important; background-color: #d01919 !important;
border-color: #d01919 !important; border-color: #d01919 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -534,13 +534,13 @@ a.ui.red.label:hover {
/* Basic */ /* Basic */
.ui.basic.red.label { .ui.basic.red.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #DB2828 !important; color: #DB2828 !important;
border-color: #DB2828 !important; border-color: #DB2828 !important;
} }
.ui.basic.red.labels a.label:hover, .ui.basic.red.labels a.label:hover,
a.ui.basic.red.label:hover { a.ui.basic.red.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #d01919 !important; color: #d01919 !important;
border-color: #d01919 !important; border-color: #d01919 !important;
} }
@ -551,7 +551,7 @@ a.ui.basic.red.label:hover {
.ui.orange.label { .ui.orange.label {
background-color: #F2711C !important; background-color: #F2711C !important;
border-color: #F2711C !important; border-color: #F2711C !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -559,7 +559,7 @@ a.ui.basic.red.label:hover {
a.ui.orange.label:hover { a.ui.orange.label:hover {
background-color: #f26202 !important; background-color: #f26202 !important;
border-color: #f26202 !important; border-color: #f26202 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -575,13 +575,13 @@ a.ui.orange.label:hover {
/* Basic */ /* Basic */
.ui.basic.orange.label { .ui.basic.orange.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #F2711C !important; color: #F2711C !important;
border-color: #F2711C !important; border-color: #F2711C !important;
} }
.ui.basic.orange.labels a.label:hover, .ui.basic.orange.labels a.label:hover,
a.ui.basic.orange.label:hover { a.ui.basic.orange.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #f26202 !important; color: #f26202 !important;
border-color: #f26202 !important; border-color: #f26202 !important;
} }
@ -592,7 +592,7 @@ a.ui.basic.orange.label:hover {
.ui.yellow.label { .ui.yellow.label {
background-color: #FBBD08 !important; background-color: #FBBD08 !important;
border-color: #FBBD08 !important; border-color: #FBBD08 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -600,7 +600,7 @@ a.ui.basic.orange.label:hover {
a.ui.yellow.label:hover { a.ui.yellow.label:hover {
background-color: #eaae00 !important; background-color: #eaae00 !important;
border-color: #eaae00 !important; border-color: #eaae00 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -616,13 +616,13 @@ a.ui.yellow.label:hover {
/* Basic */ /* Basic */
.ui.basic.yellow.label { .ui.basic.yellow.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #FBBD08 !important; color: #FBBD08 !important;
border-color: #FBBD08 !important; border-color: #FBBD08 !important;
} }
.ui.basic.yellow.labels a.label:hover, .ui.basic.yellow.labels a.label:hover,
a.ui.basic.yellow.label:hover { a.ui.basic.yellow.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #eaae00 !important; color: #eaae00 !important;
border-color: #eaae00 !important; border-color: #eaae00 !important;
} }
@ -633,7 +633,7 @@ a.ui.basic.yellow.label:hover {
.ui.olive.label { .ui.olive.label {
background-color: #B5CC18 !important; background-color: #B5CC18 !important;
border-color: #B5CC18 !important; border-color: #B5CC18 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -641,7 +641,7 @@ a.ui.basic.yellow.label:hover {
a.ui.olive.label:hover { a.ui.olive.label:hover {
background-color: #a7bd0d !important; background-color: #a7bd0d !important;
border-color: #a7bd0d !important; border-color: #a7bd0d !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -657,13 +657,13 @@ a.ui.olive.label:hover {
/* Basic */ /* Basic */
.ui.basic.olive.label { .ui.basic.olive.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #B5CC18 !important; color: #B5CC18 !important;
border-color: #B5CC18 !important; border-color: #B5CC18 !important;
} }
.ui.basic.olive.labels a.label:hover, .ui.basic.olive.labels a.label:hover,
a.ui.basic.olive.label:hover { a.ui.basic.olive.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #a7bd0d !important; color: #a7bd0d !important;
border-color: #a7bd0d !important; border-color: #a7bd0d !important;
} }
@ -674,7 +674,7 @@ a.ui.basic.olive.label:hover {
.ui.green.label { .ui.green.label {
background-color: #21BA45 !important; background-color: #21BA45 !important;
border-color: #21BA45 !important; border-color: #21BA45 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -682,7 +682,7 @@ a.ui.basic.olive.label:hover {
a.ui.green.label:hover { a.ui.green.label:hover {
background-color: #16ab39 !important; background-color: #16ab39 !important;
border-color: #16ab39 !important; border-color: #16ab39 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -698,13 +698,13 @@ a.ui.green.label:hover {
/* Basic */ /* Basic */
.ui.basic.green.label { .ui.basic.green.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #21BA45 !important; color: #21BA45 !important;
border-color: #21BA45 !important; border-color: #21BA45 !important;
} }
.ui.basic.green.labels a.label:hover, .ui.basic.green.labels a.label:hover,
a.ui.basic.green.label:hover { a.ui.basic.green.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #16ab39 !important; color: #16ab39 !important;
border-color: #16ab39 !important; border-color: #16ab39 !important;
} }
@ -715,7 +715,7 @@ a.ui.basic.green.label:hover {
.ui.teal.label { .ui.teal.label {
background-color: #00B5AD !important; background-color: #00B5AD !important;
border-color: #00B5AD !important; border-color: #00B5AD !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -723,7 +723,7 @@ a.ui.basic.green.label:hover {
a.ui.teal.label:hover { a.ui.teal.label:hover {
background-color: #009c95 !important; background-color: #009c95 !important;
border-color: #009c95 !important; border-color: #009c95 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -739,13 +739,13 @@ a.ui.teal.label:hover {
/* Basic */ /* Basic */
.ui.basic.teal.label { .ui.basic.teal.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #00B5AD !important; color: #00B5AD !important;
border-color: #00B5AD !important; border-color: #00B5AD !important;
} }
.ui.basic.teal.labels a.label:hover, .ui.basic.teal.labels a.label:hover,
a.ui.basic.teal.label:hover { a.ui.basic.teal.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #009c95 !important; color: #009c95 !important;
border-color: #009c95 !important; border-color: #009c95 !important;
} }
@ -756,7 +756,7 @@ a.ui.basic.teal.label:hover {
.ui.blue.label { .ui.blue.label {
background-color: #2185D0 !important; background-color: #2185D0 !important;
border-color: #2185D0 !important; border-color: #2185D0 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -764,7 +764,7 @@ a.ui.basic.teal.label:hover {
a.ui.blue.label:hover { a.ui.blue.label:hover {
background-color: #1678c2 !important; background-color: #1678c2 !important;
border-color: #1678c2 !important; border-color: #1678c2 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -780,13 +780,13 @@ a.ui.blue.label:hover {
/* Basic */ /* Basic */
.ui.basic.blue.label { .ui.basic.blue.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #2185D0 !important; color: #2185D0 !important;
border-color: #2185D0 !important; border-color: #2185D0 !important;
} }
.ui.basic.blue.labels a.label:hover, .ui.basic.blue.labels a.label:hover,
a.ui.basic.blue.label:hover { a.ui.basic.blue.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #1678c2 !important; color: #1678c2 !important;
border-color: #1678c2 !important; border-color: #1678c2 !important;
} }
@ -797,7 +797,7 @@ a.ui.basic.blue.label:hover {
.ui.violet.label { .ui.violet.label {
background-color: #6435C9 !important; background-color: #6435C9 !important;
border-color: #6435C9 !important; border-color: #6435C9 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -805,7 +805,7 @@ a.ui.basic.blue.label:hover {
a.ui.violet.label:hover { a.ui.violet.label:hover {
background-color: #5829bb !important; background-color: #5829bb !important;
border-color: #5829bb !important; border-color: #5829bb !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -821,13 +821,13 @@ a.ui.violet.label:hover {
/* Basic */ /* Basic */
.ui.basic.violet.label { .ui.basic.violet.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #6435C9 !important; color: #6435C9 !important;
border-color: #6435C9 !important; border-color: #6435C9 !important;
} }
.ui.basic.violet.labels a.label:hover, .ui.basic.violet.labels a.label:hover,
a.ui.basic.violet.label:hover { a.ui.basic.violet.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #5829bb !important; color: #5829bb !important;
border-color: #5829bb !important; border-color: #5829bb !important;
} }
@ -838,7 +838,7 @@ a.ui.basic.violet.label:hover {
.ui.purple.label { .ui.purple.label {
background-color: #A333C8 !important; background-color: #A333C8 !important;
border-color: #A333C8 !important; border-color: #A333C8 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -846,7 +846,7 @@ a.ui.basic.violet.label:hover {
a.ui.purple.label:hover { a.ui.purple.label:hover {
background-color: #9627ba !important; background-color: #9627ba !important;
border-color: #9627ba !important; border-color: #9627ba !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -862,13 +862,13 @@ a.ui.purple.label:hover {
/* Basic */ /* Basic */
.ui.basic.purple.label { .ui.basic.purple.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #A333C8 !important; color: #A333C8 !important;
border-color: #A333C8 !important; border-color: #A333C8 !important;
} }
.ui.basic.purple.labels a.label:hover, .ui.basic.purple.labels a.label:hover,
a.ui.basic.purple.label:hover { a.ui.basic.purple.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #9627ba !important; color: #9627ba !important;
border-color: #9627ba !important; border-color: #9627ba !important;
} }
@ -879,7 +879,7 @@ a.ui.basic.purple.label:hover {
.ui.pink.label { .ui.pink.label {
background-color: #E03997 !important; background-color: #E03997 !important;
border-color: #E03997 !important; border-color: #E03997 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -887,7 +887,7 @@ a.ui.basic.purple.label:hover {
a.ui.pink.label:hover { a.ui.pink.label:hover {
background-color: #e61a8d !important; background-color: #e61a8d !important;
border-color: #e61a8d !important; border-color: #e61a8d !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -903,13 +903,13 @@ a.ui.pink.label:hover {
/* Basic */ /* Basic */
.ui.basic.pink.label { .ui.basic.pink.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #E03997 !important; color: #E03997 !important;
border-color: #E03997 !important; border-color: #E03997 !important;
} }
.ui.basic.pink.labels a.label:hover, .ui.basic.pink.labels a.label:hover,
a.ui.basic.pink.label:hover { a.ui.basic.pink.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #e61a8d !important; color: #e61a8d !important;
border-color: #e61a8d !important; border-color: #e61a8d !important;
} }
@ -920,7 +920,7 @@ a.ui.basic.pink.label:hover {
.ui.brown.label { .ui.brown.label {
background-color: #A5673F !important; background-color: #A5673F !important;
border-color: #A5673F !important; border-color: #A5673F !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -928,7 +928,7 @@ a.ui.basic.pink.label:hover {
a.ui.brown.label:hover { a.ui.brown.label:hover {
background-color: #975b33 !important; background-color: #975b33 !important;
border-color: #975b33 !important; border-color: #975b33 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -944,13 +944,13 @@ a.ui.brown.label:hover {
/* Basic */ /* Basic */
.ui.basic.brown.label { .ui.basic.brown.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #A5673F !important; color: #A5673F !important;
border-color: #A5673F !important; border-color: #A5673F !important;
} }
.ui.basic.brown.labels a.label:hover, .ui.basic.brown.labels a.label:hover,
a.ui.basic.brown.label:hover { a.ui.basic.brown.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #975b33 !important; color: #975b33 !important;
border-color: #975b33 !important; border-color: #975b33 !important;
} }
@ -961,7 +961,7 @@ a.ui.basic.brown.label:hover {
.ui.grey.label { .ui.grey.label {
background-color: #767676 !important; background-color: #767676 !important;
border-color: #767676 !important; border-color: #767676 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -969,7 +969,7 @@ a.ui.basic.brown.label:hover {
a.ui.grey.label:hover { a.ui.grey.label:hover {
background-color: #838383 !important; background-color: #838383 !important;
border-color: #838383 !important; border-color: #838383 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -985,13 +985,13 @@ a.ui.grey.label:hover {
/* Basic */ /* Basic */
.ui.basic.grey.label { .ui.basic.grey.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #767676 !important; color: #767676 !important;
border-color: #767676 !important; border-color: #767676 !important;
} }
.ui.basic.grey.labels a.label:hover, .ui.basic.grey.labels a.label:hover,
a.ui.basic.grey.label:hover { a.ui.basic.grey.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #838383 !important; color: #838383 !important;
border-color: #838383 !important; border-color: #838383 !important;
} }
@ -1002,7 +1002,7 @@ a.ui.basic.grey.label:hover {
.ui.black.label { .ui.black.label {
background-color: #1B1C1D !important; background-color: #1B1C1D !important;
border-color: #1B1C1D !important; border-color: #1B1C1D !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Link */ /* Link */
@ -1010,7 +1010,7 @@ a.ui.basic.grey.label:hover {
a.ui.black.label:hover { a.ui.black.label:hover {
background-color: #27292a !important; background-color: #27292a !important;
border-color: #27292a !important; border-color: #27292a !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Corner */ /* Corner */
@ -1026,13 +1026,13 @@ a.ui.black.label:hover {
/* Basic */ /* Basic */
.ui.basic.black.label { .ui.basic.black.label {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #1B1C1D !important; color: #1B1C1D !important;
border-color: #1B1C1D !important; border-color: #1B1C1D !important;
} }
.ui.basic.black.labels a.label:hover, .ui.basic.black.labels a.label:hover,
a.ui.basic.black.label:hover { a.ui.basic.black.label:hover {
background-color: #FFFFFF !important; background-color: #4C4C4C !important;
color: #27292a !important; color: #27292a !important;
border-color: #27292a !important; border-color: #27292a !important;
} }
@ -1042,17 +1042,17 @@ a.ui.basic.black.label:hover {
--------------------*/ --------------------*/
.ui.basic.label { .ui.basic.label {
background: none #FFFFFF; background: none #4C4C4C;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
box-shadow: none; box-shadow: none;
} }
/* Link */ /* Link */
a.ui.basic.label:hover { a.ui.basic.label:hover {
text-decoration: none; text-decoration: none;
background: none #FFFFFF; background: none #4C4C4C;
color: #1e70bf; color: #51a0f0;
box-shadow: 1px solid rgba(34, 36, 38, 0.15); box-shadow: 1px solid rgba(34, 36, 38, 0.15);
box-shadow: none; box-shadow: none;
} }
@ -1078,7 +1078,7 @@ a.ui.basic.label:hover {
.ui.inverted.labels .label, .ui.inverted.labels .label,
.ui.inverted.label { .ui.inverted.label {
color: rgba(255, 255, 255, 0.9) !important; color: rgba(0, 0, 0, 0.85) !important;
} }
/*------------------- /*-------------------

File diff suppressed because one or more lines are too long

View File

@ -161,7 +161,7 @@ ol.ui.list ol li,
margin: 0em; margin: 0em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* Description */ /* Description */
@ -181,28 +181,28 @@ ol.ui.list ol li,
.ui.list .list > a.item, .ui.list .list > a.item,
.ui.list > a.item { .ui.list > a.item {
cursor: pointer; cursor: pointer;
color: #4183C4; color: #68adf2;
} }
.ui.list .list > a.item:hover, .ui.list .list > a.item:hover,
.ui.list > a.item:hover { .ui.list > a.item:hover {
color: #1e70bf; color: #51a0f0;
} }
/* Linked Item Icons */ /* Linked Item Icons */
.ui.list .list > a.item i.icon, .ui.list .list > a.item i.icon,
.ui.list > a.item i.icon { .ui.list > a.item i.icon {
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }
/* Header Link */ /* Header Link */
.ui.list .list > .item a.header, .ui.list .list > .item a.header,
.ui.list > .item a.header { .ui.list > .item a.header {
cursor: pointer; cursor: pointer;
color: #4183C4 !important; color: #68adf2 !important;
} }
.ui.list .list > .item a.header:hover, .ui.list .list > .item a.header:hover,
.ui.list > .item a.header:hover { .ui.list > .item a.header:hover {
color: #1e70bf !important; color: #51a0f0 !important;
} }
/* Floated Content */ /* Floated Content */
@ -319,11 +319,11 @@ ol.ui.list ol li,
.ui.list .list > .disabled.item, .ui.list .list > .disabled.item,
.ui.list > .disabled.item { .ui.list > .disabled.item {
pointer-events: none; pointer-events: none;
color: rgba(40, 40, 40, 0.3) !important; color: rgba(225, 225, 225, 0.3) !important;
} }
.ui.inverted.list .list > .disabled.item, .ui.inverted.list .list > .disabled.item,
.ui.inverted.list > .disabled.item { .ui.inverted.list > .disabled.item {
color: rgba(225, 225, 225, 0.3) !important; color: rgba(40, 40, 40, 0.3) !important;
} }
/*------------------- /*-------------------
@ -332,7 +332,7 @@ ol.ui.list ol li,
.ui.list .list > a.item:hover .icon, .ui.list .list > a.item:hover .icon,
.ui.list > a.item:hover .icon { .ui.list > a.item:hover .icon {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
@ -347,34 +347,34 @@ ol.ui.list ol li,
.ui.inverted.list .list > a.item > .icon, .ui.inverted.list .list > a.item > .icon,
.ui.inverted.list > a.item > .icon { .ui.inverted.list > a.item > .icon {
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
} }
.ui.inverted.list .list > .item .header, .ui.inverted.list .list > .item .header,
.ui.inverted.list > .item .header { .ui.inverted.list > .item .header {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.inverted.list .list > .item .description, .ui.inverted.list .list > .item .description,
.ui.inverted.list > .item .description { .ui.inverted.list > .item .description {
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
} }
/* Item Link */ /* Item Link */
.ui.inverted.list .list > a.item, .ui.inverted.list .list > a.item,
.ui.inverted.list > a.item { .ui.inverted.list > a.item {
cursor: pointer; cursor: pointer;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.inverted.list .list > a.item:hover, .ui.inverted.list .list > a.item:hover,
.ui.inverted.list > a.item:hover { .ui.inverted.list > a.item:hover {
color: #1e70bf; color: #51a0f0;
} }
/* Linking Content */ /* Linking Content */
.ui.inverted.list .item a:not(.ui) { .ui.inverted.list .item a:not(.ui) {
color: rgba(255, 255, 255, 0.9) !important; color: rgba(0, 0, 0, 0.85) !important;
} }
.ui.inverted.list .item a:not(.ui):hover { .ui.inverted.list .item a:not(.ui):hover {
color: #1e70bf !important; color: #51a0f0 !important;
} }
/*------------------- /*-------------------
@ -404,40 +404,40 @@ ol.ui.list ol li,
.ui.link.list .item, .ui.link.list .item,
.ui.link.list a.item, .ui.link.list a.item,
.ui.link.list .item a:not(.ui) { .ui.link.list .item a:not(.ui) {
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.5);
-webkit-transition: 0.1s color ease; -webkit-transition: 0.1s color ease;
transition: 0.1s color ease; transition: 0.1s color ease;
} }
.ui.link.list a.item:hover, .ui.link.list a.item:hover,
.ui.link.list .item a:not(.ui):hover { .ui.link.list .item a:not(.ui):hover {
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
.ui.link.list a.item:active, .ui.link.list a.item:active,
.ui.link.list .item a:not(.ui):active { .ui.link.list .item a:not(.ui):active {
color: rgba(0, 0, 0, 0.9); color: #ffffff;
} }
.ui.link.list .active.item, .ui.link.list .active.item,
.ui.link.list .active.item a:not(.ui) { .ui.link.list .active.item a:not(.ui) {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/* Inverted */ /* Inverted */
.ui.inverted.link.list .item, .ui.inverted.link.list .item,
.ui.inverted.link.list a.item, .ui.inverted.link.list a.item,
.ui.inverted.link.list .item a:not(.ui) { .ui.inverted.link.list .item a:not(.ui) {
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
.ui.inverted.link.list a.item:hover, .ui.inverted.link.list a.item:hover,
.ui.inverted.link.list .item a:not(.ui):hover { .ui.inverted.link.list .item a:not(.ui):hover {
color: #ffffff; color: rgba(0, 0, 0, 0.8);
} }
.ui.inverted.link.list a.item:active, .ui.inverted.link.list a.item:active,
.ui.inverted.link.list .item a:not(.ui):active { .ui.inverted.link.list .item a:not(.ui):active {
color: #ffffff; color: rgba(0, 0, 0, 0.9);
} }
.ui.inverted.link.list a.active.item, .ui.inverted.link.list a.active.item,
.ui.inverted.link.list .active.item a:not(.ui) { .ui.inverted.link.list .active.item a:not(.ui) {
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*------------------- /*-------------------
@ -450,7 +450,7 @@ ol.ui.list ol li,
background: transparent; background: transparent;
padding: 0.5em 0.5em; padding: 0.5em 0.5em;
margin: 0em; margin: 0em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.5);
border-radius: 0.5em; border-radius: 0.5em;
-webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease; -webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease; transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
@ -461,40 +461,40 @@ ol.ui.list ol li,
} }
.ui.selection.list.list > .item:hover, .ui.selection.list.list > .item:hover,
.ui.selection.list > .item:hover { .ui.selection.list > .item:hover {
background: rgba(0, 0, 0, 0.03); background: rgba(255, 255, 255, 0.1);
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
.ui.selection.list .list > .item:active, .ui.selection.list .list > .item:active,
.ui.selection.list > .item:active { .ui.selection.list > .item:active {
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.9); color: #ffffff;
} }
.ui.selection.list .list > .item.active, .ui.selection.list .list > .item.active,
.ui.selection.list > .item.active { .ui.selection.list > .item.active {
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/* Inverted */ /* Inverted */
.ui.inverted.selection.list > .item, .ui.inverted.selection.list > .item,
.ui.inverted.selection.list > .item { .ui.inverted.selection.list > .item {
background: transparent; background: transparent;
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
.ui.inverted.selection.list > .item:hover, .ui.inverted.selection.list > .item:hover,
.ui.inverted.selection.list > .item:hover { .ui.inverted.selection.list > .item:hover {
background: rgba(255, 255, 255, 0.02); background: rgba(0, 0, 0, 0.03);
color: #ffffff; color: rgba(0, 0, 0, 0.8);
} }
.ui.inverted.selection.list > .item:active, .ui.inverted.selection.list > .item:active,
.ui.inverted.selection.list > .item:active { .ui.inverted.selection.list > .item:active {
background: rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.08);
color: #ffffff; color: rgba(0, 0, 0, 0.9);
} }
.ui.inverted.selection.list > .item.active, .ui.inverted.selection.list > .item.active,
.ui.inverted.selection.list > .item.active { .ui.inverted.selection.list > .item.active {
background: rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.08);
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/* Celled / Divided Selection List */ /* Celled / Divided Selection List */
@ -566,7 +566,7 @@ ul.ui.list li:before,
ul.ui.list li:before, ul.ui.list li:before,
.ui.bulleted.list .list > a.item:before, .ui.bulleted.list .list > a.item:before,
.ui.bulleted.list > a.item:before { .ui.bulleted.list > a.item:before {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
ul.ui.list ul, ul.ui.list ul,
.ui.bulleted.list .list { .ui.bulleted.list .list {
@ -588,7 +588,7 @@ ul.ui.horizontal.bulleted.list li:first-child,
} }
ul.ui.horizontal.bulleted.list li::before, ul.ui.horizontal.bulleted.list li::before,
.ui.horizontal.bulleted.list > .item::before { .ui.horizontal.bulleted.list > .item::before {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
ul.ui.horizontal.bulleted.list li:first-child::before, ul.ui.horizontal.bulleted.list li:first-child::before,
.ui.horizontal.bulleted.list > .item:first-child::before { .ui.horizontal.bulleted.list > .item:first-child::before {
@ -628,14 +628,14 @@ ol.ui.list li:before,
counter-increment: ordered; counter-increment: ordered;
content: counters(ordered, ".") " "; content: counters(ordered, ".") " ";
text-align: right; text-align: right;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
vertical-align: middle; vertical-align: middle;
opacity: 0.8; opacity: 0.8;
} }
ol.ui.inverted.list li:before, ol.ui.inverted.list li:before,
.ui.ordered.inverted.list .list > .item:before, .ui.ordered.inverted.list .list > .item:before,
.ui.ordered.inverted.list > .item:before { .ui.ordered.inverted.list > .item:before {
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
} }
/* Value */ /* Value */

File diff suppressed because one or more lines are too long

View File

@ -142,18 +142,18 @@
/* Black Dimmer */ /* Black Dimmer */
.ui.dimmer .ui.loader { .ui.dimmer .ui.loader {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.dimmer .ui.loader:before { .ui.dimmer .ui.loader:before {
border-color: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.15);
} }
.ui.dimmer .ui.loader:after { .ui.dimmer .ui.loader:after {
border-color: #FFFFFF transparent transparent; border-color: #4C4C4C transparent transparent;
} }
/* White Dimmer (Inverted) */ /* White Dimmer (Inverted) */
.ui.inverted.dimmer .ui.loader { .ui.inverted.dimmer .ui.loader {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.inverted.dimmer .ui.loader:before { .ui.inverted.dimmer .ui.loader:before {
border-color: rgba(0, 0, 0, 0.1); border-color: rgba(0, 0, 0, 0.1);
@ -299,13 +299,13 @@
--------------------*/ --------------------*/
.ui.inverted.loader { .ui.inverted.loader {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.inverted.loader:before { .ui.inverted.loader:before {
border-color: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.15);
} }
.ui.inverted.loader:after { .ui.inverted.loader:after {
border-top-color: #FFFFFF; border-top-color: #4C4C4C;
} }
/*------------------- /*-------------------

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.loader:before{position:absolute;content:'';top:0;left:50%;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loader:after{position:absolute;content:'';top:0;left:50%;-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.mini.loader:after,.ui.mini.loader:before{width:1rem;height:1rem;margin:0 0 0 -.5rem}.ui.tiny.loader:after,.ui.tiny.loader:before{width:1.14285714rem;height:1.14285714rem;margin:0 0 0 -.57142857rem}.ui.small.loader:after,.ui.small.loader:before{width:1.71428571rem;height:1.71428571rem;margin:0 0 0 -.85714286rem}.ui.loader:after,.ui.loader:before{width:2.28571429rem;height:2.28571429rem;margin:0 0 0 -1.14285714rem}.ui.large.loader:after,.ui.large.loader:before{width:3.42857143rem;height:3.42857143rem;margin:0 0 0 -1.71428571rem}.ui.big.loader:after,.ui.big.loader:before{width:3.71428571rem;height:3.71428571rem;margin:0 0 0 -1.85714286rem}.ui.huge.loader:after,.ui.huge.loader:before{width:4.14285714rem;height:4.14285714rem;margin:0 0 0 -2.07142857rem}.ui.massive.loader:after,.ui.massive.loader:before{width:4.57142857rem;height:4.57142857rem;margin:0 0 0 -2.28571429rem}.ui.dimmer .loader{display:block}.ui.dimmer .ui.loader{color:rgba(255,255,255,.9)}.ui.dimmer .ui.loader:before{border-color:rgba(255,255,255,.15)}.ui.dimmer .ui.loader:after{border-color:#FFF transparent transparent}.ui.inverted.dimmer .ui.loader{color:rgba(0,0,0,.87)}.ui.inverted.dimmer .ui.loader:before{border-color:rgba(0,0,0,.1)}.ui.inverted.dimmer .ui.loader:after{border-color:#767676 transparent transparent}.ui.text.loader{width:auto!important;height:auto!important;text-align:center;font-style:normal}.ui.indeterminate.loader:after{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader{width:1rem;height:1rem;font-size:.78571429em}.ui.inverted.dimmer .ui.tiny.loader,.ui.tiny.loader{width:1.14285714rem;height:1.14285714rem;font-size:.85714286em}.ui.inverted.dimmer .ui.small.loader,.ui.small.loader{width:1.71428571rem;height:1.71428571rem;font-size:.92857143em}.ui.inverted.dimmer .ui.loader,.ui.loader{width:2.28571429rem;height:2.28571429rem;font-size:1em}.ui.inverted.dimmer .ui.large.loader,.ui.large.loader{width:3.42857143rem;height:3.42857143rem;font-size:1.14285714em}.ui.big.loader,.ui.inverted.dimmer .ui.big.loader{width:3.71428571rem;height:3.71428571rem;font-size:1.28571429em}.ui.huge.loader,.ui.inverted.dimmer .ui.huge.loader{width:4.14285714rem;height:4.14285714rem;font-size:1.42857143em}.ui.inverted.dimmer .ui.massive.loader,.ui.massive.loader{width:4.57142857rem;height:4.57142857rem;font-size:1.71428571em}.ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}.ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}.ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}.ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}.ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}.ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}.ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}.ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}.ui.inverted.loader{color:rgba(255,255,255,.9)}.ui.inverted.loader:before{border-color:rgba(255,255,255,.15)}.ui.inverted.loader:after{border-top-color:#FFF}.ui.inline.loader{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block}.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto} */.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.loader:before{position:absolute;content:'';top:0;left:50%;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loader:after{position:absolute;content:'';top:0;left:50%;-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.mini.loader:after,.ui.mini.loader:before{width:1rem;height:1rem;margin:0 0 0 -.5rem}.ui.tiny.loader:after,.ui.tiny.loader:before{width:1.14285714rem;height:1.14285714rem;margin:0 0 0 -.57142857rem}.ui.small.loader:after,.ui.small.loader:before{width:1.71428571rem;height:1.71428571rem;margin:0 0 0 -.85714286rem}.ui.loader:after,.ui.loader:before{width:2.28571429rem;height:2.28571429rem;margin:0 0 0 -1.14285714rem}.ui.large.loader:after,.ui.large.loader:before{width:3.42857143rem;height:3.42857143rem;margin:0 0 0 -1.71428571rem}.ui.big.loader:after,.ui.big.loader:before{width:3.71428571rem;height:3.71428571rem;margin:0 0 0 -1.85714286rem}.ui.huge.loader:after,.ui.huge.loader:before{width:4.14285714rem;height:4.14285714rem;margin:0 0 0 -2.07142857rem}.ui.massive.loader:after,.ui.massive.loader:before{width:4.57142857rem;height:4.57142857rem;margin:0 0 0 -2.28571429rem}.ui.dimmer .loader{display:block}.ui.dimmer .ui.loader{color:rgba(0,0,0,.85)}.ui.dimmer .ui.loader:before{border-color:rgba(255,255,255,.15)}.ui.dimmer .ui.loader:after{border-color:#4C4C4C transparent transparent}.ui.inverted.dimmer .ui.loader{color:rgba(255,255,255,.93)}.ui.inverted.dimmer .ui.loader:before{border-color:rgba(0,0,0,.1)}.ui.inverted.dimmer .ui.loader:after{border-color:#767676 transparent transparent}.ui.text.loader{width:auto!important;height:auto!important;text-align:center;font-style:normal}.ui.indeterminate.loader:after{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader{width:1rem;height:1rem;font-size:.78571429em}.ui.inverted.dimmer .ui.tiny.loader,.ui.tiny.loader{width:1.14285714rem;height:1.14285714rem;font-size:.85714286em}.ui.inverted.dimmer .ui.small.loader,.ui.small.loader{width:1.71428571rem;height:1.71428571rem;font-size:.92857143em}.ui.inverted.dimmer .ui.loader,.ui.loader{width:2.28571429rem;height:2.28571429rem;font-size:1em}.ui.inverted.dimmer .ui.large.loader,.ui.large.loader{width:3.42857143rem;height:3.42857143rem;font-size:1.14285714em}.ui.big.loader,.ui.inverted.dimmer .ui.big.loader{width:3.71428571rem;height:3.71428571rem;font-size:1.28571429em}.ui.huge.loader,.ui.inverted.dimmer .ui.huge.loader{width:4.14285714rem;height:4.14285714rem;font-size:1.42857143em}.ui.inverted.dimmer .ui.massive.loader,.ui.massive.loader{width:4.57142857rem;height:4.57142857rem;font-size:1.71428571em}.ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}.ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}.ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}.ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}.ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}.ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}.ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}.ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}.ui.inverted.loader{color:rgba(0,0,0,.85)}.ui.inverted.loader:before{border-color:rgba(255,255,255,.15)}.ui.inverted.loader:after{border-top-color:#4C4C4C}.ui.inline.loader{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block}.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}

View File

@ -25,7 +25,7 @@
display: flex; display: flex;
margin: 1rem 0em; margin: 1rem 0em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
background: #FFFFFF; background: #595959;
font-weight: normal; font-weight: normal;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15); box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
@ -87,7 +87,7 @@
background: none; background: none;
padding: 0.92857143em 1.14285714em; padding: 0.92857143em 1.14285714em;
text-transform: none; text-transform: none;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
font-weight: normal; font-weight: normal;
-webkit-transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease; -webkit-transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease; transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
@ -220,7 +220,7 @@
left: 0px; left: 0px;
min-width: calc(100% - 1px); min-width: calc(100% - 1px);
border-radius: 0em 0em 0.28571429rem 0.28571429rem; border-radius: 0em 0em 0.28571429rem 0.28571429rem;
background: #FFFFFF; background: #333333;
margin: 0em 0px 0px; margin: 0em 0px 0px;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
-webkit-box-orient: vertical !important; -webkit-box-orient: vertical !important;
@ -236,7 +236,7 @@
font-size: 1em !important; font-size: 1em !important;
padding: 0.78571429em 1.14285714em !important; padding: 0.78571429em 1.14285714em !important;
background: transparent !important; background: transparent !important;
color: rgba(0, 0, 0, 0.87) !important; color: rgba(255, 255, 255, 0.93) !important;
text-transform: none !important; text-transform: none !important;
font-weight: normal !important; font-weight: normal !important;
box-shadow: none !important; box-shadow: none !important;
@ -244,17 +244,17 @@
transition: none !important; transition: none !important;
} }
.ui.menu .ui.dropdown .menu > .item:hover { .ui.menu .ui.dropdown .menu > .item:hover {
background: rgba(0, 0, 0, 0.05) !important; background: rgba(255, 255, 255, 0.13) !important;
color: rgba(0, 0, 0, 0.95) !important; color: #ffffff !important;
} }
.ui.menu .ui.dropdown .menu > .selected.item { .ui.menu .ui.dropdown .menu > .selected.item {
background: rgba(0, 0, 0, 0.05) !important; background: rgba(255, 255, 255, 0.13) !important;
color: rgba(0, 0, 0, 0.95) !important; color: #ffffff !important;
} }
.ui.menu .ui.dropdown .menu > .active.item { .ui.menu .ui.dropdown .menu > .active.item {
background: rgba(0, 0, 0, 0.03) !important; background: rgba(255, 255, 255, 0.1) !important;
font-weight: bold !important; font-weight: bold !important;
color: rgba(0, 0, 0, 0.95) !important; color: #ffffff !important;
} }
.ui.menu .ui.dropdown.item .menu .item:not(.filtered) { .ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
display: block; display: block;
@ -281,7 +281,7 @@
/* Inverted */ /* Inverted */
.ui.inverted.menu .search.dropdown.item > .search, .ui.inverted.menu .search.dropdown.item > .search,
.ui.inverted.menu .search.dropdown.item > .text { .ui.inverted.menu .search.dropdown.item > .text {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
/* Vertical */ /* Vertical */
@ -322,13 +322,13 @@
.ui.menu .item > .label { .ui.menu .item > .label {
background: #999999; background: #999999;
color: #FFFFFF; color: #4C4C4C;
margin-left: 1em; margin-left: 1em;
padding: 0.3em 0.78571429em; padding: 0.3em 0.78571429em;
} }
.ui.vertical.menu .item > .label { .ui.vertical.menu .item > .label {
background: #999999; background: #999999;
color: #FFFFFF; color: #4C4C4C;
margin-top: -0.15em; margin-top: -0.15em;
margin-bottom: -0.15em; margin-bottom: -0.15em;
padding: 0.3em 0.78571429em; padding: 0.3em 0.78571429em;
@ -405,8 +405,8 @@
.ui.menu .link.item:hover, .ui.menu .link.item:hover,
.ui.menu a.item:hover { .ui.menu a.item:hover {
cursor: pointer; cursor: pointer;
background: rgba(0, 0, 0, 0.03); background: rgba(255, 255, 255, 0.1);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------- /*--------------
@ -416,8 +416,8 @@
.ui.link.menu .item:active, .ui.link.menu .item:active,
.ui.menu .link.item:active, .ui.menu .link.item:active,
.ui.menu a.item:active { .ui.menu a.item:active {
background: rgba(0, 0, 0, 0.03); background: rgba(255, 255, 255, 0.1);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------- /*--------------
@ -425,8 +425,8 @@
---------------*/ ---------------*/
.ui.menu .active.item { .ui.menu .active.item {
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
font-weight: normal; font-weight: normal;
box-shadow: none; box-shadow: none;
} }
@ -440,8 +440,8 @@
.ui.menu .active.item:hover, .ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover { .ui.vertical.menu .active.item:hover {
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------- /*--------------
@ -452,7 +452,7 @@
.ui.menu .item.disabled:hover { .ui.menu .item.disabled:hover {
cursor: default; cursor: default;
background-color: transparent !important; background-color: transparent !important;
color: rgba(40, 40, 40, 0.3); color: rgba(225, 225, 225, 0.3);
} }
@ -501,7 +501,7 @@ Floated Menu / Item
-webkit-box-direction: normal; -webkit-box-direction: normal;
-ms-flex-direction: column; -ms-flex-direction: column;
flex-direction: column; flex-direction: column;
background: #FFFFFF; background: #4C4C4C;
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15); box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
} }
@ -567,7 +567,7 @@ Floated Menu / Item
} }
.ui.vertical.menu .item .menu a.item:hover, .ui.vertical.menu .item .menu a.item:hover,
.ui.vertical.menu .item .menu .link.item:hover { .ui.vertical.menu .item .menu .link.item:hover {
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
.ui.vertical.menu .menu .item:before { .ui.vertical.menu .menu .item:before {
display: none; display: none;
@ -575,7 +575,7 @@ Floated Menu / Item
/* Vertical Active */ /* Vertical Active */
.ui.vertical.menu .active.item { .ui.vertical.menu .active.item {
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
border-radius: 0em; border-radius: 0em;
box-shadow: none; box-shadow: none;
} }
@ -594,7 +594,7 @@ Floated Menu / Item
.ui.vertical.menu .item .menu .active.item { .ui.vertical.menu .item .menu .active.item {
background-color: transparent; background-color: transparent;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------- /*--------------
@ -606,7 +606,7 @@ Floated Menu / Item
box-shadow: none !important; box-shadow: none !important;
border: none; border: none;
background: none transparent; background: none transparent;
border-bottom: 1px solid #D4D4D5; border-bottom: 1px solid #3A3A39;
} }
.ui.tabular.fluid.menu { .ui.tabular.fluid.menu {
width: calc(100% + 2px ) !important; width: calc(100% + 2px ) !important;
@ -618,7 +618,7 @@ Floated Menu / Item
border-right: 1px solid transparent; border-right: 1px solid transparent;
border-top: 2px solid transparent; border-top: 2px solid transparent;
padding: 0.92857143em 1.42857143em; padding: 0.92857143em 1.42857143em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.tabular.menu .item:before { .ui.tabular.menu .item:before {
display: none; display: none;
@ -627,15 +627,15 @@ Floated Menu / Item
/* Hover */ /* Hover */
.ui.tabular.menu .item:hover { .ui.tabular.menu .item:hover {
background-color: transparent; background-color: transparent;
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
/* Active */ /* Active */
.ui.tabular.menu .active.item { .ui.tabular.menu .active.item {
background: none #FFFFFF; background: none #4C4C4C;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
border-top-width: 1px; border-top-width: 1px;
border-color: #D4D4D5; border-color: #3A3A39;
font-weight: bold; font-weight: bold;
margin-bottom: -1px; margin-bottom: -1px;
box-shadow: none; box-shadow: none;
@ -663,7 +663,7 @@ Floated Menu / Item
border-radius: 0em; border-radius: 0em;
box-shadow: none !important; box-shadow: none !important;
border-bottom: none; border-bottom: none;
border-top: 1px solid #D4D4D5; border-top: 1px solid #3A3A39;
} }
.ui.bottom.tabular.menu .item { .ui.bottom.tabular.menu .item {
background: none; background: none;
@ -673,9 +673,9 @@ Floated Menu / Item
border-top: none; border-top: none;
} }
.ui.bottom.tabular.menu .active.item { .ui.bottom.tabular.menu .active.item {
background: none #FFFFFF; background: none #4C4C4C;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
border-color: #D4D4D5; border-color: #3A3A39;
margin: -1px 0px 0px 0px; margin: -1px 0px 0px 0px;
border-radius: 0px 0px 0.28571429rem 0.28571429rem !important; border-radius: 0px 0px 0.28571429rem 0.28571429rem !important;
} }
@ -686,7 +686,7 @@ Floated Menu / Item
border-radius: 0em; border-radius: 0em;
box-shadow: none !important; box-shadow: none !important;
border-bottom: none; border-bottom: none;
border-right: 1px solid #D4D4D5; border-right: 1px solid #3A3A39;
} }
.ui.vertical.tabular.menu .item { .ui.vertical.tabular.menu .item {
background: none; background: none;
@ -696,9 +696,9 @@ Floated Menu / Item
border-right: none; border-right: none;
} }
.ui.vertical.tabular.menu .active.item { .ui.vertical.tabular.menu .active.item {
background: none #FFFFFF; background: none #4C4C4C;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
border-color: #D4D4D5; border-color: #3A3A39;
margin: 0px -1px 0px 0px; margin: 0px -1px 0px 0px;
border-radius: 0.28571429rem 0px 0px 0.28571429rem !important; border-radius: 0.28571429rem 0px 0px 0.28571429rem !important;
} }
@ -710,7 +710,7 @@ Floated Menu / Item
box-shadow: none !important; box-shadow: none !important;
border-bottom: none; border-bottom: none;
border-right: none; border-right: none;
border-left: 1px solid #D4D4D5; border-left: 1px solid #3A3A39;
} }
.ui.vertical.right.tabular.menu .item { .ui.vertical.right.tabular.menu .item {
background: none; background: none;
@ -720,9 +720,9 @@ Floated Menu / Item
border-left: none; border-left: none;
} }
.ui.vertical.right.tabular.menu .active.item { .ui.vertical.right.tabular.menu .active.item {
background: none #FFFFFF; background: none #4C4C4C;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
border-color: #D4D4D5; border-color: #3A3A39;
margin: 0px 0px 0px -1px; margin: 0px 0px 0px -1px;
border-radius: 0px 0.28571429rem 0.28571429rem 0px !important; border-radius: 0px 0.28571429rem 0.28571429rem 0px !important;
} }
@ -768,8 +768,8 @@ Floated Menu / Item
.ui.pagination.menu .active.item { .ui.pagination.menu .active.item {
border-top: none; border-top: none;
padding-top: 0.92857143em; padding-top: 0.92857143em;
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
box-shadow: none; box-shadow: none;
} }
@ -822,39 +822,39 @@ Floated Menu / Item
.ui.secondary.menu .dropdown.item:hover, .ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover, .ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover { .ui.secondary.menu a.item:hover {
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/* Active */ /* Active */
.ui.secondary.menu .active.item { .ui.secondary.menu .active.item {
box-shadow: none; box-shadow: none;
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
} }
/* Active Hover */ /* Active Hover */
.ui.secondary.menu .active.item:hover { .ui.secondary.menu .active.item:hover {
box-shadow: none; box-shadow: none;
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/* Inverted */ /* Inverted */
.ui.secondary.inverted.menu .link.item, .ui.secondary.inverted.menu .link.item,
.ui.secondary.inverted.menu a.item { .ui.secondary.inverted.menu a.item {
color: rgba(255, 255, 255, 0.7) !important; color: rgba(0, 0, 0, 0.4) !important;
} }
.ui.secondary.inverted.menu .dropdown.item:hover, .ui.secondary.inverted.menu .dropdown.item:hover,
.ui.secondary.inverted.menu .link.item:hover, .ui.secondary.inverted.menu .link.item:hover,
.ui.secondary.inverted.menu a.item:hover { .ui.secondary.inverted.menu a.item:hover {
background: rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.08);
color: #ffffff !important; color: rgba(0, 0, 0, 0.95) !important;
} }
.ui.secondary.inverted.menu .active.item { .ui.secondary.inverted.menu .active.item {
background: rgba(255, 255, 255, 0.15); background: rgba(0, 0, 0, 0.15);
color: #ffffff !important; color: rgba(0, 0, 0, 0.95) !important;
} }
/* Fix item margins */ /* Fix item margins */
@ -925,7 +925,7 @@ Floated Menu / Item
/* Item Types */ /* Item Types */
.ui.secondary.pointing.menu .header.item { .ui.secondary.pointing.menu .header.item {
color: rgba(0, 0, 0, 0.85) !important; color: rgba(255, 255, 255, 0.9) !important;
} }
.ui.secondary.pointing.menu .text.item { .ui.secondary.pointing.menu .text.item {
box-shadow: none !important; box-shadow: none !important;
@ -939,7 +939,7 @@ Floated Menu / Item
.ui.secondary.pointing.menu .link.item:hover, .ui.secondary.pointing.menu .link.item:hover,
.ui.secondary.pointing.menu a.item:hover { .ui.secondary.pointing.menu a.item:hover {
background-color: transparent; background-color: transparent;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* Pressed */ /* Pressed */
@ -956,13 +956,13 @@ Floated Menu / Item
box-shadow: none; box-shadow: none;
border-color: #1B1C1D; border-color: #1B1C1D;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/* Active Hover */ /* Active Hover */
.ui.secondary.pointing.menu .active.item:hover { .ui.secondary.pointing.menu .active.item:hover {
border-color: #1B1C1D; border-color: #1B1C1D;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/* Active Dropdown */ /* Active Dropdown */
@ -1000,22 +1000,22 @@ Floated Menu / Item
border-color: rgba(34, 36, 38, 0.15); border-color: rgba(34, 36, 38, 0.15);
} }
.ui.secondary.inverted.pointing.menu .item { .ui.secondary.inverted.pointing.menu .item {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.secondary.inverted.pointing.menu .header.item { .ui.secondary.inverted.pointing.menu .header.item {
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Hover */ /* Hover */
.ui.secondary.inverted.pointing.menu .link.item:hover, .ui.secondary.inverted.pointing.menu .link.item:hover,
.ui.secondary.inverted.pointing.menu a.item:hover { .ui.secondary.inverted.pointing.menu a.item:hover {
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/* Active */ /* Active */
.ui.secondary.inverted.pointing.menu .active.item { .ui.secondary.inverted.pointing.menu .active.item {
border-color: #FFFFFF; border-color: #4C4C4C;
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*-------------- /*--------------
@ -1038,7 +1038,7 @@ Floated Menu / Item
margin: 0em 0em; margin: 0em 0em;
padding: 0.35714286em 0.5em; padding: 0.35714286em 0.5em;
font-weight: normal; font-weight: normal;
color: rgba(0, 0, 0, 0.6); color: rgba(255, 255, 255, 0.8);
-webkit-transition: opacity 0.1s ease; -webkit-transition: opacity 0.1s ease;
transition: opacity 0.1s ease; transition: opacity 0.1s ease;
} }
@ -1053,7 +1053,7 @@ Floated Menu / Item
.ui.text.menu .header.item { .ui.text.menu .header.item {
background-color: transparent; background-color: transparent;
opacity: 1; opacity: 1;
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
font-size: 0.92857143em; font-size: 0.92857143em;
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
@ -1117,7 +1117,7 @@ Floated Menu / Item
border: none; border: none;
box-shadow: none; box-shadow: none;
font-weight: normal; font-weight: normal;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*--- active hover ---*/ /*--- active hover ---*/
@ -1193,7 +1193,7 @@ Floated Menu / Item
/* Inverted */ /* Inverted */
.ui.inverted.icon.menu .item { .ui.inverted.icon.menu .item {
color: #FFFFFF; color: #4C4C4C;
} }
/*-------------- /*--------------
@ -1350,7 +1350,7 @@ Floated Menu / Item
.ui.inverted.menu .item, .ui.inverted.menu .item,
.ui.inverted.menu .item > a:not(.ui) { .ui.inverted.menu .item > a:not(.ui) {
background: transparent; background: transparent;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.inverted.menu .item.menu { .ui.inverted.menu .item.menu {
background: transparent; background: transparent;
@ -1368,7 +1368,7 @@ Floated Menu / Item
/* Sub Menu */ /* Sub Menu */
.ui.vertical.inverted.menu .menu .item, .ui.vertical.inverted.menu .menu .item,
.ui.vertical.inverted.menu .menu .item a:not(.ui) { .ui.vertical.inverted.menu .menu .item a:not(.ui) {
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
/* Header */ /* Header */
@ -1381,7 +1381,7 @@ Floated Menu / Item
/* Disabled */ /* Disabled */
.ui.inverted.menu .item.disabled, .ui.inverted.menu .item.disabled,
.ui.inverted.menu .item.disabled:hover { .ui.inverted.menu .item.disabled:hover {
color: rgba(225, 225, 225, 0.3); color: rgba(40, 40, 40, 0.3);
} }
/*--- Hover ---*/ /*--- Hover ---*/
@ -1390,32 +1390,32 @@ Floated Menu / Item
.ui.inverted.menu .dropdown.item:hover, .ui.inverted.menu .dropdown.item:hover,
.ui.inverted.menu .link.item:hover, .ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover { .ui.inverted.menu a.item:hover {
background: rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.08);
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
.ui.vertical.inverted.menu .item .menu a.item:hover, .ui.vertical.inverted.menu .item .menu a.item:hover,
.ui.vertical.inverted.menu .item .menu .link.item:hover { .ui.vertical.inverted.menu .item .menu .link.item:hover {
background: transparent; background: transparent;
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*--- Pressed ---*/ /*--- Pressed ---*/
.ui.inverted.menu a.item:active, .ui.inverted.menu a.item:active,
.ui.inverted.menu .link.item:active { .ui.inverted.menu .link.item:active {
background: rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.08);
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*--- Active ---*/ /*--- Active ---*/
.ui.inverted.menu .active.item { .ui.inverted.menu .active.item {
background: rgba(255, 255, 255, 0.15); background: rgba(0, 0, 0, 0.15);
color: #ffffff !important; color: rgba(0, 0, 0, 0.95) !important;
} }
.ui.inverted.vertical.menu .item .menu .active.item { .ui.inverted.vertical.menu .item .menu .active.item {
background: transparent; background: transparent;
color: #FFFFFF; color: #4C4C4C;
} }
.ui.inverted.pointing.menu .active.item:after { .ui.inverted.pointing.menu .active.item:after {
background: #3D3E3F !important; background: #3D3E3F !important;
@ -1427,8 +1427,8 @@ Floated Menu / Item
/*--- Active Hover ---*/ /*--- Active Hover ---*/
.ui.inverted.menu .active.item:hover { .ui.inverted.menu .active.item:hover {
background: rgba(255, 255, 255, 0.15); background: rgba(0, 0, 0, 0.15);
color: #FFFFFF !important; color: #4C4C4C !important;
} }
.ui.inverted.pointing.menu .active.item:hover:after { .ui.inverted.pointing.menu .active.item:hover:after {
background: #3D3E3F !important; background: #3D3E3F !important;
@ -1464,7 +1464,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.red.menu .active.item { .ui.inverted.red.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Orange */ /* Orange */
@ -1476,7 +1476,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.orange.menu .active.item { .ui.inverted.orange.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Yellow */ /* Yellow */
@ -1488,7 +1488,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.yellow.menu .active.item { .ui.inverted.yellow.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Olive */ /* Olive */
@ -1500,7 +1500,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.olive.menu .active.item { .ui.inverted.olive.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Green */ /* Green */
@ -1512,7 +1512,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.green.menu .active.item { .ui.inverted.green.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Teal */ /* Teal */
@ -1524,7 +1524,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.teal.menu .active.item { .ui.inverted.teal.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Blue */ /* Blue */
@ -1536,7 +1536,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.blue.menu .active.item { .ui.inverted.blue.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Violet */ /* Violet */
@ -1548,7 +1548,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.violet.menu .active.item { .ui.inverted.violet.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Purple */ /* Purple */
@ -1560,7 +1560,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.purple.menu .active.item { .ui.inverted.purple.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Pink */ /* Pink */
@ -1572,7 +1572,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.pink.menu .active.item { .ui.inverted.pink.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Brown */ /* Brown */
@ -1584,7 +1584,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.brown.menu .active.item { .ui.inverted.brown.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/* Grey */ /* Grey */
@ -1596,7 +1596,7 @@ Floated Menu / Item
background-color: rgba(34, 36, 38, 0.1); background-color: rgba(34, 36, 38, 0.1);
} }
.ui.inverted.grey.menu .active.item { .ui.inverted.grey.menu .active.item {
background-color: rgba(0, 0, 0, 0.1) !important; background-color: rgba(255, 255, 255, 0.18) !important;
} }
/*-------------- /*--------------
@ -1801,8 +1801,8 @@ Floated Menu / Item
width: 0.57142857em; width: 0.57142857em;
height: 0.57142857em; height: 0.57142857em;
border: none; border: none;
border-bottom: 1px solid #D4D4D5; border-bottom: 1px solid #3A3A39;
border-right: 1px solid #D4D4D5; border-right: 1px solid #3A3A39;
z-index: 2; z-index: 2;
-webkit-transition: background 0.1s ease; -webkit-transition: background 0.1s ease;
transition: background 0.1s ease; transition: background 0.1s ease;
@ -1817,8 +1817,8 @@ Floated Menu / Item
transform: translateX(50%) translateY(-50%) rotate(45deg); transform: translateX(50%) translateY(-50%) rotate(45deg);
margin: 0em -0.5px 0em 0em; margin: 0em -0.5px 0em 0em;
border: none; border: none;
border-top: 1px solid #D4D4D5; border-top: 1px solid #3A3A39;
border-right: 1px solid #D4D4D5; border-right: 1px solid #3A3A39;
} }
/* Active */ /* Active */
@ -1852,7 +1852,7 @@ Floated Menu / Item
background-color: #F2F2F2; background-color: #F2F2F2;
} }
.ui.vertical.pointing.menu .menu .active.item:after { .ui.vertical.pointing.menu .menu .active.item:after {
background-color: #FFFFFF; background-color: #4C4C4C;
} }
/*-------------- /*--------------
@ -1909,7 +1909,7 @@ Floated Menu / Item
/* Tabular Attached */ /* Tabular Attached */
.ui.attached.menu:not(.tabular) { .ui.attached.menu:not(.tabular) {
border: 1px solid #D4D4D5; border: 1px solid #3A3A39;
} }
.ui.attached.inverted.menu { .ui.attached.inverted.menu {
border: none; border: none;

File diff suppressed because one or more lines are too long

View File

@ -20,7 +20,7 @@
background: #F8F8F9; background: #F8F8F9;
padding: 1em 1.5em; padding: 1em 1.5em;
line-height: 1.4285em; line-height: 1.4285em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
-webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease; -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease; transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
@ -254,7 +254,7 @@
.ui.black.message { .ui.black.message {
background-color: #1B1C1D; background-color: #1B1C1D;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
/*-------------- /*--------------
@ -264,87 +264,87 @@
/* Positive */ /* Positive */
.ui.positive.message { .ui.positive.message {
background-color: #FCFFF5; background-color: #2C662D;
color: #2C662D; color: #FCFFF5;
} }
.ui.positive.message, .ui.positive.message,
.ui.attached.positive.message { .ui.attached.positive.message {
box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px 1px #668a53 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
} }
.ui.positive.message .header { .ui.positive.message .header {
color: #1A531B; color: #edffc2;
} }
/* Negative */ /* Negative */
.ui.negative.message { .ui.negative.message {
background-color: #FFF6F6; background-color: #6b201f;
color: #9F3A38; color: #FFF6F6;
} }
.ui.negative.message, .ui.negative.message,
.ui.attached.negative.message { .ui.attached.negative.message {
box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px 1px #9a4d4d inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
} }
.ui.negative.message .header { .ui.negative.message .header {
color: #912D2B; color: #ffc3c3;
} }
/* Info */ /* Info */
.ui.info.message { .ui.info.message {
background-color: #F8FFFF; background-color: #194f61;
color: #276F86; color: #F8FFFF;
} }
.ui.info.message, .ui.info.message,
.ui.attached.info.message { .ui.attached.info.message {
box-shadow: 0px 0px 0px 1px #A9D5DE inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px 1px #3491a5 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
} }
.ui.info.message .header { .ui.info.message .header {
color: #0E566C; color: #c5ffff;
} }
/* Warning */ /* Warning */
.ui.warning.message { .ui.warning.message {
background-color: #FFFAF3; background-color: #573A08;
color: #573A08; color: #FFFAF3;
} }
.ui.warning.message, .ui.warning.message,
.ui.attached.warning.message { .ui.attached.warning.message {
box-shadow: 0px 0px 0px 1px #C9BA9B inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px 1px #695b40 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
} }
.ui.warning.message .header { .ui.warning.message .header {
color: #794B02; color: #ffe5c0;
} }
/* Error */ /* Error */
.ui.error.message { .ui.error.message {
background-color: #FFF6F6; background-color: #6b201f;
color: #9F3A38; color: #FFF6F6;
} }
.ui.error.message, .ui.error.message,
.ui.attached.error.message { .ui.attached.error.message {
box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px 1px #9a4d4d inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
} }
.ui.error.message .header { .ui.error.message .header {
color: #912D2B; color: #ffc3c3;
} }
/* Success */ /* Success */
.ui.success.message { .ui.success.message {
background-color: #FCFFF5; background-color: #2C662D;
color: #2C662D; color: #FCFFF5;
} }
.ui.success.message, .ui.success.message,
.ui.attached.success.message { .ui.attached.success.message {
box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0); box-shadow: 0px 0px 0px 1px #668a53 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
} }
.ui.success.message .header { .ui.success.message .header {
color: #1A531B; color: #edffc2;
} }
/* Colors */ /* Colors */
.ui.inverted.message, .ui.inverted.message,
.ui.black.message { .ui.black.message {
background-color: #1B1C1D; background-color: #1B1C1D;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.red.message { .ui.red.message {
background-color: #FFE8E6; background-color: #FFE8E6;

File diff suppressed because one or more lines are too long

View File

@ -20,7 +20,7 @@
top: 50%; top: 50%;
left: 50%; left: 50%;
text-align: left; text-align: left;
background: #FFFFFF; background: #4C4C4C;
border: none; border: none;
box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2); box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
-webkit-transform-origin: 50% 25%; -webkit-transform-origin: 50% 25%;
@ -60,7 +60,7 @@
z-index: 1; z-index: 1;
opacity: 0.8; opacity: 0.8;
font-size: 1.25em; font-size: 1.25em;
color: #FFFFFF; color: #4C4C4C;
width: 2.25rem; width: 2.25rem;
height: 2.25rem; height: 2.25rem;
padding: 0.625rem 0rem 0rem 0rem; padding: 0.625rem 0rem 0rem 0rem;
@ -76,11 +76,11 @@
.ui.modal > .header { .ui.modal > .header {
display: block; display: block;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
background: #FFFFFF; background: #4C4C4C;
margin: 0em; margin: 0em;
padding: 1.25rem 1.5rem; padding: 1.25rem 1.5rem;
box-shadow: none; box-shadow: none;
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
border-bottom: 1px solid rgba(34, 36, 38, 0.15); border-bottom: 1px solid rgba(34, 36, 38, 0.15);
} }
.ui.modal > .header:not(.ui) { .ui.modal > .header:not(.ui) {
@ -99,7 +99,7 @@
font-size: 1em; font-size: 1em;
line-height: 1.4; line-height: 1.4;
padding: 1.5rem; padding: 1.5rem;
background: #FFFFFF; background: #4C4C4C;
} }
.ui.modal > .image.content { .ui.modal > .image.content {
display: -webkit-box; display: -webkit-box;
@ -172,7 +172,7 @@
---------------*/ ---------------*/
.ui.modal > .actions { .ui.modal > .actions {
background: #F9FAFB; background: #424242;
padding: 1rem 1rem; padding: 1rem 1rem;
border-top: 1px solid rgba(34, 36, 38, 0.15); border-top: 1px solid rgba(34, 36, 38, 0.15);
text-align: right; text-align: right;
@ -226,7 +226,7 @@
.ui.modal > .close { .ui.modal > .close {
top: 1.0535rem; top: 1.0535rem;
right: 1rem; right: 1rem;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
} }
@ -299,7 +299,7 @@
border: none; border: none;
border-radius: 0em; border-radius: 0em;
box-shadow: none !important; box-shadow: none !important;
color: #FFFFFF; color: #4C4C4C;
} }
.ui.basic.modal > .header, .ui.basic.modal > .header,
.ui.basic.modal > .content, .ui.basic.modal > .content,
@ -307,23 +307,23 @@
background-color: transparent; background-color: transparent;
} }
.ui.basic.modal > .header { .ui.basic.modal > .header {
color: #FFFFFF; color: #4C4C4C;
} }
.ui.basic.modal > .close { .ui.basic.modal > .close {
top: 1rem; top: 1rem;
right: 1.5rem; right: 1.5rem;
} }
.ui.inverted.dimmer > .basic.modal { .ui.inverted.dimmer > .basic.modal {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.inverted.dimmer > .ui.basic.modal > .header { .ui.inverted.dimmer > .ui.basic.modal > .header {
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
/* Tablet and Mobile */ /* Tablet and Mobile */
@media only screen and (max-width: 991px) { @media only screen and (max-width: 991px) {
.ui.basic.modal > .close { .ui.basic.modal > .close {
color: #FFFFFF; color: #4C4C4C;
} }
} }
@ -406,7 +406,7 @@
.ui.fullscreen.modal > .close { .ui.fullscreen.modal > .close {
top: 1.0535rem; top: 1.0535rem;
right: 1rem; right: 1rem;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/*-------------- /*--------------

File diff suppressed because one or more lines are too long

View File

@ -28,7 +28,7 @@
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
font-size: 1rem; font-size: 1rem;
text-align: center; text-align: center;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
border-radius: 0em 0em 0.28571429rem 0.28571429rem; border-radius: 0em 0em 0.28571429rem 0.28571429rem;
-webkit-transition: 0.2s background ease; -webkit-transition: 0.2s background ease;
transition: 0.2s background ease; transition: 0.2s background ease;
@ -39,7 +39,7 @@ a.ui.nag {
.ui.nag > .title { .ui.nag > .title {
display: inline-block; display: inline-block;
margin: 0em 0.5em; margin: 0em 0.5em;
color: #FFFFFF; color: #4C4C4C;
} }
.ui.nag > .close.icon { .ui.nag > .close.icon {
cursor: pointer; cursor: pointer;
@ -49,7 +49,7 @@ a.ui.nag {
right: 1em; right: 1em;
font-size: 1em; font-size: 1em;
margin: -0.5em 0em 0em; margin: -0.5em 0em 0em;
color: #FFFFFF; color: #4C4C4C;
-webkit-transition: opacity 0.2s ease; -webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; transition: opacity 0.2s ease;
} }
@ -109,14 +109,14 @@ a.ui.nag {
.ui.inverted.nags .nag, .ui.inverted.nags .nag,
.ui.inverted.nag { .ui.inverted.nag {
background-color: #F3F4F5; background-color: #333333;
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
.ui.inverted.nags .nag .close, .ui.inverted.nags .nag .close,
.ui.inverted.nags .nag .title, .ui.inverted.nags .nag .title,
.ui.inverted.nag .close, .ui.inverted.nag .close,
.ui.inverted.nag .title { .ui.inverted.nag .title {
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#555;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(0,0,0,.87);border-radius:0 0 .28571429rem .28571429rem;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#FFF}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#FFF;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:hover{background:#555;opacity:1}.ui.nag .close:hover{opacity:1}.ui.overlay.nag{position:absolute;display:block}.ui.fixed.nag{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.28571429rem .28571429rem 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#F3F4F5;color:rgba(0,0,0,.85)}.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title{color:rgba(0,0,0,.4)}.ui.nags .nag{border-radius:0!important}.ui.nags .nag:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.nags .nag:last-child{border-radius:.28571429rem .28571429rem 0 0} */.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#555;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(255,255,255,.93);border-radius:0 0 .28571429rem .28571429rem;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#4C4C4C}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#4C4C4C;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:hover{background:#555;opacity:1}.ui.nag .close:hover{opacity:1}.ui.overlay.nag{position:absolute;display:block}.ui.fixed.nag{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.28571429rem .28571429rem 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#333;color:rgba(255,255,255,.9)}.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title{color:rgba(255,255,255,.7)}.ui.nags .nag{border-radius:0!important}.ui.nags .nag:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.nags .nag:last-child{border-radius:.28571429rem .28571429rem 0 0}

View File

@ -24,14 +24,14 @@
min-width: -moz-min-content; min-width: -moz-min-content;
min-width: min-content; min-width: min-content;
z-index: 1900; z-index: 1900;
border: 1px solid #D4D4D5; border: 1px solid #3A3A39;
line-height: 1.4285em; line-height: 1.4285em;
max-width: 250px; max-width: 250px;
background: #FFFFFF; background: #4C4C4C;
padding: 0.833em 1em; padding: 0.833em 1em;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
color: rgba(0, 0, 0, 0.87); color: #FFF;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
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);
} }
@ -50,11 +50,11 @@
content: ''; content: '';
width: 0.71428571em; width: 0.71428571em;
height: 0.71428571em; height: 0.71428571em;
background: #FFFFFF; background: #4C4C4C;
-webkit-transform: rotate(45deg); -webkit-transform: rotate(45deg);
transform: rotate(45deg); transform: rotate(45deg);
z-index: 2; z-index: 2;
box-shadow: 1px 1px 0px 0px #bababc; box-shadow: 1px 1px 0px 0px #202020;
} }
@ -81,11 +81,11 @@
font-size: 1rem; font-size: 1rem;
width: 0.71428571em; width: 0.71428571em;
height: 0.71428571em; height: 0.71428571em;
background: #FFFFFF; background: #4C4C4C;
-webkit-transform: rotate(45deg); -webkit-transform: rotate(45deg);
transform: rotate(45deg); transform: rotate(45deg);
z-index: 2; z-index: 2;
box-shadow: 1px 1px 0px 0px #bababc; box-shadow: 1px 1px 0px 0px #202020;
} }
/* Popup */ /* Popup */
@ -97,14 +97,14 @@
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
font-size: 1rem; font-size: 1rem;
border: 1px solid #D4D4D5; border: 1px solid #3A3A39;
line-height: 1.4285em; line-height: 1.4285em;
max-width: none; max-width: none;
background: #FFFFFF; background: #4C4C4C;
padding: 0.833em 1em; padding: 0.833em 1em;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
color: rgba(0, 0, 0, 0.87); color: #FFF;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
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);
z-index: 1; z-index: 1;
@ -116,7 +116,7 @@
right: auto; right: auto;
bottom: 100%; bottom: 100%;
left: 50%; left: 50%;
background: #FFFFFF; background: #4C4C4C;
margin-left: -0.07142857rem; margin-left: -0.07142857rem;
margin-bottom: 0.14285714rem; margin-bottom: 0.14285714rem;
} }
@ -216,13 +216,13 @@
/* Popup */ /* Popup */
[data-tooltip][data-inverted]:after { [data-tooltip][data-inverted]:after {
background: #1B1C1D; background: #1B1C1D;
color: #FFFFFF; color: #4C4C4C;
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
[data-tooltip][data-inverted]:after .header { [data-tooltip][data-inverted]:after .header {
background-color: none; background-color: none;
color: #FFFFFF; color: #4C4C4C;
} }
/*-------------- /*--------------
@ -245,7 +245,7 @@
right: auto; right: auto;
bottom: 100%; bottom: 100%;
left: 50%; left: 50%;
background: #FFFFFF; background: #4C4C4C;
margin-left: -0.07142857rem; margin-left: -0.07142857rem;
margin-bottom: 0.14285714rem; margin-bottom: 0.14285714rem;
} }
@ -365,33 +365,33 @@
/* Arrow */ /* Arrow */
[data-position~="bottom"][data-tooltip]:before { [data-position~="bottom"][data-tooltip]:before {
background: #FFFFFF; background: #4C4C4C;
box-shadow: -1px -1px 0px 0px #bababc; box-shadow: -1px -1px 0px 0px #202020;
} }
[data-position="left center"][data-tooltip]:before { [data-position="left center"][data-tooltip]:before {
background: #FFFFFF; background: #4C4C4C;
box-shadow: 1px -1px 0px 0px #bababc; box-shadow: 1px -1px 0px 0px #202020;
} }
[data-position="right center"][data-tooltip]:before { [data-position="right center"][data-tooltip]:before {
background: #FFFFFF; background: #4C4C4C;
box-shadow: -1px 1px 0px 0px #bababc; box-shadow: -1px 1px 0px 0px #202020;
} }
[data-position~="top"][data-tooltip]:before { [data-position~="top"][data-tooltip]:before {
background: #FFFFFF; background: #4C4C4C;
} }
/* Inverted Arrow Color */ /* Inverted Arrow Color */
[data-inverted][data-position~="bottom"][data-tooltip]:before { [data-inverted][data-position~="bottom"][data-tooltip]:before {
background: #1B1C1D; background: #1B1C1D;
box-shadow: -1px -1px 0px 0px #bababc; box-shadow: -1px -1px 0px 0px #202020;
} }
[data-inverted][data-position="left center"][data-tooltip]:before { [data-inverted][data-position="left center"][data-tooltip]:before {
background: #1B1C1D; background: #1B1C1D;
box-shadow: 1px -1px 0px 0px #bababc; box-shadow: 1px -1px 0px 0px #202020;
} }
[data-inverted][data-position="right center"][data-tooltip]:before { [data-inverted][data-position="right center"][data-tooltip]:before {
background: #1B1C1D; background: #1B1C1D;
box-shadow: -1px 1px 0px 0px #bababc; box-shadow: -1px 1px 0px 0px #202020;
} }
[data-inverted][data-position~="top"][data-tooltip]:before { [data-inverted][data-position~="top"][data-tooltip]:before {
background: #1B1C1D; background: #1B1C1D;
@ -488,7 +488,7 @@
left: 50%; left: 50%;
right: auto; right: auto;
bottom: auto; bottom: auto;
box-shadow: -1px -1px 0px 0px #bababc; box-shadow: -1px -1px 0px 0px #202020;
} }
.ui.bottom.left.popup { .ui.bottom.left.popup {
margin-left: 0em; margin-left: 0em;
@ -500,7 +500,7 @@
right: auto; right: auto;
bottom: auto; bottom: auto;
margin-left: 0em; margin-left: 0em;
box-shadow: -1px -1px 0px 0px #bababc; box-shadow: -1px -1px 0px 0px #202020;
} }
.ui.bottom.right.popup { .ui.bottom.right.popup {
margin-right: 0em; margin-right: 0em;
@ -512,7 +512,7 @@
bottom: auto; bottom: auto;
left: auto; left: auto;
margin-left: 0em; margin-left: 0em;
box-shadow: -1px -1px 0px 0px #bababc; box-shadow: -1px -1px 0px 0px #202020;
} }
/*--- Above ---*/ /*--- Above ---*/
@ -556,7 +556,7 @@
bottom: auto; bottom: auto;
left: auto; left: auto;
margin-top: -0.30714286em; margin-top: -0.30714286em;
box-shadow: 1px -1px 0px 0px #bababc; box-shadow: 1px -1px 0px 0px #202020;
} }
/*--- Right Center ---*/ /*--- Right Center ---*/
@ -568,19 +568,19 @@
bottom: auto; bottom: auto;
right: auto; right: auto;
margin-top: -0.30714286em; margin-top: -0.30714286em;
box-shadow: -1px 1px 0px 0px #bababc; box-shadow: -1px 1px 0px 0px #202020;
} }
/* Arrow Color By Location */ /* Arrow Color By Location */
.ui.bottom.popup:before { .ui.bottom.popup:before {
background: #FFFFFF; background: #4C4C4C;
} }
.ui.right.center.popup:before, .ui.right.center.popup:before,
.ui.left.center.popup:before { .ui.left.center.popup:before {
background: #FFFFFF; background: #4C4C4C;
} }
.ui.top.popup:before { .ui.top.popup:before {
background: #FFFFFF; background: #4C4C4C;
} }
/* Inverted Arrow Color */ /* Inverted Arrow Color */
@ -676,13 +676,13 @@
/* Inverted colors */ /* Inverted colors */
.ui.inverted.popup { .ui.inverted.popup {
background: #1B1C1D; background: #1B1C1D;
color: #FFFFFF; color: #4C4C4C;
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
.ui.inverted.popup .header { .ui.inverted.popup .header {
background-color: none; background-color: none;
color: #FFFFFF; color: #4C4C4C;
} }
.ui.inverted.popup:before { .ui.inverted.popup:before {
background-color: #1B1C1D; background-color: #1B1C1D;

File diff suppressed because one or more lines are too long

View File

@ -20,7 +20,7 @@
border: none; border: none;
margin: 1em 0em 2.5em; margin: 1em 0em 2.5em;
box-shadow: none; box-shadow: none;
background: rgba(0, 0, 0, 0.1); background: rgba(255, 255, 255, 0.18);
padding: 0em; padding: 0em;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
} }
@ -76,7 +76,7 @@
right: auto; right: auto;
left: 0%; left: 0%;
bottom: auto; bottom: auto;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
font-weight: bold; font-weight: bold;
text-shadow: none; text-shadow: none;
margin-top: 0.2em; margin-top: 0.2em;
@ -118,25 +118,25 @@
/* Indicating Label */ /* Indicating Label */
.ui.indicating.progress[data-percent^="1"] .label, .ui.indicating.progress[data-percent^="1"] .label,
.ui.indicating.progress[data-percent^="2"] .label { .ui.indicating.progress[data-percent^="2"] .label {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.indicating.progress[data-percent^="3"] .label { .ui.indicating.progress[data-percent^="3"] .label {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.indicating.progress[data-percent^="4"] .label, .ui.indicating.progress[data-percent^="4"] .label,
.ui.indicating.progress[data-percent^="5"] .label { .ui.indicating.progress[data-percent^="5"] .label {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.indicating.progress[data-percent^="6"] .label { .ui.indicating.progress[data-percent^="6"] .label {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.indicating.progress[data-percent^="7"] .label, .ui.indicating.progress[data-percent^="7"] .label,
.ui.indicating.progress[data-percent^="8"] .label { .ui.indicating.progress[data-percent^="8"] .label {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.indicating.progress[data-percent^="9"] .label, .ui.indicating.progress[data-percent^="9"] .label,
.ui.indicating.progress[data-percent^="100"] .label { .ui.indicating.progress[data-percent^="100"] .label {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* Single Digits */ /* Single Digits */
@ -160,12 +160,12 @@
.ui.indicating.progress[data-percent="7"] .label, .ui.indicating.progress[data-percent="7"] .label,
.ui.indicating.progress[data-percent="8"] .label, .ui.indicating.progress[data-percent="8"] .label,
.ui.indicating.progress[data-percent="9"] .label { .ui.indicating.progress[data-percent="9"] .label {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* Indicating Success */ /* Indicating Success */
.ui.indicating.progress.success .label { .ui.indicating.progress.success .label {
color: #1A531B; color: #edffc2;
} }
@ -187,7 +187,7 @@
animation: none !important; animation: none !important;
} }
.ui.progress.success > .label { .ui.progress.success > .label {
color: #1A531B; color: #edffc2;
} }
/*-------------- /*--------------
@ -203,7 +203,7 @@
animation: none !important; animation: none !important;
} }
.ui.progress.warning > .label { .ui.progress.warning > .label {
color: #794B02; color: #ffe5c0;
} }
/*-------------- /*--------------
@ -219,7 +219,7 @@
animation: none !important; animation: none !important;
} }
.ui.progress.error > .label { .ui.progress.error > .label {
color: #912D2B; color: #ffc3c3;
} }
/*-------------- /*--------------
@ -238,7 +238,7 @@
left: 0px; left: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
background: #FFFFFF; background: #4C4C4C;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
-webkit-animation: progress-active 2s ease infinite; -webkit-animation: progress-active 2s ease infinite;
animation: progress-active 2s ease infinite; animation: progress-active 2s ease infinite;
@ -288,17 +288,17 @@
---------------*/ ---------------*/
.ui.inverted.progress { .ui.inverted.progress {
background: rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.08);
border: none; border: none;
} }
.ui.inverted.progress .bar { .ui.inverted.progress .bar {
background: #888888; background: #888888;
} }
.ui.inverted.progress .bar > .progress { .ui.inverted.progress .bar > .progress {
color: #F9FAFB; color: #424242;
} }
.ui.inverted.progress > .label { .ui.inverted.progress > .label {
color: #FFFFFF; color: #4C4C4C;
} }
.ui.inverted.progress.success > .label { .ui.inverted.progress.success > .label {
color: #21BA45; color: #21BA45;

File diff suppressed because one or more lines are too long

View File

@ -27,9 +27,9 @@
line-height: 1.2142em; line-height: 1.2142em;
padding: 0.67861429em 1em; padding: 0.67861429em 1em;
font-size: 1em; font-size: 1em;
background: #FFFFFF; background: #333333;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
box-shadow: 0em 0em 0em 0em transparent inset; box-shadow: 0em 0em 0em 0em transparent inset;
-webkit-transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease; -webkit-transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease; transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
@ -58,12 +58,12 @@
-webkit-transform-origin: center top; -webkit-transform-origin: center top;
transform-origin: center top; transform-origin: center top;
white-space: normal; white-space: normal;
background: #FFFFFF; background: #3f3f3f;
margin-top: 0.5em; margin-top: 0.5em;
width: 18em; width: 18em;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
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);
border: 1px solid #D4D4D5; border: 1px solid #3A3A39;
z-index: 998; z-index: 998;
} }
.ui.search > .results > :first-child { .ui.search > .results > :first-child {
@ -83,7 +83,7 @@
overflow: hidden; overflow: hidden;
font-size: 1em; font-size: 1em;
padding: 0.85714286em 1.14285714em; padding: 0.85714286em 1.14285714em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
line-height: 1.33; line-height: 1.33;
border-bottom: 1px solid rgba(34, 36, 38, 0.1); border-bottom: 1px solid rgba(34, 36, 38, 0.1);
} }
@ -118,12 +118,12 @@
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
font-size: 1em; font-size: 1em;
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
.ui.search > .results .result .description { .ui.search > .results .result .description {
margin-top: 0; margin-top: 0;
font-size: 0.92857143em; font-size: 0.92857143em;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }
.ui.search > .results .result .price { .ui.search > .results .result .price {
float: right; float: right;
@ -141,21 +141,21 @@
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 1rem; font-size: 1rem;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.search > .results > .message .description { .ui.search > .results > .message .description {
margin-top: 0.25rem; margin-top: 0.25rem;
font-size: 1em; font-size: 1em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* View All Results */ /* View All Results */
.ui.search > .results > .action { .ui.search > .results > .action {
display: block; display: block;
border-top: none; border-top: none;
background: #F3F4F5; background: #333333;
padding: 0.92857143em 1em; padding: 0.92857143em 1em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
} }
@ -172,8 +172,8 @@
.ui.search > .prompt:focus { .ui.search > .prompt:focus {
border-color: rgba(34, 36, 38, 0.35); border-color: rgba(34, 36, 38, 0.35);
background: #FFFFFF; background: #333333;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/*-------------------- /*--------------------
@ -216,7 +216,7 @@
.ui.search > .results .result:hover, .ui.search > .results .result:hover,
.ui.category.search > .results .category .result:hover { .ui.category.search > .results .category .result:hover {
background: #F9FAFB; background: #424242;
} }
.ui.search .action:hover { .ui.search .action:hover {
background: #E0E0E0; background: #E0E0E0;
@ -227,23 +227,23 @@
---------------*/ ---------------*/
.ui.category.search > .results .category.active { .ui.category.search > .results .category.active {
background: #F3F4F5; background: #333333;
} }
.ui.category.search > .results .category.active > .name { .ui.category.search > .results .category.active > .name {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.search > .results .result.active, .ui.search > .results .result.active,
.ui.category.search > .results .category .result.active { .ui.category.search > .results .category .result.active {
position: relative; position: relative;
border-left-color: rgba(34, 36, 38, 0.1); border-left-color: rgba(34, 36, 38, 0.1);
background: #F3F4F5; background: #333333;
box-shadow: none; box-shadow: none;
} }
.ui.search > .results .result.active .title { .ui.search > .results .result.active .title {
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
.ui.search > .results .result.active .description { .ui.search > .results .result.active .description {
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
@ -295,7 +295,7 @@
/* Category */ /* Category */
.ui.category.search > .results .category { .ui.category.search > .results .category {
background: #F3F4F5; background: #333333;
box-shadow: none; box-shadow: none;
border-bottom: 1px solid rgba(34, 36, 38, 0.1); border-bottom: 1px solid rgba(34, 36, 38, 0.1);
-webkit-transition: background 0.1s ease, border-color 0.1s ease; -webkit-transition: background 0.1s ease, border-color 0.1s ease;
@ -317,7 +317,7 @@
/* Category Result */ /* Category Result */
.ui.category.search > .results .category .result { .ui.category.search > .results .category .result {
background: #FFFFFF; background: #4C4C4C;
margin-left: 100px; margin-left: 100px;
border-left: 1px solid rgba(34, 36, 38, 0.15); border-left: 1px solid rgba(34, 36, 38, 0.15);
border-bottom: 1px solid rgba(34, 36, 38, 0.1); border-bottom: 1px solid rgba(34, 36, 38, 0.1);
@ -339,7 +339,7 @@
float: left; float: left;
padding: 0.4em 1em; padding: 0.4em 1em;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.7);
} }

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@
.ui.segment { .ui.segment {
position: relative; position: relative;
background: #FFFFFF; background: #4C4C4C;
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; margin: 1rem 0em;
padding: 1em 1em; padding: 1em 1em;
@ -51,7 +51,7 @@
/* Header */ /* Header */
.ui.inverted.segment > .ui.header { .ui.inverted.segment > .ui.header {
color: #FFFFFF; color: #4C4C4C;
} }
/* Label */ /* Label */
@ -86,7 +86,7 @@
/* Table */ /* Table */
.ui.basic.table.segment { .ui.basic.table.segment {
background: #FFFFFF; background: #4C4C4C;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15); box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
} }
@ -120,7 +120,7 @@
.ui.piled.segments:before, .ui.piled.segments:before,
.ui.piled.segment:after, .ui.piled.segment:after,
.ui.piled.segment:before { .ui.piled.segment:before {
background-color: #FFFFFF; background-color: #4C4C4C;
visibility: visible; visibility: visible;
content: ''; content: '';
display: block; display: block;
@ -178,7 +178,7 @@
bottom: -3px; bottom: -3px;
left: 0%; left: 0%;
border-top: 1px solid rgba(34, 36, 38, 0.15); border-top: 1px solid rgba(34, 36, 38, 0.15);
background: rgba(0, 0, 0, 0.03); background: rgba(255, 255, 255, 0.1);
width: 100%; width: 100%;
height: 6px; height: 6px;
visibility: visible; visibility: visible;
@ -200,7 +200,7 @@
.ui.stacked.inverted.segments:after, .ui.stacked.inverted.segments:after,
.ui.stacked.inverted.segment:before, .ui.stacked.inverted.segment:before,
.ui.stacked.inverted.segment:after { .ui.stacked.inverted.segment:after {
background-color: rgba(0, 0, 0, 0.03); background-color: rgba(255, 255, 255, 0.1);
border-top: 1px solid rgba(34, 36, 38, 0.35); border-top: 1px solid rgba(34, 36, 38, 0.35);
} }
@ -342,7 +342,7 @@
background-color: transparent; background-color: transparent;
border-radius: 0px; border-radius: 0px;
padding: 0em; padding: 0em;
background-color: #FFFFFF; background-color: #4C4C4C;
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; margin: 1rem 0em;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
@ -395,7 +395,7 @@
.ui.disabled.segment { .ui.disabled.segment {
opacity: 0.45; opacity: 0.45;
color: rgba(40, 40, 40, 0.3); color: rgba(225, 225, 225, 0.3);
} }
/*-------------- /*--------------
@ -416,7 +416,7 @@
content: ''; content: '';
top: 0%; top: 0%;
left: 0%; left: 0%;
background: rgba(255, 255, 255, 0.8); background: rgba(0, 0, 0, 0.85);
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
@ -503,7 +503,7 @@
} }
.ui.inverted.red.segment { .ui.inverted.red.segment {
background-color: #DB2828 !important; background-color: #DB2828 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Orange */ /* Orange */
@ -512,7 +512,7 @@
} }
.ui.inverted.orange.segment { .ui.inverted.orange.segment {
background-color: #F2711C !important; background-color: #F2711C !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Yellow */ /* Yellow */
@ -521,7 +521,7 @@
} }
.ui.inverted.yellow.segment { .ui.inverted.yellow.segment {
background-color: #FBBD08 !important; background-color: #FBBD08 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Olive */ /* Olive */
@ -530,7 +530,7 @@
} }
.ui.inverted.olive.segment { .ui.inverted.olive.segment {
background-color: #B5CC18 !important; background-color: #B5CC18 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Green */ /* Green */
@ -539,7 +539,7 @@
} }
.ui.inverted.green.segment { .ui.inverted.green.segment {
background-color: #21BA45 !important; background-color: #21BA45 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Teal */ /* Teal */
@ -548,7 +548,7 @@
} }
.ui.inverted.teal.segment { .ui.inverted.teal.segment {
background-color: #00B5AD !important; background-color: #00B5AD !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Blue */ /* Blue */
@ -557,7 +557,7 @@
} }
.ui.inverted.blue.segment { .ui.inverted.blue.segment {
background-color: #2185D0 !important; background-color: #2185D0 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Violet */ /* Violet */
@ -566,7 +566,7 @@
} }
.ui.inverted.violet.segment { .ui.inverted.violet.segment {
background-color: #6435C9 !important; background-color: #6435C9 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Purple */ /* Purple */
@ -575,7 +575,7 @@
} }
.ui.inverted.purple.segment { .ui.inverted.purple.segment {
background-color: #A333C8 !important; background-color: #A333C8 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Pink */ /* Pink */
@ -584,7 +584,7 @@
} }
.ui.inverted.pink.segment { .ui.inverted.pink.segment {
background-color: #E03997 !important; background-color: #E03997 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Brown */ /* Brown */
@ -593,7 +593,7 @@
} }
.ui.inverted.brown.segment { .ui.inverted.brown.segment {
background-color: #A5673F !important; background-color: #A5673F !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Grey */ /* Grey */
@ -602,7 +602,7 @@
} }
.ui.inverted.grey.segment { .ui.inverted.grey.segment {
background-color: #767676 !important; background-color: #767676 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Black */ /* Black */
@ -611,7 +611,7 @@
} }
.ui.inverted.black.segment { .ui.inverted.black.segment {
background-color: #1B1C1D !important; background-color: #1B1C1D !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/*------------------- /*-------------------
@ -653,15 +653,15 @@
.ui.inverted.segment, .ui.inverted.segment,
.ui.primary.inverted.segment { .ui.primary.inverted.segment {
background: #1B1C1D; background: #1B1C1D;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
/* Nested */ /* Nested */
.ui.inverted.segment .segment { .ui.inverted.segment .segment {
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.inverted.segment .inverted.segment { .ui.inverted.segment .inverted.segment {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
/* Attached */ /* Attached */
@ -676,24 +676,24 @@
/* Secondary */ /* Secondary */
.ui.secondary.segment { .ui.secondary.segment {
background: #F3F4F5; background: #333333;
color: rgba(0, 0, 0, 0.6); color: rgba(255, 255, 255, 0.8);
} }
.ui.secondary.inverted.segment { .ui.secondary.inverted.segment {
background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%); 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%); 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); color: rgba(0, 0, 0, 0.6);
} }
/* Tertiary */ /* Tertiary */
.ui.tertiary.segment { .ui.tertiary.segment {
background: #DCDDDE; background: #F9FAFB;
color: rgba(0, 0, 0, 0.6); color: rgba(255, 255, 255, 0.8);
} }
.ui.tertiary.inverted.segment { .ui.tertiary.inverted.segment {
background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%); 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%); 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); color: rgba(0, 0, 0, 0.6);
} }
/*------------------- /*-------------------
@ -710,7 +710,7 @@
width: calc(100% + 2px ); width: calc(100% + 2px );
max-width: calc(100% + 2px ); max-width: calc(100% + 2px );
box-shadow: none; box-shadow: none;
border: 1px solid #D4D4D5; border: 1px solid #3A3A39;
} }
.ui.attached:not(.message) + .ui.attached.segment:not(.top) { .ui.attached:not(.message) + .ui.attached.segment:not(.top) {
border-top: none; border-top: none;

File diff suppressed because one or more lines are too long

View File

@ -135,7 +135,7 @@ body.pushable {
z-index: 2; z-index: 2;
} }
body.pushable > .pusher { body.pushable > .pusher {
background: #FFFFFF; background: #353535;
} }
/* Pusher should inherit background from context */ /* Pusher should inherit background from context */

File diff suppressed because one or more lines are too long

View File

@ -26,11 +26,11 @@ body {
padding: 0px; padding: 0px;
overflow-x: hidden; overflow-x: hidden;
min-width: 320px; min-width: 320px;
background: #FFFFFF; background: #353535;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.4285em; line-height: 1.4285em;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
font-smoothing: antialiased; font-smoothing: antialiased;
} }
@ -102,11 +102,11 @@ p:last-child {
--------------------*/ --------------------*/
a { a {
color: #4183C4; color: #68adf2;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
color: #1e70bf; color: #51a0f0;
text-decoration: none; text-decoration: none;
} }
@ -119,41 +119,35 @@ a:hover {
/* Site */ /* Site */
::-webkit-selection { ::-webkit-selection {
background-color: #CCE2FF; background-color: #CCE2FF;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
::-moz-selection { ::-moz-selection {
background-color: #CCE2FF; background-color: #CCE2FF;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
::selection { ::selection {
background-color: #CCE2FF; background-color: #CCE2FF;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/* Form */ /* Form */
textarea::-webkit-selection, textarea::-webkit-selection,
input::-webkit-selection { input::-webkit-selection {
background-color: rgba(100, 100, 100, 0.4); background-color: rgba(100, 100, 100, 0.4);
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
textarea::-moz-selection, textarea::-moz-selection,
input::-moz-selection { input::-moz-selection {
background-color: rgba(100, 100, 100, 0.4); background-color: rgba(100, 100, 100, 0.4);
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
textarea::selection, textarea::selection,
input::selection { input::selection {
background-color: rgba(100, 100, 100, 0.4); background-color: rgba(100, 100, 100, 0.4);
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
/*******************************
Global Overrides
*******************************/
/******************************* /*******************************
Site Overrides Site Overrides
*******************************/ *******************************/

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#FFF;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4285em;color:rgba(0,0,0,.87);font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.2857em;margin:calc(2rem - .14285em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.714rem}h3{font-size:1.28rem}h4{font-size:1.071rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,p:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}a{color:#4183C4;text-decoration:none}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}::selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)} */@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#353535;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4285em;color:rgba(255,255,255,.93);font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.2857em;margin:calc(2rem - .14285em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.714rem}h3{font-size:1.28rem}h4{font-size:1.071rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,p:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}a{color:#68adf2;text-decoration:none}a:hover{color:#51a0f0;text-decoration:none}::-webkit-selection{background-color:#CCE2FF;color:rgba(255,255,255,.93)}::-moz-selection{background-color:#CCE2FF;color:rgba(255,255,255,.93)}::selection{background-color:#CCE2FF;color:rgba(255,255,255,.93)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(255,255,255,.93)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(255,255,255,.93)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(255,255,255,.93)}

View File

@ -120,7 +120,7 @@
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 1em; font-size: 1em;
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
text-transform: uppercase; text-transform: uppercase;
text-align: center; text-align: center;
} }
@ -384,11 +384,11 @@
.ui.inverted.statistics .statistic > .value, .ui.inverted.statistics .statistic > .value,
.ui.inverted.statistic .value { .ui.inverted.statistic .value {
color: #FFFFFF; color: #4C4C4C;
} }
.ui.inverted.statistics .statistic > .label, .ui.inverted.statistics .statistic > .label,
.ui.inverted.statistic .label { .ui.inverted.statistic .label {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.inverted.red.statistics .statistic > .value, .ui.inverted.red.statistics .statistic > .value,
.ui.statistics .inverted.red.statistic > .value, .ui.statistics .inverted.red.statistic > .value,

File diff suppressed because one or more lines are too long

View File

@ -17,13 +17,13 @@
/* Prototype */ /* Prototype */
.ui.table { .ui.table {
width: 100%; width: 100%;
background: #FFFFFF; background: #4C4C4C;
margin: 1em 0em; margin: 1em 0em;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
box-shadow: none; box-shadow: none;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
text-align: left; text-align: left;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
border-collapse: separate; border-collapse: separate;
border-spacing: 0px; border-spacing: 0px;
} }
@ -53,9 +53,9 @@
} }
.ui.table thead th { .ui.table thead th {
cursor: auto; cursor: auto;
background: #F9FAFB; background: #424242;
text-align: inherit; text-align: inherit;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
padding: 0.92857143em 0.78571429em; padding: 0.92857143em 0.78571429em;
vertical-align: inherit; vertical-align: inherit;
font-style: none; font-style: none;
@ -84,9 +84,9 @@
.ui.table tfoot th { .ui.table tfoot th {
cursor: auto; cursor: auto;
border-top: 1px solid rgba(34, 36, 38, 0.15); border-top: 1px solid rgba(34, 36, 38, 0.15);
background: #F9FAFB; background: #424242;
text-align: inherit; text-align: inherit;
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
padding: 0.78571429em 0.78571429em; padding: 0.78571429em 0.78571429em;
vertical-align: middle; vertical-align: middle;
font-style: normal; font-style: normal;
@ -236,31 +236,31 @@
pointer-events: none; pointer-events: none;
background: transparent; background: transparent;
font-weight: normal; font-weight: normal;
color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.5);
box-shadow: -1px -1px 0px 1px #FFFFFF; box-shadow: -1px -1px 0px 1px #4C4C4C;
} }
.ui.definition.table tfoot:not(.full-width) th:first-child { .ui.definition.table tfoot:not(.full-width) th:first-child {
pointer-events: none; pointer-events: none;
background: transparent; background: transparent;
font-weight: rgba(0, 0, 0, 0.4); font-weight: rgba(255, 255, 255, 0.5);
color: normal; color: normal;
box-shadow: 1px 1px 0px 1px #FFFFFF; box-shadow: 1px 1px 0px 1px #4C4C4C;
} }
/* Remove Border */ /* Remove Border */
.ui.celled.definition.table thead:not(.full-width) th:first-child { .ui.celled.definition.table thead:not(.full-width) th:first-child {
box-shadow: 0px -1px 0px 1px #FFFFFF; box-shadow: 0px -1px 0px 1px #4C4C4C;
} }
.ui.celled.definition.table tfoot:not(.full-width) th:first-child { .ui.celled.definition.table tfoot:not(.full-width) th:first-child {
box-shadow: 0px 1px 0px 1px #FFFFFF; box-shadow: 0px 1px 0px 1px #4C4C4C;
} }
/* Highlight Defining Column */ /* Highlight Defining Column */
.ui.definition.table tr td:first-child:not(.ignored), .ui.definition.table tr td:first-child:not(.ignored),
.ui.definition.table tr td.definition { .ui.definition.table tr td.definition {
background: rgba(0, 0, 0, 0.03); background: rgba(255, 255, 255, 0.1);
font-weight: bold; font-weight: bold;
color: rgba(0, 0, 0, 0.95); color: #ffffff;
text-transform: ''; text-transform: '';
box-shadow: ''; box-shadow: '';
text-align: ''; text-align: '';
@ -292,12 +292,12 @@
.ui.table tr.positive, .ui.table tr.positive,
.ui.table td.positive { .ui.table td.positive {
box-shadow: 0px 0px 0px #A3C293 inset; box-shadow: 0px 0px 0px #668a53 inset;
} }
.ui.table tr.positive, .ui.table tr.positive,
.ui.table td.positive { .ui.table td.positive {
background: #FCFFF5 !important; background: #2C662D !important;
color: #2C662D !important; color: #FCFFF5 !important;
} }
/*-------------- /*--------------
@ -306,12 +306,12 @@
.ui.table tr.negative, .ui.table tr.negative,
.ui.table td.negative { .ui.table td.negative {
box-shadow: 0px 0px 0px #E0B4B4 inset; box-shadow: 0px 0px 0px #9a4d4d inset;
} }
.ui.table tr.negative, .ui.table tr.negative,
.ui.table td.negative { .ui.table td.negative {
background: #FFF6F6 !important; background: #6b201f !important;
color: #9F3A38 !important; color: #FFF6F6 !important;
} }
/*-------------- /*--------------
@ -320,12 +320,12 @@
.ui.table tr.error, .ui.table tr.error,
.ui.table td.error { .ui.table td.error {
box-shadow: 0px 0px 0px #E0B4B4 inset; box-shadow: 0px 0px 0px #9a4d4d inset;
} }
.ui.table tr.error, .ui.table tr.error,
.ui.table td.error { .ui.table td.error {
background: #FFF6F6 !important; background: #6b201f !important;
color: #9F3A38 !important; color: #FFF6F6 !important;
} }
/*-------------- /*--------------
@ -334,12 +334,12 @@
.ui.table tr.warning, .ui.table tr.warning,
.ui.table td.warning { .ui.table td.warning {
box-shadow: 0px 0px 0px #C9BA9B inset; box-shadow: 0px 0px 0px #695b40 inset;
} }
.ui.table tr.warning, .ui.table tr.warning,
.ui.table td.warning { .ui.table td.warning {
background: #FFFAF3 !important; background: #573A08 !important;
color: #573A08 !important; color: #FFFAF3 !important;
} }
/*-------------- /*--------------
@ -348,12 +348,12 @@
.ui.table tr.active, .ui.table tr.active,
.ui.table td.active { .ui.table td.active {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset; box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.93) inset;
} }
.ui.table tr.active, .ui.table tr.active,
.ui.table td.active { .ui.table td.active {
background: #E0E0E0 !important; background: #E0E0E0 !important;
color: rgba(0, 0, 0, 0.87) !important; color: rgba(255, 255, 255, 0.93) !important;
} }
/*-------------- /*--------------
@ -365,7 +365,7 @@
.ui.table tr.disabled:hover, .ui.table tr.disabled:hover,
.ui.table tr:hover td.disabled { .ui.table tr:hover td.disabled {
pointer-events: none; pointer-events: none;
color: rgba(40, 40, 40, 0.3); color: rgba(225, 225, 225, 0.3);
} }
@ -478,13 +478,13 @@
.ui.selectable.table tbody tr:hover, .ui.selectable.table tbody tr:hover,
.ui.table tbody tr td.selectable:hover { .ui.table tbody tr td.selectable:hover {
background: rgba(0, 0, 0, 0.05) !important; background: rgba(255, 255, 255, 0.13) !important;
color: rgba(0, 0, 0, 0.95) !important; color: #ffffff !important;
} }
.ui.selectable.inverted.table tbody tr:hover, .ui.selectable.inverted.table tbody tr:hover,
.ui.inverted.table tbody tr td.selectable:hover { .ui.inverted.table tbody tr td.selectable:hover {
background: rgba(255, 255, 255, 0.08) !important; background: rgba(0, 0, 0, 0.08) !important;
color: #ffffff !important; color: rgba(0, 0, 0, 0.95) !important;
} }
/* Selectable Cell Link */ /* Selectable Cell Link */
@ -501,32 +501,32 @@
.ui.selectable.table tr.error:hover, .ui.selectable.table tr.error:hover,
.ui.table tr td.selectable.error:hover, .ui.table tr td.selectable.error:hover,
.ui.selectable.table tr:hover td.error { .ui.selectable.table tr:hover td.error {
background: #ffe7e7 !important; background: #5f1c1c !important;
color: #943634 !important; color: #ffe7e7 !important;
} }
.ui.selectable.table tr.warning:hover, .ui.selectable.table tr.warning:hover,
.ui.table tr td.selectable.warning:hover, .ui.table tr td.selectable.warning:hover,
.ui.selectable.table tr:hover td.warning { .ui.selectable.table tr:hover td.warning {
background: #fff4e4 !important; background: #493107 !important;
color: #493107 !important; color: #fff4e4 !important;
} }
.ui.selectable.table tr.active:hover, .ui.selectable.table tr.active:hover,
.ui.table tr td.selectable.active:hover, .ui.table tr td.selectable.active:hover,
.ui.selectable.table tr:hover td.active { .ui.selectable.table tr:hover td.active {
background: #E0E0E0 !important; background: #E0E0E0 !important;
color: rgba(0, 0, 0, 0.87) !important; color: rgba(255, 255, 255, 0.93) !important;
} }
.ui.selectable.table tr.positive:hover, .ui.selectable.table tr.positive:hover,
.ui.table tr td.selectable.positive:hover, .ui.table tr td.selectable.positive:hover,
.ui.selectable.table tr:hover td.positive { .ui.selectable.table tr:hover td.positive {
background: #f7ffe6 !important; background: #275b28 !important;
color: #275b28 !important; color: #f7ffe6 !important;
} }
.ui.selectable.table tr.negative:hover, .ui.selectable.table tr.negative:hover,
.ui.table tr td.selectable.negative:hover, .ui.table tr td.selectable.negative:hover,
.ui.selectable.table tr:hover td.negative { .ui.selectable.table tr:hover td.negative {
background: #ffe7e7 !important; background: #5f1c1c !important;
color: #943634 !important; color: #ffe7e7 !important;
} }
/*------------------- /*-------------------
@ -543,7 +543,7 @@
width: calc(100% + 2px ); width: calc(100% + 2px );
max-width: calc(100% + 2px ); max-width: calc(100% + 2px );
box-shadow: none; box-shadow: none;
border: 1px solid #D4D4D5; border: 1px solid #3A3A39;
} }
.ui.attached + .ui.attached.table:not(.top) { .ui.attached + .ui.attached.table:not(.top) {
border-top: none; border-top: none;
@ -594,7 +594,7 @@
/* Allow striped active hover */ /* Allow striped active hover */
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover { .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
background: #EFEFEF !important; background: #EFEFEF !important;
color: rgba(0, 0, 0, 0.95) !important; color: #ffffff !important;
} }
/*-------------- /*--------------
@ -621,7 +621,7 @@
} }
.ui.inverted.red.table { .ui.inverted.red.table {
background-color: #DB2828 !important; background-color: #DB2828 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Orange */ /* Orange */
@ -630,7 +630,7 @@
} }
.ui.inverted.orange.table { .ui.inverted.orange.table {
background-color: #F2711C !important; background-color: #F2711C !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Yellow */ /* Yellow */
@ -639,7 +639,7 @@
} }
.ui.inverted.yellow.table { .ui.inverted.yellow.table {
background-color: #FBBD08 !important; background-color: #FBBD08 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Olive */ /* Olive */
@ -648,7 +648,7 @@
} }
.ui.inverted.olive.table { .ui.inverted.olive.table {
background-color: #B5CC18 !important; background-color: #B5CC18 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Green */ /* Green */
@ -657,7 +657,7 @@
} }
.ui.inverted.green.table { .ui.inverted.green.table {
background-color: #21BA45 !important; background-color: #21BA45 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Teal */ /* Teal */
@ -666,7 +666,7 @@
} }
.ui.inverted.teal.table { .ui.inverted.teal.table {
background-color: #00B5AD !important; background-color: #00B5AD !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Blue */ /* Blue */
@ -675,7 +675,7 @@
} }
.ui.inverted.blue.table { .ui.inverted.blue.table {
background-color: #2185D0 !important; background-color: #2185D0 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Violet */ /* Violet */
@ -684,7 +684,7 @@
} }
.ui.inverted.violet.table { .ui.inverted.violet.table {
background-color: #6435C9 !important; background-color: #6435C9 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Purple */ /* Purple */
@ -693,7 +693,7 @@
} }
.ui.inverted.purple.table { .ui.inverted.purple.table {
background-color: #A333C8 !important; background-color: #A333C8 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Pink */ /* Pink */
@ -702,7 +702,7 @@
} }
.ui.inverted.pink.table { .ui.inverted.pink.table {
background-color: #E03997 !important; background-color: #E03997 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Brown */ /* Brown */
@ -711,7 +711,7 @@
} }
.ui.inverted.brown.table { .ui.inverted.brown.table {
background-color: #A5673F !important; background-color: #A5673F !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Grey */ /* Grey */
@ -720,7 +720,7 @@
} }
.ui.inverted.grey.table { .ui.inverted.grey.table {
background-color: #767676 !important; background-color: #767676 !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/* Black */ /* Black */
@ -729,7 +729,7 @@
} }
.ui.inverted.black.table { .ui.inverted.black.table {
background-color: #1B1C1D !important; background-color: #1B1C1D !important;
color: #FFFFFF !important; color: #4C4C4C !important;
} }
/*-------------- /*--------------
@ -861,7 +861,7 @@
cursor: pointer; cursor: pointer;
white-space: nowrap; white-space: nowrap;
border-left: 1px solid rgba(34, 36, 38, 0.15); border-left: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(0, 0, 0, 0.87); color: rgba(255, 255, 255, 0.93);
} }
.ui.sortable.table thead th:first-child { .ui.sortable.table thead th:first-child {
border-left: none; border-left: none;
@ -895,17 +895,17 @@
/* Hover */ /* Hover */
.ui.sortable.table th.disabled:hover { .ui.sortable.table th.disabled:hover {
cursor: auto; cursor: auto;
color: rgba(40, 40, 40, 0.3); color: rgba(225, 225, 225, 0.3);
} }
.ui.sortable.table thead th:hover { .ui.sortable.table thead th:hover {
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.8); color: #ffffff;
} }
/* Sorted */ /* Sorted */
.ui.sortable.table thead th.sorted { .ui.sortable.table thead th.sorted {
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
.ui.sortable.table thead th.sorted:after { .ui.sortable.table thead th.sorted:after {
display: inline-block; display: inline-block;
@ -913,20 +913,20 @@
/* Sorted Hover */ /* Sorted Hover */
.ui.sortable.table thead th.sorted:hover { .ui.sortable.table thead th.sorted:hover {
background: rgba(0, 0, 0, 0.05); background: rgba(255, 255, 255, 0.13);
color: rgba(0, 0, 0, 0.95); color: #ffffff;
} }
/* Inverted */ /* Inverted */
.ui.inverted.sortable.table thead th.sorted { .ui.inverted.sortable.table thead th.sorted {
background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: rgba(0, 0, 0, 0.15) -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13));
background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: rgba(0, 0, 0, 0.15) linear-gradient(transparent, rgba(255, 255, 255, 0.13));
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
.ui.inverted.sortable.table thead th:hover { .ui.inverted.sortable.table thead th:hover {
background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: rgba(0, 0, 0, 0.08) -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13));
background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05)); background: rgba(0, 0, 0, 0.08) linear-gradient(transparent, rgba(255, 255, 255, 0.13));
color: #ffffff; color: rgba(0, 0, 0, 0.8);
} }
.ui.inverted.sortable.table thead th { .ui.inverted.sortable.table thead th {
border-left-color: transparent; border-left-color: transparent;
@ -941,13 +941,13 @@
/* Text Color */ /* Text Color */
.ui.inverted.table { .ui.inverted.table {
background: #333333; background: #333333;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
border: none; border: none;
} }
.ui.inverted.table th { .ui.inverted.table th {
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(255, 255, 255, 0.25);
border-color: rgba(255, 255, 255, 0.1) !important; border-color: rgba(255, 255, 255, 0.1) !important;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.inverted.table tr td { .ui.inverted.table tr td {
border-color: rgba(255, 255, 255, 0.1) !important; border-color: rgba(255, 255, 255, 0.1) !important;
@ -957,17 +957,17 @@
.ui.inverted.table tr.disabled:hover td, .ui.inverted.table tr.disabled:hover td,
.ui.inverted.table tr:hover td.disabled { .ui.inverted.table tr:hover td.disabled {
pointer-events: none; pointer-events: none;
color: rgba(225, 225, 225, 0.3); color: rgba(40, 40, 40, 0.3);
} }
/* Definition */ /* Definition */
.ui.inverted.definition.table tfoot:not(.full-width) th:first-child, .ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
.ui.inverted.definition.table thead:not(.full-width) th:first-child { .ui.inverted.definition.table thead:not(.full-width) th:first-child {
background: #FFFFFF; background: #4C4C4C;
} }
.ui.inverted.definition.table tr td:first-child { .ui.inverted.definition.table tr td:first-child {
background: rgba(255, 255, 255, 0.02); background: rgba(0, 0, 0, 0.03);
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*-------------- /*--------------
@ -1002,7 +1002,7 @@
background: transparent; background: transparent;
} }
.ui.basic.striped.table tbody tr:nth-child(2n) { .ui.basic.striped.table tbody tr:nth-child(2n) {
background-color: rgba(0, 0, 0, 0.05) !important; background-color: rgba(255, 255, 255, 0.13) !important;
} }
/* Very Basic */ /* Very Basic */

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@
padding: 0.5em 0em; padding: 0.5em 0em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 1em; font-size: 1em;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
} }
/* Content */ /* Content */
@ -126,14 +126,14 @@
.ui.styled.accordion, .ui.styled.accordion,
.ui.styled.accordion .accordion { .ui.styled.accordion .accordion {
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
background: #4C4C4C; background: #FFFFFF;
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15); box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
} }
.ui.styled.accordion .title, .ui.styled.accordion .title,
.ui.styled.accordion .accordion .title { .ui.styled.accordion .accordion .title {
margin: 0em; margin: 0em;
padding: 0.75em 1em; padding: 0.75em 1em;
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
font-weight: bold; font-weight: bold;
border-top: 1px solid rgba(34, 36, 38, 0.15); border-top: 1px solid rgba(34, 36, 38, 0.15);
-webkit-transition: background 0.1s ease, color 0.1s ease; -webkit-transition: background 0.1s ease, color 0.1s ease;
@ -161,22 +161,22 @@
.ui.styled.accordion .accordion .title:hover, .ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title { .ui.styled.accordion .accordion .active.title {
background: transparent; background: transparent;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
} }
.ui.styled.accordion .accordion .title:hover, .ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title { .ui.styled.accordion .accordion .active.title {
background: transparent; background: transparent;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
} }
/* Active */ /* Active */
.ui.styled.accordion .active.title { .ui.styled.accordion .active.title {
background: transparent; background: transparent;
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
.ui.styled.accordion .accordion .active.title { .ui.styled.accordion .accordion .active.title {
background: transparent; background: transparent;
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
@ -214,7 +214,7 @@
---------------*/ ---------------*/
.ui.inverted.accordion .title:not(.ui) { .ui.inverted.accordion .title:not(.ui) {
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }

File diff suppressed because one or more lines are too long

View File

@ -251,7 +251,7 @@
-webkit-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);
content: 'Ad'; content: 'Ad';
color: #4C4C4C; color: #FFFFFF;
font-size: 1em; font-size: 1em;
font-weight: bold; font-weight: bold;
} }

View File

@ -7,4 +7,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child,.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#4C4C4C;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)} */.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child,.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#FFF;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)}

File diff suppressed because it is too large Load Diff

10
static/dark/components/api.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -38,16 +38,16 @@
opacity: 0.7; opacity: 0.7;
margin: 0em 0.21428571rem 0em; margin: 0em 0.21428571rem 0em;
font-size: 0.92857143em; font-size: 0.92857143em;
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
vertical-align: baseline; vertical-align: baseline;
} }
/* Link */ /* Link */
.ui.breadcrumb a { .ui.breadcrumb a {
color: #68adf2; color: #4183C4;
} }
.ui.breadcrumb a:hover { .ui.breadcrumb a:hover {
color: #51a0f0; color: #1e70bf;
} }
/* Icon Divider */ /* Icon Divider */

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.breadcrumb{line-height:1;display:inline-block;margin:0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem;font-size:.92857143em;color:rgba(255,255,255,.7);vertical-align:baseline}.ui.breadcrumb a{color:#68adf2}.ui.breadcrumb a:hover{color:#51a0f0}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem} */.ui.breadcrumb{line-height:1;display:inline-block;margin:0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183C4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -31,11 +31,11 @@
flex-direction: column; flex-direction: column;
width: 290px; width: 290px;
min-height: 0px; min-height: 0px;
background: #5a5a5a; background: #FFFFFF;
padding: 0em; padding: 0em;
border: none; border: none;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
box-shadow: 0px 1px 3px 0px #3A3A39, 0px 0px 0px 1px #3A3A39; box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
-webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease; -webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease; transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: box-shadow 0.1s ease, transform 0.1s ease; transition: box-shadow 0.1s ease, transform 0.1s ease;
@ -122,7 +122,7 @@
-ms-flex: 0 0 auto; -ms-flex: 0 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
padding: 0em; padding: 0em;
background: rgba(255, 255, 255, 0.13); background: rgba(0, 0, 0, 0.05);
} }
.ui.cards > .card > .image > img, .ui.cards > .card > .image > img,
.ui.card > .image > img { .ui.card > .image > img {
@ -168,7 +168,7 @@
display: block; display: block;
margin: ''; margin: '';
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
/* Default Header Size */ /* Default Header Size */
@ -242,7 +242,7 @@
.ui.cards > .card > .content > .description, .ui.cards > .card > .content > .description,
.ui.card > .content > .description { .ui.card > .content > .description {
clear: both; clear: both;
color: rgba(200, 200, 200, 0.68); color: rgba(0, 0, 0, 0.68);
} }
/*-------------- /*--------------
@ -265,7 +265,7 @@
.ui.cards > .card .meta, .ui.cards > .card .meta,
.ui.card .meta { .ui.card .meta {
font-size: 1em; font-size: 1em;
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
} }
.ui.cards > .card .meta *, .ui.cards > .card .meta *,
.ui.card .meta * { .ui.card .meta * {
@ -301,21 +301,21 @@
/* Header */ /* Header */
.ui.cards > .card > .content > a.header, .ui.cards > .card > .content > a.header,
.ui.card > .content > a.header { .ui.card > .content > a.header {
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
} }
.ui.cards > .card > .content > a.header:hover, .ui.cards > .card > .content > a.header:hover,
.ui.card > .content > a.header:hover { .ui.card > .content > a.header:hover {
color: #51a0f0; color: #1e70bf;
} }
/* Meta */ /* Meta */
.ui.cards > .card .meta > a:not(.ui), .ui.cards > .card .meta > a:not(.ui),
.ui.card .meta > a:not(.ui) { .ui.card .meta > a:not(.ui) {
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
} }
.ui.cards > .card .meta > a:not(.ui):hover, .ui.cards > .card .meta > a:not(.ui):hover,
.ui.card .meta > a:not(.ui):hover { .ui.card .meta > a:not(.ui):hover {
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
} }
/*-------------- /*--------------
@ -406,18 +406,18 @@
padding: 0.75em 1em; padding: 0.75em 1em;
top: 0em; top: 0em;
left: 0em; left: 0em;
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
box-shadow: none; box-shadow: none;
-webkit-transition: color 0.1s ease; -webkit-transition: color 0.1s ease;
transition: color 0.1s ease; transition: color 0.1s ease;
} }
.ui.cards > .card > .extra a:not(.ui), .ui.cards > .card > .extra a:not(.ui),
.ui.card > .extra a:not(.ui) { .ui.card > .extra a:not(.ui) {
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
.ui.cards > .card > .extra a:not(.ui):hover, .ui.cards > .card > .extra a:not(.ui):hover,
.ui.card > .extra a:not(.ui):hover { .ui.card > .extra a:not(.ui):hover {
color: #51a0f0; color: #1e70bf;
} }
@ -432,17 +432,17 @@
.ui.raised.cards > .card, .ui.raised.cards > .card,
.ui.raised.card { .ui.raised.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
} }
.ui.raised.cards a.card:hover, .ui.raised.cards a.card:hover,
.ui.link.cards .raised.card:hover, .ui.link.cards .raised.card:hover,
a.ui.raised.card:hover, a.ui.raised.card:hover,
.ui.link.raised.card:hover { .ui.link.raised.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 4px 0px rgba(34, 36, 38, 0.15), 0px 2px 10px 0px rgba(34, 36, 38, 0.25); box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.15), 0px 2px 10px 0px rgba(34, 36, 38, 0.25);
} }
.ui.raised.cards > .card, .ui.raised.cards > .card,
.ui.raised.card { .ui.raised.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
} }
/*------------------- /*-------------------
@ -485,9 +485,9 @@ a.ui.card:hover,
.ui.link.card:hover { .ui.link.card:hover {
cursor: pointer; cursor: pointer;
z-index: 5; z-index: 5;
background: #4C4C4C; background: #FFFFFF;
border: none; border: none;
box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #3A3A39; box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
-webkit-transform: translateY(-3px); -webkit-transform: translateY(-3px);
transform: translateY(-3px); transform: translateY(-3px);
} }
@ -501,156 +501,156 @@ a.ui.card:hover,
.ui.red.cards > .card, .ui.red.cards > .card,
.ui.cards > .red.card, .ui.cards > .red.card,
.ui.red.card { .ui.red.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #D4D4D5;
} }
.ui.red.cards > .card:hover, .ui.red.cards > .card:hover,
.ui.cards > .red.card:hover, .ui.cards > .red.card:hover,
.ui.red.card:hover { .ui.red.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD;
} }
/* Orange */ /* Orange */
.ui.orange.cards > .card, .ui.orange.cards > .card,
.ui.cards > .orange.card, .ui.cards > .orange.card,
.ui.orange.card { .ui.orange.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #D4D4D5;
} }
.ui.orange.cards > .card:hover, .ui.orange.cards > .card:hover,
.ui.cards > .orange.card:hover, .ui.cards > .orange.card:hover,
.ui.orange.card:hover { .ui.orange.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD;
} }
/* Yellow */ /* Yellow */
.ui.yellow.cards > .card, .ui.yellow.cards > .card,
.ui.cards > .yellow.card, .ui.cards > .yellow.card,
.ui.yellow.card { .ui.yellow.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #D4D4D5;
} }
.ui.yellow.cards > .card:hover, .ui.yellow.cards > .card:hover,
.ui.cards > .yellow.card:hover, .ui.cards > .yellow.card:hover,
.ui.yellow.card:hover { .ui.yellow.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD;
} }
/* Olive */ /* Olive */
.ui.olive.cards > .card, .ui.olive.cards > .card,
.ui.cards > .olive.card, .ui.cards > .olive.card,
.ui.olive.card { .ui.olive.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #D4D4D5;
} }
.ui.olive.cards > .card:hover, .ui.olive.cards > .card:hover,
.ui.cards > .olive.card:hover, .ui.cards > .olive.card:hover,
.ui.olive.card:hover { .ui.olive.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD;
} }
/* Green */ /* Green */
.ui.green.cards > .card, .ui.green.cards > .card,
.ui.cards > .green.card, .ui.cards > .green.card,
.ui.green.card { .ui.green.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #D4D4D5;
} }
.ui.green.cards > .card:hover, .ui.green.cards > .card:hover,
.ui.cards > .green.card:hover, .ui.cards > .green.card:hover,
.ui.green.card:hover { .ui.green.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD;
} }
/* Teal */ /* Teal */
.ui.teal.cards > .card, .ui.teal.cards > .card,
.ui.cards > .teal.card, .ui.cards > .teal.card,
.ui.teal.card { .ui.teal.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #D4D4D5;
} }
.ui.teal.cards > .card:hover, .ui.teal.cards > .card:hover,
.ui.cards > .teal.card:hover, .ui.cards > .teal.card:hover,
.ui.teal.card:hover { .ui.teal.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD;
} }
/* Blue */ /* Blue */
.ui.blue.cards > .card, .ui.blue.cards > .card,
.ui.cards > .blue.card, .ui.cards > .blue.card,
.ui.blue.card { .ui.blue.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #D4D4D5;
} }
.ui.blue.cards > .card:hover, .ui.blue.cards > .card:hover,
.ui.cards > .blue.card:hover, .ui.cards > .blue.card:hover,
.ui.blue.card:hover { .ui.blue.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD;
} }
/* Violet */ /* Violet */
.ui.violet.cards > .card, .ui.violet.cards > .card,
.ui.cards > .violet.card, .ui.cards > .violet.card,
.ui.violet.card { .ui.violet.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #D4D4D5;
} }
.ui.violet.cards > .card:hover, .ui.violet.cards > .card:hover,
.ui.cards > .violet.card:hover, .ui.cards > .violet.card:hover,
.ui.violet.card:hover { .ui.violet.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD;
} }
/* Purple */ /* Purple */
.ui.purple.cards > .card, .ui.purple.cards > .card,
.ui.cards > .purple.card, .ui.cards > .purple.card,
.ui.purple.card { .ui.purple.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #D4D4D5;
} }
.ui.purple.cards > .card:hover, .ui.purple.cards > .card:hover,
.ui.cards > .purple.card:hover, .ui.cards > .purple.card:hover,
.ui.purple.card:hover { .ui.purple.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD;
} }
/* Pink */ /* Pink */
.ui.pink.cards > .card, .ui.pink.cards > .card,
.ui.cards > .pink.card, .ui.cards > .pink.card,
.ui.pink.card { .ui.pink.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #D4D4D5;
} }
.ui.pink.cards > .card:hover, .ui.pink.cards > .card:hover,
.ui.cards > .pink.card:hover, .ui.cards > .pink.card:hover,
.ui.pink.card:hover { .ui.pink.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD;
} }
/* Brown */ /* Brown */
.ui.brown.cards > .card, .ui.brown.cards > .card,
.ui.cards > .brown.card, .ui.cards > .brown.card,
.ui.brown.card { .ui.brown.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #D4D4D5;
} }
.ui.brown.cards > .card:hover, .ui.brown.cards > .card:hover,
.ui.cards > .brown.card:hover, .ui.cards > .brown.card:hover,
.ui.brown.card:hover { .ui.brown.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD;
} }
/* Grey */ /* Grey */
.ui.grey.cards > .card, .ui.grey.cards > .card,
.ui.cards > .grey.card, .ui.cards > .grey.card,
.ui.grey.card { .ui.grey.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #D4D4D5;
} }
.ui.grey.cards > .card:hover, .ui.grey.cards > .card:hover,
.ui.cards > .grey.card:hover, .ui.cards > .grey.card:hover,
.ui.grey.card:hover { .ui.grey.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD;
} }
/* Black */ /* Black */
.ui.black.cards > .card, .ui.black.cards > .card,
.ui.cards > .black.card, .ui.cards > .black.card,
.ui.black.card { .ui.black.card {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #D4D4D5;
} }
.ui.black.cards > .card:hover, .ui.black.cards > .card:hover,
.ui.cards > .black.card:hover, .ui.cards > .black.card:hover,
.ui.black.card:hover { .ui.black.card:hover {
box-shadow: 0px 0px 0px 1px #3A3A39, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD; box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD;
} }
/*-------------- /*--------------

File diff suppressed because one or more lines are too long

View File

@ -67,13 +67,13 @@
width: 17px; width: 17px;
height: 17px; height: 17px;
content: ''; content: '';
background: #4C4C4C; background: #FFFFFF;
border-radius: 0.21428571rem; border-radius: 0.21428571rem;
-webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; -webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
border: 1px solid #3A3A39; border: 1px solid #D4D4D5;
} }
/*-------------- /*--------------
@ -90,7 +90,7 @@
height: 17px; height: 17px;
text-align: center; text-align: center;
opacity: 0; opacity: 0;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
-webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; -webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease; transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
@ -105,7 +105,7 @@
/* Inside */ /* Inside */
.ui.checkbox label, .ui.checkbox label,
.ui.checkbox + label { .ui.checkbox + label {
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
-webkit-transition: color 0.1s ease; -webkit-transition: color 0.1s ease;
transition: color 0.1s ease; transition: color 0.1s ease;
} }
@ -127,12 +127,12 @@
.ui.checkbox .box:hover::before, .ui.checkbox .box:hover::before,
.ui.checkbox label:hover::before { .ui.checkbox label:hover::before {
background: #4C4C4C; background: #FFFFFF;
border-color: rgba(34, 36, 38, 0.35); border-color: rgba(34, 36, 38, 0.35);
} }
.ui.checkbox label:hover, .ui.checkbox label:hover,
.ui.checkbox + label:hover { .ui.checkbox + label:hover {
color: #ffffff; color: rgba(0, 0, 0, 0.8);
} }
/*-------------- /*--------------
@ -141,15 +141,15 @@
.ui.checkbox .box:active::before, .ui.checkbox .box:active::before,
.ui.checkbox label:active::before { .ui.checkbox label:active::before {
background: #424242; background: #F9FAFB;
border-color: rgba(34, 36, 38, 0.35); border-color: rgba(34, 36, 38, 0.35);
} }
.ui.checkbox .box:active::after, .ui.checkbox .box:active::after,
.ui.checkbox label:active::after { .ui.checkbox label:active::after {
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
.ui.checkbox input:active ~ label { .ui.checkbox input:active ~ label {
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*-------------- /*--------------
@ -158,15 +158,15 @@
.ui.checkbox input:focus ~ .box:before, .ui.checkbox input:focus ~ .box:before,
.ui.checkbox input:focus ~ label:before { .ui.checkbox input:focus ~ label:before {
background: #4C4C4C; background: #FFFFFF;
border-color: #96C8DA; border-color: #96C8DA;
} }
.ui.checkbox input:focus ~ .box:after, .ui.checkbox input:focus ~ .box:after,
.ui.checkbox input:focus ~ label:after { .ui.checkbox input:focus ~ label:after {
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
.ui.checkbox input:focus ~ label { .ui.checkbox input:focus ~ label {
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*-------------- /*--------------
@ -175,13 +175,13 @@
.ui.checkbox input:checked ~ .box:before, .ui.checkbox input:checked ~ .box:before,
.ui.checkbox input:checked ~ label:before { .ui.checkbox input:checked ~ label:before {
background: #4C4C4C; background: #FFFFFF;
border-color: rgba(34, 36, 38, 0.35); border-color: rgba(34, 36, 38, 0.35);
} }
.ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after { .ui.checkbox input:checked ~ label:after {
opacity: 1; opacity: 1;
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*-------------- /*--------------
@ -190,13 +190,13 @@
.ui.checkbox input:not([type=radio]):indeterminate ~ .box:before, .ui.checkbox input:not([type=radio]):indeterminate ~ .box:before,
.ui.checkbox input:not([type=radio]):indeterminate ~ label:before { .ui.checkbox input:not([type=radio]):indeterminate ~ label:before {
background: #4C4C4C; background: #FFFFFF;
border-color: rgba(34, 36, 38, 0.35); border-color: rgba(34, 36, 38, 0.35);
} }
.ui.checkbox input:not([type=radio]):indeterminate ~ .box:after, .ui.checkbox input:not([type=radio]):indeterminate ~ .box:after,
.ui.checkbox input:not([type=radio]):indeterminate ~ label:after { .ui.checkbox input:not([type=radio]):indeterminate ~ label:after {
opacity: 1; opacity: 1;
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*-------------- /*--------------
@ -207,14 +207,14 @@
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before, .ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before,
.ui.checkbox input:checked:focus ~ .box:before, .ui.checkbox input:checked:focus ~ .box:before,
.ui.checkbox input:checked:focus ~ label:before { .ui.checkbox input:checked:focus ~ label:before {
background: #4C4C4C; background: #FFFFFF;
border-color: #96C8DA; border-color: #96C8DA;
} }
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:after, .ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:after,
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after, .ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after,
.ui.checkbox input:checked:focus ~ .box:after, .ui.checkbox input:checked:focus ~ .box:after,
.ui.checkbox input:checked:focus ~ label:after { .ui.checkbox input:checked:focus ~ label:after {
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*-------------- /*--------------
@ -310,17 +310,17 @@
border-radius: 500rem; border-radius: 500rem;
-webkit-transform: scale(0.46666667); -webkit-transform: scale(0.46666667);
transform: scale(0.46666667); transform: scale(0.46666667);
background-color: rgba(255, 255, 255, 0.93); background-color: rgba(0, 0, 0, 0.87);
} }
/* Focus */ /* Focus */
.ui.radio.checkbox input:focus ~ .box:before, .ui.radio.checkbox input:focus ~ .box:before,
.ui.radio.checkbox input:focus ~ label:before { .ui.radio.checkbox input:focus ~ label:before {
background-color: #4C4C4C; background-color: #FFFFFF;
} }
.ui.radio.checkbox input:focus ~ .box:after, .ui.radio.checkbox input:focus ~ .box:after,
.ui.radio.checkbox input:focus ~ label:after { .ui.radio.checkbox input:focus ~ label:after {
background-color: #ffffff; background-color: rgba(0, 0, 0, 0.95);
} }
/* Indeterminate */ /* Indeterminate */
@ -332,21 +332,21 @@
/* Active */ /* Active */
.ui.radio.checkbox input:checked ~ .box:before, .ui.radio.checkbox input:checked ~ .box:before,
.ui.radio.checkbox input:checked ~ label:before { .ui.radio.checkbox input:checked ~ label:before {
background-color: #4C4C4C; background-color: #FFFFFF;
} }
.ui.radio.checkbox input:checked ~ .box:after, .ui.radio.checkbox input:checked ~ .box:after,
.ui.radio.checkbox input:checked ~ label:after { .ui.radio.checkbox input:checked ~ label:after {
background-color: #ffffff; background-color: rgba(0, 0, 0, 0.95);
} }
/* Active Focus */ /* Active Focus */
.ui.radio.checkbox input:focus:checked ~ .box:before, .ui.radio.checkbox input:focus:checked ~ .box:before,
.ui.radio.checkbox input:focus:checked ~ label:before { .ui.radio.checkbox input:focus:checked ~ label:before {
background-color: #4C4C4C; background-color: #FFFFFF;
} }
.ui.radio.checkbox input:focus:checked ~ .box:after, .ui.radio.checkbox input:focus:checked ~ .box:after,
.ui.radio.checkbox input:focus:checked ~ label:after { .ui.radio.checkbox input:focus:checked ~ label:after {
background-color: #ffffff; background-color: rgba(0, 0, 0, 0.95);
} }
/*-------------- /*--------------
@ -368,7 +368,7 @@
.ui.slider.checkbox label { .ui.slider.checkbox label {
padding-left: 4.5rem; padding-left: 4.5rem;
line-height: 1rem; line-height: 1rem;
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
/* Line */ /* Line */
@ -381,7 +381,7 @@
left: 0em; left: 0em;
z-index: 1; z-index: 1;
top: 0.4rem; top: 0.4rem;
background-color: rgba(255, 255, 255, 0.13); background-color: rgba(0, 0, 0, 0.05);
width: 3.5rem; width: 3.5rem;
height: 0.21428571rem; height: 0.21428571rem;
-webkit-transform: none; -webkit-transform: none;
@ -394,8 +394,8 @@
/* Handle */ /* Handle */
.ui.slider.checkbox .box:after, .ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after { .ui.slider.checkbox label:after {
background: #4C4C4C -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13)); background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background: #4C4C4C linear-gradient(transparent, rgba(255, 255, 255, 0.13)); background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
position: absolute; position: absolute;
content: '' !important; content: '' !important;
opacity: 1; opacity: 1;
@ -416,24 +416,24 @@
/* Focus */ /* Focus */
.ui.slider.checkbox input:focus ~ .box:before, .ui.slider.checkbox input:focus ~ .box:before,
.ui.slider.checkbox input:focus ~ label:before { .ui.slider.checkbox input:focus ~ label:before {
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(0, 0, 0, 0.15);
border: none; border: none;
} }
/* Hover */ /* Hover */
.ui.slider.checkbox .box:hover, .ui.slider.checkbox .box:hover,
.ui.slider.checkbox label:hover { .ui.slider.checkbox label:hover {
color: #ffffff; color: rgba(0, 0, 0, 0.8);
} }
.ui.slider.checkbox .box:hover::before, .ui.slider.checkbox .box:hover::before,
.ui.slider.checkbox label:hover::before { .ui.slider.checkbox label:hover::before {
background: rgba(255, 255, 255, 0.25); background: rgba(0, 0, 0, 0.15);
} }
/* Active */ /* Active */
.ui.slider.checkbox input:checked ~ .box, .ui.slider.checkbox input:checked ~ .box,
.ui.slider.checkbox input:checked ~ label { .ui.slider.checkbox input:checked ~ label {
color: #ffffff !important; color: rgba(0, 0, 0, 0.95) !important;
} }
.ui.slider.checkbox input:checked ~ .box:before, .ui.slider.checkbox input:checked ~ .box:before,
.ui.slider.checkbox input:checked ~ label:before { .ui.slider.checkbox input:checked ~ label:before {
@ -447,11 +447,11 @@
/* Active Focus */ /* Active Focus */
.ui.slider.checkbox input:focus:checked ~ .box, .ui.slider.checkbox input:focus:checked ~ .box,
.ui.slider.checkbox input:focus:checked ~ label { .ui.slider.checkbox input:focus:checked ~ label {
color: #ffffff !important; color: rgba(0, 0, 0, 0.95) !important;
} }
.ui.slider.checkbox input:focus:checked ~ .box:before, .ui.slider.checkbox input:focus:checked ~ .box:before,
.ui.slider.checkbox input:focus:checked ~ label:before { .ui.slider.checkbox input:focus:checked ~ label:before {
background-color: #d2d2d2 !important; background-color: #000000 !important;
} }
/*-------------- /*--------------
@ -473,7 +473,7 @@
.ui.toggle.checkbox label { .ui.toggle.checkbox label {
min-height: 1.5rem; min-height: 1.5rem;
padding-left: 4.5rem; padding-left: 4.5rem;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
} }
.ui.toggle.checkbox label { .ui.toggle.checkbox label {
padding-top: 0.15em; padding-top: 0.15em;
@ -490,7 +490,7 @@
transform: none; transform: none;
border: none; border: none;
top: 0rem; top: 0rem;
background: rgba(255, 255, 255, 0.13); background: rgba(0, 0, 0, 0.05);
box-shadow: none; box-shadow: none;
width: 3.5rem; width: 3.5rem;
height: 1.5rem; height: 1.5rem;
@ -500,8 +500,8 @@
/* Handle */ /* Handle */
.ui.toggle.checkbox .box:after, .ui.toggle.checkbox .box:after,
.ui.toggle.checkbox label:after { .ui.toggle.checkbox label:after {
background: #4C4C4C -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13)); background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background: #4C4C4C linear-gradient(transparent, rgba(255, 255, 255, 0.13)); background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
position: absolute; position: absolute;
content: '' !important; content: '' !important;
opacity: 1; opacity: 1;
@ -525,21 +525,21 @@
/* Focus */ /* Focus */
.ui.toggle.checkbox input:focus ~ .box:before, .ui.toggle.checkbox input:focus ~ .box:before,
.ui.toggle.checkbox input:focus ~ label:before { .ui.toggle.checkbox input:focus ~ label:before {
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(0, 0, 0, 0.15);
border: none; border: none;
} }
/* Hover */ /* Hover */
.ui.toggle.checkbox .box:hover::before, .ui.toggle.checkbox .box:hover::before,
.ui.toggle.checkbox label:hover::before { .ui.toggle.checkbox label:hover::before {
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(0, 0, 0, 0.15);
border: none; border: none;
} }
/* Active */ /* Active */
.ui.toggle.checkbox input:checked ~ .box, .ui.toggle.checkbox input:checked ~ .box,
.ui.toggle.checkbox input:checked ~ label { .ui.toggle.checkbox input:checked ~ label {
color: #ffffff !important; color: rgba(0, 0, 0, 0.95) !important;
} }
.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before { .ui.toggle.checkbox input:checked ~ label:before {
@ -554,7 +554,7 @@
/* Active Focus */ /* Active Focus */
.ui.toggle.checkbox input:focus:checked ~ .box, .ui.toggle.checkbox input:focus:checked ~ .box,
.ui.toggle.checkbox input:focus:checked ~ label { .ui.toggle.checkbox input:focus:checked ~ label {
color: #ffffff !important; color: rgba(0, 0, 0, 0.95) !important;
} }
.ui.toggle.checkbox input:focus:checked ~ .box:before, .ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before { .ui.toggle.checkbox input:focus:checked ~ label:before {

File diff suppressed because one or more lines are too long

View File

@ -105,14 +105,14 @@
.ui.comments .comment .author { .ui.comments .comment .author {
font-size: 1em; font-size: 1em;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
font-weight: bold; font-weight: bold;
} }
.ui.comments .comment a.author { .ui.comments .comment a.author {
cursor: pointer; cursor: pointer;
} }
.ui.comments .comment a.author:hover { .ui.comments .comment a.author:hover {
color: #51a0f0; color: #1e70bf;
} }
/*-------------- /*--------------
@ -122,7 +122,7 @@
.ui.comments .comment .metadata { .ui.comments .comment .metadata {
display: inline-block; display: inline-block;
margin-left: 0.5em; margin-left: 0.5em;
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
font-size: 0.875em; font-size: 0.875em;
} }
.ui.comments .comment .metadata > * { .ui.comments .comment .metadata > * {
@ -141,7 +141,7 @@
margin: 0.25em 0em 0.5em; margin: 0.25em 0em 0.5em;
font-size: 1em; font-size: 1em;
word-wrap: break-word; word-wrap: break-word;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
line-height: 1.3; line-height: 1.3;
} }
@ -156,14 +156,14 @@
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
margin: 0em 0.75em 0em 0em; margin: 0em 0.75em 0em 0em;
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
.ui.comments .comment .actions a:last-child { .ui.comments .comment .actions a:last-child {
margin-right: 0em; margin-right: 0em;
} }
.ui.comments .comment .actions a.active, .ui.comments .comment .actions a.active,
.ui.comments .comment .actions a:hover { .ui.comments .comment .actions a:hover {
color: #ffffff; color: rgba(0, 0, 0, 0.8);
} }
/*-------------------- /*--------------------

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(255,255,255,.93);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#51a0f0}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(255,255,255,.7);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(255,255,255,.93);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(255,255,255,.5)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:#fff}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.mini.comments{font-size:.78571429rem}.ui.tiny.comments{font-size:.85714286rem}.ui.small.comments{font-size:.9em}.ui.comments{font-size:1em}.ui.large.comments{font-size:1.1em}.ui.big.comments{font-size:1.28571429rem}.ui.huge.comments{font-size:1.2em}.ui.massive.comments{font-size:1.71428571rem} */.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.mini.comments{font-size:.78571429rem}.ui.tiny.comments{font-size:.85714286rem}.ui.small.comments{font-size:.9em}.ui.comments{font-size:1em}.ui.large.comments{font-size:1.1em}.ui.big.comments{font-size:1.28571429rem}.ui.huge.comments{font-size:1.2em}.ui.massive.comments{font-size:1.71428571rem}

View File

@ -55,7 +55,7 @@
.ui.dimmer > .content > * { .ui.dimmer > .content > * {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
color: #4C4C4C; color: #FFFFFF;
} }
/* Loose Coupling */ /* Loose Coupling */
@ -154,7 +154,7 @@ body.dimmable > .dimmer {
background-color: rgba(255, 255, 255, 0.85); background-color: rgba(255, 255, 255, 0.85);
} }
.ui.inverted.dimmer > .content > * { .ui.inverted.dimmer > .content > * {
color: #4C4C4C; color: #FFFFFF;
} }
/*-------------- /*--------------

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.dimmable:not(.body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>*{display:table-cell;vertical-align:middle;color:#4C4C4C}.ui.segment>.ui.dimmer{border-radius:inherit!important}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:.8s -webkit-filter ease;transition:.8s -webkit-filter ease;transition:.8s filter ease;transition:.8s filter ease,.8s -webkit-filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#4C4C4C}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0%;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)} */.dimmable:not(.body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>*{display:table-cell;vertical-align:middle;color:#FFF}.ui.segment>.ui.dimmer{border-radius:inherit!important}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:.8s -webkit-filter ease;transition:.8s -webkit-filter ease;transition:.8s filter ease;transition:.8s filter ease,.8s -webkit-filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#FFF}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0%;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)}

View File

@ -20,7 +20,7 @@
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.05em; letter-spacing: 0.05em;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
@ -191,7 +191,7 @@
.ui.divider.inverted, .ui.divider.inverted,
.ui.vertical.inverted.divider, .ui.vertical.inverted.divider,
.ui.horizontal.inverted.divider { .ui.horizontal.inverted.divider {
color: #4C4C4C; color: #FFFFFF;
} }
.ui.divider.inverted, .ui.divider.inverted,
.ui.divider.inverted:after, .ui.divider.inverted:after,

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@
min-width: max-content; min-width: max-content;
margin: 0em; margin: 0em;
padding: 0em 0em; padding: 0em 0em;
background: #3A3A3A; background: #FFFFFF;
font-size: 1em; font-size: 1em;
text-shadow: none; text-shadow: none;
text-align: left; text-align: left;
@ -112,7 +112,7 @@
text-align: left; text-align: left;
border-top: none; border-top: none;
line-height: 1em; line-height: 1em;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
padding: 0.78571429rem 1.14285714rem !important; padding: 0.78571429rem 1.14285714rem !important;
font-size: 1rem; font-size: 1rem;
text-transform: none; text-transform: none;
@ -154,7 +154,7 @@
.ui.dropdown .menu > .header { .ui.dropdown .menu > .header {
margin: 1rem 0rem 0.75rem; margin: 1rem 0rem 0.75rem;
padding: 0em 1.14285714rem; padding: 0em 1.14285714rem;
color: rgba(255, 255, 255, 0.9); color: rgba(0, 0, 0, 0.85);
font-size: 0.78571429em; font-size: 0.78571429em;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
@ -193,7 +193,7 @@
.ui.dropdown .menu > .item > .description { .ui.dropdown .menu > .item > .description {
float: right; float: right;
margin: 0em 0em 0em 1em; margin: 0em 0em 0em 1em;
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
} }
/*----------------- /*-----------------
@ -205,7 +205,7 @@
font-weight: normal; font-weight: normal;
} }
.ui.dropdown .menu > .message:not(.ui) { .ui.dropdown .menu > .message:not(.ui) {
color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.4);
} }
/*-------------- /*--------------
@ -350,10 +350,10 @@
transform: rotateZ(0deg); transform: rotateZ(0deg);
min-width: 14em; min-width: 14em;
min-height: 2.7142em; min-height: 2.7142em;
background: #333333; background: #FFFFFF;
display: inline-block; display: inline-block;
padding: 0.78571429em 2.1em 0.78571429em 1em; padding: 0.78571429em 2.1em 0.78571429em 1em;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
box-shadow: none; box-shadow: none;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
@ -446,7 +446,7 @@ select.ui.dropdown {
/* Menu Item */ /* Menu Item */
.ui.selection.dropdown .menu > .item { .ui.selection.dropdown .menu > .item {
border-top: 1px solid #666666; border-top: 1px solid #FAFAFA;
padding: 0.78571429rem 1.14285714rem !important; padding: 0.78571429rem 1.14285714rem !important;
white-space: normal; white-space: normal;
word-wrap: normal; word-wrap: normal;
@ -486,7 +486,7 @@ select.ui.dropdown {
/* Visible */ /* Visible */
.ui.selection.visible.dropdown > .text:not(.default) { .ui.selection.visible.dropdown > .text:not(.default) {
font-weight: normal; font-weight: normal;
color: #ffffff; color: rgba(0, 0, 0, 0.8);
} }
/* Visible Hover */ /* Visible Hover */
@ -588,7 +588,7 @@ select.ui.dropdown {
opacity: 0.45; opacity: 0.45;
} }
.ui.active.search.dropdown input.search:focus + .text { .ui.active.search.dropdown input.search:focus + .text {
color: rgba(217, 217, 217, 0.93) !important; color: rgba(115, 115, 115, 0.87) !important;
} }
/* Search Menu */ /* Search Menu */
@ -741,7 +741,7 @@ select.ui.dropdown {
.ui.dropdown .menu .active.item { .ui.dropdown .menu .active.item {
background: transparent; background: transparent;
font-weight: bold; font-weight: bold;
color: #ffffff; color: rgba(0, 0, 0, 0.95);
box-shadow: none; box-shadow: none;
z-index: 12; z-index: 12;
} }
@ -753,8 +753,8 @@ select.ui.dropdown {
/* Menu Item Hover */ /* Menu Item Hover */
.ui.dropdown .menu > .item:hover { .ui.dropdown .menu > .item:hover {
background: rgba(255, 255, 255, 0.13); background: rgba(0, 0, 0, 0.05);
color: #ffffff; color: rgba(0, 0, 0, 0.95);
z-index: 13; z-index: 13;
} }
@ -828,11 +828,11 @@ select.ui.dropdown {
.ui.dropdown:not(.button) > .default.text, .ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text { .ui.default.dropdown:not(.button) > .text {
color: rgba(153, 153, 153, 0.93); color: rgba(191, 191, 191, 0.87);
} }
.ui.dropdown:not(.button) > input:focus + .default.text, .ui.dropdown:not(.button) > input:focus + .default.text,
.ui.default.dropdown:not(.button) > input:focus + .text { .ui.default.dropdown:not(.button) > input:focus + .text {
color: rgba(217, 217, 217, 0.93); color: rgba(115, 115, 115, 0.87);
} }
/*-------------------- /*--------------------
@ -859,8 +859,8 @@ select.ui.dropdown {
/* Selected Item */ /* Selected Item */
.ui.dropdown.selected, .ui.dropdown.selected,
.ui.dropdown .menu .selected.item { .ui.dropdown .menu .selected.item {
background: rgba(255, 255, 255, 0.1); background: rgba(0, 0, 0, 0.03);
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }
/*-------------------- /*--------------------
@ -883,24 +883,24 @@ select.ui.dropdown {
.ui.dropdown.error, .ui.dropdown.error,
.ui.dropdown.error > .text, .ui.dropdown.error > .text,
.ui.dropdown.error > .default.text { .ui.dropdown.error > .default.text {
color: #FFF6F6; color: #9F3A38;
} }
.ui.selection.dropdown.error { .ui.selection.dropdown.error {
background: #6b201f; background: #FFF6F6;
border-color: #9a4d4d; border-color: #E0B4B4;
} }
.ui.selection.dropdown.error:hover { .ui.selection.dropdown.error:hover {
border-color: #9a4d4d; border-color: #E0B4B4;
} }
.ui.dropdown.error > .menu, .ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu { .ui.dropdown.error > .menu .menu {
border-color: #9a4d4d; border-color: #E0B4B4;
} }
.ui.dropdown.error > .menu > .item { .ui.dropdown.error > .menu > .item {
color: #FFF6F6; color: #9F3A38;
} }
.ui.multiple.selection.error.dropdown > .label { .ui.multiple.selection.error.dropdown > .label {
border-color: #9a4d4d; border-color: #E0B4B4;
} }
/* Item Hover */ /* Item Hover */
@ -1211,7 +1211,7 @@ select.ui.dropdown {
width: 0.5em; width: 0.5em;
height: 0.5em; height: 0.5em;
box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15); box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
background: #4C4C4C; background: #FFFFFF;
z-index: 2; z-index: 2;
} }
.ui.pointing.dropdown > .menu:after { .ui.pointing.dropdown > .menu:after {

File diff suppressed because one or more lines are too long

View File

@ -96,7 +96,7 @@
z-index: 4; z-index: 4;
-webkit-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);
color: #4C4C4C; color: #FFFFFF;
font-size: 6rem; font-size: 6rem;
text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2); text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2);
-webkit-transition: opacity 0.5s ease, color 0.5s ease; -webkit-transition: opacity 0.5s ease, color 0.5s ease;
@ -120,7 +120,7 @@
opacity: 1; opacity: 1;
} }
.ui.embed .icon:hover:before { .ui.embed .icon:hover:before {
color: #4C4C4C; color: #FFFFFF;
} }
/*-------------- /*--------------

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#DCDDDE;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#4C4C4C;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#4C4C4C}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%} */.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#DCDDDE;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#FFF;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#FFF}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%}

View File

@ -120,7 +120,7 @@
font-weight: normal; font-weight: normal;
font-size: 1em; font-size: 1em;
font-style: normal; font-style: normal;
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
} }
/*-------------- /*--------------
@ -131,7 +131,7 @@
margin: 0em; margin: 0em;
font-size: 1em; font-size: 1em;
font-weight: bold; font-weight: bold;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
} }
/* Summary Image */ /* Summary Image */
@ -175,7 +175,7 @@
font-style: normal; font-style: normal;
margin: 0em 0em 0em 0.5em; margin: 0em 0em 0em 0.5em;
padding: 0em; padding: 0em;
color: rgba(255, 255, 255, 0.7); color: rgba(0, 0, 0, 0.4);
} }
/*-------------- /*--------------
@ -186,7 +186,7 @@
margin: 0.5em 0em 0em; margin: 0.5em 0em 0em;
background: none; background: none;
padding: 0em; padding: 0em;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
} }
/* Images */ /* Images */
@ -265,7 +265,7 @@
.ui.feed > .event > .content .meta a:hover, .ui.feed > .event > .content .meta a:hover,
.ui.feed > .event > .content .meta a:hover .icon, .ui.feed > .event > .content .meta a:hover .icon,
.ui.feed > .event > .content .meta > .icon:hover { .ui.feed > .event > .content .meta > .icon:hover {
color: #ffffff; color: rgba(0, 0, 0, 0.95);
} }

View File

@ -6,4 +6,4 @@
* Released under the MIT license * Released under the MIT license
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
*/.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(255,255,255,.7)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(255,255,255,.93)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(255,255,255,.7)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(255,255,255,.93)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#FF2733}.ui.feed>.event>.content .meta .active.like .icon{color:#EF404A}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:#fff}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem} */.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#FF2733}.ui.feed>.event>.content .meta .active.like .icon{color:#EF404A}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.95)}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem}

View File

@ -55,7 +55,7 @@
.ui.form .field > label { .ui.form .field > label {
display: block; display: block;
margin: 0em 0em 0.28571429rem 0em; margin: 0em 0em 0.28571429rem 0em;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
font-size: 0.92857143em; font-size: 0.92857143em;
font-weight: bold; font-weight: bold;
text-transform: none; text-transform: none;
@ -107,9 +107,9 @@
line-height: 1.2142em; line-height: 1.2142em;
padding: 0.67861429em 1em; padding: 0.67861429em 1em;
font-size: 1em; font-size: 1em;
background: #333333; background: #FFFFFF;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
box-shadow: 0em 0em 0em 0em transparent inset; box-shadow: 0em 0em 0em 0em transparent inset;
-webkit-transition: color 0.1s ease, border-color 0.1s ease; -webkit-transition: color 0.1s ease, border-color 0.1s ease;
@ -122,10 +122,10 @@
-webkit-appearance: none; -webkit-appearance: none;
tap-highlight-color: rgba(255, 255, 255, 0); tap-highlight-color: rgba(255, 255, 255, 0);
padding: 0.78571429em 1em; padding: 0.78571429em 1em;
background: #333333; background: #FFFFFF;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
outline: none; outline: none;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
box-shadow: 0em 0em 0em 0em transparent inset; box-shadow: 0em 0em 0em 0em transparent inset;
-webkit-transition: color 0.1s ease, border-color 0.1s ease; -webkit-transition: color 0.1s ease, border-color 0.1s ease;
@ -160,12 +160,12 @@
display: block; display: block;
height: auto; height: auto;
width: 100%; width: 100%;
background: #4C4C4C; background: #FFFFFF;
border: 1px solid rgba(34, 36, 38, 0.15); border: 1px solid rgba(34, 36, 38, 0.15);
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
box-shadow: 0em 0em 0em 0em transparent inset; box-shadow: 0em 0em 0em 0em transparent inset;
padding: 0.62em 1em; padding: 0.62em 1em;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
-webkit-transition: color 0.1s ease, border-color 0.1s ease; -webkit-transition: color 0.1s ease, border-color 0.1s ease;
transition: color 0.1s ease, border-color 0.1s ease; transition: color 0.1s ease, border-color 0.1s ease;
} }
@ -256,9 +256,9 @@
.ui.form .field .prompt.label { .ui.form .field .prompt.label {
white-space: normal; white-space: normal;
background: #4C4C4C !important; background: #FFFFFF !important;
border: 1px solid #9a4d4d !important; border: 1px solid #E0B4B4 !important;
color: #FFF6F6 !important; color: #9F3A38 !important;
} }
.ui.form .inline.fields .field .prompt, .ui.form .inline.fields .field .prompt,
.ui.form .inline.field .prompt { .ui.form .inline.field .prompt {
@ -308,42 +308,42 @@
/* browsers require these rules separate */ /* browsers require these rules separate */
.ui.form ::-webkit-input-placeholder { .ui.form ::-webkit-input-placeholder {
color: rgba(153, 153, 153, 0.93); color: rgba(191, 191, 191, 0.87);
} }
.ui.form :-ms-input-placeholder { .ui.form :-ms-input-placeholder {
color: rgba(153, 153, 153, 0.93); color: rgba(191, 191, 191, 0.87);
} }
.ui.form ::-moz-placeholder { .ui.form ::-moz-placeholder {
color: rgba(153, 153, 153, 0.93); color: rgba(191, 191, 191, 0.87);
} }
.ui.form :focus::-webkit-input-placeholder { .ui.form :focus::-webkit-input-placeholder {
color: rgba(217, 217, 217, 0.93); color: rgba(115, 115, 115, 0.87);
} }
.ui.form :focus:-ms-input-placeholder { .ui.form :focus:-ms-input-placeholder {
color: rgba(217, 217, 217, 0.93); color: rgba(115, 115, 115, 0.87);
} }
.ui.form :focus::-moz-placeholder { .ui.form :focus::-moz-placeholder {
color: rgba(217, 217, 217, 0.93); color: rgba(115, 115, 115, 0.87);
} }
/* Error Placeholder */ /* Error Placeholder */
.ui.form .error ::-webkit-input-placeholder { .ui.form .error ::-webkit-input-placeholder {
color: #ffffff; color: #e7bdbc;
} }
.ui.form .error :-ms-input-placeholder { .ui.form .error :-ms-input-placeholder {
color: #ffffff !important; color: #e7bdbc !important;
} }
.ui.form .error ::-moz-placeholder { .ui.form .error ::-moz-placeholder {
color: #ffffff; color: #e7bdbc;
} }
.ui.form .error :focus::-webkit-input-placeholder { .ui.form .error :focus::-webkit-input-placeholder {
color: #ffffff; color: #da9796;
} }
.ui.form .error :focus:-ms-input-placeholder { .ui.form .error :focus:-ms-input-placeholder {
color: #ffffff !important; color: #da9796 !important;
} }
.ui.form .error :focus::-moz-placeholder { .ui.form .error :focus::-moz-placeholder {
color: #ffffff; color: #da9796;
} }
/*-------------------- /*--------------------
@ -362,17 +362,17 @@
.ui.form input[type="text"]:focus, .ui.form input[type="text"]:focus,
.ui.form input[type="file"]:focus, .ui.form input[type="file"]:focus,
.ui.form input[type="url"]:focus { .ui.form input[type="url"]:focus {
color: #ffffff; color: rgba(0, 0, 0, 0.95);
border-color: #85B7D9; border-color: #85B7D9;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
background: #333333; background: #FFFFFF;
box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset; box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
} }
.ui.form textarea:focus { .ui.form textarea:focus {
color: #ffffff; color: rgba(0, 0, 0, 0.95);
border-color: #85B7D9; border-color: #85B7D9;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
background: #333333; background: #FFFFFF;
box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset; box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
-webkit-appearance: none; -webkit-appearance: none;
} }
@ -436,12 +436,12 @@
.ui.form .field.error label, .ui.form .field.error label,
.ui.form .fields.error .field .input, .ui.form .fields.error .field .input,
.ui.form .field.error .input { .ui.form .field.error .input {
color: #FFF6F6; color: #9F3A38;
} }
.ui.form .fields.error .field .corner.label, .ui.form .fields.error .field .corner.label,
.ui.form .field.error .corner.label { .ui.form .field.error .corner.label {
border-color: #FFF6F6; border-color: #9F3A38;
color: #4C4C4C; color: #FFFFFF;
} }
.ui.form .fields.error .field textarea, .ui.form .fields.error .field textarea,
.ui.form .fields.error .field select, .ui.form .fields.error .field select,
@ -471,9 +471,9 @@
.ui.form .field.error input[type="text"], .ui.form .field.error input[type="text"],
.ui.form .field.error input[type="file"], .ui.form .field.error input[type="file"],
.ui.form .field.error input[type="url"] { .ui.form .field.error input[type="url"] {
background: #6b201f; background: #FFF6F6;
border-color: #9a4d4d; border-color: #E0B4B4;
color: #FFF6F6; color: #9F3A38;
border-radius: ''; border-radius: '';
box-shadow: none; box-shadow: none;
} }
@ -491,9 +491,9 @@
.ui.form .field.error input[type="text"]:focus, .ui.form .field.error input[type="text"]:focus,
.ui.form .field.error input[type="file"]:focus, .ui.form .field.error input[type="file"]:focus,
.ui.form .field.error input[type="url"]:focus { .ui.form .field.error input[type="url"]:focus {
background: #6b201f; background: #FFF6F6;
border-color: #9a4d4d; border-color: #E0B4B4;
color: #FFF6F6; color: #9F3A38;
-webkit-appearance: none; -webkit-appearance: none;
box-shadow: none; box-shadow: none;
} }
@ -512,25 +512,25 @@
.ui.form .field.error .ui.dropdown, .ui.form .field.error .ui.dropdown,
.ui.form .field.error .ui.dropdown .text, .ui.form .field.error .ui.dropdown .text,
.ui.form .field.error .ui.dropdown .item { .ui.form .field.error .ui.dropdown .item {
background: #6b201f; background: #FFF6F6;
color: #FFF6F6; color: #9F3A38;
} }
.ui.form .fields.error .field .ui.dropdown, .ui.form .fields.error .field .ui.dropdown,
.ui.form .field.error .ui.dropdown { .ui.form .field.error .ui.dropdown {
border-color: #9a4d4d !important; border-color: #E0B4B4 !important;
} }
.ui.form .fields.error .field .ui.dropdown:hover, .ui.form .fields.error .field .ui.dropdown:hover,
.ui.form .field.error .ui.dropdown:hover { .ui.form .field.error .ui.dropdown:hover {
border-color: #9a4d4d !important; border-color: #E0B4B4 !important;
} }
.ui.form .fields.error .field .ui.dropdown:hover .menu, .ui.form .fields.error .field .ui.dropdown:hover .menu,
.ui.form .field.error .ui.dropdown:hover .menu { .ui.form .field.error .ui.dropdown:hover .menu {
border-color: #9a4d4d; border-color: #E0B4B4;
} }
.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label, .ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
.ui.form .field.error .ui.multiple.selection.dropdown > .label { .ui.form .field.error .ui.multiple.selection.dropdown > .label {
background-color: #EACBCB; background-color: #EACBCB;
color: #FFF6F6; color: #9F3A38;
} }
/* Hover */ /* Hover */
@ -559,20 +559,20 @@
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label, .ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box, .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box { .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
color: #FFF6F6; color: #9F3A38;
} }
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before, .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before, .ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before, .ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before { .ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
background: #6b201f; background: #FFF6F6;
border-color: #9a4d4d; border-color: #E0B4B4;
} }
.ui.form .fields.error .field .checkbox label:after, .ui.form .fields.error .field .checkbox label:after,
.ui.form .field.error .checkbox label:after, .ui.form .field.error .checkbox label:after,
.ui.form .fields.error .field .checkbox .box:after, .ui.form .fields.error .field .checkbox .box:after,
.ui.form .field.error .checkbox .box:after { .ui.form .field.error .checkbox .box:after {
color: #FFF6F6; color: #9F3A38;
} }
/*-------------------- /*--------------------
@ -607,7 +607,7 @@
content: ''; content: '';
top: 0%; top: 0%;
left: 0%; left: 0%;
background: rgba(0, 0, 0, 0.85); background: rgba(255, 255, 255, 0.8);
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: 100; z-index: 100;
@ -706,7 +706,7 @@
.ui.inverted.form .inline.fields .field > p, .ui.inverted.form .inline.fields .field > p,
.ui.inverted.form .inline.field > label, .ui.inverted.form .inline.field > label,
.ui.inverted.form .inline.field > p { .ui.inverted.form .inline.field > p {
color: rgba(0, 0, 0, 0.85); color: rgba(255, 255, 255, 0.9);
} }
/* Inverted Field */ /* Inverted Field */
@ -722,9 +722,9 @@
.ui.inverted.form input[type="text"], .ui.inverted.form input[type="text"],
.ui.inverted.form input[type="file"], .ui.inverted.form input[type="file"],
.ui.inverted.form input[type="url"] { .ui.inverted.form input[type="url"] {
background: #333333; background: #FFFFFF;
border-color: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
box-shadow: none; box-shadow: none;
} }
@ -743,7 +743,7 @@
} }
.ui.form .grouped.fields > label { .ui.form .grouped.fields > label {
margin: 0em 0em 0.28571429rem 0em; margin: 0em 0em 0.28571429rem 0em;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
font-size: 0.92857143em; font-size: 0.92857143em;
font-weight: bold; font-weight: bold;
text-transform: none; text-transform: none;
@ -979,7 +979,7 @@
vertical-align: baseline; vertical-align: baseline;
font-size: 0.92857143em; font-size: 0.92857143em;
font-weight: bold; font-weight: bold;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
text-transform: none; text-transform: none;
} }

File diff suppressed because one or more lines are too long

View File

@ -1135,17 +1135,17 @@
.ui.celled.grid { .ui.celled.grid {
width: 100%; width: 100%;
margin: 1em 0em; margin: 1em 0em;
box-shadow: 0px 0px 0px 1px #3A3A39; box-shadow: 0px 0px 0px 1px #D4D4D5;
} }
.ui.celled.grid > .row { .ui.celled.grid > .row {
width: 100% !important; width: 100% !important;
margin: 0em; margin: 0em;
padding: 0em; padding: 0em;
box-shadow: 0px -1px 0px 0px #3A3A39; box-shadow: 0px -1px 0px 0px #D4D4D5;
} }
.ui.celled.grid > .column:not(.row), .ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column { .ui.celled.grid > .row > .column {
box-shadow: -1px 0px 0px 0px #3A3A39; box-shadow: -1px 0px 0px 0px #D4D4D5;
} }
.ui.celled.grid > .column:first-child, .ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child { .ui.celled.grid > .row > .column:first-child {
@ -1339,7 +1339,7 @@
.ui.grid > .red.column, .ui.grid > .red.column,
.ui.grid > .row > .red.column { .ui.grid > .row > .red.column {
background-color: #DB2828 !important; background-color: #DB2828 !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Orange */ /* Orange */
@ -1347,7 +1347,7 @@
.ui.grid > .orange.column, .ui.grid > .orange.column,
.ui.grid > .row > .orange.column { .ui.grid > .row > .orange.column {
background-color: #F2711C !important; background-color: #F2711C !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Yellow */ /* Yellow */
@ -1355,7 +1355,7 @@
.ui.grid > .yellow.column, .ui.grid > .yellow.column,
.ui.grid > .row > .yellow.column { .ui.grid > .row > .yellow.column {
background-color: #FBBD08 !important; background-color: #FBBD08 !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Olive */ /* Olive */
@ -1363,7 +1363,7 @@
.ui.grid > .olive.column, .ui.grid > .olive.column,
.ui.grid > .row > .olive.column { .ui.grid > .row > .olive.column {
background-color: #B5CC18 !important; background-color: #B5CC18 !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Green */ /* Green */
@ -1371,7 +1371,7 @@
.ui.grid > .green.column, .ui.grid > .green.column,
.ui.grid > .row > .green.column { .ui.grid > .row > .green.column {
background-color: #21BA45 !important; background-color: #21BA45 !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Teal */ /* Teal */
@ -1379,7 +1379,7 @@
.ui.grid > .teal.column, .ui.grid > .teal.column,
.ui.grid > .row > .teal.column { .ui.grid > .row > .teal.column {
background-color: #00B5AD !important; background-color: #00B5AD !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Blue */ /* Blue */
@ -1387,7 +1387,7 @@
.ui.grid > .blue.column, .ui.grid > .blue.column,
.ui.grid > .row > .blue.column { .ui.grid > .row > .blue.column {
background-color: #2185D0 !important; background-color: #2185D0 !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Violet */ /* Violet */
@ -1395,7 +1395,7 @@
.ui.grid > .violet.column, .ui.grid > .violet.column,
.ui.grid > .row > .violet.column { .ui.grid > .row > .violet.column {
background-color: #6435C9 !important; background-color: #6435C9 !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Purple */ /* Purple */
@ -1403,7 +1403,7 @@
.ui.grid > .purple.column, .ui.grid > .purple.column,
.ui.grid > .row > .purple.column { .ui.grid > .row > .purple.column {
background-color: #A333C8 !important; background-color: #A333C8 !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Pink */ /* Pink */
@ -1411,7 +1411,7 @@
.ui.grid > .pink.column, .ui.grid > .pink.column,
.ui.grid > .row > .pink.column { .ui.grid > .row > .pink.column {
background-color: #E03997 !important; background-color: #E03997 !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Brown */ /* Brown */
@ -1419,7 +1419,7 @@
.ui.grid > .brown.column, .ui.grid > .brown.column,
.ui.grid > .row > .brown.column { .ui.grid > .row > .brown.column {
background-color: #A5673F !important; background-color: #A5673F !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Grey */ /* Grey */
@ -1427,7 +1427,7 @@
.ui.grid > .grey.column, .ui.grid > .grey.column,
.ui.grid > .row > .grey.column { .ui.grid > .row > .grey.column {
background-color: #767676 !important; background-color: #767676 !important;
color: #4C4C4C; color: #FFFFFF;
} }
/* Black */ /* Black */
@ -1435,7 +1435,7 @@
.ui.grid > .black.column, .ui.grid > .black.column,
.ui.grid > .row > .black.column { .ui.grid > .row > .black.column {
background-color: #1B1C1D !important; background-color: #1B1C1D !important;
color: #4C4C4C; color: #FFFFFF;
} }
/*---------------------- /*----------------------
@ -1501,7 +1501,7 @@
/* Celled Reversed */ /* Celled Reversed */
.ui[class*="mobile reversed"].celled.grid > .row > .column:first-child { .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
box-shadow: -1px 0px 0px 0px #3A3A39; box-shadow: -1px 0px 0px 0px #D4D4D5;
} }
.ui[class*="mobile reversed"].celled.grid > .row > .column:last-child { .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
box-shadow: none; box-shadow: none;
@ -1545,7 +1545,7 @@
/* Celled Reversed */ /* Celled Reversed */
.ui[class*="tablet reversed"].celled.grid > .row > .column:first-child { .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
box-shadow: -1px 0px 0px 0px #3A3A39; box-shadow: -1px 0px 0px 0px #D4D4D5;
} }
.ui[class*="tablet reversed"].celled.grid > .row > .column:last-child { .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
box-shadow: none; box-shadow: none;
@ -1589,7 +1589,7 @@
/* Celled Reversed */ /* Celled Reversed */
.ui[class*="computer reversed"].celled.grid > .row > .column:first-child { .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
box-shadow: -1px 0px 0px 0px #3A3A39; box-shadow: -1px 0px 0px 0px #D4D4D5;
} }
.ui[class*="computer reversed"].celled.grid > .row > .column:last-child { .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
box-shadow: none; box-shadow: none;

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@
font-weight: bold; font-weight: bold;
line-height: 1.2857em; line-height: 1.2857em;
text-transform: none; text-transform: none;
color: rgba(255, 255, 255, 0.93); color: rgba(0, 0, 0, 0.87);
} }
.ui.header:first-child { .ui.header:first-child {
margin-top: -0.14285em; margin-top: -0.14285em;
@ -43,7 +43,7 @@
margin: 0em; margin: 0em;
font-size: 1rem; font-size: 1rem;
line-height: 1.2em; line-height: 1.2em;
color: rgba(255, 255, 255, 0.8); color: rgba(0, 0, 0, 0.6);
} }
/*-------------- /*--------------
@ -295,20 +295,20 @@ h5.ui.header .sub.header {
--------------------*/ --------------------*/
.ui.inverted.header { .ui.inverted.header {
color: #4C4C4C; color: #FFFFFF;
} }
.ui.inverted.header .sub.header { .ui.inverted.header .sub.header {
color: rgba(0, 0, 0, 0.6); color: rgba(255, 255, 255, 0.8);
} }
.ui.inverted.attached.header { .ui.inverted.attached.header {
background: #545454 -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13)); background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background: #545454 linear-gradient(transparent, rgba(255, 255, 255, 0.13)); background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
box-shadow: none; box-shadow: none;
border-color: transparent; border-color: transparent;
} }
.ui.inverted.block.header { .ui.inverted.block.header {
background: #545454 -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.13)); background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background: #545454 linear-gradient(transparent, rgba(255, 255, 255, 0.13)); background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
box-shadow: none; box-shadow: none;
} }
.ui.inverted.block.header { .ui.inverted.block.header {
@ -630,10 +630,10 @@ a.ui.inverted.grey.header:hover {
--------------------*/ --------------------*/
.ui.block.header { .ui.block.header {
background: #333333; background: #F3F4F5;
padding: 0.78571429rem 1rem; padding: 0.78571429rem 1rem;
box-shadow: none; box-shadow: none;
border: 1px solid #3A3A39; border: 1px solid #D4D4D5;
border-radius: 0.28571429rem; border-radius: 0.28571429rem;
} }
.ui.tiny.block.header { .ui.tiny.block.header {
@ -657,15 +657,15 @@ a.ui.inverted.grey.header:hover {
--------------------*/ --------------------*/
.ui.attached.header { .ui.attached.header {
background: #4C4C4C; background: #FFFFFF;
padding: 0.78571429rem 1rem; padding: 0.78571429rem 1rem;
margin-left: -1px; margin-left: -1px;
margin-right: -1px; margin-right: -1px;
box-shadow: none; box-shadow: none;
border: 1px solid #3A3A39; border: 1px solid #D4D4D5;
} }
.ui.attached.block.header { .ui.attached.block.header {
background: #333333; background: #F3F4F5;
} }
.ui.attached:not(.top):not(.bottom).header { .ui.attached:not(.top):not(.bottom).header {
margin-top: 0em; margin-top: 0em;

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More