jekyll-theme-panda 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +21 -0
- data/README.md +79 -0
- data/_config.yml +72 -0
- data/_includes/about/en.md +1 -0
- data/_includes/about/zh.md +0 -0
- data/_includes/footer.html +80 -0
- data/_includes/head.html +81 -0
- data/_includes/header.html +158 -0
- data/_includes/policy/en.md +1 -0
- data/_includes/policy/zh.md +9 -0
- data/_includes/search.html +5 -0
- data/_includes/toc.html +112 -0
- data/_layouts/default.html +9 -0
- data/_layouts/forarchive.html +91 -0
- data/_layouts/home.html +115 -0
- data/_layouts/post.html +117 -0
- data/_sass/common.scss +4480 -0
- data/_sass/header.scss +622 -0
- data/_sass/post.scss +362 -0
- data/_sass/syntax.scss +191 -0
- data/assets/css/bootstrap.min.css +6 -0
- data/assets/css/font-awesome.min.css +4 -0
- data/assets/css/styles.scss +6 -0
- data/assets/fonts/FontAwesome.otf +0 -0
- data/assets/fonts/amarillo/AmarilloUSAF.svg +181 -0
- data/assets/fonts/amarillo/AmarilloUSAF.ttf +0 -0
- data/assets/fonts/amarillo/AmarilloUSAF.woff +0 -0
- data/assets/fonts/amarillo/amarillo-font.css +18 -0
- data/assets/fonts/amarillo/amarurgt.eot +0 -0
- data/assets/fonts/amarillo/amarurgt.woff2 +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/img/banner.gif +0 -0
- data/assets/img/logo_Nest.png +0 -0
- data/assets/img/switcher.png +0 -0
- data/assets/js/archive.min.js +5 -0
- data/assets/js/imagesLoaded-3.1.8.js +9434 -0
- data/assets/js/imagesLoaded-4.1.4.js +497 -0
- data/assets/js/jquery-3.5.1.min.js +2 -0
- data/assets/js/mermaid.min.js +31 -0
- data/assets/js/script.js +216 -0
- data/assets/js/slick.min.js +1 -0
- metadata +116 -0
data/_sass/header.scss
ADDED
@@ -0,0 +1,622 @@
|
|
1
|
+
.menu__inner ul li, .u-m {
|
2
|
+
font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
3
|
+
font-weight: 500;
|
4
|
+
font-stretch: normal;
|
5
|
+
}
|
6
|
+
|
7
|
+
// .u-anchor {
|
8
|
+
// margin-top: -112px;
|
9
|
+
// padding-top: 112px;
|
10
|
+
|
11
|
+
// &#home-visual {
|
12
|
+
// margin-top: -37px;
|
13
|
+
// padding-top: 37px;
|
14
|
+
// }
|
15
|
+
// }
|
16
|
+
|
17
|
+
// .u-ttl__01, .u-ttl__02 {
|
18
|
+
// font-size: 20px;
|
19
|
+
// }
|
20
|
+
|
21
|
+
// .u-ttl__04 {
|
22
|
+
// font-size: 27px;
|
23
|
+
// }
|
24
|
+
|
25
|
+
// .u-ttl__dot:before {
|
26
|
+
// top: 12px;
|
27
|
+
// left: -15px;
|
28
|
+
// width: 6px;
|
29
|
+
// height: 6px;
|
30
|
+
// }
|
31
|
+
|
32
|
+
// .u-txt__label {
|
33
|
+
// font-size: 10px;
|
34
|
+
// line-height: 1.7;
|
35
|
+
// }
|
36
|
+
|
37
|
+
// .lang-ja .u-txt__label {
|
38
|
+
// font-size: 10px;
|
39
|
+
// }
|
40
|
+
|
41
|
+
// .u-txt__link {
|
42
|
+
// font-size: 12px;
|
43
|
+
|
44
|
+
// a {
|
45
|
+
// padding-bottom: 6px;
|
46
|
+
// border-bottom: #000 4px solid;
|
47
|
+
|
48
|
+
// &:before {
|
49
|
+
// content: none;
|
50
|
+
// }
|
51
|
+
|
52
|
+
// &:hover {
|
53
|
+
// color: #000;
|
54
|
+
// }
|
55
|
+
// }
|
56
|
+
|
57
|
+
// &.u-txt__link--white a:hover {
|
58
|
+
// color: #fff;
|
59
|
+
// }
|
60
|
+
// }
|
61
|
+
|
62
|
+
// .u-txt__link--blank a {
|
63
|
+
// transition: none;
|
64
|
+
|
65
|
+
// &:after {
|
66
|
+
// top: -5px;
|
67
|
+
// right: -12px;
|
68
|
+
// width: 7px;
|
69
|
+
// height: 7px;
|
70
|
+
// }
|
71
|
+
|
72
|
+
// &:hover:after {
|
73
|
+
// opacity: 1;
|
74
|
+
// }
|
75
|
+
// }
|
76
|
+
|
77
|
+
// .u-listLink {
|
78
|
+
// font-size: 12px;
|
79
|
+
|
80
|
+
// a {
|
81
|
+
// padding: 18px 0;
|
82
|
+
// transition: none;
|
83
|
+
|
84
|
+
// &:after {
|
85
|
+
// right: 8px;
|
86
|
+
// width: 8px;
|
87
|
+
// height: 8px;
|
88
|
+
// margin-top: -4px;
|
89
|
+
// }
|
90
|
+
|
91
|
+
// &:before {
|
92
|
+
// content: none;
|
93
|
+
// transition: none;
|
94
|
+
// }
|
95
|
+
|
96
|
+
// &:hover {
|
97
|
+
// color: #000;
|
98
|
+
// }
|
99
|
+
// }
|
100
|
+
// }
|
101
|
+
|
102
|
+
// .u-txt {
|
103
|
+
// line-height: 2;
|
104
|
+
// letter-spacing: 0.05em;
|
105
|
+
// }
|
106
|
+
|
107
|
+
// .u-artworks {
|
108
|
+
// margin-top: 70px;
|
109
|
+
// padding: 70px 0 75px;
|
110
|
+
|
111
|
+
// &:after {
|
112
|
+
// width: 2px;
|
113
|
+
// height: 32px;
|
114
|
+
// }
|
115
|
+
|
116
|
+
// &:before {
|
117
|
+
// width: 2px;
|
118
|
+
// height: 32px;
|
119
|
+
// top: -32px;
|
120
|
+
// }
|
121
|
+
|
122
|
+
// &:after {
|
123
|
+
// top: 0;
|
124
|
+
// }
|
125
|
+
|
126
|
+
// .u-ttl__03 {
|
127
|
+
// font-size: 20px;
|
128
|
+
// line-height: 1;
|
129
|
+
// }
|
130
|
+
|
131
|
+
// .u-txt_16 {
|
132
|
+
// margin-top: 25px;
|
133
|
+
// font-size: 12px;
|
134
|
+
// line-height: 2;
|
135
|
+
|
136
|
+
// br {
|
137
|
+
// display: block;
|
138
|
+
// }
|
139
|
+
// }
|
140
|
+
|
141
|
+
// .u-txt__link {
|
142
|
+
// margin-top: 28px;
|
143
|
+
// }
|
144
|
+
// }
|
145
|
+
|
146
|
+
// .u-pagenavi {
|
147
|
+
// margin-top: 60px;
|
148
|
+
// padding-bottom: 0;
|
149
|
+
// }
|
150
|
+
|
151
|
+
// .u-pagenavi__wrap {
|
152
|
+
// a {
|
153
|
+
// width: 6px;
|
154
|
+
// height: 6px;
|
155
|
+
// transition: none;
|
156
|
+
|
157
|
+
// &:hover {
|
158
|
+
// opacity: 1;
|
159
|
+
// }
|
160
|
+
|
161
|
+
// &:before {
|
162
|
+
// top: -4px;
|
163
|
+
// width: 6px;
|
164
|
+
// height: 6px;
|
165
|
+
// }
|
166
|
+
// }
|
167
|
+
|
168
|
+
// &:first-of-type {
|
169
|
+
// margin-right: 20px;
|
170
|
+
// }
|
171
|
+
|
172
|
+
// &:nth-of-type(2) {
|
173
|
+
// margin-left: 20px;
|
174
|
+
// }
|
175
|
+
// }
|
176
|
+
|
177
|
+
// .u-pagenavi__pager {
|
178
|
+
// .wp-pagenavi {
|
179
|
+
// display: flex;
|
180
|
+
// justify-content: center;
|
181
|
+
// }
|
182
|
+
|
183
|
+
// a {
|
184
|
+
// transition: none;
|
185
|
+
|
186
|
+
// &:hover {
|
187
|
+
// opacity: 1;
|
188
|
+
// }
|
189
|
+
// }
|
190
|
+
|
191
|
+
// .current, .first, .last, .page {
|
192
|
+
// margin: 0 12px;
|
193
|
+
// font-size: 10px;
|
194
|
+
// padding: 0 2px 6px;
|
195
|
+
// border-bottom: transparent 2px solid;
|
196
|
+
// }
|
197
|
+
|
198
|
+
// .first:after, .last:after {
|
199
|
+
// width: 15px;
|
200
|
+
// top: 8px;
|
201
|
+
// }
|
202
|
+
|
203
|
+
// .first {
|
204
|
+
// margin-right: 55px;
|
205
|
+
|
206
|
+
// &:after {
|
207
|
+
// right: -42px;
|
208
|
+
// }
|
209
|
+
// }
|
210
|
+
|
211
|
+
// .last {
|
212
|
+
// margin-left: 55px;
|
213
|
+
|
214
|
+
// &:after {
|
215
|
+
// left: -42px;
|
216
|
+
// }
|
217
|
+
// }
|
218
|
+
|
219
|
+
// .current {
|
220
|
+
// border-bottom: #000 2px solid;
|
221
|
+
// }
|
222
|
+
// }
|
223
|
+
|
224
|
+
// .u-pageTtl {
|
225
|
+
// margin-top: 25px;
|
226
|
+
// }
|
227
|
+
|
228
|
+
// .lang-ja .u-pageTtl .u-txt__label {
|
229
|
+
// font-size: 10px;
|
230
|
+
// margin-top: 8px;
|
231
|
+
// }
|
232
|
+
|
233
|
+
// .u-pageTtl__txt {
|
234
|
+
// max-width: none;
|
235
|
+
// margin-left: auto;
|
236
|
+
// margin-right: auto;
|
237
|
+
// padding-left: 24px;
|
238
|
+
// padding-right: 24px;
|
239
|
+
// box-sizing: border-box;
|
240
|
+
// }
|
241
|
+
|
242
|
+
// .u-pageTtl__txtLabel {
|
243
|
+
// font-size: 27px;
|
244
|
+
// }
|
245
|
+
|
246
|
+
// .u-pageTtl__line {
|
247
|
+
// max-width: none;
|
248
|
+
// margin-left: auto;
|
249
|
+
// margin-right: auto;
|
250
|
+
// padding-left: 24px;
|
251
|
+
// padding-right: 24px;
|
252
|
+
// box-sizing: border-box;
|
253
|
+
// margin-top: 30px;
|
254
|
+
// height: 7px;
|
255
|
+
|
256
|
+
// span, &:after {
|
257
|
+
// height: 7px;
|
258
|
+
// }
|
259
|
+
// }
|
260
|
+
|
261
|
+
header {
|
262
|
+
min-width: auto;
|
263
|
+
padding: 0;
|
264
|
+
z-index: 2;
|
265
|
+
}
|
266
|
+
|
267
|
+
.js-header-stick header {
|
268
|
+
padding: 0;
|
269
|
+
}
|
270
|
+
|
271
|
+
.header__inner {
|
272
|
+
max-width: none;
|
273
|
+
margin-left: auto;
|
274
|
+
margin-right: auto;
|
275
|
+
box-sizing: border-box;
|
276
|
+
position: relative;
|
277
|
+
}
|
278
|
+
|
279
|
+
.header__logo {
|
280
|
+
float: left;
|
281
|
+
height: 84px;
|
282
|
+
margin: 21px 0;
|
283
|
+
|
284
|
+
a p {
|
285
|
+
&.header__logoSymbol {
|
286
|
+
width: 55px;
|
287
|
+
-webkit-transform-origin: 0 0;
|
288
|
+
transform-origin: 0 0;
|
289
|
+
}
|
290
|
+
|
291
|
+
&.header__logoTxt {
|
292
|
+
margin-top: 5px;
|
293
|
+
|
294
|
+
/* width: 71px; */
|
295
|
+
width: 40px;
|
296
|
+
transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
|
297
|
+
}
|
298
|
+
}
|
299
|
+
}
|
300
|
+
|
301
|
+
.js-header-stick .header__logo {
|
302
|
+
height: 65px;
|
303
|
+
|
304
|
+
/*34*/
|
305
|
+
margin: 15px 0;
|
306
|
+
|
307
|
+
a p {
|
308
|
+
&.header__logoSymbol {
|
309
|
+
-webkit-transform-origin: 0 0;
|
310
|
+
transform-origin: 0 0;
|
311
|
+
-webkit-transform: scale(0.6139);
|
312
|
+
transform: scale(0.6139);
|
313
|
+
}
|
314
|
+
|
315
|
+
&.header__logoTxt {
|
316
|
+
width: 34px;
|
317
|
+
}
|
318
|
+
}
|
319
|
+
}
|
320
|
+
|
321
|
+
.home {
|
322
|
+
.header__logo {
|
323
|
+
opacity: 0;
|
324
|
+
visibility: hidden;
|
325
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
|
326
|
+
|
327
|
+
.header__logoSymbol {
|
328
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
|
329
|
+
}
|
330
|
+
|
331
|
+
.header__logoTxt {
|
332
|
+
transition: none;
|
333
|
+
}
|
334
|
+
}
|
335
|
+
|
336
|
+
&.js-header-stick .header__logo {
|
337
|
+
opacity: 1;
|
338
|
+
visibility: visible;
|
339
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
|
340
|
+
|
341
|
+
.header__logoSymbol {
|
342
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
|
343
|
+
}
|
344
|
+
|
345
|
+
.header__logoTxt {
|
346
|
+
transition: none;
|
347
|
+
}
|
348
|
+
}
|
349
|
+
}
|
350
|
+
|
351
|
+
.is-menu-active {
|
352
|
+
overflow: hidden;
|
353
|
+
height: 100%;
|
354
|
+
}
|
355
|
+
|
356
|
+
.menuBtn {
|
357
|
+
position: absolute;
|
358
|
+
top: 32px;
|
359
|
+
right: 24px;
|
360
|
+
width: 30px;
|
361
|
+
height: 13px;
|
362
|
+
z-index: 1;
|
363
|
+
|
364
|
+
.menuBtn__inner {
|
365
|
+
position: relative;
|
366
|
+
|
367
|
+
a {
|
368
|
+
display: block;
|
369
|
+
width: 100%;
|
370
|
+
height: 13px;
|
371
|
+
|
372
|
+
span {
|
373
|
+
width: 30px;
|
374
|
+
height: 1px;
|
375
|
+
position: absolute;
|
376
|
+
left: 0;
|
377
|
+
|
378
|
+
&:first-child {
|
379
|
+
top: 0;
|
380
|
+
}
|
381
|
+
|
382
|
+
&:nth-child(2) {
|
383
|
+
top: 6px;
|
384
|
+
}
|
385
|
+
|
386
|
+
&:nth-child(3) {
|
387
|
+
top: 12px;
|
388
|
+
}
|
389
|
+
}
|
390
|
+
|
391
|
+
&.js-open span {
|
392
|
+
&:first-child {
|
393
|
+
-webkit-transform: translateY(8px) rotate(-40deg);
|
394
|
+
transform: translateY(8px) rotate(-40deg);
|
395
|
+
}
|
396
|
+
|
397
|
+
&:nth-child(2) {
|
398
|
+
opacity: 0;
|
399
|
+
}
|
400
|
+
|
401
|
+
&:nth-child(3) {
|
402
|
+
-webkit-transform: translateY(-8px) rotate(40deg);
|
403
|
+
transform: translateY(-8px) rotate(40deg);
|
404
|
+
}
|
405
|
+
}
|
406
|
+
}
|
407
|
+
}
|
408
|
+
}
|
409
|
+
|
410
|
+
.menu {
|
411
|
+
position: fixed;
|
412
|
+
top: 0;
|
413
|
+
left: 0;
|
414
|
+
width: 100%;
|
415
|
+
height: 100%;
|
416
|
+
background: rgba(40, 40, 40, 0.9);
|
417
|
+
z-index: 2;
|
418
|
+
visibility: hidden;
|
419
|
+
opacity: 0;
|
420
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
|
421
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
|
422
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
|
423
|
+
|
424
|
+
&.js-active {
|
425
|
+
visibility: visible;
|
426
|
+
opacity: 1;
|
427
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
|
428
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
|
429
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
|
430
|
+
|
431
|
+
.menu__inner ul {
|
432
|
+
-webkit-transform: translateY(-50%);
|
433
|
+
transform: translateY(-50%);
|
434
|
+
visibility: visible;
|
435
|
+
opacity: 1;
|
436
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
|
437
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
|
438
|
+
transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, visibility 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
|
439
|
+
}
|
440
|
+
}
|
441
|
+
}
|
442
|
+
|
443
|
+
.menu__inner {
|
444
|
+
width: 100%;
|
445
|
+
height: 100%;
|
446
|
+
position: relative;
|
447
|
+
|
448
|
+
ul {
|
449
|
+
list-style: none;
|
450
|
+
position: absolute;
|
451
|
+
top: 50%;
|
452
|
+
left: 50px;
|
453
|
+
transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
|
454
|
+
-webkit-transform: translateY(-45%);
|
455
|
+
transform: translateY(-45%);
|
456
|
+
visibility: hidden;
|
457
|
+
opacity: 0;
|
458
|
+
|
459
|
+
li {
|
460
|
+
color: #fff;
|
461
|
+
font-size: 15px;
|
462
|
+
line-height: 1;
|
463
|
+
letter-spacing: 0.1em;
|
464
|
+
margin-bottom: 52px;
|
465
|
+
|
466
|
+
&:last-child {
|
467
|
+
margin-bottom: 0;
|
468
|
+
}
|
469
|
+
|
470
|
+
a {
|
471
|
+
color: #fff;
|
472
|
+
text-decoration: none;
|
473
|
+
}
|
474
|
+
}
|
475
|
+
}
|
476
|
+
}
|
477
|
+
|
478
|
+
.menu_closeBtn {
|
479
|
+
position: absolute;
|
480
|
+
top: 24px;
|
481
|
+
right: 24px;
|
482
|
+
width: 30px;
|
483
|
+
height: 30px;
|
484
|
+
z-index: 1;
|
485
|
+
|
486
|
+
.menu_closeBtn__inner {
|
487
|
+
position: relative;
|
488
|
+
|
489
|
+
a {
|
490
|
+
display: block;
|
491
|
+
width: 100%;
|
492
|
+
height: 30px;
|
493
|
+
|
494
|
+
span {
|
495
|
+
width: 30px;
|
496
|
+
height: 1px;
|
497
|
+
background: #fff;
|
498
|
+
position: absolute;
|
499
|
+
left: 0;
|
500
|
+
|
501
|
+
&:first-child {
|
502
|
+
top: 0;
|
503
|
+
-webkit-transform: translateY(14px) rotate(-45deg);
|
504
|
+
transform: translateY(14px) rotate(-45deg);
|
505
|
+
}
|
506
|
+
|
507
|
+
&:nth-child(2) {
|
508
|
+
top: 6px;
|
509
|
+
opacity: 0;
|
510
|
+
}
|
511
|
+
|
512
|
+
&:nth-child(3) {
|
513
|
+
top: 12px;
|
514
|
+
-webkit-transform: translateY(2px) rotate(45deg);
|
515
|
+
transform: translateY(2px) rotate(45deg);
|
516
|
+
}
|
517
|
+
}
|
518
|
+
}
|
519
|
+
}
|
520
|
+
}
|
521
|
+
|
522
|
+
.footer__link {
|
523
|
+
margin-top: 0;
|
524
|
+
border-top: #e8e8e8 1px solid;
|
525
|
+
padding: 21px 0 21px;
|
526
|
+
}
|
527
|
+
|
528
|
+
.footer_mt .footer__link {
|
529
|
+
margin-top: 80px;
|
530
|
+
}
|
531
|
+
|
532
|
+
.footer__link p {
|
533
|
+
font-size: 10px;
|
534
|
+
|
535
|
+
a {
|
536
|
+
transition: none;
|
537
|
+
|
538
|
+
&:hover {
|
539
|
+
opacity: 1;
|
540
|
+
}
|
541
|
+
}
|
542
|
+
|
543
|
+
span {
|
544
|
+
margin: 0 4px;
|
545
|
+
}
|
546
|
+
}
|
547
|
+
|
548
|
+
.footer__copy {
|
549
|
+
border-top: #e8e8e8 1px solid;
|
550
|
+
padding: 25px 0 17px;
|
551
|
+
|
552
|
+
small {
|
553
|
+
font-size: 10px;
|
554
|
+
line-height: 1.4;
|
555
|
+
margin-left: 20px;
|
556
|
+
margin-right: 20px;
|
557
|
+
|
558
|
+
br {
|
559
|
+
display: block;
|
560
|
+
}
|
561
|
+
}
|
562
|
+
|
563
|
+
ul {
|
564
|
+
margin-top: 18px;
|
565
|
+
|
566
|
+
li {
|
567
|
+
width: 19px;
|
568
|
+
|
569
|
+
/*9px*/
|
570
|
+
|
571
|
+
a {
|
572
|
+
transition: none;
|
573
|
+
|
574
|
+
&:hover {
|
575
|
+
opacity: 1;
|
576
|
+
}
|
577
|
+
}
|
578
|
+
}
|
579
|
+
}
|
580
|
+
}
|
581
|
+
|
582
|
+
.home-lead {
|
583
|
+
margin-top: 170px;
|
584
|
+
}
|
585
|
+
|
586
|
+
.home-lead__inner {
|
587
|
+
max-width: none;
|
588
|
+
margin-left: auto;
|
589
|
+
margin-right: auto;
|
590
|
+
padding-left: 24px;
|
591
|
+
padding-right: 24px;
|
592
|
+
box-sizing: border-box;
|
593
|
+
}
|
594
|
+
|
595
|
+
.home-lead__logoSymbol {
|
596
|
+
width: 60px;
|
597
|
+
}
|
598
|
+
|
599
|
+
.home-lead__logoTxt {
|
600
|
+
margin-top: 22px;
|
601
|
+
width: 200px;
|
602
|
+
}
|
603
|
+
|
604
|
+
.home-lead__txt {
|
605
|
+
margin-top: 24px;
|
606
|
+
|
607
|
+
p {
|
608
|
+
font-size: 10px;
|
609
|
+
line-height: 1.9;
|
610
|
+
|
611
|
+
a {
|
612
|
+
padding-bottom: 1px;
|
613
|
+
border-bottom: #777 1px solid;
|
614
|
+
transition: none;
|
615
|
+
|
616
|
+
&:hover {
|
617
|
+
opacity: 1;
|
618
|
+
}
|
619
|
+
}
|
620
|
+
}
|
621
|
+
}
|
622
|
+
|