-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume_print.css
More file actions
executable file
·114 lines (91 loc) · 1.29 KB
/
resume_print.css
File metadata and controls
executable file
·114 lines (91 loc) · 1.29 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
/* class is ., id is # */
* {
padding: 0;
margin: 0;
}
body {
margin:0;
padding:0;
line-height: 1.4em;
word-spacing:1px;
letter-spacing:0.2px;
font: 13px Arial, Helvetica,"Lucida Grande", serif;
color: #000;
}
a {
color: black;
text-decoration: none;
}
p, li {
margin-bottom: 5px;
}
ul {
padding-left: 20px;
}
li {
padding-left: 10px;
}
label, .bspan {
font-weight: bold;
}
.lspan {
font-style: italic;
}
label.mright{
margin-right: 10px;
}
#name{
font-weight:bold;
font-size:150%;
}
#bioinfo{
width: 600px;
margin-left:auto;
margin-right:auto;
text-align: center;
margin-bottom: 20px;
}
.section, .sectionheader, .cite {
margin-bottom: 15px;
}
#publications, #presentations, #techskills {
page-break-inside: avoid;
}
/*
#techskills {
page-break-before: always;
}*/
.sectionpart {
overflow: auto;
width: 100%;
height: auto;
}
.partinfo, .partlabel {
padding-top: 10px;
}
.partinfo{
width: 360pt;
float: none;
display: inline-block;
}
.refs {
vertical-align: top;
float: none;
display: inline-block;
padding-left: 10px;
}
.partlabel {
vertical-align: top;
float: none;
display: inline-block;
padding-left: 10px;
width: 130pt;
}
.sectionheader {
font-weight:bold;
text-transform: uppercase;
}
.cite{
padding-left: 30px;
text-indent: -20px;
}