Mercurial > hg > Papers > 2015 > kaito-lola
comparison presentation/themes/blank/o/print.css @ 3:c50a033e6635
create presentation slide
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Jul 2015 19:06:07 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:771136eae970 | 3:c50a033e6635 |
---|---|
1 /********************************* | |
2 * CSS @media print rules (not projection or screen) | |
3 * | |
4 * (note: this is a less extendend css script, to learn more about less; see lesscss.org) | |
5 */body { | |
6 font-size: 12pt; | |
7 } | |
8 .slide { | |
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 } |