PageRenderTime 4ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/samples/scalate-presentation/src/highlight/styles/ascetic.css

http://github.com/scalate/scalate
CSS | 45 lines | 36 code | 4 blank | 5 comment | 0 complexity | 3bb19498215500f7b54bc310e56bb47a MD5 | raw file
  1. /*
  2. Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
  3. */
  4. pre code {
  5. display: block;
  6. background: white; color: black;
  7. border: solid #CCC 1px;
  8. }
  9. pre .string,
  10. pre .attribute .value,
  11. pre .filter .argument,
  12. pre .addition,
  13. pre .change,
  14. pre .apache .tag,
  15. pre .apache .cbracket,
  16. pre .nginx .built_in,
  17. pre .tex .formula {
  18. color: #888;
  19. }
  20. pre .comment,
  21. pre .template_comment,
  22. pre .shebang,
  23. pre .doctype,
  24. pre .pi,
  25. pre .javadoc,
  26. pre .deletion,
  27. pre .apache .sqbracket {
  28. color: #CCC;
  29. }
  30. pre .keyword,
  31. pre .tag .title,
  32. pre .ini .title,
  33. pre .winutils,
  34. pre .flow,
  35. pre .lisp .title,
  36. pre .apache .tag,
  37. pre .tex .command {
  38. font-weight: bold;
  39. }