-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.css
More file actions
83 lines (82 loc) · 1.41 KB
/
resume.css
File metadata and controls
83 lines (82 loc) · 1.41 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
/*body {
font-family: arial, sans-serif;
padding-bottom: 2em;
width: 50em;
margin: 0 auto;
}*/
body {
background: url(grey-bg.gif);
font: 80% arial, sans-serif;
}
h1 {
font-size: 18pt;
margin-bottom: 0;
}
h1, h3 {
font-family: Georgia, serif;
letter-spacing: -0.01pt;
text-transform: uppercase;
}
h2 {
font-size: 12pt;
}
h3 {
font-size: 13pt;
margin: 1.5em 0 1ex 1em;
border-bottom: 1px solid;
font-weight: bold;
}
p {
padding: 0 0 0 1em;
}
p, div, h4 {
font-size: 11pt;
}
h4 {
margin: 1em 0 0 1em;
}
ul {
margin-top: 1ex;
margin-bottom: 1ex;
}
#contact {
overflow: hidden;
}
#temp {
width: 28%;
text-align: right;
}
#contact div {
float: left;
}
#contact h2 {
margin-bottom: 0;
}
#contact h3 {
margin-bottom: 0;
}
#content {
width: 1005px;
padding-left: 2.5em;
line-height: 1.8em;
letter-spacing: 0.01em;
display: inline;
}
#container {
background: #FFA2C8;
width: 1005px;
margin: 0 auto;
text-align: 0 auto;
font-family: 'Lucida Grande', Verdana, sans-serif;
color: black;
border: double;
border-width: 10px;
border-color: grey;
}
#resume-banner {
padding-left: 0;
padding-top: 1.5em;
padding-bottom: 2em;
}
p.date { float:right; font-size:.8em; margin-top:.4em; padding-right:1.2em }
detail { font-style:italic; color:#333; font-size:.9em; padding-left:1.2em }