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.

73 lines
999B

  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;
  9. line-height:16px;
  10. }
  11. pre{
  12. background:#f6f6ae url(./school-book.png);
  13. border-top: solid 2px #d2e8b9;
  14. border-bottom: solid 1px #d2e8b9;
  15. }
  16. .hljs-keyword,
  17. .hljs-selector-tag,
  18. .hljs-literal {
  19. color:#005599;
  20. font-weight:bold;
  21. }
  22. .hljs,
  23. .hljs-subst {
  24. color: #3e5915;
  25. }
  26. .hljs-string,
  27. .hljs-title,
  28. .hljs-section,
  29. .hljs-type,
  30. .hljs-symbol,
  31. .hljs-bullet,
  32. .hljs-attribute,
  33. .hljs-built_in,
  34. .hljs-builtin-name,
  35. .hljs-addition,
  36. .hljs-variable,
  37. .hljs-template-tag,
  38. .hljs-template-variable,
  39. .hljs-link {
  40. color: #2c009f;
  41. }
  42. .hljs-comment,
  43. .hljs-quote,
  44. .hljs-deletion,
  45. .hljs-meta {
  46. color: #e60415;
  47. }
  48. .hljs-keyword,
  49. .hljs-selector-tag,
  50. .hljs-literal,
  51. .hljs-doctag,
  52. .hljs-title,
  53. .hljs-section,
  54. .hljs-type,
  55. .hljs-name,
  56. .hljs-selector-id,
  57. .hljs-strong {
  58. font-weight: bold;
  59. }
  60. .hljs-emphasis {
  61. font-style: italic;
  62. }