lovelace.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /* Background */ .highlight-bg { background-color: #ffffff }
  2. /* PreWrapper */ .highlight-chroma { background-color: #ffffff; }
  3. /* Error */ .highlight-chroma .highlight-err { background-color: #a848a8 }
  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: #2838b0 }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #444444; font-style: italic }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #2838b0; font-style: italic }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #2838b0 }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #2838b0 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #2838b0 }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #2838b0; font-style: italic }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #388038 }
  18. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #388038 }
  19. /* NameBuiltinPseudo */ .highlight-chroma .highlight-bp { font-style: italic }
  20. /* NameClass */ .highlight-chroma .highlight-nc { color: #287088 }
  21. /* NameConstant */ .highlight-chroma .highlight-no { color: #b85820 }
  22. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #287088 }
  23. /* NameEntity */ .highlight-chroma .highlight-ni { color: #709030 }
  24. /* NameException */ .highlight-chroma .highlight-ne { color: #908828 }
  25. /* NameFunction */ .highlight-chroma .highlight-nf { color: #785840 }
  26. /* NameFunctionMagic */ .highlight-chroma .highlight-fm { color: #b85820 }
  27. /* NameLabel */ .highlight-chroma .highlight-nl { color: #289870 }
  28. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #289870 }
  29. /* NameTag */ .highlight-chroma .highlight-nt { color: #2838b0 }
  30. /* NameVariable */ .highlight-chroma .highlight-nv { color: #b04040 }
  31. /* NameVariableGlobal */ .highlight-chroma .highlight-vg { color: #908828 }
  32. /* NameVariableMagic */ .highlight-chroma .highlight-vm { color: #b85820 }
  33. /* LiteralString */ .highlight-chroma .highlight-s { color: #b83838 }
  34. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #444444 }
  35. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #b83838 }
  36. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #a848a8 }
  37. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #b85820 }
  38. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #b85820; font-style: italic }
  39. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #b83838 }
  40. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #709030 }
  41. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #b83838 }
  42. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #b83838; text-decoration: underline }
  43. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #a848a8 }
  44. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #a848a8 }
  45. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #b83838 }
  46. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #b83838 }
  47. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #444444 }
  48. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #444444 }
  49. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #444444 }
  50. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #444444 }
  51. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #444444 }
  52. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #444444 }
  53. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #444444 }
  54. /* Operator */ .highlight-chroma .highlight-o { color: #666666 }
  55. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #a848a8 }
  56. /* Punctuation */ .highlight-chroma .highlight-p { color: #888888 }
  57. /* Comment */ .highlight-chroma .highlight-c { color: #888888; font-style: italic }
  58. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #287088; font-style: italic }
  59. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #888888; font-style: italic }
  60. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #888888; font-style: italic }
  61. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #888888; font-style: italic }
  62. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #289870 }
  63. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #289870 }
  64. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #c02828 }
  65. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  66. /* GenericError */ .highlight-chroma .highlight-gr { color: #c02828 }
  67. /* GenericHeading */ .highlight-chroma .highlight-gh { color: #666666 }
  68. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #388038 }
  69. /* GenericOutput */ .highlight-chroma .highlight-go { color: #666666 }
  70. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #444444 }
  71. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  72. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #444444 }
  73. /* GenericTraceback */ .highlight-chroma .highlight-gt { color: #2838b0 }
  74. /* GenericUnderline */ .highlight-chroma .highlight-gl { text-decoration: underline }
  75. /* TextWhitespace */ .highlight-chroma .highlight-w { color: #a89028 }
  76. /*
  77. Description: Magula style for highligh.js
  78. Author: Ruslan Keba <rukeba@gmail.com>
  79. Website: http://rukeba.com/
  80. Version: 1.0
  81. Date: 2009-01-03
  82. Music: Aphex Twin / Xtal
  83. */
  84. .hljs {
  85. display: block;
  86. overflow-x: auto;
  87. padding: 0.5em;
  88. background-color: #f4f4f4;
  89. }
  90. .hljs,
  91. .hljs-subst {
  92. color: black;
  93. }
  94. .hljs-string,
  95. .hljs-title,
  96. .hljs-symbol,
  97. .hljs-bullet,
  98. .hljs-attribute,
  99. .hljs-addition,
  100. .hljs-variable,
  101. .hljs-template-tag,
  102. .hljs-template-variable {
  103. color: #050;
  104. }
  105. .hljs-comment,
  106. .hljs-quote {
  107. color: #777;
  108. }
  109. .hljs-number,
  110. .hljs-regexp,
  111. .hljs-literal,
  112. .hljs-type,
  113. .hljs-link {
  114. color: #800;
  115. }
  116. .hljs-deletion,
  117. .hljs-meta {
  118. color: #00e;
  119. }
  120. .hljs-keyword,
  121. .hljs-selector-tag,
  122. .hljs-doctag,
  123. .hljs-title,
  124. .hljs-section,
  125. .hljs-built_in,
  126. .hljs-tag,
  127. .hljs-name {
  128. font-weight: bold;
  129. color: navy;
  130. }
  131. .hljs-emphasis {
  132. font-style: italic;
  133. }
  134. .hljs-strong {
  135. font-weight: bold;
  136. }