2018-07-05 21:25:04 +00:00
|
|
|
.hljs {
|
2019-05-13 06:26:32 +00:00
|
|
|
display: block;
|
|
|
|
overflow-x: auto;
|
2020-02-23 16:48:27 +00:00
|
|
|
padding: .5em;
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #bababa;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-strong,
|
|
|
|
.hljs-emphasis {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #a8a8a2;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-bullet,
|
|
|
|
.hljs-quote,
|
|
|
|
.hljs-link,
|
|
|
|
.hljs-number,
|
|
|
|
.hljs-regexp,
|
|
|
|
.hljs-literal {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #6896ba;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-code,
|
|
|
|
.hljs-selector-class {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #a6e22e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.hljs-emphasis {
|
|
|
|
font-style: italic;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-keyword,
|
|
|
|
.hljs-selector-tag,
|
|
|
|
.hljs-section,
|
|
|
|
.hljs-attribute,
|
|
|
|
.hljs-name,
|
|
|
|
.hljs-variable {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #cb7832;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.hljs-params {
|
|
|
|
color: #b9b9b9;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.hljs-string {
|
|
|
|
color: #6a8759;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-subst,
|
|
|
|
.hljs-type,
|
|
|
|
.hljs-built_in,
|
|
|
|
.hljs-builtin-name,
|
|
|
|
.hljs-symbol,
|
|
|
|
.hljs-selector-id,
|
|
|
|
.hljs-selector-attr,
|
|
|
|
.hljs-selector-pseudo,
|
|
|
|
.hljs-template-tag,
|
|
|
|
.hljs-template-variable,
|
|
|
|
.hljs-addition {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #e0c46c;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-comment,
|
|
|
|
.hljs-deletion,
|
|
|
|
.hljs-meta {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #7f7f7f;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-02-11 09:34:17 +00:00
|
|
|
.repository .ui.segment.sub-menu .list .item {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb;
|
2020-02-11 09:34:17 +00:00
|
|
|
a,
|
|
|
|
span.ui {
|
|
|
|
color: #dbdbdb;
|
|
|
|
}
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.horizontal.segments > .segment {
|
|
|
|
background-color: #383c4a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
background: #383c4a;
|
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-07-07 03:53:02 +00:00
|
|
|
/* firefox scroll bars */
|
|
|
|
|
|
|
|
* {
|
|
|
|
scrollbar-width: thin;
|
2020-02-23 16:48:27 +00:00
|
|
|
scrollbar-color: #87ab63 rgba(255, 255, 255, .1);
|
2019-07-07 03:53:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* webkit scrollbars */
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
-webkit-appearance: none !important;
|
|
|
|
width: 10px !important;
|
|
|
|
height: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
border-radius: 0 !important;
|
2020-02-23 16:48:27 +00:00
|
|
|
background: rgba(255, 255, 255, .1) !important;
|
2019-07-07 03:53:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
cursor: pointer !important;
|
|
|
|
border-radius: 5px !important;
|
2020-02-23 16:48:27 +00:00
|
|
|
-webkit-transition: color .2s ease !important;
|
|
|
|
transition: color .2s ease !important;
|
2019-07-07 03:53:02 +00:00
|
|
|
background: #87ab63 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
|
|
|
background: #87ab63 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: #87ab63 !important;
|
|
|
|
}
|
|
|
|
|
2019-05-13 06:26:32 +00:00
|
|
|
a {
|
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.card > .extra a:not(.ui):hover,
|
|
|
|
.ui.cards > .card > .extra a:not(.ui):hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.breadcrumb a:hover {
|
|
|
|
color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.breadcrumb a {
|
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .metas .ui.list a .text {
|
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .metas .ui.list a .text:hover {
|
|
|
|
color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .label.list .item a {
|
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .label.list .item a:hover {
|
|
|
|
color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .milestone.list > .item > a {
|
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .milestone.list > .item > a:hover {
|
|
|
|
color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository.release #release-list {
|
|
|
|
border-top: 1px solid #4c505c;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .milestone.list > .item .operate > a {
|
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .milestone.list > .item .operate > a:hover {
|
|
|
|
color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.green.progress .bar {
|
|
|
|
background-color: #668844;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.progress.success .bar {
|
|
|
|
background-color: #7b9e57 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.following.bar.light {
|
|
|
|
background: #2e323e;
|
2019-06-27 06:36:37 +00:00
|
|
|
border-bottom: 1px solid #313131;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.secondary.menu .active.item {
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.secondary.menu .item {
|
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.following.bar .top.menu a.item:hover {
|
2019-05-14 00:54:23 +00:00
|
|
|
color: #ffffff;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository.view.issue .comment-list .comment .content > .bottom.segment a {
|
|
|
|
border: solid 1px #353945;
|
|
|
|
background-color: #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.attached.header {
|
|
|
|
background: #404552;
|
|
|
|
border: 1px solid #404552;
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.attached.table {
|
|
|
|
border: 1px solid #304251;
|
|
|
|
background: #304251;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.feeds .list ul li:not(:last-child) {
|
|
|
|
border-bottom: 1px solid #333640;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.feeds .list ul li.private {
|
|
|
|
background: #353945;
|
|
|
|
border: 1px solid #333640;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.secondary.menu .dropdown.item:hover,
|
|
|
|
.ui.secondary.menu .link.item:hover,
|
2019-10-02 07:20:30 +00:00
|
|
|
.ui.secondary.menu .active.item:hover,
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.secondary.menu a.item:hover {
|
|
|
|
color: #ffffff;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.menu .ui.dropdown .menu > .item {
|
|
|
|
background: #2c303a !important;
|
|
|
|
color: #9e9e9e !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.secondary.menu .dropdown.item > .menu,
|
|
|
|
.ui.text.menu .dropdown.item > .menu {
|
2019-05-13 06:26:32 +00:00
|
|
|
border: 1px solid #434444;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
footer {
|
|
|
|
background: #2e323e;
|
|
|
|
border-top: 1px solid #313131;
|
2020-02-23 04:32:15 +00:00
|
|
|
color: #bababa;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.menu .dropdown.item .menu {
|
|
|
|
background: #2c303a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.menu .ui.dropdown .menu > .item:hover,
|
|
|
|
.ui.menu .ui.dropdown .menu > .selected.item {
|
|
|
|
color: #ffffff !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.dropdown .menu > .header {
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.red.label,
|
|
|
|
.ui.red.labels .label {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #7d3434 !important;
|
|
|
|
border-color: #8a2121 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.menu {
|
|
|
|
background: #404552;
|
|
|
|
border: 1px solid #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.menu .active.item:hover,
|
|
|
|
.ui.vertical.menu .active.item:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb;
|
2019-05-14 00:54:23 +00:00
|
|
|
background: #4b5162;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.link.menu .item:hover,
|
|
|
|
.ui.menu .dropdown.item:hover,
|
|
|
|
.ui.menu .link.item:hover,
|
|
|
|
.ui.menu a.item:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb;
|
|
|
|
background: #454b5a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.menu .active.item {
|
2019-05-14 00:54:23 +00:00
|
|
|
background: #4b5162;
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.input input {
|
|
|
|
background: #404552;
|
|
|
|
border: 2px solid #353945;
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.input input:focus,
|
|
|
|
.ui.input.focus input {
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #404552;
|
|
|
|
border: 2px solid #353945;
|
|
|
|
color: #dbdbdb;
|
2018-09-17 14:59:49 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.accordion .title:not(.ui) {
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-12-19 03:35:03 +00:00
|
|
|
.ui.label,
|
|
|
|
.ui.label.basic {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb;
|
|
|
|
background-color: #404552;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.issue.list > .item .title {
|
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.issue.list > .item .title:hover {
|
|
|
|
color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.issue.list > .item {
|
|
|
|
border-bottom: 1px dashed #475767;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.green.label,
|
|
|
|
.ui.green.labels .label,
|
|
|
|
.ui.basic.green.label {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #2d693b !important;
|
|
|
|
border-color: #2d693b !important;
|
2018-09-17 14:59:49 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.basic.green.labels a.label:hover,
|
|
|
|
a.ui.basic.green.label:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #16ab39 !important;
|
|
|
|
border-color: #16ab39 !important;
|
2019-05-14 00:54:23 +00:00
|
|
|
color: #ffffff !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.issue.list > .item .comment {
|
|
|
|
color: #129c92;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.basic.button,
|
|
|
|
.ui.basic.buttons .button {
|
2020-02-23 04:32:15 +00:00
|
|
|
color: #797979;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.basic.red.active.button,
|
|
|
|
.ui.basic.red.buttons .active.button {
|
2019-05-13 06:26:32 +00:00
|
|
|
box-shadow: 0 0 0 1px #c75252 inset !important;
|
|
|
|
color: #c75252 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.basic.button:focus,
|
|
|
|
.ui.basic.button:hover,
|
|
|
|
.ui.basic.buttons .button:focus,
|
|
|
|
.ui.basic.buttons .button:hover {
|
2020-02-23 04:32:15 +00:00
|
|
|
color: #dbdbdb;
|
2020-02-23 16:48:27 +00:00
|
|
|
box-shadow: 0 0 0 1px rgba(200, 200, 200, .35) inset;
|
|
|
|
background: rgba(0, 0, 0, .5);
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.menu .item {
|
|
|
|
background: #404552;
|
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.menu .item.disabled,
|
2020-02-23 04:32:15 +00:00
|
|
|
.ui.menu .item.disabled:hover,
|
|
|
|
.ui.ui.menu .item.disabled,
|
|
|
|
.ui.ui.menu .item.disabled:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #626773;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.pagination.menu .active.item {
|
|
|
|
color: #dbdbdb;
|
|
|
|
background-color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .header-wrapper {
|
|
|
|
background-color: #2a2e3a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.tabular.menu .active.item {
|
|
|
|
background: #383c4a;
|
|
|
|
color: #dbdbdb;
|
|
|
|
border-left: 1px solid transparent;
|
|
|
|
border-right: 1px solid transparent;
|
2019-05-14 00:54:23 +00:00
|
|
|
border-top: 0;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.tabular.menu .item {
|
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.tabular.menu .item:hover {
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.header,
|
|
|
|
.ui.breadcrumb .divider {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.blue.label,
|
2019-12-19 03:35:03 +00:00
|
|
|
.ui.blue.labels .label,
|
|
|
|
.repository .segment.reactions .ui.label.basic.blue {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #26577b !important;
|
|
|
|
border-color: #26577b !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.menu .item > .label {
|
|
|
|
background: #565454;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.blue.button,
|
|
|
|
.ui.blue.buttons .button {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.blue.button:hover,
|
|
|
|
.ui.blue.buttons .button:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.form input:not([type]),
|
|
|
|
.ui.form input[type="date"],
|
|
|
|
.ui.form input[type="datetime-local"],
|
2020-02-20 22:36:47 +00:00
|
|
|
.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"],
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.form input[type="tel"],
|
2020-02-20 22:36:47 +00:00
|
|
|
.ui.form input[type="text"],
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.form input[type="time"],
|
2020-02-20 22:36:47 +00:00
|
|
|
.ui.form input[type="url"] {
|
2019-05-14 00:54:23 +00:00
|
|
|
color: #9e9e9e;
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #404552;
|
|
|
|
border: 2px solid #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.form input:not([type]):focus,
|
|
|
|
.ui.form input[type="date"]:focus,
|
|
|
|
.ui.form input[type="datetime-local"]:focus,
|
2020-02-20 22:36:47 +00:00
|
|
|
.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,
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.form input[type="tel"]:focus,
|
2020-02-20 22:36:47 +00:00
|
|
|
.ui.form input[type="text"]:focus,
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.form input[type="time"]:focus,
|
2020-02-20 22:36:47 +00:00
|
|
|
.ui.form input[type="url"]:focus {
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #404552;
|
|
|
|
border: 2px solid #4b505f;
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.action.input:not([class*="left action"]) input:focus {
|
|
|
|
border-right-color: #4b505f !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.green.button,
|
|
|
|
.ui.green.buttons .button {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.green.button:hover,
|
|
|
|
.ui.green.buttons .button:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #a0cc75;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.button {
|
|
|
|
background: #383c4a;
|
|
|
|
border: 1px solid #4c505c;
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.labeled.button:not([class*="left labeled"]) > .label,
|
|
|
|
.ui[class*="left labeled"].button > .button {
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #404552;
|
|
|
|
border: 1px solid #4c505c;
|
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.button:hover {
|
|
|
|
background-color: #404552;
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-12-17 21:34:11 +00:00
|
|
|
.ui.table thead th,
|
|
|
|
.ui.table > thead > tr > th {
|
|
|
|
background: #404552 !important;
|
|
|
|
color: #dbdbdb !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository.file.list #repo-files-table tr {
|
|
|
|
background: #2a2e3a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository.file.list #repo-files-table tr:hover {
|
2019-12-17 21:34:11 +00:00
|
|
|
background-color: #393d4a !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.table {
|
|
|
|
color: #a5a5a5 !important;
|
2019-08-08 14:46:03 +00:00
|
|
|
border-color: #4c505c;
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.table tbody tr {
|
2019-08-08 14:46:03 +00:00
|
|
|
border-color: #333640;
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #2a2e3a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui .text.grey {
|
2020-02-23 04:32:15 +00:00
|
|
|
color: #a5a5a8 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.attached.table.segment {
|
|
|
|
background: #353945;
|
|
|
|
color: #dbdbdb !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.markdown:not(code) h2 {
|
|
|
|
border-bottom: 1px solid #304251;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-11-17 19:42:44 +00:00
|
|
|
.repository.wiki.new .ui.container form .ui.tabular.menu {
|
2020-02-23 16:48:27 +00:00
|
|
|
border-bottom: 1px solid rgba(187, 187, 187, .6);
|
2019-11-17 19:42:44 +00:00
|
|
|
|
|
|
|
.active.item {
|
2020-02-23 16:48:27 +00:00
|
|
|
border-top: 1px solid rgba(187, 187, 187, .6);
|
|
|
|
border-left: 1px solid rgba(187, 187, 187, .6);
|
|
|
|
border-right: 1px solid rgba(187, 187, 187, .6);
|
2019-11-17 19:42:44 +00:00
|
|
|
&:hover {
|
|
|
|
background: #4b5162;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs,
|
|
|
|
.hljs-keyword,
|
|
|
|
.hljs-selector-tag,
|
|
|
|
.hljs-subst {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #9daccc;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.markdown:not(code) .highlight pre,
|
|
|
|
.markdown:not(code) pre {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #2a2e3a;
|
|
|
|
border: 1px solid #404552;
|
2018-07-14 06:07:30 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.markdown:not(code) table tr:nth-child(2n) {
|
2019-06-21 13:27:47 +00:00
|
|
|
background-color: #2a2e39;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown:not(code) table tr:nth-child(2n-1) {
|
|
|
|
background-color: #383b44;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown:not(code) table thead tr:nth-child(2n-1) {
|
|
|
|
background-color: #464c5d !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown:not(code) table td,
|
|
|
|
.markdown:not(code) table th {
|
|
|
|
border-color: #4c505c !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository.file.editor.edit,
|
|
|
|
.repository.wiki.new .CodeMirror {
|
|
|
|
.editor-preview,
|
2019-11-16 02:20:07 +00:00
|
|
|
.editor-preview-side,
|
|
|
|
& + .editor-preview-side {
|
2019-06-21 13:27:47 +00:00
|
|
|
background: #353945;
|
|
|
|
|
|
|
|
.markdown:not(code).ui.segment {
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
}
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.dropdown .menu {
|
|
|
|
background: #2c303a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.dropdown .menu > .message:not(.ui) {
|
2019-05-14 00:54:23 +00:00
|
|
|
color: #636363;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.input {
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.overflow.menu .items .item {
|
|
|
|
color: #9d9d9d;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.overflow.menu .items .item:hover {
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.segment {
|
|
|
|
background: #353945;
|
|
|
|
color: #9e9e9e !important;
|
|
|
|
border: 1px solid #404552;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-12-17 21:34:11 +00:00
|
|
|
.ui.list > .item > .content {
|
|
|
|
color: #9e9e9e !important;
|
|
|
|
}
|
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.active.button:active,
|
|
|
|
.ui.button:active,
|
|
|
|
.ui.button:focus {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #2e3e4e;
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.dropdown .menu .selected.item,
|
|
|
|
.ui.dropdown.selected {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.dropdown .menu > .item:hover {
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.dropdown .menu > .item {
|
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.attached.segment {
|
|
|
|
border: 1px solid #404552;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository.view.issue .comment-list .comment .content > .bottom.segment {
|
|
|
|
background: #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository.view.issue .comment-list .comment .content .header {
|
|
|
|
color: #dbdbdb;
|
|
|
|
background-color: #404552;
|
|
|
|
border-bottom: 1px solid #353944;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-06-30 07:57:59 +00:00
|
|
|
.repository.view.issue .comment-list .comment .content .merge-section {
|
|
|
|
background-color: #404552;
|
|
|
|
border-top: 1px solid #353944;
|
|
|
|
}
|
|
|
|
|
2020-02-11 17:02:41 +00:00
|
|
|
.repository.view.issue .comment-list .event > .svg.issue-symbol {
|
2019-07-06 22:03:00 +00:00
|
|
|
background: #3b4954;
|
|
|
|
}
|
|
|
|
|
2020-02-11 17:02:41 +00:00
|
|
|
.repository.view.issue .comment-list .event > .svg:not(.issue-symbol) {
|
2019-07-06 22:03:00 +00:00
|
|
|
text-shadow: -2px 0 #383c4a, 0 2px #383c4a, 2px 0 #383c4a, 0 -2px #383c4a;
|
|
|
|
}
|
|
|
|
|
2019-05-13 06:26:32 +00:00
|
|
|
.ui .text.grey a {
|
2019-06-27 06:36:37 +00:00
|
|
|
color: #dbdbdb !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-04-10 22:01:41 +00:00
|
|
|
.ui .comment .actions a {
|
|
|
|
color: #9e9e9e !important;
|
2020-02-23 04:32:15 +00:00
|
|
|
}
|
|
|
|
|
2020-04-10 22:01:41 +00:00
|
|
|
.ui .comment .actions a.active,
|
|
|
|
.ui .comment .actions a:hover {
|
|
|
|
color: #fff !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository.view.issue .comment-list .comment .content .header:after {
|
|
|
|
border-right-color: #404552;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository.new.issue .comment.form .content:after {
|
|
|
|
border-right-color: #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository.view.issue .comment-list .comment .content .header:before {
|
|
|
|
border-right-color: #404552;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository.new.issue .comment.form .content:before {
|
|
|
|
border-right-color: #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-07-06 21:37:46 +00:00
|
|
|
.repository.view.issue .comment-list:not(.prevent-before-timeline):before,
|
2020-04-10 22:01:41 +00:00
|
|
|
.repository.view.issue .comment-list .timeline:before {
|
2019-07-06 21:37:46 +00:00
|
|
|
background-color: #3b4954;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-04-10 22:01:41 +00:00
|
|
|
.repository.view.issue .comment-list .timeline-item .badge {
|
|
|
|
background-color: #383c4a;
|
|
|
|
border-color: #3b4954;
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
|
2019-05-13 06:26:32 +00:00
|
|
|
.repository .comment.form .content .form:after {
|
|
|
|
border-right-color: #313c47;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .comment.form .content .form:before {
|
|
|
|
border-right-color: #313c47;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui .text.grey a:hover {
|
|
|
|
color: #dbdbdb !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.basic.green.active.button,
|
|
|
|
.ui.basic.green.buttons .active.button {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #13ae38 !important;
|
2020-02-23 04:32:15 +00:00
|
|
|
box-shadow: 0 0 0 1px #13ae38 inset !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.form textarea,
|
|
|
|
.ui.form textarea:focus {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb;
|
2019-06-27 06:36:37 +00:00
|
|
|
background: #404552;
|
|
|
|
border: 2px solid #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.form textarea:focus {
|
|
|
|
border: 1px solid #456580;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui .info.segment.top {
|
|
|
|
background-color: #404552 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .diff-file-box .code-diff-unified tbody tr.del-code td {
|
|
|
|
background-color: #3c2626 !important;
|
|
|
|
border-color: #634343 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.repository .diff-file-box .code-diff-unified tbody tr.add-code td {
|
2019-05-14 00:54:23 +00:00
|
|
|
background-color: #283e2d !important;
|
2019-05-13 06:26:32 +00:00
|
|
|
border-color: #314a37 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-05-14 16:06:01 +00:00
|
|
|
.removed-code {
|
|
|
|
background-color: #5f3737;
|
|
|
|
}
|
|
|
|
|
|
|
|
.added-code {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #3a523a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-title,
|
|
|
|
.hljs-section,
|
|
|
|
.hljs-selector-id {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #986c88;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-string,
|
|
|
|
.hljs-doctag {
|
2019-06-27 06:36:37 +00:00
|
|
|
color: #8ab398;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-08-08 14:46:03 +00:00
|
|
|
.tag-code,
|
|
|
|
.tag-code td {
|
|
|
|
background: #242637 !important;
|
|
|
|
border-color: transparent !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.vertical.menu .active.item {
|
2019-05-14 00:54:23 +00:00
|
|
|
background: #4b5162;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.vertical.menu .item {
|
|
|
|
background: #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.vertical.menu .header.item {
|
|
|
|
background: #404552;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.vertical.menu {
|
|
|
|
background: #353945;
|
|
|
|
border: 1px solid #333640;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.repository.list .item:not(:first-child) {
|
|
|
|
border-top: 1px solid #4c505c;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui .text.blue {
|
|
|
|
color: #87ab63 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.selection.active.dropdown,
|
|
|
|
.ui.selection.active.dropdown .menu {
|
2019-05-13 06:26:32 +00:00
|
|
|
border-color: #4e5361;
|
2020-02-23 16:48:27 +00:00
|
|
|
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.selection.active.dropdown:hover,
|
|
|
|
.ui.selection.active.dropdown:hover .menu {
|
2019-05-13 06:26:32 +00:00
|
|
|
border-color: #4e5361;
|
2020-02-23 16:48:27 +00:00
|
|
|
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.selection.dropdown {
|
|
|
|
background: #404552;
|
2019-05-14 00:54:23 +00:00
|
|
|
border: 1px solid #404552;
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.menu .ui.dropdown .menu > .active.item {
|
|
|
|
color: #dbdbdb !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.tabular.menu {
|
|
|
|
border-bottom: 1px solid #313c47;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.card,
|
|
|
|
.ui.cards > .card {
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #353945;
|
|
|
|
box-shadow: 0 1px 3px 0 #4c505c, 0 0 0 1px #4c505c;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.card > .content > .header,
|
|
|
|
.ui.cards > .card > .content > .header {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.card > .extra a:not(.ui),
|
|
|
|
.ui.cards > .card > .extra a:not(.ui) {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui .text.black {
|
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui .text.black:hover {
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.secondary.segment {
|
|
|
|
background: #353945;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.secondary.pointing.menu .active.item {
|
|
|
|
color: #dbdbdb;
|
2019-06-27 06:36:37 +00:00
|
|
|
border: 0;
|
|
|
|
background: #383c4a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.user.list .item:not(:first-child) {
|
|
|
|
border-top: 1px solid #4c505c;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.secondary.pointing.menu .active.item:hover {
|
|
|
|
border-color: #af8b4c;
|
|
|
|
color: #dbdbdb;
|
|
|
|
background: #4b5162;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.secondary.pointing.menu .dropdown.item:hover,
|
|
|
|
.ui.secondary.pointing.menu .link.item:hover,
|
|
|
|
.ui.secondary.pointing.menu a.item:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox label,
|
|
|
|
.ui.checkbox + label,
|
|
|
|
.ui.form .field > label {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.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 {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.user.settings .email.list .item:not(:first-child) {
|
|
|
|
border-top: 1px solid #3f4451;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.explore .navbar {
|
|
|
|
background-color: #2a2e3a !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.menu.new-menu {
|
|
|
|
background-color: #2a2e3a !important;
|
2019-06-27 06:36:37 +00:00
|
|
|
|
2019-05-13 06:26:32 +00:00
|
|
|
@media only screen and (max-width: 1200px) {
|
|
|
|
&:after {
|
|
|
|
background-image: linear-gradient(to right, rgba(42, 46, 42, 0), rgba(42, 46, 42, 1) 100%);
|
|
|
|
}
|
|
|
|
}
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
input {
|
|
|
|
background: #2e323e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.settings .key.list .item:not(:first-child) {
|
|
|
|
border-top: 1px solid #404552;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.attached.info.message,
|
|
|
|
.ui.info.message {
|
2019-05-13 06:26:32 +00:00
|
|
|
box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
|
2018-09-17 14:59:49 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.bottom.attached.message {
|
|
|
|
background-color: #2c662d;
|
|
|
|
color: #87ab63;
|
2019-01-29 23:11:53 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-01-29 23:11:53 +00:00
|
|
|
.ui.bottom.attached.message .pull-right {
|
|
|
|
color: #87ab63;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.info.message {
|
|
|
|
background-color: #2c3b4a;
|
|
|
|
color: #9ebcc5;
|
2018-09-17 14:59:49 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui .warning.header {
|
|
|
|
background-color: #5d3a22 !important;
|
|
|
|
border-color: #794f31;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.red.message {
|
2020-02-23 16:48:27 +00:00
|
|
|
background-color: rgba(80, 23, 17, .6);
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #f9cbcb;
|
2020-02-23 16:48:27 +00:00
|
|
|
box-shadow: 0 0 0 1px rgba(121, 71, 66, .5) inset, 0 0 0 0 transparent;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.red.button,
|
|
|
|
.ui.red.buttons .button {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #7d3434;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.red.button:hover,
|
|
|
|
.ui.red.buttons .button:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #984646;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox label:hover,
|
|
|
|
.ui.checkbox + label:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dbdbdb !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox input:checked ~ .box:after,
|
|
|
|
.ui.checkbox input:checked ~ label:after {
|
|
|
|
color: #7f98ad;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox input:checked ~ .box:before,
|
|
|
|
.ui.checkbox input:checked ~ label:before {
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #304251;
|
2019-06-27 06:36:37 +00:00
|
|
|
opacity: 1;
|
|
|
|
color: #7f98ad;
|
|
|
|
border-color: #304251;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox .box:hover::before,
|
|
|
|
.ui.checkbox label:hover::before {
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #304251;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox .box:before,
|
|
|
|
.ui.checkbox label:before {
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #304251;
|
|
|
|
border: 1px solid #304251;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-06-28 21:17:21 +00:00
|
|
|
.ui.checkbox label:before {
|
|
|
|
border-color: #476075;
|
|
|
|
}
|
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox .box:active::before,
|
|
|
|
.ui.checkbox label:active::before {
|
2019-05-13 06:26:32 +00:00
|
|
|
background: #304251;
|
2020-02-23 16:48:27 +00:00
|
|
|
border-color: rgba(34, 36, 38, .35);
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox input:focus ~ .box:before,
|
|
|
|
.ui.checkbox input:focus ~ label:before {
|
2019-05-13 06:26:32 +00:00
|
|
|
border-color: #304251;
|
|
|
|
background: #304251;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox input:checked:focus ~ .box:before,
|
|
|
|
.ui.checkbox input:checked:focus ~ label:before,
|
|
|
|
.ui.checkbox input:not([type="radio"]):indeterminate:focus ~ .box:before,
|
|
|
|
.ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label:before {
|
2019-05-13 06:26:32 +00:00
|
|
|
border-color: #304251;
|
|
|
|
background: #304251;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox input:checked:focus ~ .box:after,
|
|
|
|
.ui.checkbox input:checked:focus ~ label:after,
|
|
|
|
.ui.checkbox input:not([type="radio"]):indeterminate:focus ~ .box:after,
|
|
|
|
.ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label:after {
|
|
|
|
color: #7f98ad;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.checkbox input:focus ~ .box:after,
|
|
|
|
.ui.checkbox input:focus ~ label,
|
|
|
|
.ui.checkbox input:focus ~ label:after {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #9a9a9a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.selection.dropdown:hover {
|
|
|
|
border: 1px solid #456580;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.selection.dropdown .menu > .item {
|
|
|
|
border-top: 1px solid #313c47;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.selection.visible.dropdown > .text:not(.default) {
|
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-02-23 04:32:15 +00:00
|
|
|
.ui.positive.message {
|
|
|
|
background-color: #0d491b;
|
|
|
|
color: #87ab63;
|
|
|
|
box-shadow: 0 0 0 1px #2d693b inset, 0 0 0 0 transparent;
|
|
|
|
}
|
|
|
|
|
2019-05-13 06:26:32 +00:00
|
|
|
.ui.negative.message {
|
2020-02-23 16:48:27 +00:00
|
|
|
background-color: rgba(80, 23, 17, .6);
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #f9cbcb;
|
2020-02-23 16:48:27 +00:00
|
|
|
box-shadow: 0 0 0 1px rgba(121, 71, 66, .5) inset, 0 0 0 0 transparent;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-tag,
|
|
|
|
.hljs-name,
|
|
|
|
.hljs-attribute {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #ef5e77;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.user.profile .ui.card .extra.content ul li:not(:last-child) {
|
|
|
|
border-bottom: 1px solid #4c505c;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.hljs-number,
|
|
|
|
.hljs-literal,
|
|
|
|
.hljs-variable,
|
|
|
|
.hljs-template-variable,
|
|
|
|
.hljs-tag .hljs-attr {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #bd84bf;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.form .dropzone {
|
|
|
|
border: 2px dashed #4c505c;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.basic.red.button,
|
|
|
|
.ui.basic.red.buttons .button {
|
2019-05-13 06:26:32 +00:00
|
|
|
box-shadow: 0 0 0 1px #a04141 inset !important;
|
|
|
|
color: #a04141 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.list .list > .item .header,
|
|
|
|
.ui.list > .item .header {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #dedede;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.list .list > .item .description,
|
|
|
|
.ui.list > .item .description {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.user.list .item .description a {
|
|
|
|
color: #668cb1;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-02-11 17:02:41 +00:00
|
|
|
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory,
|
|
|
|
.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
|
2019-05-13 06:26:32 +00:00
|
|
|
color: #7c9b5e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.blue.button:focus,
|
|
|
|
.ui.blue.buttons .button:focus {
|
2019-06-27 06:36:37 +00:00
|
|
|
background-color: #a27558;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.basic.blue.button:hover,
|
|
|
|
.ui.basic.blue.buttons .button:hover {
|
2019-05-13 06:26:32 +00:00
|
|
|
box-shadow: 0 0 0 1px #87ab63 inset !important;
|
|
|
|
color: #87ab63 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.basic.blue.button:focus,
|
|
|
|
.ui.basic.blue.buttons .button:focus {
|
2019-05-13 06:26:32 +00:00
|
|
|
box-shadow: 0 0 0 1px #87ab63 inset !important;
|
|
|
|
color: #87ab63 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-12-04 01:39:58 +00:00
|
|
|
.repository.labels .ui.basic.black.label {
|
|
|
|
background-color: #bbbbbb !important;
|
|
|
|
}
|
|
|
|
|
2019-08-08 14:46:03 +00:00
|
|
|
.lines-commit {
|
|
|
|
background: #2e323e !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom-line {
|
|
|
|
border-color: #4e525e !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lines-num {
|
|
|
|
background: #2e323e !important;
|
|
|
|
color: #9e9e9e !important;
|
|
|
|
border-color: #2d2d2d !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lines-num pre,
|
|
|
|
.lines-code pre,
|
|
|
|
.lines-num ol,
|
|
|
|
.lines-code ol,
|
|
|
|
.lines-num .hljs,
|
|
|
|
.lines-code .hljs {
|
|
|
|
background-color: #2a2e3a !important;
|
|
|
|
}
|
2020-02-07 19:19:50 +00:00
|
|
|
td.blob-excerpt {
|
2020-02-23 16:48:27 +00:00
|
|
|
background-color: rgba(0, 0, 0, .15);
|
2020-02-07 19:19:50 +00:00
|
|
|
}
|
2019-08-08 14:46:03 +00:00
|
|
|
|
|
|
|
.code-view .active {
|
|
|
|
background: #554a00;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
a.ui.label:hover,
|
|
|
|
a.ui.labels .label:hover {
|
2019-08-04 12:55:20 +00:00
|
|
|
background-color: #505667 !important;
|
|
|
|
color: #dbdbdb !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository #commits-table td.sha .sha.label,
|
|
|
|
.repository #repo-files-table .sha.label {
|
|
|
|
border-color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository #commits-table td.sha .sha.label.isSigned .detail.icon,
|
|
|
|
.repository #repo-files-table .sha.label.isSigned .detail.icon {
|
|
|
|
background: none;
|
|
|
|
border-left-color: #888;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-02-27 19:20:55 +00:00
|
|
|
.repository .ui.attached.message.isSigned.isVerified {
|
|
|
|
background-color: #394829;
|
|
|
|
color: #9e9e9e;
|
|
|
|
|
|
|
|
&.message {
|
|
|
|
color: #87ab63;
|
|
|
|
.ui.text {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
.pull-right {
|
|
|
|
color: #87ab63;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository .ui.attached.message.isSigned.isVerifiedUntrusted {
|
|
|
|
background-color: #4a3903;
|
|
|
|
color: #9e9e9e;
|
|
|
|
&.message {
|
|
|
|
color: #c2c193;
|
|
|
|
.ui.text {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
.pull-right,
|
|
|
|
a {
|
|
|
|
color: #c2c193;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository .ui.attached.message.isSigned.isVerifiedUnmatched {
|
|
|
|
background-color: #4e3321;
|
|
|
|
color: #9e9e9e;
|
|
|
|
&.message {
|
|
|
|
color: #c2a893;
|
|
|
|
.ui.text {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
.pull-right,
|
|
|
|
a {
|
|
|
|
color: #c2a893;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository .ui.attached.message.isSigned.isWarning {
|
|
|
|
background-color: rgba(80, 23, 17, .6);
|
|
|
|
&.message {
|
|
|
|
color: #d07d7d;
|
|
|
|
.ui.text {
|
|
|
|
color: #d07d7d;
|
|
|
|
}
|
|
|
|
.pull-right {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-13 06:26:32 +00:00
|
|
|
.repository .label.list .item {
|
|
|
|
border-bottom: 1px dashed #4c505c;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.basic.blue.button,
|
|
|
|
.ui.basic.blue.buttons .button {
|
2019-06-27 06:36:37 +00:00
|
|
|
box-shadow: 0 0 0 1px #87ab63 inset !important;
|
|
|
|
color: #87ab63 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-02-27 19:20:55 +00:00
|
|
|
.ui.text.yellow,
|
|
|
|
.yellow.icon.icon.icon {
|
|
|
|
color: #e4ac07 !important;
|
|
|
|
}
|
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(1),
|
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2),
|
2019-07-23 14:31:51 +00:00
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3),
|
2019-06-26 21:35:07 +00:00
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4),
|
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(5),
|
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(6) {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #2a2e3a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(4),
|
2019-06-26 21:35:07 +00:00
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(5),
|
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(6),
|
2019-05-14 00:54:23 +00:00
|
|
|
.repository .diff-file-box .code-diff-split tbody tr td.add-code {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #283e2d !important;
|
|
|
|
border-color: #314a37 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(1),
|
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(2),
|
2019-06-26 21:35:07 +00:00
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3),
|
2019-05-14 00:54:23 +00:00
|
|
|
.repository .diff-file-box .code-diff-split tbody tr td.del-code {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #3c2626 !important;
|
|
|
|
border-color: #634343 !important;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2019-05-14 00:54:23 +00:00
|
|
|
.ui.blue.button:active,
|
|
|
|
.ui.blue.buttons .button:active {
|
2019-05-13 06:26:32 +00:00
|
|
|
background-color: #a27558;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
#git-graph-container li a {
|
|
|
|
color: #c79575;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
#git-graph-container li .author {
|
|
|
|
color: #c79575;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.header .sub.header {
|
|
|
|
color: #9e9e9e;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.dividing.header {
|
|
|
|
border-bottom: 1px solid #4c505c;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.modal > .header {
|
|
|
|
background: #404552;
|
|
|
|
color: #dbdbdb;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.modal > .actions {
|
|
|
|
background: #404552;
|
|
|
|
border-top: 1px solid #404552;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.ui.modal > .content {
|
|
|
|
background: #383c4a;
|
2018-07-05 21:25:04 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
|
|
|
.editor-toolbar {
|
|
|
|
background-color: #404552;
|
2020-02-23 04:32:15 +00:00
|
|
|
border-color: #7f98ad;
|
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2020-05-14 16:06:01 +00:00
|
|
|
.edit-diff > div > .ui.table {
|
|
|
|
border-left-color: #404552 !important;
|
|
|
|
border-right-color: #404552 !important;
|
|
|
|
}
|
|
|
|
|
2020-02-23 04:32:15 +00:00
|
|
|
.editor-toolbar a {
|
|
|
|
color: #87ab63 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-toolbar a.active,
|
|
|
|
.editor-toolbar a:hover {
|
|
|
|
background: #2a2e3a;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-toolbar i.separator {
|
|
|
|
border-right-color: #7f98ad;
|
2018-07-14 06:07:30 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2018-08-12 13:55:48 +00:00
|
|
|
.repository .diff-detail-box {
|
2018-09-17 14:59:49 +00:00
|
|
|
background-color: #383c4a;
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2018-08-12 13:55:48 +00:00
|
|
|
.detail-files {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
}
|
2018-09-17 14:59:49 +00:00
|
|
|
|
|
|
|
.comment-code-cloud {
|
|
|
|
.ui.attached.tabular.menu {
|
|
|
|
background: none transparent;
|
2019-05-14 00:54:23 +00:00
|
|
|
border: 0;
|
2018-09-17 14:59:49 +00:00
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2018-09-17 14:59:49 +00:00
|
|
|
.footer .markdown-info {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-comment {
|
2019-05-14 00:54:23 +00:00
|
|
|
color: #888888;
|
2018-09-17 14:59:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui.comments .comment {
|
|
|
|
.author {
|
|
|
|
color: #dbdbdb;
|
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2018-09-17 14:59:49 +00:00
|
|
|
.metadata {
|
|
|
|
color: #808084;
|
|
|
|
}
|
2019-05-13 06:26:32 +00:00
|
|
|
|
2018-09-17 14:59:49 +00:00
|
|
|
.text {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
}
|
2018-11-27 09:36:54 +00:00
|
|
|
|
2020-03-17 19:08:15 +00:00
|
|
|
body .xdsoft_datetimepicker {
|
2019-06-28 21:17:21 +00:00
|
|
|
background: #2a2e39;
|
|
|
|
border: 1px solid #4c505c;
|
|
|
|
color: #9e9e9e;
|
|
|
|
|
2020-03-17 19:08:15 +00:00
|
|
|
.xdsoft_monthpicker {
|
2019-06-28 21:17:21 +00:00
|
|
|
height: 36px;
|
|
|
|
background: #464c5d;
|
|
|
|
margin: -2px -8px 2px;
|
|
|
|
padding: 2px 8px 0;
|
|
|
|
|
|
|
|
button {
|
|
|
|
background-image: none;
|
|
|
|
text-indent: 0;
|
|
|
|
text-align: center;
|
|
|
|
color: #9e9e9e;
|
|
|
|
|
|
|
|
&.xdsoft_prev::before {
|
|
|
|
content: "\f0d9";
|
|
|
|
font: normal normal normal 14px/1 FontAwesome, serif;
|
|
|
|
font-size: 1.7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.xdsoft_next::before {
|
|
|
|
content: "\f0da";
|
|
|
|
font: normal normal normal 14px/1 FontAwesome, serif;
|
|
|
|
font-size: 1.7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.xdsoft_today_button::before {
|
|
|
|
content: "\f015";
|
|
|
|
font: normal normal normal 14px/1 FontAwesome, serif;
|
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& > div.xdsoft_label {
|
|
|
|
background: #464c5d;
|
|
|
|
|
|
|
|
i {
|
|
|
|
line-height: 14px;
|
|
|
|
background-image: none;
|
|
|
|
text-indent: 0;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
::before {
|
|
|
|
content: "\f0dd";
|
|
|
|
font: normal normal normal 14px/1 FontAwesome, serif;
|
2020-02-23 16:48:27 +00:00
|
|
|
font-size: .7em;
|
2019-06-28 21:17:21 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.xdsoft_select {
|
|
|
|
background: #353945;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.xdsoft_datepicker .xdsoft_calendar {
|
|
|
|
td,
|
|
|
|
th {
|
|
|
|
border-color: #4c505c;
|
|
|
|
background-color: #2a2e39;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.xdsoft_other_month,
|
|
|
|
td.xdsoft_disabled {
|
2020-02-23 16:48:27 +00:00
|
|
|
opacity: .8;
|
2019-06-28 21:17:21 +00:00
|
|
|
background: #a0cc75;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-11-06 17:23:06 +00:00
|
|
|
.heatmap(@heat) {
|
|
|
|
@heatmap-cold: #2d303b;
|
|
|
|
@heatmap-hot: #a0cc75;
|
|
|
|
background-color: mix(@heatmap-hot, @heatmap-cold, @heat);
|
|
|
|
}
|
|
|
|
|
2018-11-27 09:36:54 +00:00
|
|
|
.heatmap-color-0 {
|
2019-11-06 17:23:06 +00:00
|
|
|
.heatmap(0%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-1 {
|
|
|
|
.heatmap(20%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-2 {
|
|
|
|
.heatmap(40%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-3 {
|
|
|
|
.heatmap(60%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-4 {
|
|
|
|
.heatmap(80%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-5 {
|
|
|
|
.heatmap(100%);
|
2018-11-27 09:36:54 +00:00
|
|
|
}
|
2019-06-28 02:45:54 +00:00
|
|
|
|
2020-01-20 10:07:30 +00:00
|
|
|
.activity-bar-graph {
|
|
|
|
background-color: #a0cc75;
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
|
2019-06-28 02:45:54 +00:00
|
|
|
/* code mirror dark theme */
|
|
|
|
|
|
|
|
.CodeMirror {
|
|
|
|
color: #9daccc;
|
2020-02-23 04:32:15 +00:00
|
|
|
background-color: #2e323e;
|
|
|
|
border-color: #7f98ad;
|
2019-06-28 02:45:54 +00:00
|
|
|
border-top: 0;
|
|
|
|
|
|
|
|
div.CodeMirror-cursor {
|
|
|
|
border-left: 1px solid #9e9e9e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CodeMirror-gutters {
|
2020-02-23 04:32:15 +00:00
|
|
|
background-color: #2e323e;
|
2019-06-28 02:45:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
::selection,
|
|
|
|
::-moz-selection,
|
|
|
|
.CodeMirror-selected {
|
|
|
|
background: #42402f !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.cm-s-default,
|
|
|
|
&.cm-s-paper {
|
|
|
|
.cm-property {
|
|
|
|
color: #a0cc75;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-header {
|
|
|
|
color: #9daccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-quote {
|
|
|
|
color: #009900;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-keyword {
|
|
|
|
color: #cc8a61;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-atom {
|
|
|
|
color: #ef5e77;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-number {
|
|
|
|
color: #ff5656;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-def {
|
|
|
|
color: #e4e4e4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-variable-2 {
|
|
|
|
color: #00bdbf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-variable-3 {
|
|
|
|
color: #008855;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-comment {
|
|
|
|
color: #8e9ab3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-string {
|
|
|
|
color: #a77272;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-string-2 {
|
|
|
|
color: #ff5500;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-meta,
|
|
|
|
.cm-qualifier {
|
|
|
|
color: #ffb176;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-builtin {
|
|
|
|
color: #b7c951;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-bracket {
|
|
|
|
color: #999977;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-tag {
|
|
|
|
color: #f1d273;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-attribute {
|
|
|
|
color: #bfcc70;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-hr {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-url {
|
|
|
|
color: #c5cfd0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-link {
|
|
|
|
color: #d8c792;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-error {
|
|
|
|
/* color: #ff6e00; */
|
|
|
|
color: #dbdbeb;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-01-20 04:39:21 +00:00
|
|
|
|
|
|
|
.ui.popup {
|
|
|
|
background-color: #383c4a;
|
|
|
|
color: #9e9e9e;
|
|
|
|
border-color: #9e9e9e;
|
|
|
|
|
|
|
|
&.top::before {
|
|
|
|
background-color: #383c4a;
|
|
|
|
}
|
|
|
|
}
|
2020-02-23 04:32:15 +00:00
|
|
|
|
|
|
|
.markdown:not(code) h1 {
|
|
|
|
border-bottom-color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown:not(code) blockquote {
|
|
|
|
border-left-color: #888;
|
|
|
|
}
|
|
|
|
|
2020-04-07 11:03:49 +00:00
|
|
|
.markdown:not(code) code,
|
|
|
|
.markdown:not(code) tt {
|
2020-04-09 19:03:14 +00:00
|
|
|
background-color: #2a2e3a;
|
2020-04-07 11:03:49 +00:00
|
|
|
}
|
|
|
|
|
2020-02-23 04:32:15 +00:00
|
|
|
footer .container .links > * {
|
|
|
|
border-left-color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository.file.list #repo-files-table tbody .svg {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository.release #release-list > li .detail {
|
|
|
|
border-left-color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository.release #release-list > li .detail .dot {
|
|
|
|
background-color: #888;
|
|
|
|
}
|