bw.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /* Background */ .highlight-bg { background-color: #ffffff }
  2. /* PreWrapper */ .highlight-chroma { background-color: #ffffff; }
  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 { font-weight: bold }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { font-weight: bold }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { font-weight: bold }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { font-weight: bold }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { font-weight: bold }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { }
  17. /* NameClass */ .highlight-chroma .highlight-nc { font-weight: bold }
  18. /* NameEntity */ .highlight-chroma .highlight-ni { font-weight: bold }
  19. /* NameException */ .highlight-chroma .highlight-ne { font-weight: bold }
  20. /* NameNamespace */ .highlight-chroma .highlight-nn { font-weight: bold }
  21. /* NameTag */ .highlight-chroma .highlight-nt { font-weight: bold }
  22. /* LiteralString */ .highlight-chroma .highlight-s { font-style: italic }
  23. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { font-style: italic }
  24. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { font-style: italic }
  25. /* LiteralStringChar */ .highlight-chroma .highlight-sc { font-style: italic }
  26. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { font-style: italic }
  27. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { font-style: italic }
  28. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { font-style: italic }
  29. /* LiteralStringEscape */ .highlight-chroma .highlight-se { font-weight: bold; font-style: italic }
  30. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { font-style: italic }
  31. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { font-weight: bold; font-style: italic }
  32. /* LiteralStringOther */ .highlight-chroma .highlight-sx { font-style: italic }
  33. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { font-style: italic }
  34. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { font-style: italic }
  35. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { font-style: italic }
  36. /* OperatorWord */ .highlight-chroma .highlight-ow { font-weight: bold }
  37. /* Comment */ .highlight-chroma .highlight-c { font-style: italic }
  38. /* CommentHashbang */ .highlight-chroma .highlight-ch { font-style: italic }
  39. /* CommentMultiline */ .highlight-chroma .highlight-cm { font-style: italic }
  40. /* CommentSingle */ .highlight-chroma .highlight-c1 { font-style: italic }
  41. /* CommentSpecial */ .highlight-chroma .highlight-cs { font-style: italic }
  42. /* CommentPreproc */ .highlight-chroma .highlight-cp { }
  43. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { }
  44. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  45. /* GenericHeading */ .highlight-chroma .highlight-gh { font-weight: bold }
  46. /* GenericPrompt */ .highlight-chroma .highlight-gp { font-weight: bold }
  47. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  48. /* GenericSubheading */ .highlight-chroma .highlight-gu { font-weight: bold }
  49. /*
  50. grayscale style (c) MY Sun <simonmysun@gmail.com>
  51. */
  52. .hljs {
  53. display: block;
  54. overflow-x: auto;
  55. padding: 0.5em;
  56. color: #333;
  57. background: #fff;
  58. }
  59. .hljs-comment,
  60. .hljs-quote {
  61. color: #777;
  62. font-style: italic;
  63. }
  64. .hljs-keyword,
  65. .hljs-selector-tag,
  66. .hljs-subst {
  67. color: #333;
  68. font-weight: bold;
  69. }
  70. .hljs-number,
  71. .hljs-literal {
  72. color: #777;
  73. }
  74. .hljs-string,
  75. .hljs-doctag,
  76. .hljs-formula {
  77. color: #333;
  78. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat;
  79. }
  80. .hljs-title,
  81. .hljs-section,
  82. .hljs-selector-id {
  83. color: #000;
  84. font-weight: bold;
  85. }
  86. .hljs-subst {
  87. font-weight: normal;
  88. }
  89. .hljs-class .hljs-title,
  90. .hljs-type,
  91. .hljs-name {
  92. color: #333;
  93. font-weight: bold;
  94. }
  95. .hljs-tag {
  96. color: #333;
  97. }
  98. .hljs-regexp {
  99. color: #333;
  100. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==) repeat;
  101. }
  102. .hljs-symbol,
  103. .hljs-bullet,
  104. .hljs-link {
  105. color: #000;
  106. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat;
  107. }
  108. .hljs-built_in,
  109. .hljs-builtin-name {
  110. color: #000;
  111. text-decoration: underline;
  112. }
  113. .hljs-meta {
  114. color: #999;
  115. font-weight: bold;
  116. }
  117. .hljs-deletion {
  118. color: #fff;
  119. background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==) repeat;
  120. }
  121. .hljs-addition {
  122. color: #000;
  123. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC) repeat;
  124. }
  125. .hljs-emphasis {
  126. font-style: italic;
  127. }
  128. .hljs-strong {
  129. font-weight: bold;
  130. }