-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-print.css
97 lines (80 loc) · 1.23 KB
/
resume-print.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
body {
line-height: 12pt;
font-family: 'Optima-Regular', 'Optima', 'Trebuchet MS', 'sans-serif';
color: #000000;
opacity: 1.00;
font-size: 10pt;
font-style: normal;
font-weight: normal;
font-variant: normal;
letter-spacing: 0;
margin: 10pt 20pt;
padding: 0 0 0 0;
text-align: left;
text-decoration: none;
text-indent: 0;
text-transform: none;
}
#myName {
line-height: 22pt;
font-size: 18pt;
text-align: right;
}
a.msg {
display: none;
}
.adr {
margin-bottom: 0pt;
text-align: right;
}
.summary {
padding-bottom: 9pt;
}
.education {
padding-bottom: 9pt;
padding-right: 2.5em;
}
.description {
clear: both;
padding-right: 2.5em;
}
.htitle {
font-weight: bold;
float: left;
width: 70%;
padding: 0;
margin: 0;
}
.date_duration {
font-weight: bold;
float: right;
width: 20%;
text-align: right;
}
.org, .title{
font-weight: bold;
}
.contract {
margin-left: 1em;
}
.location {
margin: 0;
padding: 0;
}
.heading {
font-weight: bold;
letter-spacing: 0.20em;
text-transform: uppercase;
}
div {
overflow: visible;
}
img {
border: none;
}
.include {
display:none;
}
.noprint {
display:none;
}