borland.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /* Background */ .highlight-bg { background-color: #ffffff }
  2. /* PreWrapper */ .highlight-chroma { background-color: #ffffff; }
  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: #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: #000080; font-weight: bold }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #000080; font-weight: bold }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #000080; font-weight: bold }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #000080; font-weight: bold }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #000080; font-weight: bold }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #000080; font-weight: bold }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #000080; font-weight: bold }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #ff0000 }
  18. /* NameTag */ .highlight-chroma .highlight-nt { color: #000080; font-weight: bold }
  19. /* LiteralString */ .highlight-chroma .highlight-s { color: #0000ff }
  20. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #0000ff }
  21. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #0000ff }
  22. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #800080 }
  23. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #0000ff }
  24. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #0000ff }
  25. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #0000ff }
  26. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #0000ff }
  27. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #0000ff }
  28. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #0000ff }
  29. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #0000ff }
  30. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #0000ff }
  31. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #0000ff }
  32. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #0000ff }
  33. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #0000ff }
  34. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #0000ff }
  35. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #0000ff }
  36. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #0000ff }
  37. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #0000ff }
  38. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #0000ff }
  39. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #0000ff }
  40. /* OperatorWord */ .highlight-chroma .highlight-ow { font-weight: bold }
  41. /* Comment */ .highlight-chroma .highlight-c { color: #008800; font-style: italic }
  42. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #008800; font-style: italic }
  43. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #008800; font-style: italic }
  44. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #008800; font-style: italic }
  45. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #008800; font-weight: bold }
  46. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #008080 }
  47. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #008080 }
  48. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #000000; background-color: #ffdddd }
  49. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  50. /* GenericError */ .highlight-chroma .highlight-gr { color: #aa0000 }
  51. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #999999 }
  52. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #000000; background-color: #ddffdd }
  53. /* GenericOutput */ .highlight-chroma .highlight-go { color: #888888 }
  54. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #555555 }
  55. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  56. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #aaaaaa }
  57. /* GenericTraceback */ .highlight-chroma .highlight-gt { color: #aa0000 }
  58. /* GenericUnderline */ .highlight-chroma .highlight-gl { text-decoration: underline }
  59. /* TextWhitespace */ .highlight-chroma .highlight-w { color: #bbbbbb }
  60. /*
  61. Lightfair style (c) Tristian Kelly <tristian.kelly560@gmail.com>
  62. */
  63. .hljs {
  64. display: block;
  65. overflow-x: auto;
  66. padding: 0.5em;
  67. }
  68. .hljs-name {
  69. color:#01a3a3;
  70. }
  71. .hljs-tag,.hljs-meta {
  72. color:#778899;
  73. }
  74. .hljs,
  75. .hljs-subst {
  76. color: #444
  77. }
  78. .hljs-comment {
  79. color: #888888
  80. }
  81. .hljs-keyword,
  82. .hljs-attribute,
  83. .hljs-selector-tag,
  84. .hljs-meta-keyword,
  85. .hljs-doctag,
  86. .hljs-name {
  87. font-weight: bold
  88. }
  89. .hljs-type,
  90. .hljs-string,
  91. .hljs-number,
  92. .hljs-selector-id,
  93. .hljs-selector-class,
  94. .hljs-quote,
  95. .hljs-template-tag,
  96. .hljs-deletion {
  97. color: #4286f4
  98. }
  99. .hljs-title,
  100. .hljs-section {
  101. color: #4286f4;
  102. font-weight: bold
  103. }
  104. .hljs-regexp,
  105. .hljs-symbol,
  106. .hljs-variable,
  107. .hljs-template-variable,
  108. .hljs-link,
  109. .hljs-selector-attr,
  110. .hljs-selector-pseudo {
  111. color: #BC6060
  112. }
  113. .hljs-literal {
  114. color: #62bcbc
  115. }
  116. .hljs-built_in,
  117. .hljs-bullet,
  118. .hljs-code,
  119. .hljs-addition {
  120. color: #25c6c6
  121. }
  122. .hljs-meta-string {
  123. color: #4d99bf
  124. }
  125. .hljs-emphasis {
  126. font-style: italic
  127. }
  128. .hljs-strong {
  129. font-weight: bold
  130. }