comparison docs/pycon2010/ui/pycon/print.css @ 372:bf314710e64b

can't make theme work
author cat@eee
date Fri, 19 Feb 2010 00:23:18 -0500
parents
children
comparison
equal deleted inserted replaced
371:e84703583996 372:bf314710e64b
1 /* This file has been placed in the public domain. */
2 /* The following rule is necessary to have all slides appear in print!
3 DO NOT REMOVE IT! */
4 .slide, ul {page-break-inside: avoid; visibility: visible !important;}
5 h1 {page-break-after: avoid;}
6
7 body {font-size: 12pt; background: white;}
8 * {color: black;}
9
10 #slide0 h1 {font-size: 200%; border: none; margin: 0.5em 0 0.25em;}
11 #slide0 h3 {margin: 0; padding: 0;}
12 #slide0 h4 {margin: 0 0 0.5em; padding: 0;}
13 #slide0 {margin-bottom: 3em;}
14
15 #header {display: none;}
16 #footer h1 {margin: 0; border-bottom: 1px solid; color: gray;
17 font-style: italic;}
18 #footer h2, #controls {display: none;}
19
20 .print {display: inline ! important;}
21
22 /* The following rule keeps the layout stuff out of print.
23 Remove at your own risk! */
24 .layout, .layout * {display: none !important;}