pygments.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /* Background */ .highlight-bg { }
  2. /* PreWrapper */ .highlight-chroma { ; }
  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: #e5e5e5 }
  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: #008000; font-weight: bold }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #008000; font-weight: bold }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #008000; font-weight: bold }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #008000; font-weight: bold }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #008000 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #008000; font-weight: bold }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #b00040 }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #7d9029 }
  18. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #008000 }
  19. /* NameClass */ .highlight-chroma .highlight-nc { color: #0000ff; font-weight: bold }
  20. /* NameConstant */ .highlight-chroma .highlight-no { color: #880000 }
  21. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #aa22ff }
  22. /* NameEntity */ .highlight-chroma .highlight-ni { color: #999999; font-weight: bold }
  23. /* NameException */ .highlight-chroma .highlight-ne { color: #d2413a; font-weight: bold }
  24. /* NameFunction */ .highlight-chroma .highlight-nf { color: #0000ff }
  25. /* NameLabel */ .highlight-chroma .highlight-nl { color: #a0a000 }
  26. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #0000ff; font-weight: bold }
  27. /* NameTag */ .highlight-chroma .highlight-nt { color: #008000; font-weight: bold }
  28. /* NameVariable */ .highlight-chroma .highlight-nv { color: #19177c }
  29. /* LiteralString */ .highlight-chroma .highlight-s { color: #ba2121 }
  30. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #ba2121 }
  31. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #ba2121 }
  32. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #ba2121 }
  33. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #ba2121 }
  34. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #ba2121; font-style: italic }
  35. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #ba2121 }
  36. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #bb6622; font-weight: bold }
  37. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #ba2121 }
  38. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #bb6688; font-weight: bold }
  39. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #008000 }
  40. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #bb6688 }
  41. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #ba2121 }
  42. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #19177c }
  43. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #666666 }
  44. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #666666 }
  45. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #666666 }
  46. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #666666 }
  47. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #666666 }
  48. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #666666 }
  49. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #666666 }
  50. /* Operator */ .highlight-chroma .highlight-o { color: #666666 }
  51. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #aa22ff; font-weight: bold }
  52. /* Comment */ .highlight-chroma .highlight-c { color: #408080; font-style: italic }
  53. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #408080; font-style: italic }
  54. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #408080; font-style: italic }
  55. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #408080; font-style: italic }
  56. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #408080; font-style: italic }
  57. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #bc7a00 }
  58. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #bc7a00 }
  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: #000080; 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. Description: Foundation 4 docs style for highlight.js
  73. Author: Dan Allen <dan.j.allen@gmail.com>
  74. Website: http://foundation.zurb.com/docs/
  75. Version: 1.0
  76. Date: 2013-04-02
  77. */
  78. .hljs {
  79. display: block;
  80. overflow-x: auto;
  81. padding: 0.5em;
  82. background: #eee; color: black;
  83. }
  84. .hljs-link,
  85. .hljs-emphasis,
  86. .hljs-attribute,
  87. .hljs-addition {
  88. color: #070;
  89. }
  90. .hljs-emphasis {
  91. font-style: italic;
  92. }
  93. .hljs-strong,
  94. .hljs-string,
  95. .hljs-deletion {
  96. color: #d14;
  97. }
  98. .hljs-strong {
  99. font-weight: bold;
  100. }
  101. .hljs-quote,
  102. .hljs-comment {
  103. color: #998;
  104. font-style: italic;
  105. }
  106. .hljs-section,
  107. .hljs-title {
  108. color: #900;
  109. }
  110. .hljs-class .hljs-title,
  111. .hljs-type {
  112. color: #458;
  113. }
  114. .hljs-variable,
  115. .hljs-template-variable {
  116. color: #336699;
  117. }
  118. .hljs-bullet {
  119. color: #997700;
  120. }
  121. .hljs-meta {
  122. color: #3344bb;
  123. }
  124. .hljs-code,
  125. .hljs-number,
  126. .hljs-literal,
  127. .hljs-keyword,
  128. .hljs-selector-tag {
  129. color: #099;
  130. }
  131. .hljs-regexp {
  132. background-color: #fff0ff;
  133. color: #880088;
  134. }
  135. .hljs-symbol {
  136. color: #990073;
  137. }
  138. .hljs-tag,
  139. .hljs-name,
  140. .hljs-selector-id,
  141. .hljs-selector-class {
  142. color: #007700;
  143. }