-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
60 lines (59 loc) · 910 Bytes
/
print.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
body {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
margin: 0px;
padding: 0px;
background-color: #eee;
}
div.slide {
margin: 20px;
padding: 18px 18px 10px 18px;
border: 1px solid #888;
background-color: #fff;
border-radius: 5px;
page-break-inside: avoid;
}
h1 {
font-size: 18pt;
padding: 0px;
margin: 0px;
}
h1>span {
display: block;
font-size: 16pt;
}
h2 {
font-size: 16pt;
padding: 0px;
margin: 0px 0px 20px 0px;
}
ul, ol {
}
li>ul {
margin-top: 0.5em;
}
li {
font-size: 12pt;
margin-bottom: 0.5em;
}
pre {
font-size: 12pt;
}
abbr {
display: block;
float: right;
color: #888;
font-size: 8pt;
}
a {
color: #333;
}
a:visited {
color: #666;
}
div.slide td {
padding: 3px 10px;
}
.slide li img {
max-width: 800px;
max-height: 600px;
}