| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469 |
- /* 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;
- }
|