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.

112 lines
1.9 KiB

  1. /*
  2. School Book style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 15px 0.5em 0.5em 30px;
  8. font-size: 11px !important;
  9. line-height:16px !important;
  10. -webkit-text-size-adjust: none;
  11. }
  12. pre{
  13. background:#f6f6ae url(./school_book.png);
  14. border-top: solid 2px #d2e8b9;
  15. border-bottom: solid 1px #d2e8b9;
  16. }
  17. .hljs-keyword,
  18. .hljs-literal,
  19. .hljs-change,
  20. .hljs-winutils,
  21. .hljs-flow,
  22. .nginx .hljs-title,
  23. .tex .hljs-special {
  24. color:#005599;
  25. font-weight:bold;
  26. }
  27. .hljs,
  28. .hljs-subst,
  29. .hljs-tag .hljs-keyword {
  30. color: #3e5915;
  31. }
  32. .hljs-string,
  33. .hljs-title,
  34. .hljs-type,
  35. .hljs-tag .hljs-value,
  36. .css .hljs-rules .hljs-value,
  37. .hljs-preprocessor,
  38. .hljs-pragma,
  39. .ruby .hljs-symbol,
  40. .ruby .hljs-symbol .hljs-string,
  41. .ruby .hljs-class .hljs-parent,
  42. .hljs-built_in,
  43. .django .hljs-template_tag,
  44. .django .hljs-variable,
  45. .smalltalk .hljs-class,
  46. .hljs-javadoc,
  47. .ruby .hljs-string,
  48. .django .hljs-filter .hljs-argument,
  49. .smalltalk .hljs-localvars,
  50. .smalltalk .hljs-array,
  51. .hljs-attr_selector,
  52. .hljs-pseudo,
  53. .hljs-addition,
  54. .hljs-stream,
  55. .hljs-envvar,
  56. .apache .hljs-tag,
  57. .apache .hljs-cbracket,
  58. .nginx .hljs-built_in,
  59. .tex .hljs-command,
  60. .coffeescript .hljs-attribute {
  61. color: #2c009f;
  62. }
  63. .hljs-comment,
  64. .hljs-annotation,
  65. .hljs-decorator,
  66. .hljs-pi,
  67. .hljs-doctype,
  68. .hljs-deletion,
  69. .hljs-shebang,
  70. .apache .hljs-sqbracket {
  71. color: #e60415;
  72. }
  73. .hljs-keyword,
  74. .hljs-literal,
  75. .css .hljs-id,
  76. .hljs-phpdoc,
  77. .hljs-dartdoc,
  78. .hljs-title,
  79. .hljs-type,
  80. .vbscript .hljs-built_in,
  81. .rsl .hljs-built_in,
  82. .smalltalk .hljs-class,
  83. .xml .hljs-tag .hljs-title,
  84. .diff .hljs-header,
  85. .hljs-chunk,
  86. .hljs-winutils,
  87. .bash .hljs-variable,
  88. .apache .hljs-tag,
  89. .tex .hljs-command,
  90. .hljs-request,
  91. .hljs-status {
  92. font-weight: bold;
  93. }
  94. .coffeescript .javascript,
  95. .javascript .xml,
  96. .tex .hljs-formula,
  97. .xml .javascript,
  98. .xml .vbscript,
  99. .xml .css,
  100. .xml .hljs-cdata {
  101. opacity: 0.5;
  102. }