-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall.css
296 lines (254 loc) · 5.01 KB
/
all.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.name h1 {
font-size: 80px;
line-height: 90px;
margin-bottom: 24px;
}
.name {
border-bottom: black 2px solid;
padding-top: 48px;
margin-bottom: 48px;
}
.photo {
margin-bottom: 48px;
}
.photo img {
width: 324px;
height: 324px;
border-radius: 50%;
display: block;
}
.container {
width: 1200px;
margin: 0 auto;
}
.title, .title_work {
display: flex;
align-items: center;
border-bottom: 1px solid #000;
padding-bottom: 8px;
}
.title h2, .title_work h2{
font-size: 32px;
line-height: 45px;
margin-right: 16px;
}
.title h2.subtitle, .title_work h2.subtitle {
font-size: 24px;
line-height: 32px;
color: #A00404;
}
/* The actual timeline (the vertical ruler) */
.timeline {
position: relative;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
content: '';
position: absolute;
width: 2px;
background-color: #96A9C4;
top: 0;
bottom: 0;
left:24px;
margin-top: 25px;
margin-bottom: 34px;
margin-left: -1px;
}
.profile {
margin-bottom: 48px;
}
/* Container around content */
.content {
padding: 16px 48px;
position: relative;
}
/* The circles on the timeline */
.circle::after {
content: '';
position: absolute;
width: 16px;
height: 16px;
background-color: #96A9C4;
top: 25px;
left: 16px;
border-radius: 50%;
z-index: 1;
}
.content li {
font-size:24px;
line-height:36px;
margin-bottom: 24px;
}
.content p {
font-size:24px;
line-height:36px;
}
.education {
margin-bottom: 56px;
}
.relative {
position: relative;
margin-bottom: 72px;
}
.skills_background {
position: absolute;
width: 100%;
background-color: #96A9C4;
top: 70px;
bottom: 70px;
z-index: -1;
}
.skills {
background: #415165;
padding: 24px 0px 40px
}
.skills_title {
width: 996px;
margin: 0 auto 40px;
}
.title_center {
display: flex;
justify-content: center;
border-bottom: 1px #FFFFFF solid;
padding-bottom: 8px;
align-items: center;
}
.skills_title h2, .footer_title h2 {
font-size: 32px;
line-height: 45px;
color: #fff;
margin-right: 16px;
}
.skills_title h2.subtitle, .footer_title h2.subtitle{
font-size: 24px;
line-height: 32px;
color: #fff;
}
.skills_content {
width: 216px;
margin: 0 auto;
padding-left: 24px;
border-left: 1px #96A9C4 solid;
}
.skills_content li {
color: #fff;
margin-bottom: 16px;
font-size: 24px;
line-height: 36px;
}
.title_work {
margin-bottom: 22px;
}
.content_work {
width: 642px;
margin-left: 24px;
border-left: 1px solid #96A9C4;
padding-left: 24px;
margin-bottom: 72px;
}
.content_work h4 {
font-size: 24px;
line-height: 36px;
margin-bottom: 8px;
}
.content_work img {
margin-bottom: 8px;
}
.content_work p {
font-size: 20px;
line-height: 30px;
}
.content_work li {
margin-bottom: 32px;
}
.footer {
background: #415165;
padding-top: 24px;
padding-bottom: 48px;
}
.footer_title {
width: 1200px;
margin: 0 auto 32px;
}
.footer_content {
width: 1200px;
margin: 0 auto;
}
.footer_content li {
align-content: center;
font-size: 24px;
line-height: 36px;
margin-bottom: 16px;
text-align: center;
color: #fff;
}
a {
text-decoration: none;
color: inherit;
}
.contact {
display: flex;
justify-content: center;
}
.contact a {
display: block;
margin-right: 24px;
}
.name {
font-family: "Andale Mono", sans-serif;
}
.title h2, .content_work h4 , .skills_title h2, .footer_title h2, .title_work h2 {
font-family: "PingFangTC-Medium", sans-serif;
}
.title h2.subtitle, .skills_title h2.subtitle, .footer_title h2.subtitle, .title_work h2.subtitle {
font-family: "Roboto Medium", sans-serif;
}
.skills_content li {
font-family: "Roboto Light", sans-serif;
}
.content p, .content_work p, .footer_content li, .skills_content li.pingfang_light {
font-family: "PingFangTC-Light", sans-serif;
}