PageRenderTime 49ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/ruby/slides/02005/euruko/ui/print.css

#
CSS | 24 lines | 17 code | 5 blank | 2 comment | 0 complexity | 989caa6decdaad3f601099722bdbdf3c MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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;}