forked from Tokinx/Adams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·439 lines (407 loc) · 24.9 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
@charset "utf-8";
/*
Theme Name: Adams
Theme URL: https://biji.io
Description: Simple is beautiful
Author: Tokin
Author URI: https://biji.io
Version: 1.3.11
*/
/* Reset */
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
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,input,textarea,button { 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{background: #FFF;font:1rem/1.5 "Exo 2", "lucida grande", "lucida sans unicode", lucida, helvetica, "PingFang SC", "Hiragino Sans GB", "STHeiti Light", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;}
html,body{overflow-x:hidden;-webkit-overflow-scrolling: touch;-overflow-scrolling: touch;}
html{height:100%;}
ol, ul { list-style: none; }
input,textarea,button {outline:none;-webkit-appearance:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:none;}
blockquote,q {background:#fafafa;margin:20px 0;padding:2.5rem 4rem;position:relative;word-wrap:break-word;}
blockquote:before,q:before,blockquote:after,q:after{content:'“';color:#CCD1D9;font-size:6rem;position:absolute;top:1rem;left:1rem;font-family: "Arial",sans-serif;}
blockquote:after,q:after{content:'”';top:initial;left:initial;bottom:-2rem;right:1rem;}
blockquote p,q p{margin:0!important;padding:0;line-height:1.8rem;overflow:hidden;}
pre{position:relative;white-space:pre-wrap;word-wrap:break-word;}
pre code,code{display:block;overflow:auto;font-size:.88rem;max-height: 18rem;padding:2rem;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;line-height:2rem;background:#3C3B3D;}
code{display:inline-block;margin:-.36rem 0;padding:0 .36rem;color:#AAB2BD;line-height:1.6rem;}
/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.prettyprint{font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0 !important;}
.pln{color:#8BC34A}
ol.linenums{margin:0 !important;padding:0 !important;padding-left:40px !important;background:#F5F7FA !important;color:#AAB2BD}
li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1rem;background-color:#fff;list-style-type:decimal}
@media screen{
.str{color:#f35561}
.kwd{color:#03A9F4}
.com{color:#AAB2BD}
.typ{color:#03A9F4}
.lit{color:#ac92ec}
.pun{color:#8BC34A}
.opn{color:#8BC34A}
.clo{color:#8BC34A}
.tag{color:#ed5565}
.atn{color:#CDDC39}
.atv{color:#f35561}
.dec{color:#ac92ec}
.var{color:#CCD1D9}
.fun{color:#CCD1D9}
}
strong,b {font-weight:bold;}
em,i {font-style:italic;}
table {border-collapse:collapse;}
a { color: inherit; text-decoration: none; }
a:hover { color: #3274ff;}
body { line-height: 1; background: #FFF; color:#656D78; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
::-webkit-scrollbar {width: 8px;height: 8px;}
::-webkit-scrollbar-thumb {background: #656D78;}
/* Layouts */
.container {max-width: 780px;width: 96%;margin: 0 auto;padding: 0 2%;position: relative;}
/* Header */
.header{margin: 0 0 6rem;padding:4rem 0 2rem 0;position:relative;color:#656D78;font-size:.96rem;}
.header h1 {margin: 0;font-size: 1.5rem;font-weight:bold;color:#434a54;display:inline-block;position:relative;z-index:1;}
.header > .container > div.menu{display:none;}
.header .social {position:absolute;right:0;top:0;}
.header .social ul{margin:0;padding:5px 0;overflow:visible;}
.header .social li {display:inline-block;font-size:0;position:relative;}
.header .social li img{display:none;position:absolute;top:60%;padding:5px;left:0;margin-left:-38px;width:100px;}
.header .social li:hover img{display:block;z-index:1;}
.header .social li:before{font-size:.92rem;position:relative;}
.header .social li:hover:before{opacity:.6;}
.header .social li a{display:block;position:absolute;left:0;top:0;width:1rem;height:1rem;}
.header .menu{margin:1rem 0;padding:1rem 0;}
.header .menu,.footer .menu,.placard{white-space:nowrap; overflow-y: hidden; -webkit-overflow-scrolling: touch;}
.header .menu li,.footer .menu li {display:inline-block;margin:0 1rem 0 0;position:relative;line-height: 1rem;}
.header .menu li:after,.footer .menu li:after{content:'';width:2px;height:2px;background:#AAB2BD;position:absolute;right:-.6rem;top:.5rem;margin:-1px;}
.header .menu li:last-child:after,.footer .menu li:last-child:after{margin:0;display:none;}
.current-menu-item a,.current_page_item a,.current-menu-parent a,.current-post-parent a{color:#3274ff;}
.infos{line-height:3rem;height:3rem;color:#AAB2BD;font-size:.9rem;position:absolute;top:100%;left:0;right:0;background:#fff;}
.infos .container{z-index: 100;}
.infos:before,.infos:after {content:'';width:100%;height:1px;background:#E6E9ED;position:absolute;left:0;bottom:0;z-index:1;}
.infos:before{top:0;}
.infos i{position:relative;top:.05rem;}
.infos .dot-good.done,.infos .dot-good:hover{color: #FC6E51;}
.infos .dot-good i{display:none;}
.infos .dot-good i[class*='-l'],.infos .dot-good i[class*='-l']{display:inline-block;}
.infos .dot-good.done i{display:inline-block;}
.infos .dot-good.done i[class*='-l']{display:none;}
.infos .donate,.infos .donate a{display:inline-block;float:right;color:#FC6E51;font-size:14px;}
.infos .share a i.h,
.infos .donate a i.h,
.infos.share-close .share a i.s,
.infos.donate-close .donate a i.s{display:none;}
.infos .share a i.s,
.infos .donate a i.s,
.infos.share-close .share a i.h,
.infos.donate-close .donate a i.h{
display:inline-block;
}
.infos .donate .window,.infos .share .qrcode{display:none;padding:10px;text-align:center;line-height:1.5rem;}
.infos .donate .window ul li,.infos.share-close .share img{max-width: 110px;display:inline-block;position:relative;z-index:1;}
.infos.share-close .share .qrcode:after{content:'Loading...';position:absolute;top:50%;left:0;right:0;transform: translateY(-80%);color:#ccc}
.infos .donate .window ul li:after{content:'微信';display:block;}
.infos .donate .window ul li.alipay:after{content:'支付宝';}
.infos .donate .window ul li img{width:100%;height:100%;}
.infos.donate-close .donate .window,.infos.share-close .qrcode{-webkit-animation:down-show .3s;animation:down-show .3s;display:block;background:#fff;box-shadow:0 2px 3px rgba(170, 178, 189, 0.4);height:150px;min-width:130px;position:absolute;top:46px;right:20px;}
.infos .share,.infos .share a{display:inline-block;float:right;margin:0 5px 0 0;color:#2ABA66;font-size:14px;}
.infos .share .share-close,.infos.share-close .share .qrcode i{display:block;position:absolute;top:5px;left:0;right:0;}
.infos.share-close .share a,.infos.donate-close .donate a{box-shadow:0 1px inset;}
.infos.share-close .share .qrcode i,.infos .donate .window ul li:after{font-size:12px;font-style:normal;background:none;box-shadow:none;top:118px;}
.infos .donate .window ul li:after{margin:-8px;}
.infos.fixed{position:fixed;z-index: 101;top:0;left:0;right:0;box-shadow:0 2px 3px rgba(170, 178, 189, 0.2);}
.infos.fixed:before,.infos.fixed:after{display:none;}
.infos.fixed .socials,.infos .fixed-title,.infos.fixed .placard,.infos .fixed-menus{display:none;}
.infos .fields,.infos.fixed .fixed-title{float:left;display:block;}
.infos .socials,.infos.fixed .fields,.infos.fixed .fixed-menus{float:right;display:block;}
.infos .fixed-title{font-size:20px;color:#434A54;font-weight:bold;background:#fff;position:absolute;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width:100%;}
.infos .fixed-menus .menu{padding:0;margin:0;}
/* Post List */
.post-list .meta {font-size: 14px;line-height: 36px;position:relative;margin:8% 0 0;padding:8% 0 0}
.post-list .meta:before{content:'';background:#434A54;width:80px;height:2px;position:absolute;top:0;left:-40px;}
.post-list .meta:first-child{padding:0}
.post-list .meta:first-child:before{display:none;}
.post-list .meta header h2{font-size: 1.4rem;line-height:1.4rem;color:#434A54;position:relative;display:inline-block;font-weight:bolder;}
.post-list .meta header h2:hover{color:#3274ff;}
.post-list .meta main {font-size:1rem;margin:2rem 0}
.post-list .meta main .thumb{float:right;position:relative;margin:0 0 0 2%;width:180px;height:140px;border: 1px solid rgba(0,0,0,.05);background-color: #f0f0f0;background-position: 50%;background-size: cover;background-origin: border-box;}
.post-list .meta main .thumb:after{content:'';position:absolute;top:8px;bottom:0;left:8px;right:0;width:10px;height:10px;border-radius:10px;background:#fff;
box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2),
0 112px 0 #fff,0 112px 0 1px rgba(0, 0, 0, 0.2),
152px 112px 0 #fff,152px 112px 0 1px rgba(0, 0, 0, 0.2),
152px 0 0 #fff,152px 0 0 1px rgba(0, 0, 0, 0.2);}
.post-list .meta footer span{color:#AAB2BD;font-size:90%}
.post-list .meta footer span.hr{display:inline-block;width:2px;height:2px;background:#AAB2BD;margin:4px 1rem;}
.post-list .reade_more{text-align:center;margin:12% 0}
.post-list .reade_more a,.post-list .reade_more .page-numbers{box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;background:#F5F7FA;padding:10px 5%;border-radius:20px;transition:.3s;}
.post-list .reade_more a:hover,.post-list .reade_more span.page-numbers{background:#3274ff;color:#fff;padding:10px 10%;}
.post-list .reade_more .page-numbers,.post-list .reade_more .page-numbers:hover,.post-list .reade_more span.page-numbers{display:inline-block;border-radius:2px;padding:0;background:#fff;margin:0 .6%;padding:1% 2.6%;}
.post-list .reade_more .page-numbers:hover,.post-list .reade_more span.page-numbers{background:#3274ff;}
/* Connent */
.post_article img {max-width:100%;display:block;margin:auto;height:auto;}
.post_article embed {max-width:100%;margin:10px auto;display:block;}
.post_article a {text-decoration: underline;}
.post_article p {margin:4% 0;line-height:2.4rem;}
.post_article p a,.post_article p a span{padding:0;color:#3274ff;}
.post_article h1,.post_article h2,.post_article h3,.post_article h4,#comments{margin:2rem 0;font-weight:bold;position:relative;}
.post_article h1 {font-size:1.8rem;line-height:1.8rem;}
.post_article h2 {font-size:1.6rem;line-height:1.6rem;}
.post_article h3 {font-size:1.4rem;line-height:1.4rem;}
.post_article h4,#comments {font-size:1.2rem;line-height:1.2rem;}
.post_article hr {border:0;display:block;margin: 5% 0;position:relative;text-align:center;letter-spacing: 2rem;}
.post_article hr:before{content: '...';display: inline-block;position: relative;top: -.5rem;left:.8rem;font-size: 2rem;}
.post_article ol,.post_article ul {margin:10px 0;padding:10px 40px;background:#fafafa;line-height:38px;}
.post_article ol li {list-style-type:decimal;}
.post_article ul li {list-style-type:disc;}
.post_article ol p,.post_article ul p{margin:0}
.post_article table {margin:4% 0;border:1px solid #E6E9ED;font-size:14px;border-collapse:collapse;border-spacing:.06rem;width:100%;}
.post_article th {font-size:.8rem;font-weight:bold;}
.post_article th,.post_article td {border:1px solid #E6E9ED;padding:12px 6px;}
.post_article dl {margin:0 20px;}
.post_article dt {font-weight:bold;}
.post_article dd {margin:0 0 20px;}
.post_article div.img {overflow:hidden;}
.post_article div.img br {display:none;}
.post_article div.img img {width:100%;margin:auto;}
.post_article div.img_3 img {width:33.333333%;float:left;margin:0;}
.post_article div.img_2 img {width:50%;float:left;margin:0;}
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;margin: 1% 2% 1% 0;}
.alignright {float: right;margin: 1% 0 1% 2%;}
.gallery{margin:-1%!important;}
.gallery .gallery-item {padding:1%;margin: 0 !important;overflow:hidden;position:relative;}
.gallery-columns-3 .gallery-item{width:33.3333333%!important;}
.gallery-columns-6 .gallery-item{width:16.6666667%!important;}
.gallery .gallery-item dt:before {content: "";display: block;padding-top: 100%;}
.gallery .gallery-item dt {position: relative;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;background: #eee;cursor: pointer;overflow: hidden;}
.gallery .gallery-item dd {margin:.6rem 0 0;font-size:14px;color:#CCD1D9;}
.gallery .gallery-item a{display: block;width:100%;height:100%;position:absolute;top:0;}
.gallery .gallery-item img{position:absolute;top: 0;left: 0;height:100%;width:100%;object-fit:cover;border:0!important;}
/* Comments */
.nocomments{display:none;}
.comment,.pingback {z-index:1;}
.comment.depth-1{margin:1% 0 1% 0;padding:0 0 1%;}
.comment.depth-1 .depth-1{padding:0;border:0;}
.comment .comment{margin-left:30px;border-left:1px solid #E6E9ED;}
.comment .comment .comment {margin:0;padding:0;border:0;}
.comment-body {padding:15px 0;position:relative;}
.comment .comment .comment-body,.comment .comment .comment > .comment-body.new-comment {margin: 0 0 0 -16px;}
.comment-body p {font-size:.8rem;clear:both;line-height:22px;margin:0 0 0 55px;}
.comment-body pre{margin:1rem 0 0 2rem;}
.comment-body pre code{max-height:14rem;padding:1rem;}
.comment .comment .comment-body p {margin:0 0 0 40px;}
.comment .comment .comment-body img{width:100%;}
.comment br,.pingback .reply,.comment-meta a.comment-edit-link{display:none;}
.comment .comment-author {font-size:.8rem;margin:0 0 20px 0;line-height:26px;}
.comment .comment-author .avatar,.comment .comment-author:before{float:left;width:42px;height:42px;margin:0 12px 0 0;position:relative;background:#fff;padding:2px;border:1px solid #E6E9ED;border-radius:100%;}
.comment .comment .comment-author .avatar,.comment .comment .comment-author:before{width:30px;height:30px;margin:0 10px 0 0;}
.comment .comment-author cite,.comment .comment-author span {position:relative;top:-4px;}
.comment-author span {left:5px;color:#AAB2BD;}
.comment-awaiting-moderation {font-style:normal;color:#f55;}
.reply,.comment-meta a{position:absolute;top:12px;right:0;margin:0;font-size:.8rem;letter-spacing:1.2px;color:#656D78}
.reply a:before{content:'@';}
.comment .comment-meta{line-height:0;height:0;}
.comment-meta a{position:absolute;top:48px;left: 55px;}
.comment .comment .comment-meta a{left: 40px;}
.pingback .comment-meta{line-height:0;}
.comment-meta a {color:#AAB2BD;}
#respond {position:relative;margin:2rem 0;}
.comment #respond {border-top:1px solid #E6E9ED;padding:20px 0;}
.comment .comment #respond {margin-left:26px;}
#respond h3 {font-size:1rem;display:block;width:100%;}
#respond h3 small {font-size:.8rem;line-height:.8rem;margin:0 0 0 20px;}
#respond h3 small a:before{content:'[ ';}
#respond h3 small a:after{content:' ]'}
#commentform {clear:both;line-height:1rem;font-size:.8rem;}
#commentform p.comment-notes,#commentform p.logged-in-as {display:none;}
#commentform a {line-height:2.6rem;}
#commentform p {position:relative;top:1rem;margin:1rem 0 0;}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url{width:33.333333%;display: table-cell;}
#commentform .comment-form-smilies,
#commentform .form-submit{margin:0;}
#commentform .comment-form-smilies{z-index:9;top:-10px;margin:-15px 0;left:0;padding:0 10px;width:35px;overflow:hidden;white-space: nowrap;transition:.3s;}
#commentform .comment-form-smilies:hover{width:100%;}
#commentform textarea:focus,#commentform input:focus,.post_password_form input:focus{box-shadow:0 0 0 1px #3274ff;position:relative;z-index:1;}
#commentform input,#commentform textarea,#commentform input#submit:focus,.post_password_form input,.post_password_form [type='submit']{width:100%;padding:8px 10px;box-shadow:0 0 0 1px #E6E9ED;background:#fff;font-size:.8rem;margin:6px 0;line-height:18px;}
#commentform input[type='checkbox']{width:12px;height:12px;padding:0;margin:0 10px 0 0;position:relative;top:1px;box-shadow:0 0 0 2px #fff inset,0 0 0 1px #E6E9ED;background: none;}
#commentform input[type='checkbox']:checked{background:#03A9F4}
#commentform textarea {max-width:800px;width:100%;height:8rem;}
#commentform input#submit,.post_password_form [type='submit']{cursor:pointer;}
#commentform input#submit:hover,.post_password_form [type='submit']:hover{background:#3274ff;box-shadow:0 0 0 1px #3274ff;color:#fff;}
#commentform #loading,#commentform #error{margin:10px 0 0 0}
.post_password_form label{display:block;}
.post_password_form input{max-width:240px;}
.post_password_form [type='submit']{margin:1rem auto;max-width:100px;}
.post_password_form{
margin:20% 0 12%;
}
.pingback{font-size:12px;box-shadow:0 0 0 1px #F5F7FA inset;margin:0 0 1rem;padding:1rem;}
.pingback p{font-size:12px;color:#AAB2BD;margin:0;}
.pingback .fn a{color:#434A54}
.pingback .comment-meta a{left:initial;right:0;top:1rem;}
.pingback .comment-author.vcard{line-height:16px;margin:0 0 10px;}
.pingback .comment-author span{font-size:0;}
.pingback .comment-author span:before{content:' - Refer to this article:';color:#E6E9ED;font-size:12px;}
/* Navigat */
.navigation {text-align:center;overflow:hidden;margin:3% 0;}
.navigation a{font-size:.8rem;margin:0 10px;}
.navigation li{float:none;display:inline-block;margin:0;}
.nearbypost{letter-spacing:-.8rem;padding:1rem 0;margin:7% 0;font-size:.96rem;box-shadow:0 1px 0 #E6E9ED,0 -1px 0 #E6E9ED;/* overflow: hidden; */}
.nearbypost div{float:none;margin:auto;display:inline-block;width:50%;letter-spacing:.06rem;line-height:1.08rem;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nearbypost div a:before{content:'« '}
.nearbypost div.alignright {box-shadow:-1px 0 0 #E6E9ED;text-align:right;padding: 0 1rem;}
.nearbypost div.alignright a:before {display:none;}
.nearbypost div.alignright a:after {content:' »';position: absolute;right: 0;}
/* Footer */
.footer {position:relative;z-index:9;line-height:2rem;font-size:.9rem;padding:0 0 1rem 0;border-top: 1px solid rgba(0, 0, 0, 0.08);box-shadow:0 -1px 0 rgba(255, 255, 255, 0.08);}
.footer .right{float:right}
.footer .menu{text-align:center;border-bottom: 1px solid rgba(0, 0, 0, 0.08);box-shadow:0 1px 0 rgba(255, 255, 255, 0.08);padding: .5rem 0;margin-bottom:1rem;}
.setting_tool{position:fixed;bottom:38%;right:0;width:36px;box-shadow:0 0 2px rgba(0,0,0,.1);z-index:99;background:#fff;}
.setting_tool a{font-size:1rem;text-align:center;line-height:36px;width:36px;height:36px;display:block;cursor:pointer;background:#fff;}
.setting_tool div{display:none;position:absolute;width:200px;right:100%;background:#fff;padding:10px;box-shadow:0 0 2px rgba(0,0,0,.1);}
.setting_tool.colors div.c{display:block;height:100px;bottom:-64px;z-index:-2;}
.setting_tool.colors div.c ul{text-align:center;padding:4px 0;font-size:12px;}
.setting_tool.colors div.c li{cursor:pointer;}
.setting_tool.colors div.c li.color{display:inline-block;width:50px;border-radius:99px;margin:0 2px;background:#fff;color:#3274ff;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;height:28px;line-height:28px;}
.setting_tool.colors div.c li.color.sepia{background:#eae0be;color:#704214}
.setting_tool.colors div.c li.color.night{background:#393f56;color:#bdcadb;}
.setting_tool.colors div.c li.hr{display:block;width:100%;height:1px;background:rgba(0,0,0,.06);margin:8% 0 6%;}
.setting_tool.colors div.c li.font{display:inline-block;width:50px;font-size:16px;line-height:20px;margin:0 16px;font-family:sans-serif;}
.setting_tool.colors div.c li.font.serif{font-family:serif;}
.setting_tool.colors div.c li.font:hover{font-weight:bold;}
.setting_tool.search div.s{display:block;height:36px;bottom:36px;z-index:-1;padding:0;}
.setting_tool.search div.s input{height:36px;bottom:32px;width:100%;padding:0 10px;font-size:.9rem;}
.setting_tool.colors div.c,.setting_tool.search div.s{-webkit-animation:right-show .3s;animation:right-show .3s;}
/* Archives */
.archives table,.archives tr,.archives td{border:none;color:#ccc;}
.archives tr a,ul.link-items li a,.readerswall li a{color:#666;line-height:32px;text-decoration:none;}
.archives tr a:hover,ul.link-items li a:hover,.readerswall li a:hover{color:#3274ff;text-decoration:underline;}
/* ReadersWall */
.readerswall ul,ul.link-items {overflow:hidden;padding:0;background:none;text-align:center;margin: 0 -4%;}
.readerswall li {width:10%;display:inline-block;margin:3%;text-align:center;}
.readerswall li img {border-radius:100%;}
.readerswall li span {display:block;width:140%;margin:0 0 0 -20%;height:2rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
ul.link-items li{display:inline-block;margin:1em 2em;}
ul.links{background:none!important;box-shadow:none!important;padding:0;margin:0;letter-spacing:-.8rem;}
ul.links li{list-style:none;display:inline-block;width:31.333%;margin: 1%;letter-spacing:0;text-align:center;position:relative;transition:.3s;}
ul.links li{background: rgba(0, 0, 0, .01);box-shadow:0 0 0 1px rgba(255, 255, 255, 0.1) inset;}
ul.links li:hover{transform:translate(0,-5px);background:none;}
ul.links li:before,ul.links li:after{content:'';position:absolute;top:0;left:0;right:0;background:rgba(255, 255, 255, .6);z-index:-1;transition:.6s;}
ul.links li:hover:before,ul.links li:hover:after{height:100%;}
ul.links li:hover:before{left:100%;}
ul.links li:hover:after{right:100%;}
ul.links li a{display:block;padding:12px 5px;height:100%;text-decoration:none;position:relative;}
ul.links li .bg{background-position: center;position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-size: cover;filter: blur(20px) brightness(110%) saturate(200%) contrast(120%);z-index: -2;opacity:0;transition:.6s;}
ul.links li:hover .bg{opacity:.32}
.main-load .post-list .meta,.main-load,.comments,.commentlist > li{/*animation:.5s forwards 1 top-show;*/
opacity:0;
-webkit-animation-name: top-show;
-webkit-animation-duration: .6s;
-webkit-animation-fill-mode: forwards;
animation-name: top-show;
animation-duration: .6s;
animation-fill-mode: forwards;
}
.main-load .post-list .meta:nth-child(2),.comments,.commentlist > li:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s;}
.main-load .post-list .meta:nth-child(3),.commentlist > li:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s;}
.main-load .post-list .meta:nth-child(4),.commentlist > li:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s;}
.main-load .post-list .meta:nth-child(5),.commentlist > li:nth-child(5){-webkit-animation-delay:.8s;animation-delay:.8s;}
.main-load .post-list .meta:nth-child(6),.commentlist > li:nth-child(6){-webkit-animation-delay:.10s;animation-delay:.10s;}
.main-load .post-list .meta:nth-child(7),.commentlist > li:nth-child(7){-webkit-animation-delay:.12s;animation-delay:.12s;}
.main-load .post-list .meta:nth-child(8),.commentlist > li:nth-child(8){-webkit-animation-delay:.14s;animation-delay:.14s;}
.main-load .post-list .meta:nth-child(9),.commentlist > li:nth-child(9){-webkit-animation-delay:.16s;animation-delay:.16s;}
.main-load .post-list .meta:nth-child(10),.commentlist > li:nth-child(10){-webkit-animation-delay:.18s;animation-delay:.18s;}
/**
* 12.1 - Captions
*/
.wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
/* display: block;
margin: 0; */
}
.wp-caption .wp-caption-text {
/* color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em; */
}
.wp-caption .wp-caption-text,
.gallery-caption{
/* font-size: 9.75pt; */
}
.wp-caption .wp-caption-text,
.gallery-caption{
/* color: #686868 !important; /* Make sure color schemes don't affect to print */ */
}
.sticky .posted-on,
.byline {
/* display: none; */
}
.screen-reader-text {
/* display: none; */
}
.bypostauthor > article .fn:after {
/* -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top; */
}
.bypostauthor > article .fn:after {
/* content: "\f304";
left: 3px;
position: relative;
top: 5px; */
}
@keyframes top-show{
0%{opacity:0;transform: translateY(20px);}
100%{opacity:1;}
}
@keyframes down-show{
0%{opacity:0;transform: translateY(-20px);}
100%{opacity:1;}
}
@keyframes left-show{
0%{opacity:0;transform: translateX(-20px);}
100%{opacity:1;}
}
@keyframes right-show{
0%{opacity:0;transform: translateX(20px);}
100%{opacity:1;}
}
@-webkit-keyframes top-show{
0%{opacity:0;transform: translateY(20px);}
100%{opacity:1;}
}
@-webkit-keyframes down-show{
0%{opacity:0;transform: translateY(-20px);}
100%{opacity:1;}
}
@-webkit-keyframes left-show{
0%{opacity:0;transform: translateX(-20px);}
100%{opacity:1;}
}
@-webkit-keyframes right-show{
0%{opacity:0;transform: translateX(20px);}
100%{opacity:1;}
}
@media (max-width:680px){
.post-list .meta main .thumb{width:120px;height:100px;}
.post-list .meta main .thumb:after,.infos.fixed .fields,.infos.fixed .fixed-menus,.header .social{display:none;}
}