comparison Slide/s6/themes/print.css @ 85:1f4e174f0f1a

add slide
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 08 Jan 2019 19:32:49 +0900
parents
children
comparison
equal deleted inserted replaced
84:6c69fdd1716c 85:1f4e174f0f1a
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 }