comparison presen/ui/school_utf/print.css @ 20:e5e563dc8270 draft

add file
author Yutaka_Kinjyo <yutaka@cr.ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2012 00:47:14 +0900
parents
children
comparison
equal deleted inserted replaced
18:140aec35135c 20:e5e563dc8270
1 /* The following rule is necessary to have all slides appear in print! DO NOT REMOVE IT! */
2 .slide, ul, p {page-break-inside: avoid; visibility: visible !important;}
3 h1 {page-break-after: avoid;}
4 img {page-break-inside: avoid; page-break-after: avoid;}
5 /*.slide {page-break-after: always;}*/
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 h1 {border-top: 2pt solid gray; border-bottom: 1px dotted silver;}
16 .extra {background: transparent !important;}
17 div.extra, pre.extra, .example {font-size: 10pt; color: #333;}
18 ul.extra a {font-weight: bold;}
19 p.example {display: none;}
20
21 #header {display: none;}
22 #footer h1 {margin: 0; border-bottom: 1px solid; color: gray; font-style: italic;}
23 #footer h2, #controls {display: none;}
24
25 /* The following rule keeps the layout stuff out of print. Remove at your own risk! */
26 .hide, .layout, .layout * {display: none !important;}