-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.css
148 lines (137 loc) · 2.03 KB
/
cv.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
div#profile {
position: relative;
padding: 0em 1em 1em 1em;
}
div#contact{
position: absolute;
right: 0px;
top: 0px;
text-align: right;
margin-top: 0px !important;
}
div#address{
margin: 0px !important;
}
div#cv{
margin: 0 auto 0 auto;
min-width: 400px;
max-width: 900px;
}
div#cv > div:not(#profile)
{
border-top: 2px solid #999;
}
div#cv > div#education{
border-top: 2px solid black;
}
.school .degree {
font-weight: bold;
}
.finish .tbd {
font-style: italic;
}
div.job > div.title{
position: relative;
margin: 10px;
font-weight: bold;
}
span.date{
left:0px;
font-weight: normal;
}
span.date_present{
font-style: italic;
}
div#Teaching h4{
margin: 10px;
font-weight: normal
}
li {
list-style: none;
}
div.item {
position: relative;
}
.item div.date{
position:absolute;
top: 0px;
right: 0px;
}
.item div.location{
position:absolute;
top: 0px;
right: 20%;
}
.item div{
display:inline;
}
table{
border-collapse:collapse;
}
div.activity>table{
position: relative;
left: 20px;
width: 95%;
}
.activity td.task{
width: 60%;
}
.activity td.date{
width: 20%;
text-align:right;
}
.activity td.location{
text-align:center;
}
span.self{
font-weight: bold;
}
div.publication,div.presentation{
text-indent: -2em;
padding-left: 2em;
margin: 15px 10px;
}
div#cv>div>div{
margin: 20px 10px;
}
#gpa{
padding-left: 5px;
}
h3{
display:inline;
}
div.employment > div.job{
margin: 10px 0px;
}
div.job{
position: relative;
}
div.job>span.location{
position: absolute;
right: 0px;
}
div.job > span.department{
position: absolute;
text-align: center;
right: 0px;
left: 0px;
}
div.job > div.job{
margin-left: 10px;
}
div.job > .description{
margin: 2px 20px;
}
div.presentation .title{
font-style: italic
}
div.presentation span.title{
}
div.presentation span.event
{
margin-left: 10px;
}
div#version{
position: absolute;
visibility:collapse;
}