This commit is contained in:
6543 2020-02-12 17:49:11 +01:00
parent 3694047684
commit f395afaef2
No known key found for this signature in database
GPG Key ID: A1CA74D27FD13271
1 changed files with 671 additions and 673 deletions

View File

@ -1,8 +1,17 @@
@import url('theme-arc-green.css'); @import url('theme-arc-green.css');
.gitea-matrix-active-color{color:#83f20d} .gitea-matrix-active-color {
.gitea-matrix-primary-color{color:#76da0b} color: #83f20d
.gitea-matrix-secondary-color{color:#5AA509} }
.gitea-matrix-primary-color {
color: #76da0b
}
.gitea-matrix-secondary-color {
color: #5AA509
}
.ui.list .list>.item .description, .ui.list>.item .description { .ui.list .list>.item .description, .ui.list>.item .description {
display: block; display: block;
color: rgb(54, 195, 45); color: rgb(54, 195, 45);
@ -15,9 +24,8 @@
.markdown:not(code) table td, .markdown:not(code) table th { .markdown:not(code) table td, .markdown:not(code) table th {
padding: 6px 13px !important; padding: 6px 13px !important;
border: 1px solid border: 1px solid #83f20d !important;
#83f20d !important; background-color:
background-color:
black; black;
} }
@ -50,7 +58,7 @@ a {
text-decoration: none; text-decoration: none;
} }
.ui.card, .ui.cards > .card { .ui.card, .ui.cards>.card {
max-width: 100%; max-width: 100%;
position: relative; position: relative;
display: -webkit-box; display: -webkit-box;
@ -63,31 +71,29 @@ a {
width: 290px; width: 290px;
min-height: 0; min-height: 0;
background: background:
#545454; #545454;
padding: 0; padding: 0;
border: none; border: none;
border-radius: .28571429rem; border-radius: .28571429rem;
-webkit-box-shadow: 0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5; -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
box-shadow: 0 1px 3px 0 box-shadow: 0 1px 3px 0 #33fd00, 0 0 0 1px #83f20d;
#33fd00,0 0 0 1px -webkit-transition: -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
#83f20d; transition: -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
-webkit-transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease; transition: box-shadow .1s ease, transform .1s ease;
transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease; transition: box-shadow .1s ease, transform .1s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
transition: box-shadow .1s ease,transform .1s ease;
transition: box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
z-index: ''; z-index: '';
word-wrap: break-word; word-wrap: break-word;
} }
.ui.card > .content > .header, .ui.cards > .card > .content > .header { .ui.card>.content>.header, .ui.cards>.card>.content>.header {
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: color:
rgb(51, 253, 0); rgb(51, 253, 0);
} }
.ui.card > .content, .ui.cards > .card > .content { .ui.card>.content, .ui.cards>.card>.content {
-webkit-box-flex: 1; -webkit-box-flex: 1;
-ms-flex-positive: 1; -ms-flex-positive: 1;
flex-grow: 1; flex-grow: 1;
@ -98,20 +104,19 @@ box-shadow: 0 1px 3px 0
border-bottom-color: currentcolor; border-bottom-color: currentcolor;
border-bottom-style: none; border-bottom-style: none;
border-bottom-width: medium; border-bottom-width: medium;
border-top: 1px solid border-top: 1px solid rgb(13, 217, 25);
rgb(13, 217, 25); background: 0 0;
background: 0 0; margin: 0;
margin: 0; padding: 1em 1em;
padding: 1em 1em; -webkit-box-shadow: none;
-webkit-box-shadow: none; box-shadow: none;
box-shadow: none; font-size: 1em;
font-size: 1em; border-radius: 0;
border-radius: 0; border-bottom:
border-bottom:
#0dd919; #0dd919;
} }
.ui.card > .extra a:not(.ui), .ui.cards > .card > .extra a:not(.ui) { .ui.card>.extra a:not(.ui), .ui.cards>.card>.extra a:not(.ui) {
color: color:
rgb(46, 253, 0); rgb(46, 253, 0);
} }
@ -123,23 +128,22 @@ border-bottom:
#31fd00; #31fd00;
} }
.ui.card > .extra, .ui.cards > .card > .extra { .ui.card>.extra, .ui.cards>.card>.extra {
max-width: 100%; max-width: 100%;
min-height: 0 !important; min-height: 0 !important;
-webkit-box-flex: 0; -webkit-box-flex: 0;
-ms-flex-positive: 0; -ms-flex-positive: 0;
flex-grow: 0; flex-grow: 0;
border-top: 1px solid border-top: 1px solid rgb(51, 253, 0) !important;
rgb(51, 253, 0) !important; position: static;
position: static; background: 0 0;
background: 0 0; width: auto;
width: auto; margin: 0 0;
margin: 0 0; padding: .75em 1em;
padding: .75em 1em; top: 0;
top: 0; left: 0;
left: 0; color:
color: rgba(0, 0, 0, .4);
rgba(0,0,0,.4);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
-webkit-transition: color .1s ease; -webkit-transition: color .1s ease;
@ -153,61 +157,51 @@ color:
#33fd00; #33fd00;
} }
.ui.card > .extra a:not(.ui):hover, .ui.cards > .card > .extra a:not(.ui):hover { .ui.card>.extra a:not(.ui):hover, .ui.cards>.card>.extra a:not(.ui):hover {
color: color:
#1baf49; #1baf49;
} }
.user.profile .ui.card .extra.content ul li:not(:last-child) { .user.profile .ui.card .extra.content ul li:not(:last-child) {
border-bottom: 1px solid border-bottom: 1px solid #0dd919;
#0dd919;
} }
.ui.repository.list .item:not(:first-child) { .ui.repository.list .item:not(:first-child) {
border-top: 1px solid border-top: 1px solid #33e319;
#33e319;
padding-top: 25px; padding-top: 25px;
} }
.ui.basic.blue.button, .ui.basic.blue.buttons .button { .ui.basic.blue.button, .ui.basic.blue.buttons .button {
box-shadow: inset 0 0 0 1px #17d214 !important; box-shadow: inset 0 0 0 1px #17d214 !important;
color: #17d214 !important; color: #17d214 !important;
} }
.markdown:not(code) h1 { .markdown:not(code) h1 {
padding-bottom: .3em; padding-bottom: .3em;
font-size: 2.25em; font-size: 2.25em;
line-height: 1.2; line-height: 1.2;
border-bottom: 1px solid border-bottom: 1px solid #44c90d;
#44c90d;
} }
.markdown:not(code) h2 { .markdown:not(code) h2 {
padding-bottom: .3em; padding-bottom: .3em;
font-size: 1.75em; font-size: 1.75em;
line-height: 1.225; line-height: 1.225;
border-bottom: 1px solid #44c90d !important; border-bottom: 1px solid #44c90d !important;
} }
.markdown:not(code) blockquote > :first-child { .markdown:not(code) blockquote> :first-child {
margin-top: 0; margin-top: 0;
color: color:
green; green;
} }
.ui.divider:not(.vertical):not(.horizontal) { .ui.divider:not(.vertical):not(.horizontal) {
border-top: 1px solid rgba(34,36,38,.15); border-top: 1px solid rgba(34, 36, 38, .15);
border-bottom: 1px solid border-bottom: 1px solid rgb(51, 227, 25);
rgb(51, 227, 25);
} }
.ui.attached.segment { .ui.attached.segment {
top: 0; top: 0;
bottom: 0; bottom: 0;
border-radius: 0; border-radius: 0;
@ -216,34 +210,22 @@ color:
max-width: calc(100% + 2px); max-width: calc(100% + 2px);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
border: 1px solid border: 1px solid #83f20d;
#83f20d;
border-top-color: rgb(131, 242, 13); border-top-color: rgb(131, 242, 13);
border-top-style: solid; border-top-style: solid;
border-top-width: 1px; border-top-width: 1px;
} }
.ui.top.attached.header { .ui.top.attached.header {
border-radius: .28571429rem .28571429rem 0 0; border-radius: .28571429rem .28571429rem 0 0;
border: 1px solid border: 1px solid #83f20d;
#83f20d;
} }
.feeds .list ul li:not(:last-child) { .feeds .list ul li:not(:last-child) {
border: 1px solid #83f20d;
border: 1px solid
#83f20d;
} }
.ui.attached.table { .ui.attached.table {
top: 0; top: 0;
bottom: 0; bottom: 0;
border-radius: 0; border-radius: 0;
@ -252,13 +234,10 @@ color:
max-width: calc(100% + 2px); max-width: calc(100% + 2px);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
border: 1px solid border: 1px solid #83f20d;
#83f20d;
border-top-color: rgb(131, 242, 13); border-top-color: rgb(131, 242, 13);
border-top-style: solid; border-top-style: solid;
border-top-width: 1px; border-top-width: 1px;
} }
.feeds .list ul li a .octicon { .feeds .list ul li a .octicon {
@ -277,8 +256,8 @@ a:hover {
.ui.basic.button:hover, .ui.basic.buttons .button:hover { .ui.basic.button:hover, .ui.basic.buttons .button:hover {
background: #1b1c1d; background: #1b1c1d;
color: rgb(118, 218, 11); color: rgb(118, 218, 11);
-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.35) inset, 0 0 0 0 rgba(34,36,38,.15) inset; -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, .35) inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
box-shadow: 0 0 0 1px rgba(34,36,38,.35) inset, 0 0 0 0 rgba(34,36,38,.15) inset; box-shadow: 0 0 0 1px rgba(34, 36, 38, .35) inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
} }
.ui.breadcrumb a { .ui.breadcrumb a {
@ -306,14 +285,14 @@ a:hover {
} }
.ui.menu .ui.dropdown .menu>.active.item { .ui.menu .ui.dropdown .menu>.active.item {
background: rgba(0,0,0,.03)!important; background: rgba(0, 0, 0, .03) !important;
font-weight: 700!important; font-weight: 700 !important;
color: rgba(52, 255, 133, 0.95)!important; color: rgba(52, 255, 133, 0.95) !important;
} }
.ui.menu .ui.dropdown .menu>.item:hover { .ui.menu .ui.dropdown .menu>.item:hover {
background: rgba(0,0,0,.05)!important; background: rgba(0, 0, 0, .05) !important;
color: rgb(53, 246, 130)!important; color: rgb(53, 246, 130) !important;
} }
.ui.repository.list .item .time { .ui.repository.list .item .time {
@ -322,7 +301,7 @@ a:hover {
} }
.ui .text.grey { .ui .text.grey {
color: #1baf49!important; color: #1baf49 !important;
} }
.ui.blue.button, .ui.blue.buttons .button { .ui.blue.button, .ui.blue.buttons .button {
@ -358,19 +337,19 @@ a:hover {
.ui.form textarea, .ui.input textarea { .ui.form textarea, .ui.input textarea {
margin: 0; margin: 0;
-webkit-appearance: none; -webkit-appearance: none;
-webkit-tap-highlight-color: rgba(255,255,255,0); -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
padding: .78571429em 1em; padding: .78571429em 1em;
background: #545454; background: #545454;
border: 1px solid rgba(34,36,38,.15); border: 1px solid rgba(34, 36, 38, .15);
outline: 0; outline: 0;
color: rgba(0,0,0,.87); color: rgba(0, 0, 0, .87);
border-radius: .28571429rem; border-radius: .28571429rem;
-webkit-box-shadow: 0 0 0 0 transparent inset; -webkit-box-shadow: 0 0 0 0 transparent inset;
box-shadow: 0 0 0 0 transparent inset; box-shadow: 0 0 0 0 transparent inset;
-webkit-transition: color .1s ease,border-color .1s ease; -webkit-transition: color .1s ease, border-color .1s ease;
transition: color .1s ease,border-color .1s ease; transition: color .1s ease, border-color .1s ease;
font-size: 1em; font-size: 1em;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
line-height: 1.2857; line-height: 1.2857;
resize: vertical; resize: vertical;
} }
@ -391,12 +370,12 @@ a:hover {
color: rgb(131, 242, 13); color: rgb(131, 242, 13);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
border: 1px solid rgba(34,36,38,.15); border: 1px solid rgba(34, 36, 38, .15);
border-radius: .28571429rem; border-radius: .28571429rem;
-webkit-transition: width .1s ease,-webkit-box-shadow .1s ease; -webkit-transition: width .1s ease, -webkit-box-shadow .1s ease;
transition: width .1s ease,-webkit-box-shadow .1s ease; transition: width .1s ease, -webkit-box-shadow .1s ease;
transition: box-shadow .1s ease,width .1s ease; transition: box-shadow .1s ease, width .1s ease;
transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease; transition: box-shadow .1s ease, width .1s ease, -webkit-box-shadow .1s ease;
} }
.ui.dropdown .menu { .ui.dropdown .menu {
@ -414,14 +393,14 @@ a:hover {
font-size: 1em; font-size: 1em;
text-shadow: none; text-shadow: none;
text-align: left; text-align: left;
-webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15); -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
box-shadow: 0 2px 3px 0 rgba(34,36,38,.15); box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
border: 1px solid rgba(34,36,38,.15); border: 1px solid rgba(34, 36, 38, .15);
border-radius: .28571429rem; border-radius: .28571429rem;
-webkit-transition: opacity .1s ease; -webkit-transition: opacity .1s ease;
transition: opacity .1s ease; transition: opacity .1s ease;
z-index: 11; z-index: 11;
will-change: transform,opacity; will-change: transform, opacity;
} }
.ui.dropdown .menu>.item { .ui.dropdown .menu>.item {
@ -435,7 +414,7 @@ a:hover {
line-height: 1em; line-height: 1em;
font-size: 1rem; font-size: 1rem;
color: rgb(97, 242, 13); color: rgb(97, 242, 13);
padding: .78571429rem 1.14285714rem!important; padding: .78571429rem 1.14285714rem !important;
text-transform: none; text-transform: none;
font-weight: 400; font-weight: 400;
-webkit-box-shadow: none; -webkit-box-shadow: none;
@ -444,7 +423,7 @@ a:hover {
} }
.ui.dropdown .menu .selected.item, .ui.dropdown.selected { .ui.dropdown .menu .selected.item, .ui.dropdown.selected {
background: rgba(0,0,0,.03); background: rgba(0, 0, 0, .03);
color: #21ba45; color: #21ba45;
} }
@ -453,7 +432,6 @@ a:hover {
color: #21ba45; color: #21ba45;
} }
.ui.list .list>.item>.content, .ui.list>.item>.content { .ui.list .list>.item>.content, .ui.list>.item>.content {
line-height: 1.14285714em; line-height: 1.14285714em;
color: #21ba45; color: #21ba45;
@ -473,68 +451,67 @@ a:hover {
border-radius: 0 0 .28571429rem .28571429rem; border-radius: 0 0 .28571429rem .28571429rem;
background: #545454; background: #545454;
margin: 0 0 0; margin: 0 0 0;
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08); -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.08); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
-webkit-box-orient: vertical!important; -webkit-box-orient: vertical !important;
-webkit-box-direction: normal!important; -webkit-box-direction: normal !important;
-ms-flex-direction: column!important; -ms-flex-direction: column !important;
flex-direction: column!important; flex-direction: column !important;
} }
.ui.menu .ui.dropdown .menu>.item { .ui.menu .ui.dropdown .menu>.item {
margin: 0; margin: 0;
text-align: left; text-align: left;
font-size: 1em!important; font-size: 1em !important;
padding: .78571429em 1.14285714em!important; padding: .78571429em 1.14285714em !important;
background: 0 0!important; background: 0 0 !important;
color: rgb(131, 242, 13)!important; color: rgb(131, 242, 13) !important;
text-transform: none!important; text-transform: none !important;
font-weight: 400!important; font-weight: 400 !important;
-webkit-box-shadow: none!important; -webkit-box-shadow: none !important;
box-shadow: none!important; box-shadow: none !important;
-webkit-transition: none!important; -webkit-transition: none !important;
transition: none!important; transition: none !important;
} }
.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] { .ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
margin: 0; margin: 0;
outline: 0; outline: 0;
-webkit-appearance: none; -webkit-appearance: none;
-webkit-tap-highlight-color: rgba(255,255,255,0); -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
line-height: 1.21428571em; line-height: 1.21428571em;
padding: .67857143em 1em; padding: .67857143em 1em;
font-size: 1em; font-size: 1em;
background: #545454; background: #545454;
border: 1px solid rgba(34,36,38,.15); border: 1px solid rgba(34, 36, 38, .15);
color: rgb(23, 210, 20); color: rgb(23, 210, 20);
border-radius: .28571429rem; border-radius: .28571429rem;
-webkit-box-shadow: 0 0 0 0 transparent inset; -webkit-box-shadow: 0 0 0 0 transparent inset;
box-shadow: 0 0 0 0 transparent inset; box-shadow: 0 0 0 0 transparent inset;
-webkit-transition: color .1s ease,border-color .1s ease; -webkit-transition: color .1s ease, border-color .1s ease;
transition: color .1s ease,border-color .1s ease; transition: color .1s ease, border-color .1s ease;
} }
.ui.form input:not([type]):focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=file]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=text]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus { .ui.form input:not([type]):focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=file]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=text]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus {
color: rgba(0,0,0,.95); color: rgba(0, 0, 0, .95);
border-color: #85b7d9; border-color: #85b7d9;
border-radius: .28571429rem; border-radius: .28571429rem;
background: #767676; background: #767676;
-webkit-box-shadow: 0 0 0 0 rgba(34,36,38,.35) inset; -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, .35) inset;
box-shadow: 0 0 0 0 rgba(34,36,38,.35) inset; box-shadow: 0 0 0 0 rgba(34, 36, 38, .35) inset;
} }
.ui.input.focus>input, .ui.input>input:focus { .ui.input.focus>input, .ui.input>input:focus {
border-color: #85b7d9; border-color: #85b7d9;
background: #d4d4d5; background: #d4d4d5;
color: rgba(0,0,0,.8); color: rgba(0, 0, 0, .8);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.ui.menu .active.item:hover, .ui.vertical.menu .active.item:hover { .ui.menu .active.item:hover, .ui.vertical.menu .active.item:hover {
background-color: rgba(0,0,0,.05); background-color: rgba(0, 0, 0, .05);
color: #21ba45; color: #21ba45;
} }
@ -551,19 +528,19 @@ a:hover {
-ms-flex: 1 0 auto; -ms-flex: 1 0 auto;
flex: 1 0 auto; flex: 1 0 auto;
outline: 0; outline: 0;
-webkit-tap-highlight-color: rgba(255,255,255,0); -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
text-align: left; text-align: left;
line-height: 1.21428571em; line-height: 1.21428571em;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
padding: .67857143em 1em; padding: .67857143em 1em;
background: #545454; background: #545454;
border: 1px solid rgba(34,36,38,.15); border: 1px solid rgba(34, 36, 38, .15);
color: rgb(23, 210, 20); color: rgb(23, 210, 20);
border-radius: .28571429rem; border-radius: .28571429rem;
-webkit-transition: border-color .1s ease,-webkit-box-shadow .1s ease; -webkit-transition: border-color .1s ease, -webkit-box-shadow .1s ease;
transition: border-color .1s ease,-webkit-box-shadow .1s ease; transition: border-color .1s ease, -webkit-box-shadow .1s ease;
transition: box-shadow .1s ease,border-color .1s ease; transition: box-shadow .1s ease, border-color .1s ease;
transition: box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease; transition: box-shadow .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
@ -592,12 +569,12 @@ a:hover {
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
margin: 1rem 0; margin: 1rem 0;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
background: #1b1c1d; background: #1b1c1d;
font-weight: 400; font-weight: 400;
border: 1px solid rgba(34,36,38,.15); border: 1px solid rgba(34, 36, 38, .15);
-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
border-radius: .28571429rem; border-radius: .28571429rem;
min-height: 2.85714286em; min-height: 2.85714286em;
} }
@ -606,7 +583,7 @@ a:hover {
position: absolute; position: absolute;
margin-top: -15px; margin-top: -15px;
display: block; display: block;
background-image: linear-gradient(90deg,hsla(0,0%,100%,0),rgba(0,0,0,.95)); background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .95));
content: " "; content: " ";
right: 0; right: 0;
height: 53px; height: 53px;
@ -619,7 +596,7 @@ a:hover {
.ui.pagination.menu .active.item { .ui.pagination.menu .active.item {
border-top: none; border-top: none;
padding-top: .92857143em; padding-top: .92857143em;
background-color: rgba(0,0,0,.05); background-color: rgba(0, 0, 0, .05);
color: rgb(131, 242, 13); color: rgb(131, 242, 13);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
@ -634,7 +611,7 @@ a:hover {
.ui.link.menu .item:hover, .ui.menu .dropdown.item:hover, .ui.menu .link.item:hover, .ui.menu a.item:hover { .ui.link.menu .item:hover, .ui.menu .dropdown.item:hover, .ui.menu .link.item:hover, .ui.menu a.item:hover {
cursor: pointer; cursor: pointer;
background: rgba(0,0,0,.03); background: rgba(0, 0, 0, .03);
color: rgba(71, 216, 11, 0.95); color: rgba(71, 216, 11, 0.95);
} }
@ -644,12 +621,11 @@ a:hover {
font-weight: 400; font-weight: 400;
border-radius: .28571429rem; border-radius: .28571429rem;
text-transform: none; text-transform: none;
text-shadow: none!important; text-shadow: none !important;
-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset; -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, .15) inset;
box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset; box-shadow: 0 0 0 1px rgba(34, 36, 38, .15) inset;
} }
.ui.basic.active.button:hover, .ui.basic.buttons .active.button:hover { .ui.basic.active.button:hover, .ui.basic.buttons .active.button:hover {
background-color: rgba(118, 218, 11, 0.8); background-color: rgba(118, 218, 11, 0.8);
} }
@ -658,26 +634,24 @@ a:hover {
background: rgb(118, 218, 11); background: rgb(118, 218, 11);
-webkit-box-shadow: ''; -webkit-box-shadow: '';
box-shadow: ''; box-shadow: '';
color: rgba(0,0,0,.95); color: rgba(0, 0, 0, .95);
} }
.ui.attached.header { .ui.attached.header {
background: rgba(0,0,0,.95); background: rgba(0, 0, 0, .95);
} }
.ui.header { .ui.header {
border: none; border: none;
margin: calc(2rem - .1428571428571429em) 0 1rem; margin: calc(2rem - .1428571428571429em) 0 1rem;
padding: 0 0; padding: 0 0;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 700; font-weight: 700;
line-height: 1.28571429em; line-height: 1.28571429em;
text-transform: none; text-transform: none;
color: rgb(131, 242, 6); color: rgb(131, 242, 6);
} }
.ui.form .inline.field>label, .ui.form .inline.field>p, .ui.form .inline.fields .field>label, .ui.form .inline.fields .field>p, .ui.form .inline.fields>label { .ui.form .inline.field>label, .ui.form .inline.field>p, .ui.form .inline.fields .field>label, .ui.form .inline.fields .field>p, .ui.form .inline.fields>label {
display: inline-block; display: inline-block;
width: auto; width: auto;
@ -690,10 +664,8 @@ a:hover {
text-transform: none; text-transform: none;
} }
.ui.menu .active.item { .ui.menu .active.item {
background: rgba(0,0,0,.95); background: rgba(0, 0, 0, .95);
color: rgb(97, 242, 9); color: rgb(97, 242, 9);
font-weight: 400; font-weight: 400;
-webkit-box-shadow: none; -webkit-box-shadow: none;
@ -701,14 +673,14 @@ a:hover {
} }
.ui.attached.header { .ui.attached.header {
background: rgba(0,0,0,.95); background: rgba(0, 0, 0, .95);
} }
.ui.header { .ui.header {
border: none; border: none;
margin: calc(2rem - .1428571428571429em) 0 1rem; margin: calc(2rem - .1428571428571429em) 0 1rem;
padding: 0 0; padding: 0 0;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 700; font-weight: 700;
line-height: 1.28571429em; line-height: 1.28571429em;
text-transform: none; text-transform: none;
@ -716,12 +688,10 @@ a:hover {
} }
.ui.secondary.segment { .ui.secondary.segment {
background: rgba(0,0,0,.95); background: rgba(0, 0, 0, .95);
color: rgba(0,0,0,.6); color: rgba(0, 0, 0, .6);
} }
.ui.menu .item { .ui.menu .item {
position: relative; position: relative;
vertical-align: middle; vertical-align: middle;
@ -740,38 +710,36 @@ a:hover {
text-transform: none; text-transform: none;
color: #399c3c; color: #399c3c;
font-weight: 400; font-weight: 400;
-webkit-transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease; -webkit-transition: background .1s ease, color .1s ease, -webkit-box-shadow .1s ease;
transition: background .1s ease,color .1s ease,-webkit-box-shadow .1s ease; transition: background .1s ease, color .1s ease, -webkit-box-shadow .1s ease;
transition: background .1s ease,box-shadow .1s ease,color .1s ease; transition: background .1s ease, box-shadow .1s ease, color .1s ease;
transition: background .1s ease,box-shadow .1s ease,color .1s ease,-webkit-box-shadow .1s ease; transition: background .1s ease, box-shadow .1s ease, color .1s ease, -webkit-box-shadow .1s ease;
} }
.repository .header-wrapper { .repository .header-wrapper {
background-color: rgba(0,0,0,.95); background-color: rgba(0, 0, 0, .95);
margin-top: -15px; margin-top: -15px;
padding-top: 15px; padding-top: 15px;
} }
.ui.basic.label, .ui.basic.labels .label { .ui.basic.label, .ui.basic.labels .label {
background: none #17d214; background: none #17d214;
border: 1px solid rgba(34,36,38,.15); border: 1px solid rgba(34, 36, 38, .15);
color: rgba(0,0,0,.87); color: rgba(0, 0, 0, .87);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.ui.tabular.menu .active.item { .ui.tabular.menu .active.item {
background: none #17d214; background: none #17d214;
color: rgba(0,0,0,.95); color: rgba(0, 0, 0, .95);
border-top-width: 1px; border-top-width: 1px;
border-color: #37d80f; border-color: #37d80f;
font-weight: 700; font-weight: 700;
margin-bottom: -1px; margin-bottom: -1px;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
border-radius: .28571429rem .28571429rem 0 0!important; border-radius: .28571429rem .28571429rem 0 0 !important;
} }
.ui.tabular.menu .item { .ui.tabular.menu .item {
@ -781,12 +749,12 @@ a:hover {
.ui.segment { .ui.segment {
position: relative; position: relative;
background: #1b1c1d; background: #1b1c1d;
-webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
margin: 1rem 0; margin: 1rem 0;
padding: 1em 1em; padding: 1em 1em;
border-radius: .28571429rem; border-radius: .28571429rem;
border: 1px solid rgba(34,36,38,.15); border: 1px solid rgba(34, 36, 38, .15);
} }
.repository .ui.segment.sub-menu .list .item a { .repository .ui.segment.sub-menu .list .item a {
@ -797,7 +765,7 @@ a:hover {
width: 100%; width: 100%;
background: #1b1c1d; background: #1b1c1d;
margin: 1em 0; margin: 1em 0;
border: 1px solid rgba(34,36,38,.15); border: 1px solid rgba(34, 36, 38, .15);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
border-radius: .28571429rem; border-radius: .28571429rem;
@ -818,7 +786,7 @@ a:hover {
font-style: none; font-style: none;
font-weight: 700; font-weight: 700;
text-transform: none; text-transform: none;
border-bottom: 1px solid rgba(34,36,38,.1); border-bottom: 1px solid rgba(34, 36, 38, .1);
border-left: none; border-left: none;
} }
@ -830,7 +798,7 @@ a:hover {
background-color: #5ad80c; background-color: #5ad80c;
background-image: none; background-image: none;
padding: .5833em .833em; padding: .5833em .833em;
color: rgba(0,0,0,.6); color: rgba(0, 0, 0, .6);
text-transform: none; text-transform: none;
font-weight: 700; font-weight: 700;
border: 0 solid transparent; border: 0 solid transparent;
@ -840,7 +808,7 @@ a:hover {
} }
.ui .info.segment.top { .ui .info.segment.top {
background-color: #1b1c1d!important; background-color: #1b1c1d !important;
} }
.repository.file.list #repo-files-table tr:hover { .repository.file.list #repo-files-table tr:hover {
@ -859,13 +827,13 @@ a:hover {
padding: 1em 1.5em; padding: 1em 1.5em;
line-height: 1.4285em; line-height: 1.4285em;
color: #1b1c1d; color: #1b1c1d;
-webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease; -webkit-transition: opacity .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease; transition: opacity .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease; transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease; transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
border-radius: .28571429rem; border-radius: .28571429rem;
-webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset, 0 0 0 0 transparent; -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, .22) inset, 0 0 0 0 transparent;
box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset, 0 0 0 0 transparent; box-shadow: 0 0 0 1px rgba(34, 36, 38, .22) inset, 0 0 0 0 transparent;
} }
.ui.button { .ui.button {
@ -877,7 +845,7 @@ a:hover {
vertical-align: baseline; vertical-align: baseline;
background: #2f3031 none; background: #2f3031 none;
color: rgb(18, 230, 15); color: rgb(18, 230, 15);
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif; font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
margin: 0 .25em 0 0; margin: 0 .25em 0 0;
padding: .78571429em 1.5em .78571429em; padding: .78571429em 1.5em .78571429em;
text-transform: none; text-transform: none;
@ -888,16 +856,16 @@ a:hover {
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
border-radius: .28571429rem; border-radius: .28571429rem;
-webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset; -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset; box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
-webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease; -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease; transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease; transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease; transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
will-change: auto; will-change: auto;
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
} }
@ -909,12 +877,12 @@ a:hover {
.lines-code .hljs, .lines-code ol, .lines-code pre, .lines-num .hljs, .lines-num ol, .lines-num pre { .lines-code .hljs, .lines-code ol, .lines-code pre, .lines-num .hljs, .lines-num ol, .lines-num pre {
background-color: #d4d4d5; background-color: #d4d4d5;
margin: 0; margin: 0;
padding: 0!important; padding: 0 !important;
} }
.lines-num { .lines-num {
vertical-align: top; vertical-align: top;
text-align: right!important; text-align: right !important;
color: #17d214; color: #17d214;
background: #1b1c1d; background: #1b1c1d;
width: 1%; width: 1%;
@ -952,34 +920,64 @@ a:hover {
} }
.tag-code, .tag-code td { .tag-code, .tag-code td {
background-color: #545454!important; background-color: #545454 !important;
border-color: #545454!important; border-color: #545454 !important;
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;
} }
.repository .diff-file-box .code-diff-unified tbody tr.del-code td { .repository .diff-file-box .code-diff-unified tbody tr.del-code td {
background-color: #ec4040!important; background-color: #ec4040 !important;
border-color: #5d0a0a!important; border-color: #5d0a0a !important;
} }
.repository .diff-file-box .code-diff-unified tbody tr.add-code td { .repository .diff-file-box .code-diff-unified tbody tr.add-code td {
background-color: #066d06!important; background-color: #066d06 !important;
border-color: #7bde7b!important; border-color: #7bde7b !important;
} }
.ui.secondary.menu .active.item {
color: #83f20d !important
}
.ui.secondary.menu .active.item{color:#83f20d !important} .ui.secondary.menu .item {
.ui.secondary.menu .item{color:#5AA509 !important} color: #5AA509 !important
.ui.secondary.menu .active.item:hover,.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{color:#83f20d !important} }
.ui.secondary.menu .active.item:hover, .ui.secondary.menu .dropdown.item:hover, .ui.secondary.menu .link.item:hover, .ui.secondary.menu a.item:hover {
color: #83f20d !important
}
.brand-logo{font-size:35px;} .brand-logo {
body{ font-size: 35px;
}
body {
background-color: black !important; background-color: black !important;
color: #83f20d !important; color: #83f20d !important;
} }
.following.bar.light{background-color:black;border-bottom:1px solid #83f20d !important;box-shadow:0 2px 3px rgba(0,0,0,.04)}
footer{background-color:black !important;border-top:1px solid #83f20d !important;width:100%;flex-basis:40px;color:#83f20d} .following.bar.light {
.ui.secondary.menu{background-color: black !important;} background-color: black;
.footer{background:black !important;border-top:1px solid #313131;position:relative;margin-bottom:0px} border-bottom: 1px solid #83f20d !important;
box-shadow: 0 2px 3px rgba(0, 0, 0, .04)
}
footer {
background-color: black !important;
border-top: 1px solid #83f20d !important;
width: 100%;
flex-basis: 40px;
color: #83f20d
}
.ui.secondary.menu {
background-color: black !important;
}
.footer {
background: black !important;
border-top: 1px solid #313131;
position: relative;
margin-bottom: 0px
}