style.css 499 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Copyright (c) 2012-2016 Daniele Bartolini and individual contributors.
  3. * License: https://github.com/taylor001/crown/blob/master/LICENSE
  4. */
  5. @import url(html4css1.css);
  6. .document {
  7. font-family: sans-serif;
  8. font-size: 11pt;
  9. line-height: 145%;
  10. color: #141414;
  11. }
  12. div.topic {
  13. border: 1px solid #aaa;
  14. background-color: #f9f9f9;
  15. }
  16. tt.literal {
  17. background-color: #fafafa;
  18. border-radius: 2px;
  19. border-width: 1px;
  20. border-style: solid;
  21. border-color: #e7e7e7;
  22. padding: 1px 7px 1px 7px;
  23. }