perldoc.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* Background */ .highlight-bg { background-color: #eeeedd }
  2. /* PreWrapper */ .highlight-chroma { background-color: #eeeedd; }
  3. /* Error */ .highlight-chroma .highlight-err { color: #a61717; background-color: #e3d2d2 }
  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: #d6d6c6 }
  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: #8b008b; font-weight: bold }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #8b008b; font-weight: bold }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #8b008b; font-weight: bold }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #8b008b; font-weight: bold }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #8b008b; font-weight: bold }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #8b008b; font-weight: bold }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #00688b; font-weight: bold }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #658b00 }
  18. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #658b00 }
  19. /* NameClass */ .highlight-chroma .highlight-nc { color: #008b45; font-weight: bold }
  20. /* NameConstant */ .highlight-chroma .highlight-no { color: #00688b }
  21. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #707a7c }
  22. /* NameException */ .highlight-chroma .highlight-ne { color: #008b45; font-weight: bold }
  23. /* NameFunction */ .highlight-chroma .highlight-nf { color: #008b45 }
  24. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #008b45; text-decoration: underline }
  25. /* NameTag */ .highlight-chroma .highlight-nt { color: #8b008b; font-weight: bold }
  26. /* NameVariable */ .highlight-chroma .highlight-nv { color: #00688b }
  27. /* LiteralString */ .highlight-chroma .highlight-s { color: #cd5555 }
  28. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #cd5555 }
  29. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #cd5555 }
  30. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #cd5555 }
  31. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #cd5555 }
  32. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #cd5555 }
  33. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #cd5555 }
  34. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #cd5555 }
  35. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #1c7e71; font-style: italic }
  36. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #cd5555 }
  37. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #cb6c20 }
  38. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #1c7e71 }
  39. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #cd5555 }
  40. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #cd5555 }
  41. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #b452cd }
  42. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #b452cd }
  43. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #b452cd }
  44. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #b452cd }
  45. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #b452cd }
  46. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #b452cd }
  47. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #b452cd }
  48. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #8b008b }
  49. /* Comment */ .highlight-chroma .highlight-c { color: #228b22 }
  50. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #228b22 }
  51. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #228b22 }
  52. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #228b22 }
  53. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #8b008b; font-weight: bold }
  54. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #1e889b }
  55. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #1e889b }
  56. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #aa0000 }
  57. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  58. /* GenericError */ .highlight-chroma .highlight-gr { color: #aa0000 }
  59. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #000080; font-weight: bold }
  60. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #00aa00 }
  61. /* GenericOutput */ .highlight-chroma .highlight-go { color: #888888 }
  62. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #555555 }
  63. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  64. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #800080; font-weight: bold }
  65. /* GenericTraceback */ .highlight-chroma .highlight-gt { color: #aa0000 }
  66. /* GenericUnderline */ .highlight-chroma .highlight-gl { text-decoration: underline }
  67. /* TextWhitespace */ .highlight-chroma .highlight-w { color: #bbbbbb }
  68. /*
  69. Name: Kimbie (light)
  70. Author: Jan T. Sott
  71. License: Creative Commons Attribution-ShareAlike 4.0 Unported License
  72. URL: https://github.com/idleberg/Kimbie-highlight.js
  73. */
  74. /* Kimbie Comment */
  75. .hljs-comment,
  76. .hljs-quote {
  77. color: #a57a4c;
  78. }
  79. /* Kimbie Red */
  80. .hljs-variable,
  81. .hljs-template-variable,
  82. .hljs-tag,
  83. .hljs-name,
  84. .hljs-selector-id,
  85. .hljs-selector-class,
  86. .hljs-regexp,
  87. .hljs-meta {
  88. color: #dc3958;
  89. }
  90. /* Kimbie Orange */
  91. .hljs-number,
  92. .hljs-built_in,
  93. .hljs-builtin-name,
  94. .hljs-literal,
  95. .hljs-type,
  96. .hljs-params,
  97. .hljs-deletion,
  98. .hljs-link {
  99. color: #f79a32;
  100. }
  101. /* Kimbie Yellow */
  102. .hljs-title,
  103. .hljs-section,
  104. .hljs-attribute {
  105. color: #f06431;
  106. }
  107. /* Kimbie Green */
  108. .hljs-string,
  109. .hljs-symbol,
  110. .hljs-bullet,
  111. .hljs-addition {
  112. color: #889b4a;
  113. }
  114. /* Kimbie Purple */
  115. .hljs-keyword,
  116. .hljs-selector-tag,
  117. .hljs-function {
  118. color: #98676a;
  119. }
  120. .hljs {
  121. display: block;
  122. overflow-x: auto;
  123. background: #fbebd4;
  124. color: #84613d;
  125. padding: 0.5em;
  126. }
  127. .hljs-emphasis {
  128. font-style: italic;
  129. }
  130. .hljs-strong {
  131. font-weight: bold;
  132. }