arta.css 839 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. Date: 17.V.2011
  3. Author: pumbur <pumbur@pumbur.net>
  4. */
  5. .hljs {
  6. display: block;
  7. overflow-x: auto;
  8. padding: .5em;
  9. background: #222;
  10. }
  11. .hljs, .hljs-subst {
  12. color: #aaa;
  13. }
  14. .hljs-section {
  15. color: #fff;
  16. }
  17. .hljs-comment, .hljs-quote, .hljs-meta {
  18. color: #444;
  19. }
  20. .hljs-string, .hljs-symbol, .hljs-bullet, .hljs-regexp {
  21. color: #fc3;
  22. }
  23. .hljs-number, .hljs-addition {
  24. color: #0c6;
  25. }
  26. .hljs-built_in, .hljs-builtin-name, .hljs-literal, .hljs-type, .hljs-template-variable, .hljs-attribute, .hljs-link {
  27. color: #32aaee;
  28. }
  29. .hljs-keyword, .hljs-selector-tag, .hljs-name, .hljs-selector-id, .hljs-selector-class {
  30. color: #64a;
  31. }
  32. .hljs-title, .hljs-variable, .hljs-deletion, .hljs-template-tag {
  33. color: #b16;
  34. }
  35. .hljs-section, .hljs-doctag, .hljs-strong {
  36. font-weight: bold;
  37. }
  38. .hljs-emphasis {
  39. font-style: italic;
  40. }