-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.css
executable file
·109 lines (84 loc) · 1.28 KB
/
resume.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
/* class is ., id is # */
* {
padding: 0;
margin: 0;
}
body {
font-family: 'Mate SC', 'Neuton', serif;
width: 900px;
margin-left:auto;
margin-right:auto;
margin-top: 10px;
}
A:link, A:visited, A:active {color: #0069A1; text-decoration: none;}
A:hover {color: #0069A1; text-decoration: underline;}
/*a {
color: black;
text-decoration: none;
} uncomment when printing */
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;
}
/*#profexpr {
page-break-before: always;
}
#publications {
page-break-before: always;
}
#techskills {
page-break-before: always;
}*/
.sectionpart {
/*border: 1px solid #000000;*/
overflow: auto;
width: 100%;
height: auto;
}
.partinfo, .partlabel {
padding-top: 10px;
}
.partinfo{
width: 72%;
float: right;
}
.partlabel, .refs {
float: left;
padding-left: 10px;
}
.sectionheader {
font-weight:bold;
text-transform: uppercase;
}
.cite{
padding-left: 30px;
text-indent: -20px;
}