-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.css
102 lines (102 loc) · 1.43 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
body {
margin: 0 auto;
background-color: #CCCCCC;
text-align: center;
color: #000000;
}
h1, h2, ul, li {
margin: 0;
padding: 0;
}
h2 {
font-size: 24px;
}
#wrap {
width: 800px;
margin: 0 auto;
border: 1px solid #fff;
background: #FFFFFF;
}
#address {
margin-top: 20px;
}
#address h1 {
font-size: 24px;
border-bottom: 1px solid #000000;
width: 90%;
margin: 0 auto;
}
#address p {
padding: 0;
margin: 0;
font-size: 12px;
}
a {
color: #000000;
background: #FFFFFF;
text-decoration: none;
}
a:hover {
background: #CCCCCC;
color: #000000;
}
#skills {
width: 90%;
margin: 0 auto;
}
#volunteer ul, #education ul, #experience div.work ul {
margin-left: 20px;
text-align: left;
}
#experience div.work ul {
margin-top: 10px;
}
#skills ul {
text-align: left;
margin-left: 80px;
}
#experience, #education, #objective {
margin: 20px auto;
width: 90%;
}
#volunteer {
margin: 20px auto;
width: 90%;
}
span.strong {
font-weight: bold;
}
#skills {
display: none;
}
#skillsleft {
float: left;
width: 50%
}
#skillsright {
float: right;
width: 50%
}
div.work {
margin-bottom: 20px;
}
span.company, span.location {
font-weight: bold;
}
span.position, span.duration {
font-style: italic;
}
div.left {
text-align: left;
float: left;
}
div.right {
text-align: right;
float: right;
}
div.clear {
clear: both;
}
.print {
display: none;
}