2020-07-01 03:04:03 +05:30
|
|
|
/* Background */
|
|
|
|
|
|
|
|
.chroma {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2a2e3a;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LineTableTD */
|
|
|
|
|
|
|
|
.chroma .lntd {
|
2020-08-26 01:18:53 +05:30
|
|
|
vertical-align: top;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LineTable */
|
|
|
|
|
|
|
|
.chroma .lntable {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-spacing: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
width: auto;
|
|
|
|
overflow: auto;
|
|
|
|
display: block;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* LineHighlight */
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.chroma .hl {
|
2020-08-26 01:18:53 +05:30
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #3f424d;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* LineNumbersTable */
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.chroma .lnt {
|
2020-08-26 01:18:53 +05:30
|
|
|
margin-right: .4em;
|
|
|
|
padding: 0 .4em;
|
|
|
|
color: #7f7f7f;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* LineNumbers */
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.chroma .ln {
|
2020-08-26 01:18:53 +05:30
|
|
|
margin-right: .4em;
|
|
|
|
padding: 0 .4em;
|
|
|
|
color: #7f7f7f;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* Keyword */
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.chroma .k {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #f63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* KeywordConstant */
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.chroma .kc {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* KeywordDeclaration */
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.chroma .kd {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* KeywordNamespace */
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.chroma .kn {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* KeywordPseudo */
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.chroma .kp {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #5f8700;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* KeywordReserved */
|
|
|
|
|
|
|
|
.chroma .kr {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #f63;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* KeywordType */
|
|
|
|
|
|
|
|
.chroma .kt {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameAttribute */
|
|
|
|
|
|
|
|
.chroma .na {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #8a8a8a;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameBuiltin */
|
|
|
|
|
|
|
|
.chroma .nb {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* NameBuiltinPseudo */
|
|
|
|
|
|
|
|
.chroma .bp {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameClass */
|
|
|
|
|
|
|
|
.chroma .nc {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameConstant */
|
|
|
|
|
|
|
|
.chroma .no {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameDecorator */
|
|
|
|
|
|
|
|
.chroma .nd {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameEntity */
|
|
|
|
|
|
|
|
.chroma .ni {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameException */
|
|
|
|
|
|
|
|
.chroma .ne {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #af8700;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameFunction */
|
|
|
|
|
|
|
|
.chroma .nf {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameLabel */
|
|
|
|
|
|
|
|
.chroma .nl {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameNamespace */
|
|
|
|
|
|
|
|
.chroma .nn {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameOther */
|
|
|
|
|
|
|
|
.chroma .nx {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameTag */
|
|
|
|
|
|
|
|
.chroma .nt {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameVariable */
|
|
|
|
|
|
|
|
.chroma .nv {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameVariableClass */
|
|
|
|
|
|
|
|
.chroma .vc {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #f81;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameVariableGlobal */
|
|
|
|
|
|
|
|
.chroma .vg {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* NameVariableInstance */
|
|
|
|
|
|
|
|
.chroma .vi {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralString */
|
|
|
|
|
|
|
|
.chroma .s {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringAffix */
|
|
|
|
|
|
|
|
.chroma .sa {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringBacktick */
|
|
|
|
|
|
|
|
.chroma .sb {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringChar */
|
|
|
|
|
|
|
|
.chroma .sc {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringDelimiter */
|
|
|
|
|
|
|
|
.chroma .dl {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringDoc */
|
|
|
|
|
|
|
|
.chroma .sd {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #6a737d;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringDouble */
|
|
|
|
|
|
|
|
.chroma .s2 {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringEscape */
|
|
|
|
|
|
|
|
.chroma .se {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #f63;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringHeredoc */
|
|
|
|
|
|
|
|
.chroma .sh {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringInterpol */
|
|
|
|
|
|
|
|
.chroma .si {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringOther */
|
|
|
|
|
|
|
|
.chroma .sx {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringRegex */
|
|
|
|
|
|
|
|
.chroma .sr {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #97c;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringSingle */
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.chroma .s1 {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralStringSymbol */
|
|
|
|
|
|
|
|
.chroma .ss {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralNumber */
|
|
|
|
|
|
|
|
.chroma .m {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralNumberBin */
|
|
|
|
|
|
|
|
.chroma .mb {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralNumberFloat */
|
|
|
|
|
|
|
|
.chroma .mf {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralNumberHex */
|
|
|
|
|
|
|
|
.chroma .mh {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralNumberInteger */
|
|
|
|
|
|
|
|
.chroma .mi {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralNumberIntegerLong */
|
|
|
|
|
|
|
|
.chroma .il {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* LiteralNumberOct */
|
|
|
|
|
|
|
|
.chroma .mo {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #1af;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* Operator */
|
|
|
|
|
|
|
|
.chroma .o {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #f63;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* OperatorWord */
|
|
|
|
|
|
|
|
.chroma .ow {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #5f8700;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* Comment */
|
|
|
|
|
|
|
|
.chroma .c {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #6a737d;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* CommentHashbang */
|
|
|
|
|
|
|
|
.chroma .ch {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #6a737d;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* CommentMultiline */
|
|
|
|
|
|
|
|
.chroma .cm {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #6a737d;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2020-07-01 03:04:03 +05:30
|
|
|
/* CommentSingle */
|
|
|
|
|
|
|
|
.chroma .c1 {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #6a737d;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* CommentSpecial */
|
|
|
|
|
|
|
|
.chroma .cs {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #637d;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* CommentPreproc */
|
|
|
|
|
|
|
|
.chroma .cp {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fc6;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* CommentPreprocFile */
|
|
|
|
|
|
|
|
.chroma .cpf {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fc6;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericDeleted */
|
|
|
|
|
|
|
|
.chroma .gd {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fff;
|
|
|
|
background-color: #5f3737;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericEmph */
|
|
|
|
|
|
|
|
.chroma .ge {
|
2020-08-26 01:18:53 +05:30
|
|
|
font-style: italic;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericError */
|
|
|
|
|
|
|
|
.chroma .gr {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #f33;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericHeading */
|
|
|
|
|
|
|
|
.chroma .gh {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fa1;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericInserted */
|
|
|
|
|
|
|
|
.chroma .gi {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fff;
|
|
|
|
background-color: #3a523a;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericOutput */
|
|
|
|
|
|
|
|
.chroma .go {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #888888;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericPrompt */
|
|
|
|
|
|
|
|
.chroma .gp {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #555555;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericStrong */
|
|
|
|
|
|
|
|
.chroma .gs {
|
2020-08-26 01:18:53 +05:30
|
|
|
font-weight: bold;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericSubheading */
|
|
|
|
|
|
|
|
.chroma .gu {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericTraceback */
|
|
|
|
|
|
|
|
.chroma .gt {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #f63;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* GenericUnderline */
|
|
|
|
|
|
|
|
.chroma .gl {
|
2020-08-26 01:18:53 +05:30
|
|
|
text-decoration: underline;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
/* TextWhitespace */
|
|
|
|
|
|
|
|
.chroma .w {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #bbbbbb;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-02-11 15:04:17 +05:30
|
|
|
.repository .ui.segment.sub-menu .list .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
|
|
|
a,
|
|
|
|
span.ui {
|
2019-05-13 11:56:32 +05:30
|
|
|
color: #dbdbdb;
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.horizontal.segments > .segment {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #383c4a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
body {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #383c4a;
|
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-07-07 09:23:02 +05:30
|
|
|
/* firefox scroll bars */
|
|
|
|
|
|
|
|
* {
|
2020-08-26 01:18:53 +05:30
|
|
|
scrollbar-width: thin;
|
|
|
|
scrollbar-color: #87ab63 rgba(255, 255, 255, .1);
|
2019-07-07 09:23:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
/* webkit scrollbars */
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
2020-08-26 01:18:53 +05:30
|
|
|
-webkit-appearance: none !important;
|
|
|
|
width: 10px !important;
|
|
|
|
height: 10px !important;
|
2019-07-07 09:23:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-radius: 0 !important;
|
|
|
|
background: rgba(255, 255, 255, .1) !important;
|
2019-07-07 09:23:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
2020-08-26 01:18:53 +05:30
|
|
|
cursor: pointer !important;
|
|
|
|
border-radius: 5px !important;
|
|
|
|
-webkit-transition: color .2s ease !important;
|
|
|
|
transition: color .2s ease !important;
|
|
|
|
background: #87ab63 !important;
|
2019-07-07 09:23:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #87ab63 !important;
|
2019-07-07 09:23:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #87ab63 !important;
|
2019-07-07 09:23:02 +05:30
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
a:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.card > .extra a:not(.ui):hover,
|
|
|
|
.ui.cards > .card > .extra a:not(.ui):hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.breadcrumb a:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.breadcrumb a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .metas .ui.list a .text {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .metas .ui.list a .text:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .label.list .item a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .label.list .item a:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .milestone.list > .item > a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .milestone.list > .item > a:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository.release #release-list {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-top: 1px solid #4c505c;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .milestone.list > .item .operate > a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .milestone.list > .item .operate > a:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.green.progress .bar {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #668844;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.progress.success .bar {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #7b9e57 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.following.bar.light {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2e323e;
|
|
|
|
border-bottom: 1px solid #313131;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.secondary.menu .active.item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.secondary.menu .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.following.bar .top.menu a.item:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #ffffff;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.attached.header {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
|
|
|
border: 1px solid #404552;
|
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.attached.table {
|
2020-08-26 01:18:53 +05:30
|
|
|
border: 1px solid #304251;
|
|
|
|
background: #304251;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.feeds .list ul li:not(:last-child) {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom: 1px solid #333640;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.feeds .list ul li.private {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #353945;
|
|
|
|
border: 1px solid #333640;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.secondary.menu .dropdown.item:hover,
|
|
|
|
.ui.secondary.menu .link.item:hover,
|
2019-10-02 12:50:30 +05:30
|
|
|
.ui.secondary.menu .active.item:hover,
|
2020-07-31 06:57:06 +05:30
|
|
|
.ui.secondary.menu a.item:hover,
|
|
|
|
.ui.dropdown .menu .active.item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #ffffff;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.menu .ui.dropdown .menu > .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2c303a !important;
|
|
|
|
color: #9e9e9e !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.secondary.menu .dropdown.item > .menu,
|
|
|
|
.ui.text.menu .dropdown.item > .menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
border: 1px solid #434444;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
footer {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2e323e;
|
|
|
|
border-top: 1px solid #313131;
|
|
|
|
color: #bababa;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.menu .dropdown.item .menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2c303a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.menu .ui.dropdown .menu > .item:hover,
|
|
|
|
.ui.menu .ui.dropdown .menu > .selected.item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #ffffff !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.dropdown .menu > .header {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.red.label,
|
|
|
|
.ui.red.labels .label {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #7d3434 !important;
|
|
|
|
border-color: #8a2121 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
|
|
|
border: 1px solid #353945;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.menu .active.item:hover,
|
|
|
|
.ui.vertical.menu .active.item:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
|
|
|
background: #4b5162;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.link.menu .item:hover,
|
|
|
|
.ui.menu .dropdown.item:hover,
|
|
|
|
.ui.menu .link.item:hover,
|
|
|
|
.ui.menu a.item:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
|
|
|
background: #454b5a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.menu .active.item {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #4b5162;
|
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.input input {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
2020-10-20 10:52:10 +05:30
|
|
|
border: 1px solid #4b505f;
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.input input:focus,
|
|
|
|
.ui.input.focus input {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
2020-10-20 10:52:10 +05:30
|
|
|
border: 1px solid #6a737d;
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-09-17 20:29:49 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.accordion .title:not(.ui) {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-12-19 09:05:03 +05:30
|
|
|
.ui.label,
|
|
|
|
.ui.label.basic {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2020-10-20 10:52:10 +05:30
|
|
|
background-color: #2a2e39;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.issue.list > .item .title {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.issue.list > .item .title:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.issue.list > .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom: 1px dashed #475767;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.green.label,
|
|
|
|
.ui.green.labels .label,
|
|
|
|
.ui.basic.green.label {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2d693b !important;
|
|
|
|
border-color: #2d693b !important;
|
2018-09-17 20:29:49 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.basic.green.labels a.label:hover,
|
|
|
|
a.ui.basic.green.label:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #16ab39 !important;
|
|
|
|
border-color: #16ab39 !important;
|
|
|
|
color: #ffffff !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.issue.list > .item .comment {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #129c92;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.basic.button,
|
|
|
|
.ui.basic.buttons .button {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #797979;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.basic.red.active.button,
|
|
|
|
.ui.basic.red.buttons .active.button {
|
2020-08-26 01:18:53 +05:30
|
|
|
box-shadow: 0 0 0 1px #c75252 inset !important;
|
|
|
|
color: #c75252 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.basic.button:focus,
|
|
|
|
.ui.basic.button:hover,
|
|
|
|
.ui.basic.buttons .button:focus,
|
|
|
|
.ui.basic.buttons .button:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
|
|
|
box-shadow: 0 0 0 1px rgba(200, 200, 200, .35) inset;
|
|
|
|
background: rgba(0, 0, 0, .5);
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.menu .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.menu .item.disabled,
|
2020-02-23 10:02:15 +05:30
|
|
|
.ui.menu .item.disabled:hover,
|
|
|
|
.ui.ui.menu .item.disabled,
|
|
|
|
.ui.ui.menu .item.disabled:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #626773;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-10-05 02:24:22 +05:30
|
|
|
.ui.disabled.checkbox label,
|
|
|
|
.ui.checkbox input[disabled] ~ label {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.ui.pagination.menu .active.item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
|
|
|
background-color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .header-wrapper {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2a2e3a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.header,
|
|
|
|
.ui.breadcrumb .divider {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.blue.label,
|
2019-12-19 09:05:03 +05:30
|
|
|
.ui.blue.labels .label,
|
|
|
|
.repository .segment.reactions .ui.label.basic.blue {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #26577b !important;
|
|
|
|
border-color: #26577b !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-24 04:15:21 +05:30
|
|
|
.repository .segment.reactions .ui.label.basic.blue {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a0cc75 !important;
|
|
|
|
background: #305020 !important;
|
|
|
|
border-color: #404552 !important;
|
2020-08-24 04:15:21 +05:30
|
|
|
}
|
|
|
|
|
2020-08-28 23:09:41 +05:30
|
|
|
.repository .select-reaction .item:hover {
|
|
|
|
background: #305020 !important;
|
2020-08-24 04:15:21 +05:30
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.ui.menu .item > .label {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #565454;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.blue.button,
|
|
|
|
.ui.blue.buttons .button {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.blue.button:hover,
|
|
|
|
.ui.blue.buttons .button:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.form input:not([type]),
|
2020-10-20 10:52:10 +05:30
|
|
|
.ui.form textarea,
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.form input[type="date"],
|
|
|
|
.ui.form input[type="datetime-local"],
|
2020-02-21 04:06:47 +05:30
|
|
|
.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 06:24:23 +05:30
|
|
|
.ui.form input[type="tel"],
|
2020-02-21 04:06:47 +05:30
|
|
|
.ui.form input[type="text"],
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.form input[type="time"],
|
2020-10-20 10:52:10 +05:30
|
|
|
.ui.form input[type="url"],
|
|
|
|
.ui.selection.dropdown {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
|
|
|
background: #404552;
|
2020-10-20 10:52:10 +05:30
|
|
|
border: 1px solid #4b505f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.form input:not([type]):hover,
|
|
|
|
.ui.form textarea:hover,
|
|
|
|
.ui.form input[type="date"]:hover,
|
|
|
|
.ui.form input[type="datetime-local"]:hover,
|
|
|
|
.ui.form input[type="email"]:hover,
|
|
|
|
.ui.form input[type="file"]:hover,
|
|
|
|
.ui.form input[type="number"]:hover,
|
|
|
|
.ui.form input[type="password"]:hover,
|
|
|
|
.ui.form input[type="search"]:hover,
|
|
|
|
.ui.form input[type="tel"]:hover,
|
|
|
|
.ui.form input[type="text"]:hover,
|
|
|
|
.ui.form input[type="time"]:hover,
|
|
|
|
.ui.form input[type="url"]:hover,
|
|
|
|
.ui.selection.dropdown:hover {
|
|
|
|
background: #404552;
|
|
|
|
border: 1px solid #4b505f;
|
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.form input:not([type]):focus,
|
2020-10-20 10:52:10 +05:30
|
|
|
.ui.form textarea:focus,
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.form input[type="date"]:focus,
|
|
|
|
.ui.form input[type="datetime-local"]:focus,
|
2020-02-21 04:06:47 +05:30
|
|
|
.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 06:24:23 +05:30
|
|
|
.ui.form input[type="tel"]:focus,
|
2020-02-21 04:06:47 +05:30
|
|
|
.ui.form input[type="text"]:focus,
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.form input[type="time"]:focus,
|
2020-10-20 10:52:10 +05:30
|
|
|
.ui.form input[type="url"]:focus,
|
|
|
|
.ui.selection.dropdown:focus {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
2020-10-20 10:52:10 +05:30
|
|
|
border: 1px solid #6a737d;
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-10-20 10:52:10 +05:30
|
|
|
.ui.form .fields.error .field textarea,
|
|
|
|
.ui.form .fields.error .field select,
|
|
|
|
.ui.form .fields.error .field input:not([type]),
|
|
|
|
.ui.form .fields.error .field input[type="date"],
|
|
|
|
.ui.form .fields.error .field input[type="datetime-local"],
|
|
|
|
.ui.form .fields.error .field input[type="email"],
|
|
|
|
.ui.form .fields.error .field input[type="number"],
|
|
|
|
.ui.form .fields.error .field input[type="password"],
|
|
|
|
.ui.form .fields.error .field input[type="search"],
|
|
|
|
.ui.form .fields.error .field input[type="tel"],
|
|
|
|
.ui.form .fields.error .field input[type="time"],
|
|
|
|
.ui.form .fields.error .field input[type="text"],
|
|
|
|
.ui.form .fields.error .field input[type="file"],
|
|
|
|
.ui.form .fields.error .field input[type="url"],
|
|
|
|
.ui.form .field.error textarea,
|
|
|
|
.ui.form .field.error select,
|
|
|
|
.ui.form .field.error input:not([type]),
|
|
|
|
.ui.form .field.error input[type="date"],
|
|
|
|
.ui.form .field.error input[type="datetime-local"],
|
|
|
|
.ui.form .field.error input[type="email"],
|
|
|
|
.ui.form .field.error input[type="number"],
|
|
|
|
.ui.form .field.error input[type="password"],
|
|
|
|
.ui.form .field.error input[type="search"],
|
|
|
|
.ui.form .field.error input[type="tel"],
|
|
|
|
.ui.form .field.error input[type="time"],
|
|
|
|
.ui.form .field.error input[type="text"],
|
|
|
|
.ui.form .field.error input[type="file"],
|
|
|
|
.ui.form .field.error input[type="url"] {
|
|
|
|
background-color: #522;
|
|
|
|
border: 1px solid #7d3434;
|
|
|
|
color: #f9cbcb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.form .field.error select:focus,
|
|
|
|
.ui.form .field.error input:not([type]):focus,
|
|
|
|
.ui.form .field.error input[type="date"]:focus,
|
|
|
|
.ui.form .field.error input[type="datetime-local"]:focus,
|
|
|
|
.ui.form .field.error input[type="email"]:focus,
|
|
|
|
.ui.form .field.error input[type="number"]:focus,
|
|
|
|
.ui.form .field.error input[type="password"]:focus,
|
|
|
|
.ui.form .field.error input[type="search"]:focus,
|
|
|
|
.ui.form .field.error input[type="tel"]:focus,
|
|
|
|
.ui.form .field.error input[type="time"]:focus,
|
|
|
|
.ui.form .field.error input[type="text"]:focus,
|
|
|
|
.ui.form .field.error input[type="file"]:focus,
|
|
|
|
.ui.form .field.error input[type="url"]:focus {
|
|
|
|
background-color: #522;
|
|
|
|
border: 1px solid #a04141;
|
|
|
|
color: #f9cbcb;
|
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.ui.action.input:not([class*="left action"]) input:focus {
|
2020-10-20 10:52:10 +05:30
|
|
|
border-right-color: #6a737d !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.green.button,
|
|
|
|
.ui.green.buttons .button {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.green.button:hover,
|
|
|
|
.ui.green.buttons .button:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #a0cc75;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.button {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #383c4a;
|
|
|
|
border: 1px solid #4c505c;
|
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.labeled.button:not([class*="left labeled"]) > .label,
|
|
|
|
.ui[class*="left labeled"].button > .button {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
|
|
|
border: 1px solid #4c505c;
|
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.button:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #404552;
|
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-10-20 10:52:10 +05:30
|
|
|
.ui.search > .results {
|
|
|
|
background: #383c4a;
|
|
|
|
border-color: #4c505c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.search > .results .result:hover,
|
|
|
|
.ui.category.search > .results .category .result:hover {
|
|
|
|
background: #404552;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.search > .results .result .title {
|
|
|
|
color: #dbdbdb;
|
|
|
|
}
|
|
|
|
|
2019-12-18 03:04:11 +05:30
|
|
|
.ui.table thead th,
|
|
|
|
.ui.table > thead > tr > th {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
|
|
|
color: #dbdbdb !important;
|
2019-12-18 03:04:11 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository.file.list #repo-files-table tr {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2a2e3a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository.file.list #repo-files-table tr:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #393d4a !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.table {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a5a5a5 !important;
|
|
|
|
border-color: #4c505c;
|
|
|
|
background: #353945;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.table tbody tr {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: #333640;
|
|
|
|
background: #2a2e3a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui .text.grey {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #a5a5a8 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.attached.table.segment {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #353945;
|
|
|
|
color: #dbdbdb !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.markdown:not(code) h2 {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom: 1px solid #304251;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-05-30 04:45:25 +05:30
|
|
|
.ui.tabular.menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom-color: rgba(255, 255, 255, .1);
|
2020-05-30 04:45:25 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.item.active {
|
|
|
|
border-top-color: #404552;
|
|
|
|
border-left-color: #404552;
|
|
|
|
border-right-color: #404552;
|
|
|
|
background: #353945;
|
|
|
|
color: #dbdbdb;
|
|
|
|
}
|
2020-05-30 04:45:25 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.item {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
2019-11-18 01:12:44 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.item:hover {
|
|
|
|
color: #dbdbdb;
|
|
|
|
}
|
2020-05-30 04:45:25 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&.navbar {
|
|
|
|
.item.active {
|
|
|
|
border-top-color: transparent;
|
|
|
|
border-left-color: transparent;
|
|
|
|
border-right-color: transparent;
|
|
|
|
background: #383c4a;
|
2019-11-18 01:12:44 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2019-11-18 01:12:44 +05:30
|
|
|
}
|
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.markdown:not(code) .highlight pre,
|
|
|
|
.markdown:not(code) pre {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2a2e3a;
|
|
|
|
border: 1px solid #404552;
|
2018-07-14 11:37:30 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.markdown:not(code) table tr:nth-child(2n) {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2a2e39;
|
2019-06-21 18:57:47 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.markdown:not(code) table tr:nth-child(2n-1) {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #383b44;
|
2019-06-21 18:57:47 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.markdown:not(code) table thead tr:nth-child(2n-1) {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #464c5d !important;
|
2019-06-21 18:57:47 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.markdown:not(code) table td,
|
|
|
|
.markdown:not(code) table th {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: #4c505c !important;
|
2019-06-21 18:57:47 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository.file.editor.edit,
|
|
|
|
.repository.wiki.new .CodeMirror {
|
2020-08-26 01:18:53 +05:30
|
|
|
.editor-preview,
|
|
|
|
.editor-preview-side,
|
|
|
|
& + .editor-preview-side {
|
|
|
|
background: #353945;
|
|
|
|
|
|
|
|
.markdown:not(code).ui.segment {
|
|
|
|
border-width: 0;
|
2019-06-21 18:57:47 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.dropdown .menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2c303a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.dropdown .menu > .message:not(.ui) {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #636363;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.input {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.overflow.menu .items .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9d9d9d;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.overflow.menu .items .item:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.segment {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #353945;
|
|
|
|
color: #9e9e9e !important;
|
|
|
|
border: 1px solid #404552;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-12-18 03:04:11 +05:30
|
|
|
.ui.list > .item > .content {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e !important;
|
2019-12-18 03:04:11 +05:30
|
|
|
}
|
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.active.button:active,
|
|
|
|
.ui.button:active,
|
2020-08-06 13:34:08 +05:30
|
|
|
.ui.button:focus,
|
|
|
|
.ui.active.button {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2e3e4e;
|
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-06 13:34:08 +05:30
|
|
|
.ui.active.button:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #475e75;
|
|
|
|
color: #dbdbdb;
|
2020-08-06 13:34:08 +05:30
|
|
|
}
|
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.dropdown .menu .selected.item,
|
|
|
|
.ui.dropdown.selected {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.dropdown .menu > .item:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.dropdown .menu > .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.attached.segment {
|
2020-08-26 01:18:53 +05:30
|
|
|
border: 1px solid #404552;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-02-11 22:32:41 +05:30
|
|
|
.repository.view.issue .comment-list .event > .svg.issue-symbol {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #3b4954;
|
2019-07-07 03:33:00 +05:30
|
|
|
}
|
|
|
|
|
2020-02-11 22:32:41 +05:30
|
|
|
.repository.view.issue .comment-list .event > .svg:not(.issue-symbol) {
|
2020-08-26 01:18:53 +05:30
|
|
|
text-shadow: -2px 0 #383c4a, 0 2px #383c4a, 2px 0 #383c4a, 0 -2px #383c4a;
|
2019-07-07 03:33:00 +05:30
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.ui .text.grey a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-04-11 03:31:41 +05:30
|
|
|
.ui .comment .actions a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e !important;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
|
|
|
|
2020-04-11 03:31:41 +05:30
|
|
|
.ui .comment .actions a.active,
|
|
|
|
.ui .comment .actions a:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #fff !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 04:33:37 +05:30
|
|
|
.repository.view.issue .comment-list .comment .content {
|
2020-08-26 01:18:53 +05:30
|
|
|
> .bottom.segment {
|
|
|
|
background: #353945;
|
|
|
|
a {
|
|
|
|
border: solid 1px #353945;
|
|
|
|
background-color: #353945;
|
2020-07-01 04:33:37 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2020-07-01 04:33:37 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.header {
|
|
|
|
color: #dbdbdb;
|
|
|
|
background-color: #404552;
|
|
|
|
border-bottom: 1px solid #353944;
|
|
|
|
}
|
2020-07-01 04:33:37 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.merge-section {
|
|
|
|
background-color: #404552;
|
|
|
|
border-top: 1px solid #353944;
|
|
|
|
}
|
2020-07-01 04:33:37 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.header:after,
|
|
|
|
> .merge-section.no-header:after {
|
|
|
|
border-right-color: #404552;
|
|
|
|
}
|
2020-07-01 04:33:37 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.header:before,
|
|
|
|
> .merge-section.no-header:before {
|
|
|
|
border-right-color: #404552;
|
|
|
|
}
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository.new.issue .comment.form .content:after {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-right-color: #353945;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository.new.issue .comment.form .content:before {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-right-color: #353945;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-07-07 03:07:46 +05:30
|
|
|
.repository.view.issue .comment-list:not(.prevent-before-timeline):before,
|
2020-04-11 03:31:41 +05:30
|
|
|
.repository.view.issue .comment-list .timeline:before {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #3b4954;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-04-11 03:31:41 +05:30
|
|
|
.repository.view.issue .comment-list .timeline-item .badge {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #383c4a;
|
|
|
|
border-color: #3b4954;
|
|
|
|
color: #9e9e9e;
|
2020-04-11 03:31:41 +05:30
|
|
|
}
|
|
|
|
|
2020-05-25 21:42:49 +05:30
|
|
|
.repository.view.issue .comment-list .comment .tag {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
|
|
|
border-color: rgb(152, 152, 152);
|
2020-05-25 21:42:49 +05:30
|
|
|
}
|
|
|
|
|
2020-05-20 18:17:24 +05:30
|
|
|
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: radial-gradient(#383c4a 40%, transparent 40%) no-repeat;
|
2020-05-20 18:17:24 +05:30
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.repository .comment.form .content .form:after {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-right-color: #313c47;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .comment.form .content .form:before {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-right-color: #313c47;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui .text.grey a:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.basic.green.active.button,
|
|
|
|
.ui.basic.green.buttons .active.button {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #13ae38 !important;
|
|
|
|
box-shadow: 0 0 0 1px #13ae38 inset !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui .info.segment.top {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #404552 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.repository .diff-file-box .code-diff-unified tbody tr.del-code td {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #3c2626 !important;
|
|
|
|
border-color: #634343 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-13 18:51:19 +05:30
|
|
|
.repository .diff-file-box .code-diff-unified tbody tr.del-code td.lines-num {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #4e2c2c !important;
|
2020-07-13 18:51:19 +05:30
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.repository .diff-file-box .code-diff-unified tbody tr.add-code td {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #283e2d !important;
|
|
|
|
border-color: #314a37 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-13 18:51:19 +05:30
|
|
|
.repository .diff-file-box .code-diff-unified tbody tr.add-code td.lines-num {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2c4632 !important;
|
2020-07-13 18:51:19 +05:30
|
|
|
}
|
|
|
|
|
2020-05-14 21:36:01 +05:30
|
|
|
.removed-code {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #5f3737;
|
2020-05-14 21:36:01 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.added-code {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #3a523a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-08-08 20:16:03 +05:30
|
|
|
.tag-code,
|
|
|
|
.tag-code td {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #353945 !important;
|
2020-07-01 03:04:03 +05:30
|
|
|
|
|
|
|
}
|
|
|
|
.tag-code td.lines-num {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #3a3e4c !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-01 03:04:03 +05:30
|
|
|
.tag-code td.lines-type-marker,
|
|
|
|
td.blob-hunk {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb !important;
|
2020-07-01 03:04:03 +05:30
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.ui.vertical.menu .active.item {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #4b5162;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.vertical.menu .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #353945;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.vertical.menu .header.item {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.vertical.menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #353945;
|
|
|
|
border: 1px solid #333640;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.repository.list .item:not(:first-child) {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-top: 1px solid #4c505c;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui .text.blue {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.selection.active.dropdown,
|
|
|
|
.ui.selection.active.dropdown .menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: #4e5361;
|
|
|
|
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.selection.active.dropdown:hover,
|
|
|
|
.ui.selection.active.dropdown:hover .menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: #4e5361;
|
|
|
|
box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.menu .ui.dropdown .menu > .active.item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.card,
|
|
|
|
.ui.cards > .card {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #353945;
|
|
|
|
box-shadow: 0 1px 3px 0 #4c505c, 0 0 0 1px #4c505c;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.card > .content > .header,
|
|
|
|
.ui.cards > .card > .content > .header {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.card > .extra a:not(.ui),
|
|
|
|
.ui.cards > .card > .extra a:not(.ui) {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui .text.black {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui .text.black:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.secondary.segment {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #353945;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-06-22 22:14:06 +05:30
|
|
|
.ui.secondary.pointing.menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom-color: rgba(255, 255, 255, .15);
|
2020-06-22 22:14:06 +05:30
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.ui.secondary.pointing.menu .active.item {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.user.list .item:not(:first-child) {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-top: 1px solid #4c505c;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.secondary.pointing.menu .active.item:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.secondary.pointing.menu .dropdown.item:hover,
|
|
|
|
.ui.secondary.pointing.menu .link.item:hover,
|
|
|
|
.ui.secondary.pointing.menu a.item:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-07-31 06:57:06 +05:30
|
|
|
.ui.pointing.dropdown > .menu:not(.hidden)::after {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2c303a;
|
2020-07-31 06:57:06 +05:30
|
|
|
}
|
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.checkbox label,
|
|
|
|
.ui.checkbox + label,
|
|
|
|
.ui.form .field > label {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.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 {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.user.settings .email.list .item:not(:first-child) {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-top: 1px solid #3f4451;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.explore .navbar {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2a2e3a !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.menu.new-menu {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2a2e3a;
|
|
|
|
border-color: transparent !important;
|
2019-06-27 12:06:37 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
@media only screen and (max-width: 1200px) {
|
|
|
|
&:after {
|
|
|
|
background: linear-gradient(to right, transparent 0%, #2a2e3a 100%);
|
2019-05-13 11:56:32 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
input {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2e323e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.settings .key.list .item:not(:first-child) {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-top: 1px solid #404552;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.attached.info.message,
|
|
|
|
.ui.info.message {
|
2020-08-26 01:18:53 +05:30
|
|
|
box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
|
2018-09-17 20:29:49 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.bottom.attached.message {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2c662d;
|
|
|
|
color: #87ab63;
|
2019-01-30 04:41:53 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-01-30 04:41:53 +05:30
|
|
|
.ui.bottom.attached.message .pull-right {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.info.message {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2c3b4a;
|
|
|
|
color: #9ebcc5;
|
2018-09-17 20:29:49 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-10-05 02:24:22 +05:30
|
|
|
.ui .warning.header,
|
|
|
|
.ui.warning.message {
|
|
|
|
background-color: #542 !important;
|
|
|
|
border-color: #ec8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.warning.message {
|
|
|
|
color: #ec8;
|
|
|
|
box-shadow: 0 0 0 1px #ec8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.warning.segment {
|
|
|
|
border-color: #ec8;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-05 01:26:37 +05:30
|
|
|
.ui.red.message,
|
|
|
|
.ui.error.message {
|
2020-10-05 02:24:22 +05:30
|
|
|
background-color: #522;
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #f9cbcb;
|
2020-10-05 02:24:22 +05:30
|
|
|
box-shadow: 0 0 0 1px #a04141 inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui .error.header,
|
|
|
|
.ui.error.message {
|
|
|
|
background-color: #522 !important;
|
|
|
|
border-color: #a04141;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.error.segment {
|
|
|
|
border-color: #a04141;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.red.button,
|
|
|
|
.ui.red.buttons .button {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #7d3434;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.red.button:hover,
|
|
|
|
.ui.red.buttons .button:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #984646;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.checkbox label:hover,
|
|
|
|
.ui.checkbox + label:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dbdbdb !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.checkbox input:checked ~ .box:after,
|
|
|
|
.ui.checkbox input:checked ~ label:after {
|
2020-10-20 10:52:10 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.checkbox input:checked ~ .box:before,
|
|
|
|
.ui.checkbox input:checked ~ label:before {
|
2020-10-20 10:52:10 +05:30
|
|
|
background: #404552;
|
2020-08-26 01:18:53 +05:30
|
|
|
opacity: 1;
|
2020-10-20 10:52:10 +05:30
|
|
|
color: #dbdbdb;
|
|
|
|
border-color: #4b505f;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.checkbox .box:hover::before,
|
|
|
|
.ui.checkbox label:hover::before {
|
2020-10-20 10:52:10 +05:30
|
|
|
background: #404552;
|
|
|
|
border-color: #4b505f;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.checkbox .box:before,
|
|
|
|
.ui.checkbox label:before {
|
2020-10-20 10:52:10 +05:30
|
|
|
background: #404552;
|
|
|
|
border: 1px solid #4b505f;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-06-29 02:47:21 +05:30
|
|
|
.ui.checkbox label:before {
|
2020-10-20 10:52:10 +05:30
|
|
|
border-color: #4b505f;
|
2019-06-29 02:47:21 +05:30
|
|
|
}
|
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.checkbox .box:active::before,
|
|
|
|
.ui.checkbox label:active::before {
|
2020-10-20 10:52:10 +05:30
|
|
|
background: #404552;
|
|
|
|
border-color: #6a737d;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.checkbox input:focus ~ .box:before,
|
|
|
|
.ui.checkbox input:focus ~ label:before {
|
2020-10-20 10:52:10 +05:30
|
|
|
border-color: #6a737d;
|
|
|
|
background: #404552;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.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 {
|
2020-10-20 10:52:10 +05:30
|
|
|
border-color: #6a737d;
|
|
|
|
background: #404552;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.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 {
|
2020-10-20 10:52:10 +05:30
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.checkbox input:focus ~ .box:after,
|
|
|
|
.ui.checkbox input:focus ~ label,
|
|
|
|
.ui.checkbox input:focus ~ label:after {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9a9a9a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-10-20 10:52:10 +05:30
|
|
|
.ui.radio.checkbox label::after,
|
|
|
|
.ui.radio.checkbox input:checked ~ label::after,
|
|
|
|
.ui.radio.checkbox input:focus ~ label::after,
|
|
|
|
.ui.radio.checkbox input:focus:checked ~ label::after, {
|
|
|
|
background: #dbdbdb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.radio.checkbox input:checked ~ label::before,
|
|
|
|
.ui.radio.checkbox input:focus ~ label::before,
|
|
|
|
.ui.radio.checkbox input:focus:checked ~ label::before {
|
|
|
|
background: none;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.selection.dropdown .menu > .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-top: 1px solid #313c47;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.selection.visible.dropdown > .text:not(.default) {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-02-23 10:02:15 +05:30
|
|
|
.ui.positive.message {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #0d491b;
|
|
|
|
color: #87ab63;
|
|
|
|
box-shadow: 0 0 0 1px #2d693b inset, 0 0 0 0 transparent;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.ui.negative.message {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: rgba(80, 23, 17, .6);
|
|
|
|
color: #f9cbcb;
|
|
|
|
box-shadow: 0 0 0 1px rgba(121, 71, 66, .5) inset, 0 0 0 0 transparent;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.user.profile .ui.card .extra.content ul li:not(:last-child) {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom: 1px solid #4c505c;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.form .dropzone {
|
2020-10-20 10:52:10 +05:30
|
|
|
border: 1px dashed #7f98ad;
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2e323e;
|
2020-05-20 04:24:20 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.dz-button {
|
|
|
|
color: rgba(158, 158, 158, .8);
|
|
|
|
}
|
2020-05-20 04:24:20 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.ui.form .dropzone:hover .dz-button {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: rgba(158, 158, 158, 1);
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.basic.red.button,
|
|
|
|
.ui.basic.red.buttons .button {
|
2020-08-26 01:18:53 +05:30
|
|
|
box-shadow: 0 0 0 1px #a04141 inset !important;
|
|
|
|
color: #a04141 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.list .list > .item .header,
|
|
|
|
.ui.list > .item .header {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #dedede;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.list .list > .item .description,
|
|
|
|
.ui.list > .item .description {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.user.list .item .description a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #668cb1;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-02-11 22:32:41 +05:30
|
|
|
.repository.file.list #repo-files-table tbody .svg.octicon-file-directory,
|
|
|
|
.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #7c9b5e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.blue.button:focus,
|
|
|
|
.ui.blue.buttons .button:focus {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #a27558;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.basic.blue.button:hover,
|
|
|
|
.ui.basic.blue.buttons .button:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
box-shadow: 0 0 0 1px #87ab63 inset !important;
|
|
|
|
color: #87ab63 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.basic.blue.button:focus,
|
|
|
|
.ui.basic.blue.buttons .button:focus {
|
2020-08-26 01:18:53 +05:30
|
|
|
box-shadow: 0 0 0 1px #87ab63 inset !important;
|
|
|
|
color: #87ab63 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-12-04 07:09:58 +05:30
|
|
|
.repository.labels .ui.basic.black.label {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #bbbbbb !important;
|
2019-12-04 07:09:58 +05:30
|
|
|
}
|
|
|
|
|
2020-08-29 16:11:04 +05:30
|
|
|
.lines-commit,
|
|
|
|
.blame .lines-num {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2e323e !important;
|
2019-08-08 20:16:03 +05:30
|
|
|
}
|
|
|
|
|
2020-08-29 16:11:04 +05:30
|
|
|
.bottom-line,
|
|
|
|
.bottom-line:after {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: #4e525e !important;
|
2019-08-08 20:16:03 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.lines-num {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e !important;
|
|
|
|
border-color: #2d2d2d !important;
|
2019-08-08 20:16:03 +05:30
|
|
|
}
|
|
|
|
|
2020-02-08 00:49:50 +05:30
|
|
|
td.blob-excerpt {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: rgba(0, 0, 0, .15);
|
2020-02-08 00:49:50 +05:30
|
|
|
}
|
2019-08-08 20:16:03 +05:30
|
|
|
|
2020-07-13 18:51:19 +05:30
|
|
|
a.blob-excerpt {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #ccc;
|
|
|
|
background: #393d4a;
|
2020-07-13 18:51:19 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
a.blob-excerpt:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #87ab63;
|
2020-07-13 18:51:19 +05:30
|
|
|
}
|
|
|
|
|
2020-10-05 02:24:22 +05:30
|
|
|
.lines-code.active,
|
|
|
|
.lines-code .active {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #534d1b !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-10-05 02:24:22 +05:30
|
|
|
.ui.ui.ui.ui.table tr.active,
|
|
|
|
.ui.ui.table td.active {
|
|
|
|
color: #dbdbdb;
|
|
|
|
}
|
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
a.ui.label:hover,
|
|
|
|
a.ui.labels .label:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #505667 !important;
|
|
|
|
color: #dbdbdb !important;
|
2019-08-04 18:25:20 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository #commits-table td.sha .sha.label,
|
|
|
|
.repository #repo-files-table .sha.label {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: #888;
|
2019-08-04 18:25:20 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository #commits-table td.sha .sha.label.isSigned .detail.icon,
|
2020-09-15 01:48:04 +05:30
|
|
|
.repository #repo-files-table .sha.label.isSigned .detail.icon,
|
|
|
|
.repository .timeline-item.commits-list .singular-commit .sha.label.isSigned .detail.icon {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: none;
|
|
|
|
border-left-color: #888;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-02-28 00:50:55 +05:30
|
|
|
.repository .ui.attached.message.isSigned.isVerified {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #394829;
|
|
|
|
color: #9e9e9e;
|
2020-02-28 00:50:55 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&.message {
|
|
|
|
color: #87ab63;
|
|
|
|
.ui.text {
|
|
|
|
color: #9e9e9e;
|
2020-02-28 00:50:55 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
.pull-right {
|
|
|
|
color: #87ab63;
|
|
|
|
}
|
|
|
|
}
|
2020-02-28 00:50:55 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository .ui.attached.message.isSigned.isVerifiedUntrusted {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #4a3903;
|
|
|
|
color: #9e9e9e;
|
|
|
|
&.message {
|
|
|
|
color: #c2c193;
|
|
|
|
.ui.text {
|
|
|
|
color: #9e9e9e;
|
2020-02-28 00:50:55 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
.pull-right,
|
|
|
|
a {
|
|
|
|
color: #c2c193;
|
|
|
|
}
|
|
|
|
}
|
2020-02-28 00:50:55 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository .ui.attached.message.isSigned.isVerifiedUnmatched {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #4e3321;
|
|
|
|
color: #9e9e9e;
|
|
|
|
&.message {
|
|
|
|
color: #c2a893;
|
|
|
|
.ui.text {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
.pull-right,
|
|
|
|
a {
|
|
|
|
color: #c2a893;
|
2020-02-28 00:50:55 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2020-02-28 00:50:55 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository .ui.attached.message.isSigned.isWarning {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: rgba(80, 23, 17, .6);
|
|
|
|
&.message {
|
|
|
|
color: #d07d7d;
|
|
|
|
.ui.text {
|
|
|
|
color: #d07d7d;
|
2020-02-28 00:50:55 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
.pull-right {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
}
|
2020-02-28 00:50:55 +05:30
|
|
|
}
|
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.repository .label.list .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom: 1px dashed #4c505c;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.basic.blue.button,
|
|
|
|
.ui.basic.blue.buttons .button {
|
2020-08-26 01:18:53 +05:30
|
|
|
box-shadow: 0 0 0 1px #87ab63 inset !important;
|
|
|
|
color: #87ab63 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-02-28 00:50:55 +05:30
|
|
|
.ui.text.yellow,
|
|
|
|
.yellow.icon.icon.icon {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #e4ac07 !important;
|
2020-02-28 00:50:55 +05:30
|
|
|
}
|
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.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 20:01:51 +05:30
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3),
|
2019-06-27 03:05:07 +05:30
|
|
|
.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) {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2a2e3a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(4),
|
2019-06-27 03:05:07 +05:30
|
|
|
.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),
|
2020-07-01 03:04:03 +05:30
|
|
|
.repository .diff-file-box .code-diff-split tbody tr td.add-code,
|
|
|
|
.repository .diff-file-box .code-diff-split tbody tr td.lines-num-new.add-code {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #283e2d !important;
|
|
|
|
border-color: #314a37 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.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-27 03:05:07 +05:30
|
|
|
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3),
|
2019-05-14 06:24:23 +05:30
|
|
|
.repository .diff-file-box .code-diff-split tbody tr td.del-code {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #3c2626 !important;
|
|
|
|
border-color: #634343 !important;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-10-05 02:24:22 +05:30
|
|
|
.organization.teams .repositories .item:not(:last-child),
|
|
|
|
.organization.teams .members .item:not(:last-child),
|
2020-07-31 06:57:06 +05:30
|
|
|
.organization.teams .detail .item:not(:last-child),
|
|
|
|
.organization.members .list .item {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom-color: #404552;
|
2020-07-31 06:57:06 +05:30
|
|
|
}
|
|
|
|
|
2019-05-14 06:24:23 +05:30
|
|
|
.ui.blue.button:active,
|
|
|
|
.ui.blue.buttons .button:active {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #a27558;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
#git-graph-container li a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #c79575;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
#git-graph-container li .author {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #c79575;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.header .sub.header {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.dividing.header {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom: 1px solid #4c505c;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.modal > .header {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
|
|
|
color: #dbdbdb;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.modal > .actions {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
|
|
|
border-top: 1px solid #404552;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.ui.modal > .content {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #383c4a;
|
2018-07-06 02:55:04 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
|
|
|
.editor-toolbar {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #404552;
|
2020-10-20 10:52:10 +05:30
|
|
|
border-color: #4b505f;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-05-14 21:36:01 +05:30
|
|
|
.edit-diff > div > .ui.table {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-left-color: #404552 !important;
|
|
|
|
border-right-color: #404552 !important;
|
2020-05-14 21:36:01 +05:30
|
|
|
}
|
|
|
|
|
2020-02-23 10:02:15 +05:30
|
|
|
.editor-toolbar a {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #87ab63 !important;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.editor-toolbar a.active,
|
|
|
|
.editor-toolbar a:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2a2e3a;
|
|
|
|
border-color: transparent;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.editor-toolbar i.separator {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-right-color: #7f98ad;
|
2018-07-14 11:37:30 +05:30
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2018-08-12 19:25:48 +05:30
|
|
|
.repository .diff-detail-box {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #383c4a;
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.detail-files {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
2020-06-23 00:32:27 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&.sticky {
|
|
|
|
border-bottom-color: rgba(255, 255, 255, .1);
|
|
|
|
}
|
2018-08-12 19:25:48 +05:30
|
|
|
}
|
2018-09-17 20:29:49 +05:30
|
|
|
|
|
|
|
.comment-code-cloud {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: #3a3a3a;
|
2020-05-25 21:42:49 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&:before {
|
|
|
|
border-bottom: 13px solid #5a5a5a;
|
|
|
|
}
|
2020-05-25 21:42:49 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.ui.attached.top.header {
|
|
|
|
background: none transparent;
|
|
|
|
border: 0;
|
|
|
|
}
|
2020-05-25 21:42:49 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.ui.active.tab {
|
|
|
|
&:not(.markdown) {
|
|
|
|
textarea:focus {
|
|
|
|
border: none;
|
|
|
|
}
|
2020-05-25 21:42:49 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #404552;
|
2020-05-25 21:42:49 +05:30
|
|
|
}
|
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: rgba(255, 255, 255, .15);
|
|
|
|
}
|
2020-05-25 21:42:49 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.footer {
|
|
|
|
border-top-color: #5a5a5a;
|
2020-05-25 21:42:49 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.markdown-info {
|
|
|
|
color: inherit;
|
2018-09-17 20:29:49 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
|
|
|
|
}
|
2018-09-17 20:29:49 +05:30
|
|
|
}
|
|
|
|
|
2020-05-25 21:42:49 +05:30
|
|
|
.add-comment-left.add-comment-right .ui.attached.header {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: #5d5c5c;
|
|
|
|
border-right: none;
|
2020-05-25 21:42:49 +05:30
|
|
|
}
|
|
|
|
|
2018-09-17 20:29:49 +05:30
|
|
|
.file-comment {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #888888;
|
2018-09-17 20:29:49 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.ui.comments .comment {
|
2020-08-26 01:18:53 +05:30
|
|
|
.author {
|
|
|
|
color: #dbdbdb;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.metadata {
|
|
|
|
color: #808084;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.text {
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
2018-09-17 20:29:49 +05:30
|
|
|
}
|
2018-11-27 15:06:54 +05:30
|
|
|
|
2019-11-06 22:53:06 +05:30
|
|
|
.heatmap(@heat) {
|
2020-08-26 01:18:53 +05:30
|
|
|
@heatmap-cold: #2d303b;
|
|
|
|
@heatmap-hot: #a0cc75;
|
|
|
|
background-color: mix(@heatmap-hot, @heatmap-cold, @heat);
|
2019-11-06 22:53:06 +05:30
|
|
|
}
|
|
|
|
|
2018-11-27 15:06:54 +05:30
|
|
|
.heatmap-color-0 {
|
2020-08-26 01:18:53 +05:30
|
|
|
.heatmap(0%);
|
2019-11-06 22:53:06 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-1 {
|
2020-08-26 01:18:53 +05:30
|
|
|
.heatmap(20%);
|
2019-11-06 22:53:06 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-2 {
|
2020-08-26 01:18:53 +05:30
|
|
|
.heatmap(40%);
|
2019-11-06 22:53:06 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-3 {
|
2020-08-26 01:18:53 +05:30
|
|
|
.heatmap(60%);
|
2019-11-06 22:53:06 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-4 {
|
2020-08-26 01:18:53 +05:30
|
|
|
.heatmap(80%);
|
2019-11-06 22:53:06 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-color-5 {
|
2020-08-26 01:18:53 +05:30
|
|
|
.heatmap(100%);
|
2018-11-27 15:06:54 +05:30
|
|
|
}
|
2019-06-28 08:15:54 +05:30
|
|
|
|
2020-01-20 15:37:30 +05:30
|
|
|
.activity-bar-graph {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #a0cc75;
|
|
|
|
color: #9e9e9e;
|
2020-01-20 15:37:30 +05:30
|
|
|
}
|
|
|
|
|
2019-06-28 08:15:54 +05:30
|
|
|
/* code mirror dark theme */
|
|
|
|
|
|
|
|
.CodeMirror {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9daccc;
|
|
|
|
background-color: #2e323e;
|
2020-10-20 10:52:10 +05:30
|
|
|
border-color: #4b505f;
|
2020-08-26 01:18:53 +05:30
|
|
|
border-top: 0;
|
|
|
|
|
|
|
|
div.CodeMirror-cursor {
|
|
|
|
border-left: 1px solid #9e9e9e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CodeMirror-gutters {
|
2020-02-23 10:02:15 +05:30
|
|
|
background-color: #2e323e;
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
::selection,
|
|
|
|
::-moz-selection,
|
|
|
|
.CodeMirror-selected {
|
|
|
|
background: #42402f !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.cm-s-default,
|
|
|
|
&.cm-s-paper {
|
|
|
|
.cm-property {
|
|
|
|
color: #a0cc75;
|
|
|
|
}
|
2019-06-28 08:15:54 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.cm-header {
|
|
|
|
color: #9daccc;
|
2019-06-28 08:15:54 +05:30
|
|
|
}
|
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.cm-quote {
|
|
|
|
color: #009900;
|
2019-06-28 08:15:54 +05:30
|
|
|
}
|
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.cm-keyword {
|
|
|
|
color: #cc8a61;
|
2019-06-28 08:15:54 +05:30
|
|
|
}
|
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.cm-atom {
|
|
|
|
color: #ef5e77;
|
2019-06-28 08:15:54 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
2019-06-28 08:15:54 +05:30
|
|
|
}
|
2020-01-20 10:09:21 +05:30
|
|
|
|
|
|
|
.ui.popup {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #383c4a;
|
|
|
|
color: #9e9e9e;
|
|
|
|
border-color: #9e9e9e;
|
2020-01-20 10:09:21 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&.top::before {
|
|
|
|
background-color: #383c4a;
|
|
|
|
}
|
2020-01-20 10:09:21 +05:30
|
|
|
}
|
2020-02-23 10:02:15 +05:30
|
|
|
|
|
|
|
.markdown:not(code) h1 {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom-color: #888;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.markdown:not(code) blockquote {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-left-color: #888;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
|
|
|
|
2020-04-07 16:33:49 +05:30
|
|
|
.markdown:not(code) code,
|
|
|
|
.markdown:not(code) tt {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #2a2e3a;
|
2020-04-07 16:33:49 +05:30
|
|
|
}
|
|
|
|
|
2020-02-23 10:02:15 +05:30
|
|
|
footer .container .links > * {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-left-color: #888;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository.file.list #repo-files-table tbody .svg {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #9e9e9e;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository.release #release-list > li .detail {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-left-color: #4c505c;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository.release #release-list > li .detail .dot {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: #888;
|
|
|
|
border-color: #383c4a;
|
2020-07-31 06:57:06 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository.release #release-list > li .detail .download .list {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-top-color: #404552;
|
2020-07-31 06:57:06 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.repository.release #release-list > li .detail .download .list li {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-bottom-color: #404552;
|
2020-02-23 10:02:15 +05:30
|
|
|
}
|
2020-05-21 07:30:43 +05:30
|
|
|
|
2020-08-17 08:37:38 +05:30
|
|
|
.board-column {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: rgba(0, 0, 0, .2) !important;
|
2020-08-17 08:37:38 +05:30
|
|
|
}
|
|
|
|
|
2020-05-21 07:30:43 +05:30
|
|
|
.tribute-container {
|
2020-08-26 01:18:53 +05:30
|
|
|
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .6);
|
2020-05-21 07:30:43 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.tribute-container ul {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #2d303b !important;
|
2020-05-21 07:30:43 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.tribute-container li.highlight,
|
|
|
|
.tribute-container li:hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background: #728e5e !important;
|
2020-05-21 07:30:43 +05:30
|
|
|
}
|
2020-06-26 05:37:15 +05:30
|
|
|
|
|
|
|
.repository .repo-header .ui.huge.breadcrumb.repo-title .repo-header-icon .avatar {
|
2020-08-26 01:18:53 +05:30
|
|
|
color: #2a2e3a;
|
2020-06-26 05:37:15 +05:30
|
|
|
}
|
2020-07-27 11:54:09 +05:30
|
|
|
|
2020-08-06 13:34:08 +05:30
|
|
|
#git-graph-container.monochrome #rel-container .flow-group {
|
2020-08-26 01:18:53 +05:30
|
|
|
stroke: dimgrey;
|
|
|
|
fill: dimgrey;
|
2020-08-06 13:34:08 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#git-graph-container.monochrome #rel-container .flow-group.highlight {
|
2020-08-26 01:18:53 +05:30
|
|
|
stroke: darkgrey;
|
|
|
|
fill: darkgrey;
|
2020-08-06 13:34:08 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#git-graph-container:not(.monochrome) #rel-container .flow-group {
|
2020-08-26 01:18:53 +05:30
|
|
|
&.flow-color-16-5 {
|
|
|
|
stroke: #5543b1;
|
|
|
|
fill: #5543b1;
|
|
|
|
}
|
2020-08-06 13:34:08 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#git-graph-container:not(.monochrome) #rel-container .flow-group.highlight {
|
2020-08-26 01:18:53 +05:30
|
|
|
&.flow-color-16-5 {
|
|
|
|
stroke: #7058e6;
|
|
|
|
fill: #7058e6;
|
|
|
|
}
|
2020-08-06 13:34:08 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#git-graph-container #rev-list li.highlight,
|
|
|
|
#git-graph-container #rev-list li.hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: rgba(255, 255, 255, .05);
|
2020-08-06 13:34:08 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#git-graph-container #rev-list li.highlight.hover {
|
2020-08-26 01:18:53 +05:30
|
|
|
background-color: rgba(255, 255, 255, .1);
|
2020-08-06 13:34:08 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#git-graph-container .ui.buttons button#flow-color-monochrome.ui.button {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-left-color: rgb(76, 80, 92);
|
|
|
|
border-left-style: solid;
|
|
|
|
border-left-width: 1px;
|
2020-08-06 13:34:08 +05:30
|
|
|
}
|
|
|
|
|
2020-07-27 11:54:09 +05:30
|
|
|
.mermaid-chart {
|
2020-08-26 01:18:53 +05:30
|
|
|
filter: invert(84%) hue-rotate(180deg);
|
2020-07-27 11:54:09 +05:30
|
|
|
}
|
2020-08-05 01:26:37 +05:30
|
|
|
|
|
|
|
.is-loading:after {
|
2020-08-26 01:18:53 +05:30
|
|
|
border-color: #4a4c58 #4a4c58 #d7d7da #d7d7da;
|
2020-08-05 01:26:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.markdown-block-error {
|
2020-08-26 01:18:53 +05:30
|
|
|
border: 1px solid rgba(121, 71, 66, .5) !important;
|
|
|
|
border-bottom: none !important;
|
2020-08-05 01:26:37 +05:30
|
|
|
}
|
2020-09-09 23:59:10 +05:30
|
|
|
|
|
|
|
.migrate .cards .card {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.migrate .cards .card .content a {
|
|
|
|
color: rgb(158, 158, 158) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.migrate .cards .card .content a:hover {
|
|
|
|
color: rgb(255, 255, 255) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.migrate .cards .card .content .description {
|
|
|
|
color: rgb(158, 158, 158);
|
|
|
|
}
|