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');
.gitea-matrix-active-color{color:#83f20d}
.gitea-matrix-primary-color{color:#76da0b}
.gitea-matrix-secondary-color{color:#5AA509}
.gitea-matrix-active-color {
color: #83f20d
}
.gitea-matrix-primary-color {
color: #76da0b
}
.gitea-matrix-secondary-color {
color: #5AA509
}
.ui.list .list>.item .description, .ui.list>.item .description {
display: block;
color: rgb(54, 195, 45);
@ -15,8 +24,7 @@
.markdown:not(code) table td, .markdown:not(code) table th {
padding: 6px 13px !important;
border: 1px solid
#83f20d !important;
border: 1px solid #83f20d !important;
background-color:
black;
}
@ -68,9 +76,7 @@ padding: 0;
border: none;
border-radius: .28571429rem;
-webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
box-shadow: 0 1px 3px 0
#33fd00,0 0 0 1px
#83f20d;
box-shadow: 0 1px 3px 0 #33fd00, 0 0 0 1px #83f20d;
-webkit-transition: -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
transition: -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
transition: box-shadow .1s ease, transform .1s ease;
@ -98,8 +104,7 @@ box-shadow: 0 1px 3px 0
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
border-top: 1px solid
rgb(13, 217, 25);
border-top: 1px solid rgb(13, 217, 25);
background: 0 0;
margin: 0;
padding: 1em 1em;
@ -129,8 +134,7 @@ border-bottom:
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
border-top: 1px solid
rgb(51, 253, 0) !important;
border-top: 1px solid rgb(51, 253, 0) !important;
position: static;
background: 0 0;
width: auto;
@ -159,39 +163,31 @@ color:
}
.user.profile .ui.card .extra.content ul li:not(:last-child) {
border-bottom: 1px solid
#0dd919;
border-bottom: 1px solid #0dd919;
}
.ui.repository.list .item:not(:first-child) {
border-top: 1px solid
#33e319;
border-top: 1px solid #33e319;
padding-top: 25px;
}
.ui.basic.blue.button, .ui.basic.blue.buttons .button {
box-shadow: inset 0 0 0 1px #17d214 !important;
color: #17d214 !important;
}
.markdown:not(code) h1 {
padding-bottom: .3em;
font-size: 2.25em;
line-height: 1.2;
border-bottom: 1px solid
#44c90d;
border-bottom: 1px solid #44c90d;
}
.markdown:not(code) h2 {
padding-bottom: .3em;
font-size: 1.75em;
line-height: 1.225;
border-bottom: 1px solid #44c90d !important;
}
.markdown:not(code) blockquote> :first-child {
@ -202,12 +198,10 @@ color:
.ui.divider:not(.vertical):not(.horizontal) {
border-top: 1px solid rgba(34, 36, 38, .15);
border-bottom: 1px solid
rgb(51, 227, 25);
border-bottom: 1px solid rgb(51, 227, 25);
}
.ui.attached.segment {
top: 0;
bottom: 0;
border-radius: 0;
@ -216,34 +210,22 @@ color:
max-width: calc(100% + 2px);
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid
#83f20d;
border: 1px solid #83f20d;
border-top-color: rgb(131, 242, 13);
border-top-style: solid;
border-top-width: 1px;
}
.ui.top.attached.header {
border-radius: .28571429rem .28571429rem 0 0;
border: 1px solid
#83f20d;
border: 1px solid #83f20d;
}
.feeds .list ul li:not(:last-child) {
border: 1px solid
#83f20d;
border: 1px solid #83f20d;
}
.ui.attached.table {
top: 0;
bottom: 0;
border-radius: 0;
@ -252,13 +234,10 @@ color:
max-width: calc(100% + 2px);
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid
#83f20d;
border: 1px solid #83f20d;
border-top-color: rgb(131, 242, 13);
border-top-style: solid;
border-top-width: 1px;
}
.feeds .list ul li a .octicon {
@ -453,7 +432,6 @@ a:hover {
color: #21ba45;
}
.ui.list .list>.item>.content, .ui.list>.item>.content {
line-height: 1.14285714em;
color: #21ba45;
@ -515,7 +493,6 @@ a:hover {
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 {
color: rgba(0, 0, 0, .95);
border-color: #85b7d9;
@ -649,7 +626,6 @@ a:hover {
box-shadow: 0 0 0 1px rgba(34, 36, 38, .15) inset;
}
.ui.basic.active.button:hover, .ui.basic.buttons .active.button:hover {
background-color: rgba(118, 218, 11, 0.8);
}
@ -676,8 +652,6 @@ a:hover {
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 {
display: inline-block;
width: auto;
@ -690,8 +664,6 @@ a:hover {
text-transform: none;
}
.ui.menu .active.item {
background: rgba(0, 0, 0, .95);
color: rgb(97, 242, 9);
@ -720,8 +692,6 @@ a:hover {
color: rgba(0, 0, 0, .6);
}
.ui.menu .item {
position: relative;
vertical-align: middle;
@ -746,14 +716,12 @@ a:hover {
transition: background .1s ease, box-shadow .1s ease, color .1s ease, -webkit-box-shadow .1s ease;
}
.repository .header-wrapper {
background-color: rgba(0, 0, 0, .95);
margin-top: -15px;
padding-top: 15px;
}
.ui.basic.label, .ui.basic.labels .label {
background: none #17d214;
border: 1px solid rgba(34, 36, 38, .15);
@ -968,18 +936,48 @@ a:hover {
border-color: #7bde7b !important;
}
.ui.secondary.menu .active.item {
color: #83f20d !important
}
.ui.secondary.menu .active.item{color:#83f20d !important}
.ui.secondary.menu .item{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 .item {
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
}
.brand-logo {
font-size: 35px;
}
.brand-logo{font-size:35px;}
body {
background-color: black !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}
.ui.secondary.menu{background-color: black !important;}
.footer{background:black !important;border-top:1px solid #313131;position:relative;margin-bottom:0px}
.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
}
.ui.secondary.menu {
background-color: black !important;
}
.footer {
background: black !important;
border-top: 1px solid #313131;
position: relative;
margin-bottom: 0px
}