ascetic.css 723 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
  3. */
  4. pre code {
  5. display: block; padding: 0.5em;
  6. background: white; color: black;
  7. }
  8. pre .string,
  9. pre .tag .value,
  10. pre .filter .argument,
  11. pre .addition,
  12. pre .change,
  13. pre .apache .tag,
  14. pre .apache .cbracket,
  15. pre .nginx .built_in,
  16. pre .tex .formula {
  17. color: #888;
  18. }
  19. pre .comment,
  20. pre .template_comment,
  21. pre .shebang,
  22. pre .doctype,
  23. pre .pi,
  24. pre .javadoc,
  25. pre .deletion,
  26. pre .apache .sqbracket {
  27. color: #CCC;
  28. }
  29. pre .keyword,
  30. pre .tag .title,
  31. pre .css .tag,
  32. pre .ini .title,
  33. pre .winutils,
  34. pre .flow,
  35. pre .lisp .title,
  36. pre .apache .tag,
  37. pre .tex .command,
  38. pre .http .title,
  39. pre .request,
  40. pre .status {
  41. font-weight: bold;
  42. }