default.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /*
  2. Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 0.5em;
  8. background: #f0f0f0;
  9. -webkit-text-size-adjust: none;
  10. }
  11. .hljs,
  12. .hljs-subst,
  13. .hljs-tag .hljs-title,
  14. .nginx .hljs-title {
  15. color: black;
  16. }
  17. .hljs-string,
  18. .hljs-title,
  19. .hljs-constant,
  20. .hljs-parent,
  21. .hljs-tag .hljs-value,
  22. .hljs-rules .hljs-value,
  23. .hljs-preprocessor,
  24. .hljs-pragma,
  25. .haml .hljs-symbol,
  26. .ruby .hljs-symbol,
  27. .ruby .hljs-symbol .hljs-string,
  28. .hljs-template_tag,
  29. .django .hljs-variable,
  30. .smalltalk .hljs-class,
  31. .hljs-addition,
  32. .hljs-flow,
  33. .hljs-stream,
  34. .bash .hljs-variable,
  35. .apache .hljs-tag,
  36. .apache .hljs-cbracket,
  37. .tex .hljs-command,
  38. .tex .hljs-special,
  39. .erlang_repl .hljs-function_or_atom,
  40. .asciidoc .hljs-header,
  41. .markdown .hljs-header,
  42. .coffeescript .hljs-attribute {
  43. color: #800;
  44. }
  45. .smartquote,
  46. .hljs-comment,
  47. .hljs-annotation,
  48. .hljs-template_comment,
  49. .diff .hljs-header,
  50. .hljs-chunk,
  51. .asciidoc .hljs-blockquote,
  52. .markdown .hljs-blockquote {
  53. color: #888;
  54. }
  55. .hljs-number,
  56. .hljs-date,
  57. .hljs-regexp,
  58. .hljs-literal,
  59. .hljs-hexcolor,
  60. .smalltalk .hljs-symbol,
  61. .smalltalk .hljs-char,
  62. .go .hljs-constant,
  63. .hljs-change,
  64. .lasso .hljs-variable,
  65. .makefile .hljs-variable,
  66. .asciidoc .hljs-bullet,
  67. .markdown .hljs-bullet,
  68. .asciidoc .hljs-link_url,
  69. .markdown .hljs-link_url {
  70. color: #080;
  71. }
  72. .hljs-label,
  73. .hljs-javadoc,
  74. .ruby .hljs-string,
  75. .hljs-decorator,
  76. .hljs-filter .hljs-argument,
  77. .hljs-localvars,
  78. .hljs-array,
  79. .hljs-attr_selector,
  80. .hljs-important,
  81. .hljs-pseudo,
  82. .hljs-pi,
  83. .haml .hljs-bullet,
  84. .hljs-doctype,
  85. .hljs-deletion,
  86. .hljs-envvar,
  87. .hljs-shebang,
  88. .apache .hljs-sqbracket,
  89. .nginx .hljs-built_in,
  90. .tex .hljs-formula,
  91. .erlang_repl .hljs-reserved,
  92. .hljs-prompt,
  93. .asciidoc .hljs-link_label,
  94. .markdown .hljs-link_label,
  95. .vhdl .hljs-attribute,
  96. .clojure .hljs-attribute,
  97. .asciidoc .hljs-attribute,
  98. .lasso .hljs-attribute,
  99. .coffeescript .hljs-property,
  100. .hljs-phony {
  101. color: #88f;
  102. }
  103. .hljs-keyword,
  104. .hljs-id,
  105. .hljs-title,
  106. .hljs-built_in,
  107. .css .hljs-tag,
  108. .hljs-javadoctag,
  109. .hljs-phpdoc,
  110. .hljs-dartdoc,
  111. .hljs-yardoctag,
  112. .smalltalk .hljs-class,
  113. .hljs-winutils,
  114. .bash .hljs-variable,
  115. .apache .hljs-tag,
  116. .hljs-type,
  117. .hljs-typename,
  118. .tex .hljs-command,
  119. .asciidoc .hljs-strong,
  120. .markdown .hljs-strong,
  121. .hljs-request,
  122. .hljs-status {
  123. font-weight: bold;
  124. }
  125. .asciidoc .hljs-emphasis,
  126. .markdown .hljs-emphasis {
  127. font-style: italic;
  128. }
  129. .nginx .hljs-built_in {
  130. font-weight: normal;
  131. }
  132. .coffeescript .javascript,
  133. .javascript .xml,
  134. .lasso .markup,
  135. .tex .hljs-formula,
  136. .xml .javascript,
  137. .xml .vbscript,
  138. .xml .css,
  139. .xml .hljs-cdata {
  140. opacity: 0.5;
  141. }