Index: openacs-4/packages/s5/www/resources/standard/ui/default/print.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/s5/www/resources/standard/ui/default/print.css,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/s5/www/resources/standard/ui/default/print.css 4 Sep 2007 11:33:31 -0000 1.1 +++ openacs-4/packages/s5/www/resources/standard/ui/default/print.css 28 Jan 2008 13:01:00 -0000 1.2 @@ -2,15 +2,21 @@ .slide, ul {page-break-inside: avoid; visibility: visible !important;} h1 {page-break-after: avoid;} -body {font-size: 12pt; background: white;} +body {font-size: 14pt; background: white;} * {color: black;} #slide0 h1 {font-size: 200%; border: none; margin: 0.5em 0 0.25em;} #slide0 h3 {margin: 0; padding: 0;} #slide0 h4 {margin: 0 0 0.5em; padding: 0;} #slide0 {margin-bottom: 3em;} -h1 {border-top: 2pt solid gray; border-bottom: 1px dotted silver;} +h1 {border-top: 2pt solid gray; + border-bottom: 1px dotted silver; + margin-bottom: 0.7cm; + font-size: 140%; + padding-top: 10px; + padding-bottom: 10px; +} .extra {background: transparent !important;} div.extra, pre.extra, .example {font-size: 10pt; color: #333;} ul.extra a {font-weight: bold;} @@ -22,3 +28,7 @@ /* The following rule keeps the layout stuff out of print. Remove at your own risk! */ .layout, .layout * {display: none !important;} + +div.slide {height: 11.55cm;} +div.odd {page-break-after: always;} +div.slide {font-size: 16px; font-family: sans-serif;} \ No newline at end of file