forked from theleanship/jsonresume-theme-short
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
144 lines (122 loc) · 1.86 KB
/
style.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
body {
background: #fff;
font: 16px 'Open Sans' Helvetica, Arial, sans-serif;
line-height: 1.4;
margin: 0 0;
margin-bottom: 100px;
}
em {
color: #999;
}
p {
line-height: 1.6;
font-size: 90%;
}
a {
color: #2C85B1;
text-decoration: none;
font-weight: 400;
}
ul {
margin-bottom: 0;
}
section {
margin: 1em 0 2em;
}
blockquote {
margin: 0;
margin-bottom: 1em;
}
#resume {
margin: 2em 2em 2em 2.5em;
max-width: 760px;
}
/* Resume heading */
.heading header {
}
.heading header h1 {
font-size: 180%;
margin: 0.5em 0;
font-weight: 600;
}
.heading header h2 {
font-size: 140%;
margin: 0;
font-weight: 400;
}
.heading header .contact .detail {
margin: 0 1em 0 0;
}
.profile {
display: inline-block;
margin: 0 1em 0 0;
}
.profile strong,
.profile span {
display: inline-block;
margin: 0 1em 0 0;
}
/* section / line breaks */
section h2 {
font-size: 140%;
margin: 0 0 1em;
text-transform: uppercase;
color: #BC1B39;
font-weight: 400;
}
/* Experience items */
.item {
margin: 0 0 1em;
padding: 0 0 1em;
border-bottom: 1px solid #F2EBEC;
}
.item:last-child {
border-bottom: none;
}
.item header h3 {
margin: 0.2em 1em 0.2em 0;
display: inline-block;
font-weight: 600;
}
.item header a {
display: inline-block;
}
.item .position {
font-weight: 600;
font-size: 100%;
margin: 0.2em 1em 0.2em 0;
}
.item .startDate,
.item .endDate {
color: #6B6B6B;
}
.item .highlights {
list-style: square;
font-size: 90%;
}
/* skills */
#skills .item {
margin: 0.5em 0;
padding: 0 0 0.5em;
font-size: 90%;
}
#skills .item .name {
font-weight: 600;
display: inline-block;
text-transform: uppercase;
margin: 0 1em 0 0;
width: 23%;
vertical-align: top;
}
#skills .item .keywords {
display: inline-block;
width: 70%;
vertical-align: top;
}
/* education */
#education .item {
display: inline-block;
vertical-align: top;
width: 49.5%;
border-bottom: 0;
}