-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathman.css
More file actions
43 lines (37 loc) · 753 Bytes
/
Copy pathman.css
File metadata and controls
43 lines (37 loc) · 753 Bytes
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
body {
line-height: 1.3em;
font-family: Helvetica, Arial, sans-serif;
max-width: 35em;
padding: 64px 51px;
}
.foot {
margin-top: 2em;
}
h1 {
font-size: 18px;
margin-top: 1.4em;
}
a {
color: black;
}
div.Pp {
margin-top: 1em;
}
table.head, table.foot { width: 100%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }
table.foot td { width: 50%; }
table.head td.head-vol { width: 60%; }
table.head td.head-ltitle { width: 20%; }
table.head td.head-rtitle { width: 20%; }
@media print {
#container {
max-width: 100% !important;
font-size: 14px !important;
font-family: Georgia, "Times New Roman", serif !important;
}
body {
padding-top: 0px;
padding-bottom: 0px;
}
}