print.css 953 B

123456789101112131415161718192021222324
  1. /* The following rule is necessary to have all slides appear in print! DO NOT REMOVE IT! */
  2. .slide, ul {page-break-inside: avoid; visibility: visible !important;}
  3. h1 {page-break-after: avoid;}
  4. body {font-size: 12pt; background: white;}
  5. * {color: black;}
  6. #slide0 h1 {font-size: 200%; border: none; margin: 0.5em 0 0.25em;}
  7. #slide0 h3 {margin: 0; padding: 0;}
  8. #slide0 h4 {margin: 0 0 0.5em; padding: 0;}
  9. #slide0 {margin-bottom: 3em;}
  10. h1 {border-top: 2pt solid gray; border-bottom: 1px dotted silver;}
  11. .extra {background: transparent !important;}
  12. div.extra, pre.extra, .example {font-size: 10pt; color: #333;}
  13. ul.extra a {font-weight: bold;}
  14. p.example {display: none;}
  15. #header {display: none;}
  16. #footer h1 {margin: 0; border-bottom: 1px solid; color: gray; font-style: italic;}
  17. #footer h2, #controls {display: none;}
  18. /* The following rule keeps the layout stuff out of print. Remove at your own risk! */
  19. .layout, .layout * {display: none !important;}