03179662850c409154ce2a0c18b69ba42597fe8f
[hacks/simpleWebSlides.git] / simpleWebSlides_print.css
1 body {
2     margin: 0pt 0pt 0pt 0pt;
3     padding: 0pt 0pt 0pt 0pt;
4     border-width: 0pt;
5 }
6
7 .canvas {
8     overflow:hidden;
9     position:relative;
10     border-width: 0cm;
11     border-style: none;
12     margin:0pt 0pt 0pt 0pt;
13     page-break-after:always;
14     width: 297mm;
15     height: 209.8mm; /* not 210 due to rounding errors */
16     padding:0pt;
17 }
18
19 .active_frame, .inactive_frame, .current_frame {
20     visibility: visible;
21 }