reference.css 975 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. body {
  2. margin-left: 1em;
  3. margin-right: 1em;
  4. font-family: "Verdana", sans-serif;
  5. background: #ffffff;
  6. }
  7. tt {
  8. font-family: "Andale Mono", monospace;
  9. }
  10. h1, h2, h3, h4 { margin-left: 0em; }
  11. h3 { padding-top: 1em; }
  12. p { margin-left: 1em; }
  13. p.name {
  14. font-family: "Andale Mono", monospace;
  15. padding-top: 1em;
  16. margin-left: 0em;
  17. }
  18. a[href] { color: #00007f; }
  19. blockquote { margin-left: 3em; }
  20. pre.example {
  21. background: #ccc;
  22. padding: 1em;
  23. margin-left: 1em;
  24. font-family: "Andale Mono", monospace;
  25. font-size: small;
  26. }
  27. hr {
  28. margin-left: 0em;
  29. background: #00007f;
  30. border: 0px;
  31. height: 1px;
  32. }
  33. ul { list-style-type: disc; }
  34. table.index { border: 1px #00007f; }
  35. table.index td { text-align: left; vertical-align: top; }
  36. table.index ul { padding-top: 0em; margin-top: 0em; }
  37. h1:first-letter,
  38. h2:first-letter,
  39. h2:first-letter,
  40. h3:first-letter { color: #00007f; }
  41. div.header, div.footer { margin-left: 0em; }