-
Notifications
You must be signed in to change notification settings - Fork 7
/
resume.css
89 lines (73 loc) · 1.65 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
body { text-align:center; background:#88dd66;}
.document
{
width:38em;
margin-right: auto;
margin-left: auto;
text-align:left;
padding:.4em 2em .4em 2em;
border:1px solid #00459A;
background:white;
}
h1 ,
span,
.docutils dt
{
font-family: Arial, sans-serif;
}
h1.title
{
position:absolute;
width:19em;
padding-bottom:.2em;
margin-bottom:.8em;
border-bottom:1px solid;
}
.document p
{
width:20em;
float:right;
text-align:right;
}
span {display:block;font-weight:bold; font-size:13px;}
.city, .phone
{
float:right;
padding-left:0.8em;
}
.street:after, .email:after {content:"\A0\A0\A0\2022"}
.section p
{
width:auto;
float:none;
text-align:left;
}
.section h1
{
clear:both;
padding-top:.4em;
font-size:22px;
}
.description, .organization, .location,
.docutils dt
{font-weight:bold; font-size:13px;}
.organization {float:left; clear:left;}
.location { float:right; clear:right; margin-bottom:0.5em;}
.section ul.simple
{
margin-left:5em;
padding-left:0em;
}
.section h1
{color:#00459A;}
.email,.phone,.city,.street,
.organization, .location {color:#404040;}
.docutils dl {clear:both;}
.docutils dd {margin:0em 0em 2.5em 0em; clear:both;}
.docutils dd p {clear:both; margin: 0.4em 0em 0.6em 0em;}
.docutils dd p.first {clear:none;margin:0em;padding:0em;}
.docutils ul.simple{clear:both; margin-left:1.1em; padding-left:0em;}
.docutils ul.simple li {margin-bottom:.2em;}
.docutils dd table.field-list {margin:.2em 0em 0em 0em;}
th {font-weight:normal;}
a {color:#000055; text-decoration:none;}