school-book.css 999 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 .5em .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, .hljs-selector-tag, .hljs-literal {
  17. color: #059;
  18. font-weight: bold;
  19. }
  20. .hljs, .hljs-subst {
  21. color: #3e5915;
  22. }
  23. .hljs-string, .hljs-title, .hljs-section, .hljs-type, .hljs-symbol, .hljs-bullet, .hljs-attribute, .hljs-built_in, .hljs-builtin-name, .hljs-addition, .hljs-variable, .hljs-template-tag, .hljs-template-variable, .hljs-link {
  24. color: #2c009f;
  25. }
  26. .hljs-comment, .hljs-quote, .hljs-deletion, .hljs-meta {
  27. color: #e60415;
  28. }
  29. .hljs-keyword, .hljs-selector-tag, .hljs-literal, .hljs-doctag, .hljs-title, .hljs-section, .hljs-type, .hljs-name, .hljs-selector-id, .hljs-strong {
  30. font-weight: bold;
  31. }
  32. .hljs-emphasis {
  33. font-style: italic;
  34. }