5
5
border : 0 ;
6
6
font-family : Segoe UI, SegoeUI, "Helvetica Neue" , Helvetica, Arial, sans-serif;
7
7
line-height : 1.4 ;
8
+ color : # 2c3e50 ;
8
9
}
9
10
10
11
11
12
body {
12
13
text-align : center;
13
14
padding-top : 50px ;
14
15
padding-bottom : 50px ;
15
- background : lightgrey ;
16
+ background : white ;
16
17
}
17
18
18
19
body > * {
@@ -28,7 +29,6 @@ body > * {
28
29
29
30
hr {
30
31
background : blue;
31
- border-radius : 4px ;
32
32
height : 4px ;
33
33
overflow : hidden;
34
34
}
@@ -39,7 +39,37 @@ main article * {
39
39
}
40
40
41
41
main article h1 {
42
- font-size : 36px ;
42
+ font-size : 38px ;
43
+ }
44
+
45
+ main article h2 {
46
+ font-size : 34px ;
47
+ }
48
+
49
+ main article h3 {
50
+ font-size : 30px ;
51
+ }
52
+
53
+ main article h4 {
54
+ font-size : 26px ;
55
+ }
56
+
57
+ main article h5 {
58
+ font-size : 22px ;
59
+ }
60
+
61
+ main article h6 {
62
+ font-size : 18px ;
63
+ }
64
+
65
+ main article h1 ,
66
+ main article h2 ,
67
+ main article h3 ,
68
+ main article h4 ,
69
+ main article h5 ,
70
+ main article h6 {
71
+ color : blue;
72
+ font-weight : 900 ;
43
73
}
44
74
45
75
main {
@@ -113,7 +143,7 @@ main ul .image-container .text {
113
143
114
144
main ul .image-container .text h3 {
115
145
color : black;
116
- font-size : 36 px ;
146
+ font-size : 38 px ;
117
147
line-height : 42px ;
118
148
text-align : center;
119
149
padding : 30px ;
@@ -140,7 +170,7 @@ img {
140
170
box-shadow : 0 2px 2px 0 rgba (0 , 0 , 0 , 0.14 ), 0 3px 1px -2px rgba (0 , 0 , 0 , 0.12 ), 0 1px 5px 0 rgba (0 , 0 , 0 , 0.2 );
141
171
border-radius : 4px ;
142
172
overflow : hidden;
143
- background-color : rgba (0 , 0 , 0 , 0.25 );
173
+ background-color : rgba (0 , 0 , 0 , 0.1 );
144
174
}
145
175
146
176
.image-container img {
@@ -158,9 +188,10 @@ img {
158
188
code {
159
189
box-shadow : 0 2px 2px 0 rgba (0 , 0 , 0 , 0.14 ), 0 3px 1px -2px rgba (0 , 0 , 0 , 0.12 ), 0 1px 5px 0 rgba (0 , 0 , 0 , 0.2 );
160
190
padding : 15px ;
161
- background : white ;
191
+ background : rgba ( 0 , 0 , 0 , 0.1 ) ;
162
192
display : block;
163
193
border-radius : 4px ;
194
+ overflow : auto;
164
195
}
165
196
166
197
blockquote {
@@ -203,6 +234,7 @@ main article .desc a:hover {
203
234
204
235
main {
205
236
padding : 15px ;
237
+ margin-bottom : 0 ;
206
238
}
207
239
208
240
main ul .image-container .text h3 {
@@ -216,4 +248,47 @@ main article .desc a:hover {
216
248
.image-container {
217
249
margin-bottom : 15px ;
218
250
}
251
+
252
+ footer ,
253
+ header {
254
+ flex-direction : column;
255
+ align-items : flex-start;
256
+ background-position : right center;
257
+ background : none;
258
+ position : relative;
259
+ }
260
+
261
+ header : after {
262
+ content : " " ;
263
+ z-index : 1 ;
264
+ background : url ('/static/img/Artboard 5.svg' );
265
+ background-size : auto 125% ;
266
+ background-position : center center;
267
+ background-repeat : no-repeat;
268
+ width : 50% ;
269
+ height : 100% ;
270
+ position : absolute;
271
+ top : 0 ;
272
+ right : 0 ;
273
+ }
274
+
275
+ header > * {
276
+ position : relative;
277
+ z-index : 2 ;
278
+ }
279
+
280
+ footer nav li a : after ,
281
+ header nav li a : after {
282
+ content : "," ;
283
+ }
284
+
285
+ footer nav li : last-of-type a : after ,
286
+ header nav li : last-of-type a : after {
287
+ content : "" ;
288
+ }
289
+
290
+ footer nav li : first-of-type a ,
291
+ header nav li : first-of-type a {
292
+ margin-left : 0 ;
293
+ }
219
294
}
0 commit comments