File size: 1,498 Bytes
bc20498 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
code.hljs {
padding: 3px 5px
}
/*
Intellij-light style (c) Pegasis <[email protected]>
*/
.hljs {
color: #000;
background: #fff
}
.hljs-subst,
.hljs-title {
font-weight: normal;
color: #000
}
.hljs-title.function_ {
color: #7A7A43
}
.hljs-code,
.hljs-comment,
.hljs-quote {
color: #8C8C8C;
font-style: italic
}
.hljs-meta {
color: #9E880D
}
.hljs-section {
color: #871094
}
.hljs-variable.language_,
.hljs-symbol,
.hljs-selector-class,
.hljs-selector-id,
.hljs-selector-tag,
.hljs-template-tag,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-literal,
.hljs-name,
.hljs-built_in,
.hljs-type {
color: #0033B3
}
.hljs-property,
.hljs-attr {
color: #871094
}
.hljs-attribute {
color: #174AD4
}
.hljs-number {
color: #1750EB
}
.hljs-regexp {
color: #264EFF
}
.hljs-link {
text-decoration: underline;
color: #006DCC
}
.hljs-meta .hljs-string,
.hljs-string {
color: #067D17
}
.hljs-char.escape_ {
color: #0037A6
}
.hljs-doctag {
text-decoration: underline
}
.hljs-template-variable {
color: #248F8F
}
.hljs-addition {
background: #BEE6BE
}
.hljs-deletion {
background: #D6D6D6
}
.hljs-emphasis {
font-style: italic
}
.hljs-strong {
font-weight: bold
}
.hljs-variable,
.hljs-operator,
.hljs-punctuation,
.hljs-title.class_.inherited__,
.hljs-title.class_,
.hljs-params,
.hljs-bullet,
.hljs-formula,
.hljs-tag {
/* purposely ignored */
} |