mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
469 lines
7.4 KiB
469 lines
7.4 KiB
/* Background */
|
|
.highlight-chroma {
|
|
display: block;
|
|
padding: 16px 32px;
|
|
color: rgba(0, 0, 0, .85);
|
|
font-size: 14px;
|
|
font-family: lucida console, Consolas, Monaco, andale mono, ubuntu mono, monospace;
|
|
line-height: 2;
|
|
white-space: pre;
|
|
background: white;
|
|
border: 1px solid #e9e9e9;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.highlight-chroma::selection {
|
|
text-shadow: none;
|
|
background: #b3d4fc;
|
|
}
|
|
.highlight-o {
|
|
color: #0b8235;
|
|
}
|
|
.highlight-p {
|
|
color: #999;
|
|
}
|
|
/* Error */
|
|
.highlight-chroma .highlight-err {
|
|
color: #a61717;
|
|
background-color: #e3d2d2
|
|
}
|
|
|
|
/* LineTableTD */
|
|
.highlight-chroma .highlight-lntd {
|
|
vertical-align: top;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
/* LineTable */
|
|
.highlight-chroma .highlight-lntable {
|
|
border-spacing: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
width: auto;
|
|
overflow: auto;
|
|
display: block;
|
|
}
|
|
|
|
/* LineHighlight */
|
|
.highlight-chroma .highlight-hl {
|
|
display: block;
|
|
width: 100%;
|
|
background-color: #363636
|
|
}
|
|
|
|
/* LineNumbersTable */
|
|
.highlight-chroma .highlight-lnt {
|
|
margin-right: 0.4em;
|
|
padding: 0 0.4em 0 0.4em;
|
|
color: #686868
|
|
}
|
|
|
|
/* LineNumbers */
|
|
.highlight-chroma .highlight-ln {
|
|
margin-right: 0.4em;
|
|
padding: 0 0.4em 0 0.4em;
|
|
color: #686868
|
|
}
|
|
|
|
/* Keyword */
|
|
.highlight-chroma .highlight-k {
|
|
color: #6ab825;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* KeywordConstant */
|
|
.highlight-chroma .highlight-kc {
|
|
color: #6ab825;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* KeywordDeclaration */
|
|
.highlight-chroma .highlight-kd {
|
|
color: #6ab825;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* KeywordNamespace */
|
|
.highlight-chroma .highlight-kn {
|
|
color: #6ab825;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* KeywordPseudo */
|
|
.highlight-chroma .highlight-kp {
|
|
color: #6ab825
|
|
}
|
|
|
|
/* KeywordReserved */
|
|
.highlight-chroma .highlight-kr {
|
|
color: #008dff;
|
|
}
|
|
|
|
/* KeywordType */
|
|
.highlight-chroma .highlight-kt {
|
|
color: #6ab825;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* NameAttribute */
|
|
.highlight-chroma .highlight-na {
|
|
color: #bbbbbb
|
|
}
|
|
|
|
/* NameBuiltin */
|
|
.highlight-chroma .highlight-nb {
|
|
color: #24909d
|
|
}
|
|
|
|
/* NameClass */
|
|
.highlight-chroma .highlight-nc {
|
|
color: #447fcf;
|
|
text-decoration: underline
|
|
}
|
|
|
|
/* NameConstant */
|
|
.highlight-chroma .highlight-no {
|
|
color: #40ffff
|
|
}
|
|
|
|
/* NameDecorator */
|
|
.highlight-chroma .highlight-nd {
|
|
color: #ffa500
|
|
}
|
|
|
|
/* NameException */
|
|
.highlight-chroma .highlight-ne {
|
|
color: #bbbbbb
|
|
}
|
|
|
|
/* NameFunction */
|
|
.highlight-chroma .highlight-nf {
|
|
color: #447fcf
|
|
}
|
|
|
|
/* NameNamespace */
|
|
.highlight-chroma .highlight-nn {
|
|
color: #447fcf;
|
|
text-decoration: underline
|
|
}
|
|
|
|
/* NameTag */
|
|
.highlight-chroma .highlight-nt {
|
|
color: #6ab825;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* NameVariable */
|
|
.highlight-chroma .highlight-nv {
|
|
color: #40ffff
|
|
}
|
|
|
|
/* LiteralString */
|
|
.highlight-chroma .highlight-s {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringAffix */
|
|
.highlight-chroma .highlight-sa {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringBacktick */
|
|
.highlight-chroma .highlight-sb {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringChar */
|
|
.highlight-chroma .highlight-sc {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringDelimiter */
|
|
.highlight-chroma .highlight-dl {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringDoc */
|
|
.highlight-chroma .highlight-sd {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringDouble */
|
|
.highlight-chroma .highlight-s2 {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringEscape */
|
|
.highlight-chroma .highlight-se {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringHeredoc */
|
|
.highlight-chroma .highlight-sh {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringInterpol */
|
|
.highlight-chroma .highlight-si {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralStringOther */
|
|
.highlight-chroma .highlight-sx {
|
|
color: #ffa500
|
|
}
|
|
|
|
/* LiteralStringRegex */
|
|
.highlight-chroma .highlight-sr {
|
|
color: #e90;
|
|
}
|
|
|
|
/* LiteralStringSingle */
|
|
.highlight-chroma .highlight-s1 {
|
|
color: #0b8235
|
|
}
|
|
|
|
/* LiteralStringSymbol */
|
|
.highlight-chroma .highlight-ss {
|
|
color: #ed9d13
|
|
}
|
|
|
|
/* LiteralNumber */
|
|
.highlight-chroma .highlight-m {
|
|
color: #3677a9
|
|
}
|
|
|
|
/* LiteralNumberBin */
|
|
.highlight-chroma .highlight-mb {
|
|
color: #3677a9
|
|
}
|
|
|
|
/* LiteralNumberFloat */
|
|
.highlight-chroma .highlight-mf {
|
|
color: #3677a9
|
|
}
|
|
|
|
/* LiteralNumberHex */
|
|
.highlight-chroma .highlight-mh {
|
|
color: #3677a9
|
|
}
|
|
|
|
/* LiteralNumberInteger */
|
|
.highlight-chroma .highlight-mi {
|
|
color: #3677a9
|
|
}
|
|
|
|
/* LiteralNumberIntegerLong */
|
|
.highlight-chroma .highlight-il {
|
|
color: #3677a9
|
|
}
|
|
|
|
/* LiteralNumberOct */
|
|
.highlight-chroma .highlight-mo {
|
|
color: #3677a9
|
|
}
|
|
|
|
/* OperatorWord */
|
|
.highlight-chroma .highlight-ow {
|
|
color: #6ab825;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* Comment */
|
|
.highlight-chroma .highlight-c {
|
|
color: #999999;
|
|
font-style: italic
|
|
}
|
|
|
|
/* CommentHashbang */
|
|
.highlight-chroma .highlight-ch {
|
|
color: #999999;
|
|
font-style: italic
|
|
}
|
|
|
|
/* CommentMultiline */
|
|
.highlight-chroma .highlight-cm {
|
|
color: #999999;
|
|
font-style: italic
|
|
}
|
|
|
|
/* CommentSingle */
|
|
.highlight-chroma .highlight-c1 {
|
|
color: #708090;
|
|
font-style: italic
|
|
}
|
|
|
|
/* CommentSpecial */
|
|
.highlight-chroma .highlight-cs {
|
|
color: #e50808;
|
|
background-color: #520000;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* CommentPreproc */
|
|
.highlight-chroma .highlight-cp {
|
|
color: #cd2828;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* CommentPreprocFile */
|
|
.highlight-chroma .highlight-cpf {
|
|
color: #cd2828;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* GenericDeleted */
|
|
.highlight-chroma .highlight-gd {
|
|
color: #d22323
|
|
}
|
|
|
|
/* GenericEmph */
|
|
.highlight-chroma .highlight-ge {
|
|
font-style: italic
|
|
}
|
|
|
|
/* GenericError */
|
|
.highlight-chroma .highlight-gr {
|
|
color: #d22323
|
|
}
|
|
|
|
/* GenericHeading */
|
|
.highlight-chroma .highlight-gh {
|
|
color: #ffffff;
|
|
font-weight: bold
|
|
}
|
|
|
|
/* GenericInserted */
|
|
.highlight-chroma .highlight-gi {
|
|
color: #589819
|
|
}
|
|
|
|
/* GenericOutput */
|
|
.highlight-chroma .highlight-go {
|
|
color: #cccccc
|
|
}
|
|
|
|
/* GenericPrompt */
|
|
.highlight-chroma .highlight-gp {
|
|
color: #aaaaaa
|
|
}
|
|
|
|
/* GenericStrong */
|
|
.highlight-chroma .highlight-gs {
|
|
font-weight: bold
|
|
}
|
|
|
|
/* GenericSubheading */
|
|
.highlight-chroma .highlight-gu {
|
|
color: #ffffff;
|
|
text-decoration: underline
|
|
}
|
|
|
|
/* GenericTraceback */
|
|
.highlight-chroma .highlight-gt {
|
|
color: #d22323
|
|
}
|
|
|
|
/* GenericUnderline */
|
|
.highlight-chroma .highlight-gl {
|
|
text-decoration: underline
|
|
}
|
|
|
|
/* TextWhitespace */
|
|
.highlight-chroma .highlight-w {
|
|
color: #666666
|
|
}
|
|
|
|
.hljs {
|
|
display: block;
|
|
padding: 16px 32px;
|
|
color: rgba(0, 0, 0, .85);
|
|
font-size: 14px;
|
|
font-family: lucida console, Consolas, Monaco, andale mono, ubuntu mono, monospace;
|
|
line-height: 2;
|
|
white-space: pre;
|
|
background: white;
|
|
border: 1px solid #e9e9e9;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.hljs::selection {
|
|
text-shadow: none;
|
|
background: #b3d4fc;
|
|
}
|
|
|
|
.hljs-comment,
|
|
.hljs-quote {
|
|
color: #708090;
|
|
font-style: italic;
|
|
}
|
|
|
|
.hljs-doctag,
|
|
.hljs-keyword,
|
|
.hljs-formula {
|
|
color: #008dff;
|
|
}
|
|
|
|
.hljs-section,
|
|
.hljs-name,
|
|
.hljs-selector-tag,
|
|
.hljs-deletion,
|
|
.hljs-subst {
|
|
color: #999;
|
|
}
|
|
|
|
.hljs-literal {
|
|
color: #56b6c2;
|
|
}
|
|
|
|
|
|
.hljs-regexp {
|
|
color: #e90;
|
|
}
|
|
.hljs-string,
|
|
.hljs-addition,
|
|
.hljs-attribute,
|
|
.hljs-meta-string {
|
|
color: #0b8235;
|
|
}
|
|
|
|
.hljs-built_in,
|
|
.hljs-class .hljs-title {
|
|
color: #e6c07b;
|
|
}
|
|
|
|
.hljs-attr,
|
|
.hljs-variable,
|
|
.hljs-template-variable,
|
|
.hljs-type,
|
|
.hljs-selector-class,
|
|
.hljs-selector-attr,
|
|
.hljs-selector-pseudo,
|
|
.hljs-number {
|
|
color: #f81d22;
|
|
}
|
|
|
|
.hljs-symbol,
|
|
.hljs-bullet,
|
|
.hljs-link,
|
|
.hljs-meta,
|
|
.hljs-selector-id,
|
|
.hljs-title {
|
|
color: #f81d22;
|
|
}
|
|
|
|
.hljs-emphasis {
|
|
font-style: italic;
|
|
}
|
|
|
|
.hljs-strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hljs-link {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|