arta.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /*
  2. Date: 17.V.2011
  3. Author: pumbur <pumbur@pumbur.net>
  4. */
  5. .hljs
  6. {
  7. display: block; padding: 0.5em;
  8. background: #222;
  9. }
  10. .profile .hljs-header *,
  11. .ini .hljs-title,
  12. .nginx .hljs-title
  13. {
  14. color: #fff;
  15. }
  16. .hljs-comment,
  17. .hljs-javadoc,
  18. .hljs-preprocessor,
  19. .hljs-preprocessor .hljs-title,
  20. .hljs-pragma,
  21. .hljs-shebang,
  22. .profile .hljs-summary,
  23. .diff,
  24. .hljs-pi,
  25. .hljs-doctype,
  26. .hljs-tag,
  27. .hljs-template_comment,
  28. .css .hljs-rules,
  29. .tex .hljs-special
  30. {
  31. color: #444;
  32. }
  33. .hljs-string,
  34. .hljs-symbol,
  35. .diff .hljs-change,
  36. .hljs-regexp,
  37. .xml .hljs-attribute,
  38. .smalltalk .hljs-char,
  39. .xml .hljs-value,
  40. .ini .hljs-value,
  41. .clojure .hljs-attribute,
  42. .coffeescript .hljs-attribute
  43. {
  44. color: #ffcc33;
  45. }
  46. .hljs-number,
  47. .hljs-addition
  48. {
  49. color: #00cc66;
  50. }
  51. .hljs-built_in,
  52. .hljs-literal,
  53. .vhdl .hljs-typename,
  54. .go .hljs-constant,
  55. .go .hljs-typename,
  56. .ini .hljs-keyword,
  57. .lua .hljs-title,
  58. .perl .hljs-variable,
  59. .php .hljs-variable,
  60. .mel .hljs-variable,
  61. .django .hljs-variable,
  62. .css .funtion,
  63. .smalltalk .method,
  64. .hljs-hexcolor,
  65. .hljs-important,
  66. .hljs-flow,
  67. .hljs-inheritance,
  68. .parser3 .hljs-variable
  69. {
  70. color: #32AAEE;
  71. }
  72. .hljs-keyword,
  73. .hljs-tag .hljs-title,
  74. .css .hljs-tag,
  75. .css .hljs-class,
  76. .css .hljs-id,
  77. .css .hljs-pseudo,
  78. .css .hljs-attr_selector,
  79. .lisp .hljs-title,
  80. .clojure .hljs-built_in,
  81. .hljs-winutils,
  82. .tex .hljs-command,
  83. .hljs-request,
  84. .hljs-status
  85. {
  86. color: #6644aa;
  87. }
  88. .hljs-title,
  89. .ruby .hljs-constant,
  90. .vala .hljs-constant,
  91. .hljs-parent,
  92. .hljs-deletion,
  93. .hljs-template_tag,
  94. .css .hljs-keyword,
  95. .objectivec .hljs-class .hljs-id,
  96. .smalltalk .hljs-class,
  97. .lisp .hljs-keyword,
  98. .apache .hljs-tag,
  99. .nginx .hljs-variable,
  100. .hljs-envvar,
  101. .bash .hljs-variable,
  102. .go .hljs-built_in,
  103. .vbscript .hljs-built_in,
  104. .lua .hljs-built_in,
  105. .rsl .hljs-built_in,
  106. .tail,
  107. .avrasm .hljs-label,
  108. .tex .hljs-formula,
  109. .tex .hljs-formula *
  110. {
  111. color: #bb1166;
  112. }
  113. .hljs-yardoctag,
  114. .hljs-phpdoc,
  115. .profile .hljs-header,
  116. .ini .hljs-title,
  117. .apache .hljs-tag,
  118. .parser3 .hljs-title
  119. {
  120. font-weight: bold;
  121. }
  122. .coffeescript .javascript,
  123. .javascript .xml,
  124. .tex .hljs-formula,
  125. .xml .javascript,
  126. .xml .vbscript,
  127. .xml .css,
  128. .xml .hljs-cdata
  129. {
  130. opacity: 0.6;
  131. }
  132. .hljs,
  133. .javascript,
  134. .css,
  135. .xml,
  136. .hljs-subst,
  137. .diff .hljs-chunk,
  138. .css .hljs-value,
  139. .css .hljs-attribute,
  140. .lisp .hljs-string,
  141. .lisp .hljs-number,
  142. .tail .hljs-params,
  143. .hljs-container,
  144. .haskell *,
  145. .erlang *,
  146. .erlang_repl *
  147. {
  148. color: #aaa;
  149. }