pojoaque.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /*
  2. Pojoaque Style by Jason Tate
  3. http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
  4. Based on Solarized Style from http://ethanschoonover.com/solarized
  5. */
  6. .hljs {
  7. display: block; padding: 0.5em;
  8. color: #DCCF8F;
  9. background: url(./pojoaque.jpg) repeat scroll left top #181914;
  10. }
  11. .hljs-comment,
  12. .hljs-template_comment,
  13. .diff .hljs-header,
  14. .hljs-doctype,
  15. .lisp .hljs-string,
  16. .hljs-javadoc {
  17. color: #586e75;
  18. font-style: italic;
  19. }
  20. .hljs-keyword,
  21. .css .rule .hljs-keyword,
  22. .hljs-winutils,
  23. .javascript .hljs-title,
  24. .method,
  25. .hljs-addition,
  26. .css .hljs-tag,
  27. .clojure .hljs-title,
  28. .nginx .hljs-title {
  29. color: #B64926;
  30. }
  31. .hljs-number,
  32. .hljs-command,
  33. .hljs-string,
  34. .hljs-tag .hljs-value,
  35. .hljs-phpdoc,
  36. .tex .hljs-formula,
  37. .hljs-regexp,
  38. .hljs-hexcolor {
  39. color: #468966;
  40. }
  41. .hljs-title,
  42. .hljs-localvars,
  43. .hljs-function .hljs-title,
  44. .hljs-chunk,
  45. .hljs-decorator,
  46. .hljs-built_in,
  47. .lisp .hljs-title,
  48. .clojure .hljs-built_in,
  49. .hljs-identifier,
  50. .hljs-id {
  51. color: #FFB03B;
  52. }
  53. .hljs-attribute,
  54. .hljs-variable,
  55. .lisp .hljs-body,
  56. .smalltalk .hljs-number,
  57. .hljs-constant,
  58. .hljs-class .hljs-title,
  59. .hljs-parent,
  60. .haskell .hljs-type {
  61. color: #b58900;
  62. }
  63. .css .hljs-attribute {
  64. color: #b89859;
  65. }
  66. .css .hljs-number,
  67. .css .hljs-hexcolor {
  68. color: #DCCF8F;
  69. }
  70. .css .hljs-class {
  71. color: #d3a60c;
  72. }
  73. .hljs-preprocessor,
  74. .hljs-pragma,
  75. .hljs-pi,
  76. .hljs-shebang,
  77. .hljs-symbol,
  78. .hljs-symbol .hljs-string,
  79. .diff .hljs-change,
  80. .hljs-special,
  81. .hljs-attr_selector,
  82. .hljs-important,
  83. .hljs-subst,
  84. .hljs-cdata {
  85. color: #cb4b16;
  86. }
  87. .hljs-deletion {
  88. color: #dc322f;
  89. }
  90. .tex .hljs-formula {
  91. background: #073642;
  92. }