You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
818 B

  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: white;
  9. color: black;
  10. -webkit-text-size-adjust: none;
  11. }
  12. .hljs-string,
  13. .hljs-tag .hljs-value,
  14. .hljs-filter .hljs-argument,
  15. .hljs-addition,
  16. .hljs-change,
  17. .apache .hljs-tag,
  18. .apache .hljs-cbracket,
  19. .nginx .hljs-built_in,
  20. .tex .hljs-formula {
  21. color: #888;
  22. }
  23. .hljs-comment,
  24. .hljs-shebang,
  25. .hljs-doctype,
  26. .hljs-pi,
  27. .hljs-javadoc,
  28. .hljs-deletion,
  29. .apache .hljs-sqbracket {
  30. color: #ccc;
  31. }
  32. .hljs-keyword,
  33. .hljs-tag .hljs-title,
  34. .ini .hljs-title,
  35. .lisp .hljs-title,
  36. .http .hljs-title,
  37. .nginx .hljs-title,
  38. .css .hljs-tag,
  39. .hljs-winutils,
  40. .hljs-flow,
  41. .apache .hljs-tag,
  42. .tex .hljs-command,
  43. .hljs-request,
  44. .hljs-status {
  45. font-weight: bold;
  46. }