-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.css
More file actions
121 lines (112 loc) · 1.51 KB
/
cv.css
File metadata and controls
121 lines (112 loc) · 1.51 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
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
body {
font-family:sans-serif;
font-size:10pt;
margin-top:0.5cm;
}
#titlebar {
text-align:left;
position:absolute;
top:0%;
left:0%;
width:100%;
height:3cm;
padding-left: 0.25cm;
}
#leftcolumn {
position: absolute;
left:0%;
right:50%;
top:3cm;
margin-left: 0.25cm;
}
#rightcolumn {
position: absolute;
left:52%;
right:0%;
top:3cm;
margin-right: 0.25cm;
}
#singlecolumn {
position: absolute;
left:0%;
right:0%;
top:2.8cm;
margin-left: 0.25cm;
}
#name {
font-size:22pt;
font-weight:normal;
padding-right:0.5cm;
margin-top:0.2cm;
}
#summary {
margin-top:0.2cm;
margin-right:0cm;
}
h2 {
font-size:13pt;
color:steelblue;
font-weight:bold;
margin-top:1pt;
margin-bottom:1pt;
}
h3 {
font-size:12pt;
font-weight:bold;
margin-top:5pt;
margin-bottom:1pt;
}
hr {
color:steelblue;
background-color:steelblue;
height:0px;
}
.employer {
font-size:12pt;
}
.employerdetails {
margin-left: 5pt;
font-style: italic;
color:#888888;
}
.jobdate {
float:right;
color:#888888;
}
.skill {
border-radius:2px;
background:gray;
padding-left:2px;
padding-right:2px;
color:white;
font-weight:bold;
}
.lighter {
color:darkgrey;
}
a:link {
color:black;
}
a:visited {
color:black;
}
a:hover {
color:steelblue;
}
ul {
margin-top:1pt;
margin-left: 7pt;
padding-left:10pt;
list-style:none;
}
ul li::before {
color: black;
content: "\2022";
display:inline-block;
margin-left: -11pt;
margin-right: 7pt;
}
li {
padding-bottom:2pt;
padding-left:2pt;
}