ebook.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. pre,
  2. code {
  3. /* http://jmblog.github.io/color-themes-for-highlightjs */
  4. /* Tomorrow Comment */
  5. /* Tomorrow Red */
  6. /* Tomorrow Orange */
  7. /* Tomorrow Yellow */
  8. /* Tomorrow Green */
  9. /* Tomorrow Aqua */
  10. /* Tomorrow Blue */
  11. /* Tomorrow Purple */
  12. }
  13. pre .hljs-comment,
  14. code .hljs-comment,
  15. pre .hljs-title,
  16. code .hljs-title {
  17. color: #8e908c;
  18. }
  19. pre .hljs-variable,
  20. code .hljs-variable,
  21. pre .hljs-attribute,
  22. code .hljs-attribute,
  23. pre .hljs-tag,
  24. code .hljs-tag,
  25. pre .hljs-regexp,
  26. code .hljs-regexp,
  27. pre .hljs-deletion,
  28. code .hljs-deletion,
  29. pre .ruby .hljs-constant,
  30. code .ruby .hljs-constant,
  31. pre .xml .hljs-tag .hljs-title,
  32. code .xml .hljs-tag .hljs-title,
  33. pre .xml .hljs-pi,
  34. code .xml .hljs-pi,
  35. pre .xml .hljs-doctype,
  36. code .xml .hljs-doctype,
  37. pre .html .hljs-doctype,
  38. code .html .hljs-doctype,
  39. pre .css .hljs-id,
  40. code .css .hljs-id,
  41. pre .css .hljs-class,
  42. code .css .hljs-class,
  43. pre .css .hljs-pseudo,
  44. code .css .hljs-pseudo {
  45. color: #c82829;
  46. }
  47. pre .hljs-number,
  48. code .hljs-number,
  49. pre .hljs-preprocessor,
  50. code .hljs-preprocessor,
  51. pre .hljs-pragma,
  52. code .hljs-pragma,
  53. pre .hljs-built_in,
  54. code .hljs-built_in,
  55. pre .hljs-literal,
  56. code .hljs-literal,
  57. pre .hljs-params,
  58. code .hljs-params,
  59. pre .hljs-constant,
  60. code .hljs-constant {
  61. color: #f5871f;
  62. }
  63. pre .ruby .hljs-class .hljs-title,
  64. code .ruby .hljs-class .hljs-title,
  65. pre .css .hljs-rules .hljs-attribute,
  66. code .css .hljs-rules .hljs-attribute {
  67. color: #eab700;
  68. }
  69. pre .hljs-string,
  70. code .hljs-string,
  71. pre .hljs-value,
  72. code .hljs-value,
  73. pre .hljs-inheritance,
  74. code .hljs-inheritance,
  75. pre .hljs-header,
  76. code .hljs-header,
  77. pre .hljs-addition,
  78. code .hljs-addition,
  79. pre .ruby .hljs-symbol,
  80. code .ruby .hljs-symbol,
  81. pre .xml .hljs-cdata,
  82. code .xml .hljs-cdata {
  83. color: #718c00;
  84. }
  85. pre .css .hljs-hexcolor,
  86. code .css .hljs-hexcolor {
  87. color: #3e999f;
  88. }
  89. pre .hljs-function,
  90. code .hljs-function,
  91. pre .python .hljs-decorator,
  92. code .python .hljs-decorator,
  93. pre .python .hljs-title,
  94. code .python .hljs-title,
  95. pre .ruby .hljs-function .hljs-title,
  96. code .ruby .hljs-function .hljs-title,
  97. pre .ruby .hljs-title .hljs-keyword,
  98. code .ruby .hljs-title .hljs-keyword,
  99. pre .perl .hljs-sub,
  100. code .perl .hljs-sub,
  101. pre .javascript .hljs-title,
  102. code .javascript .hljs-title,
  103. pre .coffeescript .hljs-title,
  104. code .coffeescript .hljs-title {
  105. color: #4271ae;
  106. }
  107. pre .hljs-keyword,
  108. code .hljs-keyword,
  109. pre .javascript .hljs-function,
  110. code .javascript .hljs-function {
  111. color: #8959a8;
  112. }
  113. pre .hljs,
  114. code .hljs {
  115. display: block;
  116. background: white;
  117. color: #4d4d4c;
  118. padding: 0.5em;
  119. }
  120. pre .coffeescript .javascript,
  121. code .coffeescript .javascript,
  122. pre .javascript .xml,
  123. code .javascript .xml,
  124. pre .tex .hljs-formula,
  125. code .tex .hljs-formula,
  126. pre .xml .javascript,
  127. code .xml .javascript,
  128. pre .xml .vbscript,
  129. code .xml .vbscript,
  130. pre .xml .css,
  131. code .xml .css,
  132. pre .xml .hljs-cdata,
  133. code .xml .hljs-cdata {
  134. opacity: 0.5;
  135. }