-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (72 loc) · 1.24 KB
/
Copy pathstyle.css
File metadata and controls
88 lines (72 loc) · 1.24 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
body {
font-family: "PT Sans", sans-serif;
}
body, h1, h2, h3, p, li {
line-height: 1.25;
}
h1 {
font-family: "PT Sans Caption", sans-serif;
font-weight: normal;
}
a {
color: #009;
}
a:visited {
color: #306;
}
.narrow {
width: 66%;
}
aside {
--offset: 79.9rem;
float: right;
width: 33%;
height: var(--offset);
margin-top: calc(-1 * var(--offset));
}
@media print {
body {
font-size: 14pt;
}
h1 {
margin: 0 0 .5em;
font-size: 2em;
}
h2 {
margin: .5em 0 .25em;
font-size: 1.5em;
}
h2#contact {
visibility: hidden;
margin: 0;
line-height: 0;
}
h2#contact+p,
h2#contact+p+p {
text-align: right;
}
h3 {
margin: .5em 0 .25em;
font-size: 1em;
}
/* Date range */
h3+p,
#education+p+p+p {
font-family: "PT Sans Caption", sans-serif;
font-size: 0.75em;
}
/* Position */
h3+p em,
#education+p+p+p em {
font-family: "PT Sans", sans-serif; /* PT Sans Caption doesn’t have italic */
}
p,
li {
margin: 0 0 .5em;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
}