-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
527 lines (407 loc) · 37.5 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
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
@charset "UTF-8";
/*
Theme Name: Gloom
Theme URI: http://zhw-island.com/
Description: Gloom.
Author: 老赵
Author URI: http://zhw-island.com/
Version: 2.0.3
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, footer, header, nav, section { display: block; }
h1 { margin: .67em 0; font-size: 2em; }
figcaption, figure, main { display: block; }
figure { margin: 1em 40px; }
hr { overflow: visible; -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { font-size: 1em; font-family: monospace,monospace; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-size: 1em; font-family: monospace,monospace; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { position: relative; vertical-align: baseline; font-size: 75%; line-height: 0; }
sub { bottom: -.25em; }
sup { top: -.5em; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea { margin: 0; font-size: 100%; font-family: sans-serif; line-height: 1.15; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button; }
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none; }
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { display: table; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; max-width: 100%; color: inherit; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type=checkbox], [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; }
[type=search] { outline-offset: -2px; -webkit-appearance: textfield; }
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }
details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }
*, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: "Lantinghei SC","Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif; }
a { text-decoration: none; -webkit-transition: all .1s; transition: all .1s; }
ol, ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; }
.clearfix:after, .clearfix:before { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.fl { float: left !important; }
.fr { float: right !important; }
.hide { display: none; }
.show { display: block; }
.text-hide { background: 0 0; border: 0; color: transparent; font: 0/0 a; text-shadow: none; }
.text-l { text-align: left; }
.text-r { text-align: right; }
.text-c { text-align: center; }
.text-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-clip { overflow: hidden; text-overflow: clip; white-space: nowrap; }
.text-break { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-break: break-word; word-wrap: break-word; }
.hand { cursor: pointer; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f22 { font-size: 22px; }
.f24 { font-size: 24px; }
.colbox { display: table; width: 100%; height: 100%; table-layout: fixed; }
.colbox .col { display: table-cell; float: none; height: 100%; vertical-align: top; }
.bg-img { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.bg-gradient { opacity: .75; color: rgba(255, 255, 255, 0.95); background: #000; background: rgba(0, 0, 0, 0.5); background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(35%, rgba(0, 0, 0, 0.2)), color-stop(65%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.66))); background: linear-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.66)); -webkit-transition: all 0.3s; transition: all 0.3s; }
.bg-gradient:hover { opacity: 1; }
.main-title { position: relative; font-size: 16px; font-weight: normal; height: 30px; margin-bottom: 15px; }
.main-title span { position: absolute; left: 0; bottom: -1px; padding-bottom: 5px; }
/* layout */
#wrapper { position: relative; height: auto !important; height: 100%; min-height: 100%; font-size: 14px; }
#wrapper::after { content: ""; position: fixed; z-index: -1; left: 0; top: 0; bottom: 0; width: 1000px; height: 100%; }
#wrapper.layout_box .posts article.index-post { width: 49%; float: left; }
#wrapper.layout_box .posts article.index-post:nth-of-type(odd) { margin-right: 2%; }
#wrapper.layout_box .posts article.index-post .post-left { width: 170px; }
#wrapper.layout_box .posts article.index-post .meta-tabs, #wrapper.layout_box .posts article.index-post .mate-cat { display: none; }
#wrapper.sidebar_off .sidebar_switcher { left: 234px; }
#wrapper.sidebar_off .sidebar_switcher .fa-angle-left { display: none; }
#wrapper.sidebar_off .sidebar_switcher .fa-angle-right { display: inline-block; }
#wrapper.sidebar_off #sidebar, #wrapper.sidebar_off #topbar .item2 { display: none; }
#wrapper.sidebar_off #content { padding-left: 235px; }
#wrapper.sidebar_off #topbar .item3, #wrapper.sidebar_off #footer { padding-left: 255px; }
#topbar { position: fixed; z-index: 99; width: 100%; max-width: 2000px; height: 36px; line-height: 36px; }
#topbar::before { content: ""; position: fixed; z-index: -1; left: 0; top: 0; right: 0; height: 36px; width: 100%; }
#topbar .item1 { width: 235px; height: 100%; padding: 0 10px 0; }
#topbar .item1 .skin { margin-top: 1px; }
#topbar .item1 .skin a { position: relative; display: inline-block; width: 35px; height: 18px; margin-top: 8px; border-radius: 20px; }
#topbar .item1 .skin a.skin01 { background: #dadada; border: 1px solid #c7c7c7; -webkit-box-shadow: 0 1px 0px #ffffff; box-shadow: 0 1px 0px #ffffff; }
#topbar .item1 .skin a.skin01::before { position: absolute; left: 2px; top: 1px; content: ""; display: inline-block; width: 16px; height: 14px; border-radius: 20px; border: 1px solid #cecece; background: #f9f9f9; -webkit-box-shadow: 0 1px 0px #ffffff inset; box-shadow: 0 1px 0px #ffffff inset; }
#topbar .item1 .skin a.skin02 { background: #dadada; border: 1px solid #c7c7c7; -webkit-box-shadow: 0 1px 0px #ffffff; box-shadow: 0 1px 0px #ffffff; }
#topbar .item1 .skin a.skin02::before { position: absolute; right: 2px; top: 1px; content: ""; display: inline-block; width: 16px; height: 14px; border-radius: 20px; border: 1px solid #cecece; background: #f9f9f9; -webkit-box-shadow: 0 1px 0px #ffffff inset; box-shadow: 0 1px 0px #ffffff inset; }
#topbar .item1 .setting { position: relative; display: inline-block; }
#topbar .item1 .setting .setting-pop { position: absolute; top: 41px; left: -10px; line-height: 1.2; border-radius: 4px; }
#topbar .item1 .setting .setting-pop::before { position: absolute; top: -16px; left: 9px; display: inline-block; content: ""; }
#topbar .item1 .setting .setting-pop::after { position: absolute; top: -14px; left: 10px; display: inline-block; content: ""; }
#topbar .item1 .setting #login-form { width: 200px; padding: 10px; font-size: 12px; }
#topbar .item1 .setting #login-form p { margin-bottom: 15px; }
#topbar .item1 .setting #login-form p label { display: none; }
#topbar .item1 .setting #login-form p .input { width: 100%; height: 25px; line-height: 25px; padding: 0 5px; border-radius: 3px; }
#topbar .item1 .setting #login-form p #wp-submit { width: 100%; height: 25px; line-height: 25px; border-radius: 3px; border: none; }
#topbar .item1 .setting .setting-bottom { padding: 0 10px 10px; font-size: 12px; }
#topbar .item1 .setting .admin-list { width: 140px; padding: 5px 0; }
#topbar .item1 .setting .admin-list a { display: block; padding: 6px 10px 6px 15px; }
#topbar .item2 { width: 235px; height: 36px; line-height: 36px; }
#topbar .item2 .widget_btn { width: 50%; height: 36px; line-height: 36px; padding: 0 5px; }
#topbar .item2 .widget_btn.on { position: relative; }
#topbar .item2 .widget_btn.on::before { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 0; }
#topbar .item3 { position: absolute; z-index: -1; top: 0; right: 0; left: 0; width: 100%; padding-left: 490px; padding-right: 20px; }
#topbar .item3 .fa-bell-o { margin: 10px 10px 0 0; }
#topbar .item3 .layouts { margin-top: 8px; }
#topbar .item3 .layouts span { height: 8px; margin-bottom: 2px; border-radius: 2px; }
#topbar .item3 .layouts .layout_width { display: inline-block; margin-right: 10px; width: 18px; }
#topbar .item3 .layouts .layout_width span { display: block; width: 18px; }
#topbar .item3 .layouts .layout_box { display: inline-block; width: 20px; }
#topbar .item3 .layouts .layout_box span { display: inline-block; float: left; width: 8px; }
/* header */
#header { position: fixed; left: 0; top: 0; bottom: 0; z-index: 92; width: 235px; height: 100%; padding-top: 36px; /* logo */ /* menu */ }
#header .header_inner { padding: 20px 0 0; }
#header .logo { margin-bottom: 50px; }
#header .logo .logo_img { display: block; margin-bottom: 20px; padding: 0 40px; }
#header .logo .blog_name { padding: 0 15px; line-height: 1.5; }
#header .menu .menu-wrapper .list .menu-item { list-style: none; text-align: center; }
#header .menu .menu-wrapper .list .menu-item a { display: block; font-size: 14px; padding: 10px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#header .menu .menu-wrapper .list .menu-item.menu-item-has-children { position: relative; }
#header .menu .menu-wrapper .list .menu-item.menu-item-has-children:hover .sub-menu { display: block !important; }
#header .menu .menu-wrapper .list .menu-item.menu-item-has-children .sub-menu { position: absolute; z-index: 3; top: 0; left: 234px; width: 156.66667px; display: none; padding: 5px 0; }
#header .menu .menu-wrapper .list .menu-item.menu-item-has-children .sub-menu .menu-item { text-align: left; }
#header .menu .menu-wrapper .list .menu-item.menu-item-has-children .sub-menu .menu-item a { font-size: 12px; padding: 8px 0 8px 20px; }
/* sidebar */
#sidebar { position: fixed; left: 235px; top: 0; bottom: 0; z-index: 91; width: 235px; height: 100%; overflow: hidden; padding-top: 36px; }
#sidebar .sidebar_inner { height: 100%; width: 270px; padding: 20px 30px 50px 10px; overflow-y: scroll; overflow-x: hidden; }
#sidebar .sidebar_inner aside { margin-bottom: 25px; }
#sidebar .sidebar_inner aside > ul li { padding-bottom: 5px; margin-bottom: 5px; line-height: 20px; }
#sidebar .sidebar_inner aside > ul li:before { font-family: FontAwesome; margin-right: 5px; }
#sidebar .sidebar_inner aside .comm_posts li:before, #sidebar .sidebar_inner aside .new-posts li:before { font-family: FontAwesome; margin-right: 5px; }
#sidebar .sidebar_inner .comm_posts li:before, #sidebar .sidebar_inner .new-posts li:before, #sidebar .sidebar_inner .widget_pages li:before, #sidebar .sidebar_inner .widget_recent_entries li:before { content: "\f0f6"; }
#sidebar .sidebar_inner .widget_archive li:before { content: "\f115"; }
#sidebar .sidebar_inner .widget_links li:before { content: "\f0c1"; }
#sidebar .sidebar_inner .widget_categories li:before { content: "\f097"; }
#sidebar .sidebar_inner .cs_widget_link a { display: block; text-align: center; }
#sidebar .sidebar_inner .cs_widget_comment #comment-list li { padding-bottom: 5px; margin-bottom: 10px; }
#sidebar .sidebar_inner .cs_widget_comment #comment-list li a { line-height: 16px; }
#sidebar .sidebar_inner .cs_widget_comment #comment-list li a .s_name { display: block; }
#sidebar .sidebar_inner .cs_widget_comment #comment-list li a .s_desc { display: block; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
#sidebar .sidebar_inner .cs_widget_comment #comment-list li .avatar-box { width: 32px; border-radius: 20px; overflow: hidden; opacity: 0.75; background: url("./images/default/d_avatar.jpg") no-repeat; background-size: cover; }
#sidebar .sidebar_inner .cs_widget_comment #comment-list li .avatar-box img { vertical-align: top; width: 32px; height: 32px; }
#sidebar .sidebar_inner .cs_widget_comment #comment-list li .comment_box { padding-left: 5px; }
#sidebar .sidebar_inner .widget_search fieldset .search-form-input { padding: 7px 8px; font-size: 12px; vertical-align: middle; height: 26px; line-height: 26px; width: 100%; }
#sidebar .sidebar_inner .widget_search fieldset .search-button { display: none; }
#sidebar .sidebar_inner .widget_calendar #wp-calendar { margin: 0; width: 100%; font-size: 13px; font-size: 0.928571429rem; line-height: 1.846153846; }
#sidebar .sidebar_inner .widget_calendar #wp-calendar #today, #sidebar .sidebar_inner .widget_calendar #wp-calendar th { text-align: center; font-weight: normal; }
#sidebar .sidebar_inner .widget_calendar #wp-calendar td { text-align: center; }
#sidebar .sidebar_inner .widget_calendar #wp-calendar td#prev { text-align: left; padding-left: 10px; }
#sidebar .sidebar_inner .widget_calendar #wp-calendar td#next { text-align: right; padding-right: 10px; }
#sidebar .sidebar_inner .widget_calendar #wp-calendar caption { letter-spacing: -0.05em; font-size: 100%; text-align: left; padding-bottom: 5px; }
#sidebar .sidebar_inner .widget_tag_cloud .tagcloud:after { clear: both; display: block; content: ''; }
#sidebar .sidebar_inner .widget_tag_cloud .tagcloud a { float: left; margin-right: 10px; margin-bottom: 10px; }
#sidebar .sidebar_inner #profile .profile-header { margin-bottom: 10px; }
#sidebar .sidebar_inner #profile .profile-header .avatar { width: 20%; }
#sidebar .sidebar_inner #profile .profile-header .avatar img { height: 100%; width: 100%; vertical-align: bottom; border-radius: 5px; }
#sidebar .sidebar_inner #profile .profile-header .name { width: 80%; padding: 3px 0 0 10px; }
#sidebar .sidebar_inner #profile .profile-header .name .name_inner { margin-bottom: 6px; }
#sidebar .sidebar_inner #profile .profile-content { line-height: 1.5; margin-bottom: 15px; }
#sidebar .sidebar_inner #profile .profile-social li { list-style: none; float: left; width: 20%; height: 20px; line-height: 20px; font-size: 18px; text-align: center; }
#sidebar .sidebar_inner .widget-title { position: relative; font-size: 16px; font-weight: normal; height: 30px; margin-bottom: 15px; }
#sidebar .sidebar_inner .widget-title span { position: absolute; left: 0; bottom: -1px; padding-bottom: 5px; }
.sidebar_switcher { position: fixed; z-index: 97; left: 469px; top: 0; bottom: 0; height: 100%; }
.sidebar_switcher .sidebar_switcher_inner { position: absolute; top: 50%; width: 10px; height: 60px; line-height: 60px; text-align: center; border-top-right-radius: 15px; border-bottom-right-radius: 15px; }
.sidebar_switcher .fa-angle-right { display: none; }
/* content */
#content { position: relative; padding-left: 470px; max-width: 2000px; padding-top: 36px; }
#content .content_inner { padding: 20px 20px 100px; }
#content .content_inner .content_header { margin-bottom: 30px; }
#content .content_inner .content_header .header_left { width: 70%; }
#content .content_inner .content_header .header_right { width: 30%; padding-left: 15px; }
#content .content_inner .content_header .unslider { position: relative; }
#content .content_inner .content_header .unslider .unslider-arrow { opacity: .5; position: absolute; z-index: 9; top: 50%; width: 30px; height: 50px; font-size: 20px; line-height: 50px; margin-top: -25px; text-align: center; background: rgba(0, 0, 0, 0.5); color: #fff; }
#content .content_inner .content_header .unslider .unslider-arrow:hover { opacity: 1; }
#content .content_inner .content_header .unslider .unslider-arrow.next { left: 0; right: auto; }
#content .content_inner .content_header .unslider .unslider-arrow.prev { left: auto; right: 0; }
#content .content_inner .content_header .sliderWrap { height: 300px; width: 100%; overflow: hidden; z-index: 8; }
#content .content_inner .content_header .sliderWrap a { position: relative; display: block; width: 100%; height: 300px; background-size: cover; background-position: center center; background-repeat: no-repeat; }
#content .content_inner .content_header .sliderWrap a p { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 50px; line-height: 70px; padding: 0 15px; }
#content .content_inner .content_header .featured li { display: block; width: 100%; height: 142.5px; overflow: hidden; }
#content .content_inner .content_header .featured li:first-child { margin-bottom: 15px; }
#content .content_inner .content_header .featured li:nth-child(3n + 0) { display: none; }
#content .content_inner .content_header .featured li a { position: relative; display: block; width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; }
#content .content_inner .content_header .featured li a p { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 50px; line-height: 70px; padding: 0 15px; }
/* posts */
.posts .ias-trigger-prev { display: none !important; }
.posts article { padding: 10px; border-radius: 2px; margin-bottom: 20px; }
.posts article.index-post .post-right { padding: 0 0 0 15px; }
.posts article.index-post .post-right .post-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.posts article.index-post .post-right .post-title a { font-size: 20px; }
.posts article.index-post .post-right .post-content { height: 130px; line-height: 1.7; overflow: hidden; }
.posts article.index-post .post-right .post-content::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 30px; background: #fff; background: rgba(255, 255, 255, 0.5); background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(255, 255, 255, 0.1)), color-stop(35%, rgba(255, 255, 255, 0.2)), color-stop(65%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.9))); background: linear-gradient(transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.2) 35%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.9)); }
.posts article.single-post { padding: 15px; }
.posts article.single-post .post-top { margin-bottom: 20px; padding: 10px; border-radius: 3px; }
.posts article.single-post .post-top .item { margin-right: 20px; }
.posts article.single-post .post-top .item .fa { margin-right: 5px; }
.posts article.single-post .post-top .item.edit { margin-right: 0; }
.posts article.single-post .post-title a { font-size: 26px; }
.posts article.single-post .post-content { font-size: 16px; line-height: 2 !important; margin-bottom: 50px; }
.posts article.single-post .post-copyright { margin-bottom: 30px; }
.posts article.single-post .post-related { margin-bottom: 30px; }
.posts article.single-post .post-related li { display: inline-block; width: 25%; height: 130px; padding: 0 5px; }
.posts article.single-post .post-related li a { position: relative; display: block; width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }
.posts article.single-post .post-related li a p { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 50px; padding: 25px 10px 0 10px; }
.posts article.single-post .post-meta li { list-style: none; margin-right: 10px; }
.posts article.single-post .post-meta li.meta-like { margin-right: 0; }
.posts article.single-post .post-meta li.meta-tabs a { display: inline-block; }
.posts article.single-post .post-meta li.mate-cat li { display: inline-block; }
.posts article.single-post .post-meta li .fa { margin-right: 5px; margin-top: 2px; }
.posts article .post-left { position: relative; width: 200px; height: 230px; }
.posts article .post-left .post-featured { width: 100%; height: 100%; }
.posts article .post-left .post-featured a { display: block; width: 100%; height: 100%; overflow: hidden; }
.posts article .post-left .post-tool { position: absolute; left: 0; right: 0; bottom: 0; height: 80px; padding: 40px 5px 0 5px; }
.posts article .post-left .post-tool .view { margin-bottom: 5px; }
.posts article .post-left .post-tool .fa { width: 20px; text-align: center; }
.posts article .post-left .post-sticky { position: absolute; z-index:2; left: 0; top: 0; padding: 3px 5px; }
.posts article .post-left .post-sticky .fa { margin-right: 5px; }
.posts article .post-left .post-edit { position: absolute; left: 0; top: 0; width: 50px; height: 30px; text-align: center; line-height: 30px; }
.posts article .post-left .post-edit .fa { width: 20px; text-align: center; }
.posts article .post-right { position: relative; }
.posts article .post-right .post-title { margin-bottom: 15px; }
.posts article .post-right .post-title a { display: inline-block; line-height: 1.5; }
.posts article .post-right .post-content { position: relative; line-height: 1.5; }
.posts article .post-right .post-content h1, .posts article .post-right .post-content h2, .posts article .post-right .post-content h3, .posts article .post-right .post-content h4, .posts article .post-right .post-content h5 { font-weight: normal; margin: 15px 0; padding-left: 10px; }
.posts article .post-right .post-content blockquote { font-size: 14px; padding: 10px; margin-bottom: 20px; }
.posts article .post-right .post-content .read_more { display: none; }
.posts article .post-right .post-meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 0 0 15px; }
.posts article .post-right .post-meta li { list-style: none; margin-right: 15px; }
.posts article .post-right .post-meta li.meta-like { margin-right: 0; }
.posts article .post-right .post-meta li.meta-tabs a { display: inline-block; }
.posts article .post-right .post-meta li.mate-cat li { display: inline-block; }
.posts article .post-right .post-meta li .fa { margin-right: 5px; margin-top: 2px; }
.posts article .textload { position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding-left: 15px; }
.posts article .textload p { width: 100%; height: 20px; margin-bottom: 10px; }
.posts article .textload p.title { height: 30px; margin-bottom: 20px; }
.posts article .textload p:last-child { width: 50%; }
.posts .ias-trigger, .posts .ias-noneleft { display: block; float: left; margin-top: 20px; width: 100%; }
.posts .ias-trigger a, .posts .ias-noneleft a { display: inline-block; height: 30px; line-height: 30px; padding: 0 20px; }
.posts-nav .nav-inside { display: inline-block; }
.posts-nav .nav-inside .page-numbers { display: inline-block; float: left; position: relative; margin-left: -1px; min-width: 30px; padding: 0 5px; height: 30px; text-align: center; line-height: 30px; }
.posts-nav .nav-inside .page-numbers:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.posts-nav .nav-inside .page-numbers:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
/* comments */
#comment-nav-below { text-align: center; margin: 30px 0; }
#commentform { position: relative; margin-bottom: 30px; }
#commentform input, #commentform textarea { -webkit-appearance: none; resize: none; }
#commentform input:focus, #commentform textarea:focus { outline: none; }
#commentform .comment-notes, #commentform label { display: none; }
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url { position: relative; z-index: 2; display: inline-block; width: 33.33%; float: left; margin-bottom: 15px; padding-right: 2%; }
#commentform .comment-form-author::before, #commentform .comment-form-email::before, #commentform .comment-form-url::before { position: absolute; font-family: FontAwesome; padding-left: 10px; height: 38px; line-height: 38px; }
#commentform .comment-form-author input, #commentform .comment-form-email input, #commentform .comment-form-url input { width: 100%; height: 36px; border-radius: 3px; padding: 5px 10px 5px 30px; }
#commentform .comment-form-url { margin-right: 0; padding-right: 0; }
#commentform .comment-form-author:before { content: "\f007"; }
#commentform .comment-form-email:before { content: "\f0e0"; }
#commentform .comment-form-url:before { content: "\f0ac"; }
#commentform .comment-form-comment { position: relative; z-index: 1; margin-bottom: 0; }
#commentform .comment-form-comment #comment { width: 100%; padding: 10px; padding-bottom: 40px; border-radius: 3px; }
#commentform .comment-form-comment #error, #commentform .comment-form-comment #loading { position: absolute; bottom: -20px; }
#commentform .commentPlus { position: absolute; z-index: 3; bottom: 5px; right: 0; left: 0; height: 40px; line-height: 40px; width: 100%; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; -webkit-box-shadow: none; box-shadow: none; }
#commentform .commentPlus .editor { display: inline-block; float: left; width: 36px; text-align: center; font-size: 14px; cursor: pointer; }
#commentform .form-submit { position: absolute; z-index: 3; margin: 0; right: 2px; bottom: 5px; display: inline-block; float: right; }
#commentform .form-submit #submit { width: 100%; text-align: center; font-size: 14px; border-bottom-right-radius: 2px; cursor: pointer; height: 38px; line-height: 38px; display: block; padding: 0 20px; outline: 0; }
#commentform .comment-form-smilies { position: absolute !important; bottom: 35px; left: 10px; width: 300px; padding: 5px; border-radius: 3px; border: 1px solid #ddd; background: rgba(255, 255, 255, 0.9); }
#commentform .comment-form-smilies a { display: inline-block; float: left; width: 20px; height: 20px; line-height: 20px; margin: 3px; }
.commentlist .comment .children { padding-left: 15px; }
.commentlist .comment .success_tip { display: inline-block; margin-bottom: 15px; }
.comment-block { margin-bottom: 25px; border-radius: 3px; }
.comment-block .comment-header { height: 40px; line-height: 40px; padding: 0 10px 0 10px; }
.comment-block .comment-header .author-img { height: 30px; width: 30px; margin-top: 5px; margin-right: 10px; background: url("./images/default/d_avatar.jpg") no-repeat; background-size: cover; border-radius: 50%; overflow: hidden; }
.comment-block .comment-header .author-img img { width: 100%; height: 100%; }
.comment-block .comment-body { min-height: 80px; padding: 15px; font-size: 13px; line-height: 2; }
.comment-block .comment-bottom { font-size: 12px; height: 30px; line-height: 30px; padding: 0 10px; }
.comment-block .comment-bottom span { margin-right: 10px; }
#loading-comments { text-align: center; margin: 50px 0; }
.comment-reply-title, .logged-in-as { margin-bottom: 20px; }
/* pages */
.timeline .tl-item { list-style: none; margin-bottom: 20px; padding-left: 15px; margin-left: -1px; }
.readers-list li { list-style: none; display: inline-block; width: 20%; padding: 5px; }
.readers-list li .readers-inner { padding: 5px; overflow: hidden; }
.readers-list li .readers-inner .avatar-img { width: 40px; height: 40px; }
.readers-list li .readers-inner .avatar-img .avatar { border-radius: 3px; width: 40px; height: 40px; }
.readers-list li .readers-inner .avatar-msg { padding-left: 5px; width: 85px; }
.readers-list li .readers-inner .avatar-msg p { font-size: 13px; overflow: hidden; width: 100%; text-overflow: ellipsis; white-space: nowrap; line-height: 1.6; margin-bottom: 0; }
.link_box .linkcat { text-align: center; margin-bottom: 20px; }
.link_box .linkcat h2 { font-size: 16px; text-align: left; }
.link_box .linkcat ul { text-align: left; }
.link_box .blogroll::after { clear: both; display: block; content: " "; }
.link_box .blogroll li { display: inline-block; width: 25%; padding: 0 10px; margin-bottom: 15px; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.link_box .blogroll li img { float: left; margin: 9px 5px 0 0; width: 15px; height: 15px; }
/* footer */
#footer { position: relative; z-index: 90; padding-left: 490px; padding-right: 20px; max-width: 2000px; }
#footer .footer-inner { position: relative; width: 100%; height: 100%; padding: 20px 20px 0; border-top-left-radius: 2px; border-bottom-right-radius: 2px; }
#footer .footer-inner .footer-text { word-break: break-all; min-height: 100px; }
#footer .footer-inner .footer-end { height: 35px; line-height: 35px; margin: 10px 0; text-align: center; }
#footer-btn { position: fixed; z-index: 100; bottom: 100px; right: 20px; }
#footer-btn a { display: block; width: 35px; height: 35px; line-height: 35px; text-align: center; border-radius: 3px; margin-bottom: 10px; color: #fff; background: rgba(0, 0, 0, 0.3); }
/* plugins */
#mouse-tooltip { position: absolute; z-index: 9999; top: 0; left: 0; pointer-events: none; }
.mouse-tooltip { max-width: 300px; font-size: small; padding: 8px 12px; line-height: 1.5; border-radius: 5px; }
.mouse-tooltip--hidden { display: none !important; }
.unslider { overflow: auto; margin: 0; padding: 0; }
.unslider-wrap { position: relative; }
.unslider-wrap.unslider-carousel > li { float: left; }
.unslider-vertical > ul { height: 100%; }
.unslider-vertical li { float: none; width: 100%; }
.unslider-fade { position: relative; }
.unslider-fade .unslider-wrap li { position: absolute; left: 0; top: 0; right: 0; z-index: 8; }
.unslider-fade .unslider-wrap li.unslider-active { z-index: 10; }
.unslider li, .unslider ol, .unslider ul { list-style: none; margin: 0; padding: 0; border: none; }
.unslider-arrow { position: absolute; left: 20px; z-index: 2; cursor: pointer; }
.unslider-arrow.next { left: auto; right: 20px; }
.unslider-nav ol { list-style: none; text-align: center; }
.unslider-nav ol li { display: inline-block; width: 6px; height: 6px; margin: 0 4px; background: 0 0; border-radius: 5px; overflow: hidden; text-indent: -999em; border: 2px solid #fff; cursor: pointer; }
.unslider-nav ol li.unslider-active { background: #fff; cursor: default; }
.ajax_load .loading-bar { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 800; -webkit-transform: translateX(100%); transform: translateX(100%); display: block; -webkit-animation: shift-rightwards 1s ease-in-out infinite; animation: shift-rightwards 1s ease-in-out infinite; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
@-webkit-keyframes shift-rightwards { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
40% { -webkit-transform: translateX(0%); transform: translateX(0%); }
60% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(100%); transform: translateX(100%); } }
@keyframes shift-rightwards { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
40% { -webkit-transform: translateX(0%); transform: translateX(0%); }
60% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(100%); transform: translateX(100%); } }
.ityped-cursor { font-size: 16px; opacity: 1; -webkit-animation: blink 0.5s infinite; animation: blink 0.5s infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
@keyframes blink { 100% { opacity: 0; } }
@-webkit-keyframes blink { 100% { opacity: 0; } }
#awaiting_comments { position: fixed; top: 65px; right: 24px; z-index: 9999; max-width: 180px; _width: 130px; display: block; float: none; padding: 0 12px; height: 35px; line-height: 35px; background-color: #fff; border-radius: 5px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
#awaiting_comments .fa { margin-right: 7px; }
#awaiting_comments a { color: #d32; font-size: 14px; text-decoration: none; }
.audio-wrapper { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; }
.audio-wrapper .mejs-container { height: 100% !important; overflow: hidden; background: transparent; }
.audio-wrapper .mejs-container .mejs-inner { height: 100%; }
.audio-wrapper .mejs-container .mejs-controls { position: relative; background: transparent; height: 100%; }
.audio-wrapper .mejs-container .mejs-controls .mejs-pause, .audio-wrapper .mejs-container .mejs-controls .mejs-play { position: absolute; left: 50%; top: 50%; height: 50px; width: 50px; margin-left: -25px; margin-top: -25px; }
.audio-wrapper .mejs-container .mejs-controls .mejs-pause button, .audio-wrapper .mejs-container .mejs-controls .mejs-play button { height: 50px; width: 50px; line-height: 50px; margin: 0; background: none; font-family: FontAwesome; }
.audio-wrapper .mejs-container .mejs-controls .mejs-pause button:focus, .audio-wrapper .mejs-container .mejs-controls .mejs-play button:focus { outline: none; }
.audio-wrapper .mejs-container .mejs-controls .mejs-play button:before { color: rgba(255, 255, 255, 0.9); content: "\f144"; font-size: 50px; line-height: 50px; }
.audio-wrapper .mejs-container .mejs-controls .mejs-pause button:before { color: rgba(255, 255, 255, 0.6); content: "\f04c"; font-size: 40px; line-height: 50px; }
.audio-wrapper .mejs-container .mejs-controls .mejs-time-rail { position: absolute; top: 0; left: 0; height: 5px; width: 100% !important; margin: 0; }
.audio-wrapper .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total { position: absolute; top: 0; margin: 0; height: 5px; border-radius: 0; width: 100% !important; background: rgba(0, 0, 0, 0.2); }
.audio-wrapper .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded { height: 5px; border-radius: 0; background: #A7A7A7; }
.audio-wrapper .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current { height: 5px; border-radius: 0; background: #3caac8; }
.audio-wrapper .mejs-container .mejs-controls .mejs-mute, .audio-wrapper .mejs-container .mejs-controls .mejs-time, .audio-wrapper .mejs-container .mejs-controls .mejs-time-float { display: none !important; }
.audio-wrapper .mejs-container .mejs-controls .mejs-horizontal-volume-slider {display: none !important;}
.notice-pop { position: fixed; z-index: 99; width: 340px; height: 90px; bottom: 100px; left: 50%; margin-left: -170px; background: #000; background: rgba(18, 18, 18, 0.85); -webkit-box-shadow: 0 0 5px 0 rgba(18, 18, 18, 0.35); box-shadow: 0 0 5px 0 rgba(18, 18, 18, 0.35); border-radius: 45px; visibility: visibility; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }
.notice-pop.open { visibility: visible; opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
.notice-pop .notice-img { width: 64px; height: 64px; border-radius: 50%; margin: 13px 0 0 13px; }
.notice-pop .notice-img img { width: 64px; height: 64px; border-radius: 50%; }
.notice-pop .notice-txt { width: 220px; margin: 13px 0 0 13px; }
.notice-pop .notice-txt .notice-title { color: #fff; font-size: 13px; margin-bottom: 5px; }
.notice-pop .notice-txt .notice-content { color: #999; font-size: 12px; max-height: 25px; margin-bottom: 10px; overflow: hidden; }
.notice-pop .notice-btn a { color: #fff; margin-right: 15px; }
.download-wrap { margin: 30px 0; }
.download-wrap .post-download { padding: 10px; }
.download-wrap .post-download .fa { margin-right: 10px; }
.download-wrap .post-download p { height: 30px; line-height: 30px; }
.download-wrap .post-download .link { display: inline-block; }
.download-wrap .post-download .reply { display: none; }
.download-wrap .dlview .link { display: none; }
.download-wrap .dlview .reply { display: inline-block; }
.mobile .m_hide { display: none !important; }
.mobile #content { padding-top: 50px; padding-left: 0 !important; }
.mobile #content .content_inner { padding: 10px 10px 50px; }
.mobile #content article { width: auto !important; margin-right: auto !important; padding: 10px 10px 40px; }
.mobile #content article .post-right { padding: 0 !important; }
.mobile #content article .post-right .post-title { overflow: visible; text-overflow: inherit; white-space: inherit; }
.mobile #m-header { position: fixed; top: 0; left: 0; right: 0; z-index: 10; height: 50px; line-height: 50px; padding: 0 10px; }
.mobile #m-header .m-back { font-size: 18px; text-align: center; width: 30px; }
.mobile #m-header .m-logo { font-size: 16px; padding: 0 15px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mobile #m-header .m-menu { font-size: 18px; text-align: center; width: 30px; }
.mobile #m-menu { position: fixed; z-index: 11; right: 0; top: 0; bottom: 0; width: 200px; -webkit-transform: translateX(200px); transform: translateX(200px); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.mobile #m-menu.open { -webkit-transform: translateX(0); transform: translateX(0); }
.mobile .menu-tab { font-size: 16px; height: 50px; line-height: 50px; }
.mobile .menu-tab .menu-tab-item { display: inline-block; width: 40%; text-align: center; }
.mobile .menu-tab .m-menu-close { display: block; width: 100%; padding-right: 20px; text-align: right; }
.mobile .menu-content a { display: block; font-size: 16px; padding: 10px; }
.mobile .menu-content a .fa { margin-right: 5px; }
.mobile .link_box .blogroll li { width: 100%; }
.mobile .comment-form-author, .mobile .comment-form-email, .mobile .comment-form-url { width: 100% !important; padding-right: 0 !important; }
/*# sourceMappingURL=style.css.map */