brown-paper.css 841 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: .5em;
  8. background: #b7a68e url(./brown-papersq.png);
  9. }
  10. .hljs-keyword, .hljs-selector-tag, .hljs-literal {
  11. color: #059;
  12. font-weight: bold;
  13. }
  14. .hljs, .hljs-subst {
  15. color: #363c69;
  16. }
  17. .hljs-string, .hljs-title, .hljs-section, .hljs-type, .hljs-attribute, .hljs-symbol, .hljs-bullet, .hljs-built_in, .hljs-addition, .hljs-variable, .hljs-template-tag, .hljs-template-variable, .hljs-link, .hljs-name {
  18. color: #2c009f;
  19. }
  20. .hljs-comment, .hljs-quote, .hljs-meta, .hljs-deletion {
  21. color: #802022;
  22. }
  23. .hljs-keyword, .hljs-selector-tag, .hljs-literal, .hljs-doctag, .hljs-title, .hljs-section, .hljs-type, .hljs-name, .hljs-strong {
  24. font-weight: bold;
  25. }
  26. .hljs-emphasis {
  27. font-style: italic;
  28. }