manni.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /* Background */ .highlight-bg { background-color: #f0f3f3 }
  2. /* PreWrapper */ .highlight-chroma { background-color: #f0f3f3; }
  3. /* Error */ .highlight-chroma .highlight-err { color: #aa0000; background-color: #ffaaaa }
  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: #d8dada }
  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: #006699; font-weight: bold }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #006699; font-weight: bold }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #006699; font-weight: bold }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #006699; font-weight: bold }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #006699 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #006699; font-weight: bold }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #007788; font-weight: bold }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #330099 }
  18. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #336666 }
  19. /* NameClass */ .highlight-chroma .highlight-nc { color: #00aa88; font-weight: bold }
  20. /* NameConstant */ .highlight-chroma .highlight-no { color: #336600 }
  21. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #9999ff }
  22. /* NameEntity */ .highlight-chroma .highlight-ni { color: #999999; font-weight: bold }
  23. /* NameException */ .highlight-chroma .highlight-ne { color: #cc0000; font-weight: bold }
  24. /* NameFunction */ .highlight-chroma .highlight-nf { color: #cc00ff }
  25. /* NameLabel */ .highlight-chroma .highlight-nl { color: #9999ff }
  26. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #00ccff; font-weight: bold }
  27. /* NameTag */ .highlight-chroma .highlight-nt { color: #330099; font-weight: bold }
  28. /* NameVariable */ .highlight-chroma .highlight-nv { color: #003333 }
  29. /* LiteralString */ .highlight-chroma .highlight-s { color: #cc3300 }
  30. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #cc3300 }
  31. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #cc3300 }
  32. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #cc3300 }
  33. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #cc3300 }
  34. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #cc3300; font-style: italic }
  35. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #cc3300 }
  36. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #cc3300; font-weight: bold }
  37. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #cc3300 }
  38. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #aa0000 }
  39. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #cc3300 }
  40. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #33aaaa }
  41. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #cc3300 }
  42. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #ffcc33 }
  43. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #ff6600 }
  44. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #ff6600 }
  45. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #ff6600 }
  46. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #ff6600 }
  47. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #ff6600 }
  48. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #ff6600 }
  49. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #ff6600 }
  50. /* Operator */ .highlight-chroma .highlight-o { color: #555555 }
  51. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #000000; font-weight: bold }
  52. /* Comment */ .highlight-chroma .highlight-c { color: #0099ff; font-style: italic }
  53. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #0099ff; font-style: italic }
  54. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #0099ff; font-style: italic }
  55. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #0099ff; font-style: italic }
  56. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #0099ff; font-weight: bold; font-style: italic }
  57. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #009999 }
  58. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #009999 }
  59. /* GenericDeleted */ .highlight-chroma .highlight-gd { background-color: #ffcccc }
  60. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  61. /* GenericError */ .highlight-chroma .highlight-gr { color: #ff0000 }
  62. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #003300; font-weight: bold }
  63. /* GenericInserted */ .highlight-chroma .highlight-gi { background-color: #ccffcc }
  64. /* GenericOutput */ .highlight-chroma .highlight-go { color: #aaaaaa }
  65. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #000099; font-weight: bold }
  66. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  67. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #003300; font-weight: bold }
  68. /* GenericTraceback */ .highlight-chroma .highlight-gt { color: #99cc66 }
  69. /* GenericUnderline */ .highlight-chroma .highlight-gl { text-decoration: underline }
  70. /* TextWhitespace */ .highlight-chroma .highlight-w { color: #bbbbbb }
  71. /* Base16 Atelier Sulphurpool Light - Theme */
  72. /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */
  73. /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
  74. /* Atelier-Sulphurpool Comment */
  75. .hljs-comment,
  76. .hljs-quote {
  77. color: #6b7394;
  78. }
  79. /* Atelier-Sulphurpool Red */
  80. .hljs-variable,
  81. .hljs-template-variable,
  82. .hljs-attribute,
  83. .hljs-tag,
  84. .hljs-name,
  85. .hljs-regexp,
  86. .hljs-link,
  87. .hljs-name,
  88. .hljs-selector-id,
  89. .hljs-selector-class {
  90. color: #c94922;
  91. }
  92. /* Atelier-Sulphurpool Orange */
  93. .hljs-number,
  94. .hljs-meta,
  95. .hljs-built_in,
  96. .hljs-builtin-name,
  97. .hljs-literal,
  98. .hljs-type,
  99. .hljs-params {
  100. color: #c76b29;
  101. }
  102. /* Atelier-Sulphurpool Green */
  103. .hljs-string,
  104. .hljs-symbol,
  105. .hljs-bullet {
  106. color: #ac9739;
  107. }
  108. /* Atelier-Sulphurpool Blue */
  109. .hljs-title,
  110. .hljs-section {
  111. color: #3d8fd1;
  112. }
  113. /* Atelier-Sulphurpool Purple */
  114. .hljs-keyword,
  115. .hljs-selector-tag {
  116. color: #6679cc;
  117. }
  118. .hljs {
  119. display: block;
  120. overflow-x: auto;
  121. background: #f5f7ff;
  122. color: #5e6687;
  123. padding: 0.5em;
  124. }
  125. .hljs-emphasis {
  126. font-style: italic;
  127. }
  128. .hljs-strong {
  129. font-weight: bold;
  130. }