friendly.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. /* Background */ .highlight-bg { background-color: #f0f0f0 }
  2. /* PreWrapper */ .highlight-chroma { background-color: #f0f0f0; }
  3. /* Error */ .highlight-chroma .highlight-err { }
  4. /* LineTableTD */ .highlight-chroma .highlight-lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
  5. /* LineTable */ .highlight-chroma .highlight-lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
  6. /* LineHighlight */ .highlight-chroma .highlight-hl { background-color: #d8d8d8 }
  7. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  8. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  9. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  10. /* Keyword */ .highlight-chroma .highlight-k { color: #007020; font-weight: bold }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #007020; font-weight: bold }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #007020; font-weight: bold }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #007020; font-weight: bold }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #007020 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #007020; font-weight: bold }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #902000 }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #4070a0 }
  18. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #007020 }
  19. /* NameClass */ .highlight-chroma .highlight-nc { color: #0e84b5; font-weight: bold }
  20. /* NameConstant */ .highlight-chroma .highlight-no { color: #60add5 }
  21. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #555555; font-weight: bold }
  22. /* NameEntity */ .highlight-chroma .highlight-ni { color: #d55537; font-weight: bold }
  23. /* NameException */ .highlight-chroma .highlight-ne { color: #007020 }
  24. /* NameFunction */ .highlight-chroma .highlight-nf { color: #06287e }
  25. /* NameLabel */ .highlight-chroma .highlight-nl { color: #002070; font-weight: bold }
  26. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #0e84b5; font-weight: bold }
  27. /* NameTag */ .highlight-chroma .highlight-nt { color: #062873; font-weight: bold }
  28. /* NameVariable */ .highlight-chroma .highlight-nv { color: #bb60d5 }
  29. /* LiteralString */ .highlight-chroma .highlight-s { color: #4070a0 }
  30. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #4070a0 }
  31. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #4070a0 }
  32. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #4070a0 }
  33. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #4070a0 }
  34. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #4070a0; font-style: italic }
  35. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #4070a0 }
  36. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #4070a0; font-weight: bold }
  37. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #4070a0 }
  38. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #70a0d0; font-style: italic }
  39. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #c65d09 }
  40. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #235388 }
  41. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #4070a0 }
  42. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #517918 }
  43. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #40a070 }
  44. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #40a070 }
  45. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #40a070 }
  46. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #40a070 }
  47. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #40a070 }
  48. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #40a070 }
  49. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #40a070 }
  50. /* Operator */ .highlight-chroma .highlight-o { color: #666666 }
  51. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #007020; font-weight: bold }
  52. /* Comment */ .highlight-chroma .highlight-c { color: #60a0b0; font-style: italic }
  53. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #60a0b0; font-style: italic }
  54. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #60a0b0; font-style: italic }
  55. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #60a0b0; font-style: italic }
  56. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #60a0b0; background-color: #fff0f0 }
  57. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #007020 }
  58. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #007020 }
  59. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #a00000 }
  60. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  61. /* GenericError */ .highlight-chroma .highlight-gr { color: #ff0000 }
  62. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #000080; font-weight: bold }
  63. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #00a000 }
  64. /* GenericOutput */ .highlight-chroma .highlight-go { color: #888888 }
  65. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #c65d09; font-weight: bold }
  66. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  67. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #800080; font-weight: bold }
  68. /* GenericTraceback */ .highlight-chroma .highlight-gt { color: #0044dd }
  69. /* GenericUnderline */ .highlight-chroma .highlight-gl { text-decoration: underline }
  70. /* TextWhitespace */ .highlight-chroma .highlight-w { color: #bbbbbb }
  71. /*
  72. ISBL Editor style light color schemec (c) Dmitriy Tarasov <dimatar@gmail.com>
  73. */
  74. .hljs {
  75. display: block;
  76. overflow-x: auto;
  77. padding: 0.5em;
  78. background: white;
  79. color: black;
  80. }
  81. /* Base color: saturation 0; */
  82. .hljs,
  83. .hljs-subst {
  84. color: #000000;
  85. }
  86. .hljs-comment {
  87. color: #555555;
  88. font-style: italic;
  89. }
  90. .hljs-keyword,
  91. .hljs-attribute,
  92. .hljs-selector-tag,
  93. .hljs-meta-keyword,
  94. .hljs-doctag,
  95. .hljs-name {
  96. color: #000000;
  97. font-weight: bold;
  98. }
  99. /* User color: hue: 0 */
  100. .hljs-string {
  101. color: #000080;
  102. }
  103. .hljs-type,
  104. .hljs-number,
  105. .hljs-selector-id,
  106. .hljs-selector-class,
  107. .hljs-quote,
  108. .hljs-template-tag,
  109. .hljs-deletion {
  110. color: #000000;
  111. }
  112. .hljs-title,
  113. .hljs-section {
  114. color: #fb2c00;
  115. }
  116. .hljs-title>.hljs-built_in {
  117. color: #008080;
  118. font-weight: normal;
  119. }
  120. .hljs-regexp,
  121. .hljs-symbol,
  122. .hljs-variable,
  123. .hljs-template-variable,
  124. .hljs-link,
  125. .hljs-selector-attr,
  126. .hljs-selector-pseudo {
  127. color: #5e1700;
  128. }
  129. /* Language color: hue: 90; */
  130. .hljs-built_in,
  131. .hljs-literal {
  132. color: #000080;
  133. font-weight: bold;
  134. }
  135. .hljs-bullet,
  136. .hljs-code,
  137. .hljs-addition {
  138. color: #397300;
  139. }
  140. .hljs-class {
  141. color: #6f1C00;
  142. font-weight: bold;
  143. }
  144. /* Meta color: hue: 200 */
  145. .hljs-meta {
  146. color: #1f7199;
  147. }
  148. .hljs-meta-string {
  149. color: #4d99bf;
  150. }
  151. /* Misc effects */
  152. .hljs-emphasis {
  153. font-style: italic;
  154. }
  155. .hljs-strong {
  156. font-weight: bold;
  157. }