default.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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-rule .hljs-value,
  23. .hljs-preprocessor,
  24. .hljs-pragma,
  25. .hljs-name,
  26. .haml .hljs-symbol,
  27. .ruby .hljs-symbol,
  28. .ruby .hljs-symbol .hljs-string,
  29. .hljs-template_tag,
  30. .django .hljs-variable,
  31. .smalltalk .hljs-class,
  32. .hljs-addition,
  33. .hljs-flow,
  34. .hljs-stream,
  35. .bash .hljs-variable,
  36. .pf .hljs-variable,
  37. .apache .hljs-tag,
  38. .apache .hljs-cbracket,
  39. .tex .hljs-command,
  40. .tex .hljs-special,
  41. .erlang_repl .hljs-function_or_atom,
  42. .asciidoc .hljs-header,
  43. .markdown .hljs-header,
  44. .coffeescript .hljs-attribute,
  45. .tp .hljs-variable {
  46. color: #800;
  47. }
  48. .smartquote,
  49. .hljs-comment,
  50. .hljs-annotation,
  51. .diff .hljs-header,
  52. .hljs-chunk,
  53. .asciidoc .hljs-blockquote,
  54. .markdown .hljs-blockquote {
  55. color: #888;
  56. }
  57. .hljs-number,
  58. .hljs-date,
  59. .hljs-regexp,
  60. .hljs-literal,
  61. .hljs-hexcolor,
  62. .smalltalk .hljs-symbol,
  63. .smalltalk .hljs-char,
  64. .go .hljs-constant,
  65. .hljs-change,
  66. .lasso .hljs-variable,
  67. .makefile .hljs-variable,
  68. .asciidoc .hljs-bullet,
  69. .markdown .hljs-bullet,
  70. .asciidoc .hljs-link_url,
  71. .markdown .hljs-link_url {
  72. color: #080;
  73. }
  74. .hljs-label,
  75. .ruby .hljs-string,
  76. .hljs-decorator,
  77. .hljs-filter .hljs-argument,
  78. .hljs-localvars,
  79. .hljs-array,
  80. .hljs-attr_selector,
  81. .hljs-important,
  82. .hljs-pseudo,
  83. .hljs-pi,
  84. .haml .hljs-bullet,
  85. .hljs-doctype,
  86. .hljs-deletion,
  87. .hljs-envvar,
  88. .hljs-shebang,
  89. .apache .hljs-sqbracket,
  90. .nginx .hljs-built_in,
  91. .tex .hljs-formula,
  92. .erlang_repl .hljs-reserved,
  93. .hljs-prompt,
  94. .asciidoc .hljs-link_label,
  95. .markdown .hljs-link_label,
  96. .vhdl .hljs-attribute,
  97. .clojure .hljs-attribute,
  98. .asciidoc .hljs-attribute,
  99. .lasso .hljs-attribute,
  100. .coffeescript .hljs-property,
  101. .hljs-phony {
  102. color: #88f;
  103. }
  104. .hljs-keyword,
  105. .hljs-id,
  106. .hljs-title,
  107. .hljs-built_in,
  108. .css .hljs-tag,
  109. .hljs-doctag,
  110. .smalltalk .hljs-class,
  111. .hljs-winutils,
  112. .bash .hljs-variable,
  113. .pf .hljs-variable,
  114. .apache .hljs-tag,
  115. .hljs-type,
  116. .hljs-typename,
  117. .tex .hljs-command,
  118. .asciidoc .hljs-strong,
  119. .markdown .hljs-strong,
  120. .hljs-request,
  121. .hljs-status,
  122. .tp .hljs-data,
  123. .tp .hljs-io {
  124. font-weight: bold;
  125. }
  126. .asciidoc .hljs-emphasis,
  127. .markdown .hljs-emphasis,
  128. .tp .hljs-units {
  129. font-style: italic;
  130. }
  131. .nginx .hljs-built_in {
  132. font-weight: normal;
  133. }
  134. .coffeescript .javascript,
  135. .javascript .xml,
  136. .lasso .markup,
  137. .tex .hljs-formula,
  138. .xml .javascript,
  139. .xml .vbscript,
  140. .xml .css,
  141. .xml .hljs-cdata {
  142. opacity: 0.5;
  143. }