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