~ubuntu-branches/ubuntu/utopic/python-chaco/utopic

« back to all changes in this revision

Viewing changes to docs/chaco_talk_apr_2006/ui/default/print.css

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2011-04-06 19:03:54 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110406190354-rwd55l2ezjecfo41
Tags: 3.4.0-2
d/rules: fix pyshared directory path (Closes: #621116)

Show diffs side-by-side

added added

removed removed

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