-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-sidebar.css
87 lines (73 loc) · 1.63 KB
/
resume-sidebar.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
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
aside#meta {
border-right: 1px solid #000;
}
aside#meta p {
margin-block-start: 0.5em;
margin-block-end: 0.5em;
}
aside#meta > section,
section#body > section {
padding-left: 0;
margin-top: 1em;
margin-bottom: 1.5em;
}
aside#meta > section > section,
section#body > section > section {
margin-top: 0.5em;
margin-bottom: 1em;
}
aside#meta > section > *:not(header),
section#body > section > *:not(header) {
font-size: 90%;
}
aside#meta > section:first-of-type,
section#body > section:first-of-type {
margin-top: 0;
}
aside#meta > section:last-of-type,
section#body > section:last-of-type {
margin-bottom: 0;
}
aside#meta > section > section > header,
section#body > section > section > header {
font-size: 115%;
margin-bottom: 0.5em;
}
.nlt-style span.title { font-weight: bold; }
.nlt-style span.name { font-weight: bold; }
.nlt-style span.employer { font-style: italic; }
.nlt-style .timespan { font-size: 80%; text-align: right; }
.nlt-style div.job-deets {
padding-left: 1em;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
.nlt-style div.job-deets .title {
font-weight: normal;
font-style: italic;
font-size: 90%;
}
aside#meta ul {
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-inline-start: 2em;
}
ul.tight {
margin: 0 !important;
margin-block-start: 0;
margin-block-end: 0;
}
section#skills > section > header {
font-variant: small-caps;
font-weight: bold;
}
section#skills > section > section#proficiency > header,
section#skills > section > section#experience > header {
font-style: italic;
}
section#education span.location {
font-size: 85%;
}