Mercurial > hg > Papers > 2018 > nozomi-master
comparison presentation/s6/themes/print.css @ 103:76769fd0995e
Generate slide
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 12 Feb 2017 18:10:33 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
102:3ead244513d5 | 103:76769fd0995e |
---|---|
1 /********************************* | |
2 * CSS @media print rules (not projection or screen) | |
3 */ | |
4 body { | |
5 font-size: 12pt; | |
6 } | |
7 .slide { | |
8 display: block !important; | |
9 page-break-inside: avoid; | |
10 /******************** | |
11 * Extra styling for first slide (title/cover slide) | |
12 */ | |
13 } | |
14 .slide h1 { | |
15 page-break-after: avoid; | |
16 } | |
17 .slide ul { | |
18 page-break-inside: avoid; | |
19 } | |
20 .slide h1 { | |
21 border-top: 2pt solid gray; | |
22 border-bottom: 1px dotted silver; | |
23 } | |
24 .slide:first-child { | |
25 margin-bottom: 3em; | |
26 } | |
27 .slide:first-child h1 { | |
28 font-size: 200%; | |
29 border: none; | |
30 margin: 0.5em 0 0.25em; | |
31 } | |
32 .slide:first-child h3 { | |
33 margin: 0; | |
34 padding: 0; | |
35 } | |
36 .slide:first-child h4 { | |
37 margin: 0 0 0.5em; | |
38 padding: 0; | |
39 } |