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.

135 lines
1.8 KiB

  1. /*
  2. Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 0.5em;
  8. color: #000;
  9. background: #f8f8ff;
  10. -webkit-text-size-adjust: none;
  11. }
  12. .hljs-comment,
  13. .diff .hljs-header,
  14. .hljs-javadoc {
  15. color: #408080;
  16. font-style: italic;
  17. }
  18. .hljs-keyword,
  19. .assignment,
  20. .hljs-literal,
  21. .css .rule .hljs-keyword,
  22. .hljs-winutils,
  23. .javascript .hljs-title,
  24. .lisp .hljs-title,
  25. .hljs-subst {
  26. color: #954121;
  27. }
  28. .hljs-number,
  29. .hljs-hexcolor {
  30. color: #40a070;
  31. }
  32. .hljs-string,
  33. .hljs-tag .hljs-value,
  34. .hljs-phpdoc,
  35. .hljs-dartdoc,
  36. .tex .hljs-formula {
  37. color: #219161;
  38. }
  39. .hljs-title,
  40. .hljs-id {
  41. color: #19469d;
  42. }
  43. .hljs-params {
  44. color: #00f;
  45. }
  46. .javascript .hljs-title,
  47. .lisp .hljs-title,
  48. .hljs-subst {
  49. font-weight: normal;
  50. }
  51. .hljs-class .hljs-title,
  52. .haskell .hljs-label,
  53. .tex .hljs-command {
  54. color: #458;
  55. font-weight: bold;
  56. }
  57. .hljs-tag,
  58. .hljs-tag .hljs-title,
  59. .hljs-rules .hljs-property,
  60. .django .hljs-tag .hljs-keyword {
  61. color: #000080;
  62. font-weight: normal;
  63. }
  64. .hljs-attribute,
  65. .hljs-variable,
  66. .instancevar,
  67. .lisp .hljs-body {
  68. color: #008080;
  69. }
  70. .hljs-regexp {
  71. color: #b68;
  72. }
  73. .hljs-class {
  74. color: #458;
  75. font-weight: bold;
  76. }
  77. .hljs-symbol,
  78. .ruby .hljs-symbol .hljs-string,
  79. .ruby .hljs-symbol .hljs-keyword,
  80. .ruby .hljs-symbol .keymethods,
  81. .lisp .hljs-keyword,
  82. .tex .hljs-special,
  83. .input_number {
  84. color: #990073;
  85. }
  86. .builtin,
  87. .constructor,
  88. .hljs-built_in,
  89. .lisp .hljs-title {
  90. color: #0086b3;
  91. }
  92. .hljs-preprocessor,
  93. .hljs-pragma,
  94. .hljs-pi,
  95. .hljs-doctype,
  96. .hljs-shebang,
  97. .hljs-cdata {
  98. color: #999;
  99. font-weight: bold;
  100. }
  101. .hljs-deletion {
  102. background: #fdd;
  103. }
  104. .hljs-addition {
  105. background: #dfd;
  106. }
  107. .diff .hljs-change {
  108. background: #0086b3;
  109. }
  110. .hljs-chunk {
  111. color: #aaa;
  112. }
  113. .tex .hljs-formula {
  114. opacity: 0.5;
  115. }