docprint.css 672 B

12345678910111213141516171819202122
  1. BODY { color: black }
  2. H1 { font-style: normal;
  3. font-weight: bold;
  4. font-size: 300%;
  5. text-decoration: underline;
  6. text-align: center }
  7. H2 { font-size: 150%;
  8. font-style: italic }
  9. CODE { font-weight: bold; }
  10. .box { border: solid blue }
  11. pre.codesnippet { font-family: monospace;
  12. font-size: 80%;
  13. padding: 1em;
  14. font-weight: bold;
  15. border: double black }
  16. .important { font-style: italic;
  17. margin: 1em;
  18. padding: 1em;
  19. border: double black }
  20. .note { font-weight: bold; }
  21. table.copyright { font-size: 70%; text-align: center }
  22. table,table td,table th { border: none; vertical-align: top; }