-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresume.css
More file actions
84 lines (84 loc) · 1.61 KB
/
resume.css
File metadata and controls
84 lines (84 loc) · 1.61 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
@import url("resume-print.css") print;
@import url(https://fonts.googleapis.com/css?family=PT+Mono|PT+Sans:400,400italic,700|PT+Sans+Caption&subset=latin,latin-ext);
html {
font: 10pt "PT Sans", "Garamond", "Georgia", serif;
text-align: left;
}
header, h1, h2, h3, h4, h5, h6, nav {
font-family:"PT Sans Caption", "Verdana", sans-serif;
font-weight: normal;
page-break-after: avoid;
}
header > h1 {
font-size: 2.6em;
text-align: left;
}
header > img {
max-width: 4cm;
max-height: auto;
position: absolute;
/*float: right;*/
right: 0;
top: -3cm;
}
section > h1 {
font-size: 1.4em;
margin-left: -4cm;
/* position: relative; */
/* left: -4cm;*/
border-bottom: solid 1px black;
}
section > article > h2 {
font-size: 1.3em;
margin-bottom: 0.4em;
border-bottom: solid 1px black;
}
section > article > p {
margin: 0;
margin-bottom: 0.2em;
}
p.time {
font-style: italic;
}
code {
font-family: "PT Mono", "Lucida Console", Monaco, monospace;
}
math {
display: block;
margin: 0.5ex 0 0.5ex 12%;
line-height: 2em;
text-align: left;
}
p > a.ref {
content: "[" target-counter(attr(href), reference) "]";
}
section > article > dl > dt,
section > article > dl > dd {
display: inline;
padding: 0;
margin: 0;
}
section > article > dl > dt {
clear: both;
}
section > article > dl > dd + dd:before {
white-space: pre-wrap;
content: ", ";
}
section > article > dl > dt:after {
white-space: pre-wrap;
content: ": ";
}
section > article > dl > dd + dt:before {
white-space: pre;
content: "\a";
}
section > article {
clear: both;
}
ul.competences {
column-count: 3;
padding: 0 0 0 0;
margin: 0 0 0 0;
list-style-type: none;
}