SHOW:
|
|
- or go back to the newest paste.
1 | <!------------------------------------------ | |
2 | ||
3 | (◍•ᴗ•◍)♡ ✧*。 | |
4 | ||
5 | Lying Theme by ThemeKid Chloë | @redivide | @themekid | |
6 | . | |
7 | > Do not delete/alter any credit. | |
8 | > Do not claim as your own. | |
9 | > Do not copy any code. | |
10 | > Do not redistribute. | |
11 | ||
12 | -------------------------------------------> | |
13 | <html> | |
14 | <head> | |
15 | ||
16 | {block:Hidden} | |
17 | <meta name="color:Accent" content="#dfcacc" /> | |
18 | <meta name="color:Dark Accent" content="#c09992" /> | |
19 | ||
20 | <meta name="if:Credit Link" content="" /> | |
21 | <meta name="if:Title Sparkles" content="" /> | |
22 | <meta name="if:Custom Favicon" content="" /> | |
23 | <meta name="if:Redirect Ask" content="" /> | |
24 | ||
25 | <meta name="text:IMPORTANT" content="do not enable the redirect ask if you are using the default /ask page. it will cause your browser to crash! only enable if you are using a custom ask page."/> | |
26 | <meta name="text:Ask Link" content="/ask" /> | |
27 | <meta name="text:Quote" content="" /> | |
28 | <meta name="text:Stats" content="" /> | |
29 | <meta name="text:Favicon URL" content="http://" />{/block:Hidden} | |
30 | ||
31 | <meta charset="UTF-8" /> | |
32 | <title>{block:TagPage}{Tag} posts | {/block:TagPage} {block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title> | |
33 | {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} | |
34 | {block:IfNotCustomFavicon} | |
35 | <link rel="shortcut icon" href="{Favicon}"> | |
36 | {/block:IfNotCustomFavicon} | |
37 | {block:IfCustomFavicon} | |
38 | <link rel="shortcut icon" href="{text:Favicon URL}"> | |
39 | {/block:IfCustomFavicon} | |
40 | <link rel="alternate" type="application/rss+xml" href="{RSS}"> | |
41 | <link href='https://fonts.googleapis.com/css?family=Lora:400,400italic,700|Roboto+Condensed|Nothing+You+Could+Do' rel='stylesheet' type='text/css'> | |
42 | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> | |
43 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"> | |
44 | <link rel="stylesheet" href="http://static.tumblr.com/8pnyeus/29To2og0o/styles.css"> | |
45 | <script src="https://dl.dropboxusercontent.com/s/7ke33tjjl8rty02/scripts.js"></script> | |
46 | <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> | |
47 | <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5370000";var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"' style='display:none;'></span>");</script> | |
48 | <script> | |
49 | {block:IfRedirectAsk} | |
50 | if(window.location.pathname == '/ask') location.replace('{text:Ask Link}');{/block:IfRedirectAsk} | |
51 | (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); | |
52 | </script> | |
53 | <style type="text/css"> | |
54 | #tumblr_controls, .tmblr-iframe { | |
55 | top:5px!important; | |
56 | right:33px!important; | |
57 | -webkit-filter: invert(90%); | |
58 | filter: invert(90%); | |
59 | position:fixed!important; | |
60 | -webkit-transform:scale(.8, .8); | |
61 | -moz-transform:scale(.8, .8); | |
62 | transform:scale(.8, .8); | |
63 | -webkit-transform-origin: right top; | |
64 | -moz-transform-origin: right top; | |
65 | -ms-transform-origin: right top; | |
66 | -o-transform-origin: right top; | |
67 | transform-origin: right top; | |
68 | z-index:999999999999999999!important | |
69 | } | |
70 | ::-webkit-scrollbar { | |
71 | background-color:#ddd; | |
72 | height: 11px; | |
73 | width: 11px; | |
74 | border:5px solid #fff; | |
75 | } | |
76 | ::-webkit-scrollbar-thumb { | |
77 | background-color:#000; | |
78 | border:5px solid #fff; | |
79 | } | |
80 | ::-moz-selection { | |
81 | color:{color:Dark Accent}; | |
82 | background:rgba({RGBcolor:Accent},0.1); | |
83 | } | |
84 | ||
85 | ::selection { | |
86 | color:{color:Dark Accent}; | |
87 | background:rgba({RGBcolor:Accent},0.1); | |
88 | } | |
89 | body { | |
90 | font-family: 'Lora', serif; | |
91 | font-size:11px; | |
92 | line-height:1.5em; | |
93 | word-wrap:break-word; | |
94 | } | |
95 | body:before { | |
96 | content:''; | |
97 | width: 2px; | |
98 | height: 100%; | |
99 | background: #fff; | |
100 | top: 0; | |
101 | left: 0; | |
102 | position: fixed; | |
103 | border-left: 25px solid {color:Accent}; | |
104 | border-right: 1px solid {color:Accent}; | |
105 | } | |
106 | body:after { | |
107 | content:''; | |
108 | width: 2px; | |
109 | height: 100%; | |
110 | background: #fff; | |
111 | top: 0; | |
112 | right: 0; | |
113 | position: fixed; | |
114 | border-right: 25px solid {color:Accent}; | |
115 | border-left: 1px solid {color:Accent}; | |
116 | } | |
117 | * { | |
118 | margin:0; | |
119 | padding:0; | |
120 | } | |
121 | h1,h2,h3,h4,h5,h6 { | |
122 | font-family:'Roboto Condensed', sans-serif; | |
123 | } | |
124 | img:not(.lightbox-image), embed, video, .tumblr_video_container, iframe:not(#ask_form) { | |
125 | max-width:100%!important; | |
126 | height:auto; | |
127 | } | |
128 | img:not(.lightbox-image) { | |
129 | vertical-align:middle; | |
130 | } | |
131 | .tumblr_video_container { | |
132 | height:auto!important; | |
133 | } | |
134 | .vine-embed { | |
135 | height:220px!important; | |
136 | } | |
137 | #infscr-loading { | |
138 | position:absolute; | |
139 | margin-bottom:-40px; | |
140 | bottom:30px; | |
141 | width:200px; | |
142 | margin-left:50%; | |
143 | left:-100px; | |
144 | text-align:center; | |
145 | } | |
146 | a { | |
147 | color:#000; | |
148 | text-decoration:none; | |
149 | -webkit-transition: all 0.3s ease-in-out; | |
150 | -moz-transition: all 0.3s ease-in-out; | |
151 | -o-transition: all 0.3s ease-in-out; | |
152 | transition: all 0.3s ease-in-out; | |
153 | } | |
154 | a:hover { | |
155 | color:{color:Dark Accent}; | |
156 | -webkit-transition: all 0.3s ease-in-out; | |
157 | -moz-transition: all 0.3s ease-in-out; | |
158 | -o-transition: all 0.3s ease-in-out; | |
159 | transition: all 0.3s ease-in-out; | |
160 | } | |
161 | a:focus { | |
162 | outline:0; | |
163 | } | |
164 | li { | |
165 | position:relative; | |
166 | } | |
167 | i, em { | |
168 | font-family: 'Nothing You Could Do', cursive; | |
169 | font-size:1.4em; | |
170 | } | |
171 | #s-m-t-tooltip { | |
172 | max-width:300px; | |
173 | padding:3px 6px; | |
174 | margin:20px 10px; | |
175 | background: #000; | |
176 | color:#fff; | |
177 | z-index:999999999999999!important; | |
178 | font-size:9px; | |
179 | text-transform:uppercase; | |
180 | font-family:'Roboto Condensed',sans-serif; | |
181 | } | |
182 | #reblogged { | |
183 | right:35px!important; | |
184 | } | |
185 | #sidebar { | |
186 | position:fixed; | |
187 | z-index:999; | |
188 | top:200px; | |
189 | right:80px; | |
190 | width:200px; | |
191 | text-align:right; | |
192 | } | |
193 | #sidebar hr { | |
194 | border:none; | |
195 | border-bottom:4px double {color:Accent}; | |
196 | margin-bottom:14px; | |
197 | } | |
198 | #sidebar h1 { | |
199 | font-weight:normal; | |
200 | font-family:'Lora', serif; | |
201 | } | |
202 | #sidebar #desc { | |
203 | margin-top:15px; | |
204 | padding-top:10px; | |
205 | border-top:4px double {color:Accent}; | |
206 | border-bottom:4px double {color:Accent}; | |
207 | padding-bottom:10px; | |
208 | margin-bottom:10px; | |
209 | } | |
210 | ul#navlinks { | |
211 | list-style:none; | |
212 | padding:0; | |
213 | font-size:0; | |
214 | padding:4px; | |
215 | margin-top:0px; | |
216 | display:inline-block; | |
217 | } | |
218 | ul#navlinks li { | |
219 | font-size:11px; | |
220 | display:inline-block; | |
221 | padding:1px; | |
222 | margin:0 5px; | |
223 | -webkit-transition: all 0.3s ease-in-out; | |
224 | -moz-transition: all 0.3s ease-in-out; | |
225 | -o-transition: all 0.3s ease-in-out; | |
226 | transition: all 0.3s ease-in-out; | |
227 | } | |
228 | ul#navlinks li a { | |
229 | color:{color:Text}; | |
230 | } | |
231 | ul#navlinks li svg { | |
232 | height:16px; | |
233 | width:16px; | |
234 | vertical-align:middle; | |
235 | -webkit-transition: all 0.3s ease-in-out; | |
236 | -moz-transition: all 0.3s ease-in-out; | |
237 | -o-transition: all 0.3s ease-in-out; | |
238 | transition: all 0.3s ease-in-out; | |
239 | } | |
240 | ul#navlinks li:hover svg { | |
241 | cursor:pointer; | |
242 | fill:{color:Dark Accent}; | |
243 | -webkit-transition: all 0.3s ease-in-out; | |
244 | -moz-transition: all 0.3s ease-in-out; | |
245 | -o-transition: all 0.3s ease-in-out; | |
246 | transition: all 0.3s ease-in-out; | |
247 | -webkit-animation: hover 0.5s; | |
248 | -moz-animation: hover 0.5s; | |
249 | -ms-animation: hover 0.5s; | |
250 | -o-animation: hover 0.5s; | |
251 | animation: hover 0.5s; | |
252 | } | |
253 | @-webkit-keyframes hover { | |
254 | 0% { | |
255 | transform: scale(1.0) rotate(0deg); | |
256 | } | |
257 | 20% { | |
258 | transform: scale(1.1) rotate(-30deg); | |
259 | } | |
260 | 40% { | |
261 | transform: scale(1.2) rotate(30deg); | |
262 | } | |
263 | 60% { | |
264 | transform: scale(1.3) rotate(-15deg); | |
265 | } | |
266 | 80% { | |
267 | transform: scale(1.15) rotate(15deg); | |
268 | } | |
269 | 100% { | |
270 | transform: scale(1.0) rotate(0deg); | |
271 | } | |
272 | } | |
273 | @-moz-keyframes hover { | |
274 | 0% { | |
275 | transform: scale(1.0) rotate(0deg); | |
276 | } | |
277 | 20% { | |
278 | transform: scale(1.1) rotate(-30deg); | |
279 | } | |
280 | 40% { | |
281 | transform: scale(1.2) rotate(30deg); | |
282 | } | |
283 | 60% { | |
284 | transform: scale(1.3) rotate(-15deg); | |
285 | } | |
286 | 80% { | |
287 | transform: scale(1.15) rotate(15deg); | |
288 | } | |
289 | 100% { | |
290 | transform: scale(1.0) rotate(0deg); | |
291 | } | |
292 | } | |
293 | @keyframes hover { | |
294 | 0% { | |
295 | transform: scale(1.0) rotate(0deg); | |
296 | } | |
297 | 20% { | |
298 | transform: scale(1.1) rotate(-30deg); | |
299 | } | |
300 | 40% { | |
301 | transform: scale(1.2) rotate(30deg); | |
302 | } | |
303 | 60% { | |
304 | transform: scale(1.3) rotate(-15deg); | |
305 | } | |
306 | 80% { | |
307 | transform: scale(1.15) rotate(15deg); | |
308 | } | |
309 | 100% { | |
310 | transform: scale(1.0) rotate(0deg); | |
311 | } | |
312 | } | |
313 | ul#link-expands { | |
314 | list-style:none; | |
315 | padding:0; | |
316 | margin-top:5px; | |
317 | display:none; | |
318 | } | |
319 | ul#link-expands a { | |
320 | color:{color:Text}; | |
321 | background: {color:background}; | |
322 | padding: 0 10px; | |
323 | } | |
324 | .wrapper { | |
325 | position:relative; | |
326 | margin:50px auto; | |
327 | left:-100%; | |
328 | width:720px; | |
329 | } | |
330 | #content { | |
331 | left:-100px; | |
332 | } | |
333 | #posts { | |
334 | margin-bottom:40px; | |
335 | } | |
336 | article { | |
337 | position:relative; | |
338 | margin-bottom:100px; | |
339 | width:310px; | |
340 | {block:IndexPage}overflow:hidden;{/block:IndexPage} | |
341 | } | |
342 | article .tb { | |
343 | border:4px double {color:Accent}; | |
344 | padding:15px; | |
345 | background:rgba(255,255,255,0.8); | |
346 | } | |
347 | article h2 { | |
348 | font-weight:normal; | |
349 | font-size:1em; | |
350 | background:{color:Accent}; | |
351 | padding:3px; | |
352 | margin-bottom:10px; | |
353 | text-align:center; | |
354 | } | |
355 | article blockquote { | |
356 | padding-left: 10px; | |
357 | border-left: 2px solid {color:Accent}; | |
358 | margin: 5px; | |
359 | margin-left: 12px; | |
360 | } | |
361 | article p { | |
362 | margin:10px 0; | |
363 | } | |
364 | article p:first-of-type { | |
365 | margin-top:0; | |
366 | } | |
367 | article p:last-of-type { | |
368 | margin-bottom:0; | |
369 | } | |
370 | article ul, article ol { | |
371 | padding-left:30px; | |
372 | line-height:175%; | |
373 | } | |
374 | article ul { | |
375 | list-style:none; | |
376 | } | |
377 | article ul li:before { | |
378 | content:''; | |
379 | position:absolute; | |
380 | top:8px; | |
381 | left:-20px; | |
382 | width:10px; | |
383 | height:1px; | |
384 | background:{color:Dark Accent}; | |
385 | } | |
386 | article a { | |
387 | border-bottom:1px solid #eee; | |
388 | color:#9f9f9f; | |
389 | } | |
390 | article a:hover { | |
391 | border-color:rgba({RGBcolor:Dark Accent},0.5); | |
392 | color:{color:Dark Accent}; | |
393 | } | |
394 | article hr { | |
395 | border:none; | |
396 | width:75%; | |
397 | margin:15px auto; | |
398 | height:1px; | |
399 | background:rgba({RGBcolor:Accent},0.5); | |
400 | } | |
401 | a.tumblr-box { | |
402 | border-bottom:none; | |
403 | } | |
404 | .quote h2 { | |
405 | background:none; | |
406 | } | |
407 | .quote.short h2 { | |
408 | font-size:2em; | |
409 | line-height:120%; | |
410 | } | |
411 | .quote.medium h2 { | |
412 | font-size:1.5em; | |
413 | line-height:120%; | |
414 | } | |
415 | .quote.long h2 { | |
416 | font-size:1em; | |
417 | } | |
418 | .quote cite { | |
419 | text-align:right; | |
420 | display:block; | |
421 | } | |
422 | .chat ul { | |
423 | padding:0; | |
424 | } | |
425 | .chat li:before { | |
426 | display:none; | |
427 | } | |
428 | .chat b { | |
429 | color:{color:Dark Accent}; | |
430 | } | |
431 | .link h2 { | |
432 | text-align:left; | |
433 | } | |
434 | .link h2 svg { | |
435 | width: 13px; | |
436 | height: auto; | |
437 | margin-top:1px; | |
438 | float:right; | |
439 | } | |
440 | img.album-art { | |
441 | width:80px; | |
442 | height:80px; | |
443 | position:absolute; | |
444 | } | |
445 | .audio-info { | |
446 | display:inline-block; | |
447 | margin-left:90px; | |
448 | min-height:80px; | |
449 | } | |
450 | .tumblr_audio_player { | |
451 | opacity:0.9; | |
452 | width:30px; | |
453 | height:30px; | |
454 | border-radius:50%; | |
455 | position:absolute; | |
456 | top:55px; | |
457 | left:55px; | |
458 | } | |
459 | .answer h2 { | |
460 | text-transform:lowercase; | |
461 | } | |
462 | .answer h2 a, .link h2 a { | |
463 | color: #000; | |
464 | border-bottom:none; | |
465 | } | |
466 | .answer h2 a:hover, .link h2 a:hover { | |
467 | color:{color:Dark Accent}; | |
468 | } | |
469 | .response { | |
470 | position: relative; | |
471 | margin-top: 31px; | |
472 | } | |
473 | .query { | |
474 | position:relative; | |
475 | } | |
476 | .query:after { | |
477 | content: ''; | |
478 | width:75%; | |
479 | height:1px; | |
480 | background:rgba({RGBcolor:Accent},0.5); | |
481 | left: 12.5%; | |
482 | bottom: -15px; | |
483 | position: absolute; | |
484 | } | |
485 | .response, .also_query { | |
486 | max-height:150px; | |
487 | overflow-y:auto; | |
488 | } | |
489 | .response.answererer { | |
490 | overflow:initial; | |
491 | } | |
492 | .answer h2:nth-of-type(2) { | |
493 | margin-top: 31px; | |
494 | } | |
495 | .response:empty { | |
496 | display:none; | |
497 | overflow:hidden; | |
498 | } | |
499 | .answererer:before { | |
500 | content: ''; | |
501 | width:75%; | |
502 | height:1px; | |
503 | background:rgba({RGBcolor:Accent},0.5); | |
504 | left: 12.5%; | |
505 | top: -15px; | |
506 | position: absolute; | |
507 | } | |
508 | .other_perma { | |
509 | text-align:right; | |
510 | color:{color:Accent}; | |
511 | padding-top:15px; | |
512 | font-family: 'Roboto Condensed', sans-serif; | |
513 | } | |
514 | .other_perma a { | |
515 | color:{color:Dark Accent}; | |
516 | border-bottom:0; | |
517 | -webkit-transition: all 0.3s ease-in-out; | |
518 | -moz-transition: all 0.3s ease-in-out; | |
519 | -o-transition: all 0.3s ease-in-out; | |
520 | transition: all 0.3s ease-in-out; | |
521 | } | |
522 | ||
523 | .other_perma a:hover{ | |
524 | color:{color:accent}; | |
525 | -webkit-transition: all 0.3s ease-in-out; | |
526 | -moz-transition: all 0.3s ease-in-out; | |
527 | -o-transition: all 0.3s ease-in-out; | |
528 | transition: all 0.3s ease-in-out; | |
529 | } | |
530 | .mask { | |
531 | position:absolute; | |
532 | top:0; | |
533 | left:0; | |
534 | width:100%; | |
535 | height:100%; | |
536 | /*opacity:0; | |
537 | visibility:hidden;*/ | |
538 | z-index:999; | |
539 | -webkit-transition: all 0.3s ease-in-out; | |
540 | -moz-transition: all 0.3s ease-in-out; | |
541 | -o-transition: all 0.3s ease-in-out; | |
542 | transition: all 0.3s ease-in-out; | |
543 | } | |
544 | article:hover .mask { | |
545 | opacity:1; | |
546 | visibility:visible; | |
547 | -webkit-transition: all 0.3s ease-in-out; | |
548 | -moz-transition: all 0.3s ease-in-out; | |
549 | -o-transition: all 0.3s ease-in-out; | |
550 | transition: all 0.3s ease-in-out; | |
551 | } | |
552 | article .photo img { | |
553 | -webkit-transition: all 0.3s ease-in-out; | |
554 | -moz-transition: all 0.3s ease-in-out; | |
555 | -o-transition: all 0.3s ease-in-out; | |
556 | transition: all 0.3s ease-in-out; | |
557 | } | |
558 | {block:IndexPage} | |
559 | article:hover .photo img { | |
560 | -webkit-filter: grayscale(50%); | |
561 | filter: grayscale(50%); | |
562 | -webkit-transform:scale(1.2, 1.2); | |
563 | -moz-transform:scale(1.2, 1.2); | |
564 | transform:scale(1.2, 1.2); | |
565 | -webkit-transition: all 0.3s ease-in-out; | |
566 | -moz-transition: all 0.3s ease-in-out; | |
567 | -o-transition: all 0.3s ease-in-out; | |
568 | transition: all 0.3s ease-in-out; | |
569 | }{/block:IndexPage} | |
570 | .mask .more { | |
571 | width:140px; | |
572 | text-align:center; | |
573 | font-family:'Roboto Condensed', sans-serif; | |
574 | text-transform:uppercase; | |
575 | position:relative; | |
576 | line-height:200%; | |
577 | left:calc(50% - 70px); | |
578 | top:calc(50% - 54px); | |
579 | height:108px; | |
580 | } | |
581 | .mask .more a { | |
582 | width:130px; | |
583 | padding:5px; | |
584 | background:#fff; | |
585 | margin:4px 0; | |
586 | display:block; | |
587 | position:relative; | |
588 | -webkit-transition: all 0.3s ease-in-out; | |
589 | -moz-transition: all 0.3s ease-in-out; | |
590 | -o-transition: all 0.3s ease-in-out; | |
591 | transition: all 0.3s ease-in-out; | |
592 | } | |
593 | .mask .more a:nth-of-type(odd) { | |
594 | left:-245px; | |
595 | -webkit-transition: all 0.3s ease-in-out; | |
596 | -moz-transition: all 0.3s ease-in-out; | |
597 | -o-transition: all 0.3s ease-in-out; | |
598 | transition: all 0.3s ease-in-out; | |
599 | } | |
600 | .mask .more a:nth-of-type(even) { | |
601 | right:-245px; | |
602 | -webkit-transition: all 0.3s ease-in-out; | |
603 | -moz-transition: all 0.3s ease-in-out; | |
604 | -o-transition: all 0.3s ease-in-out; | |
605 | transition: all 0.3s ease-in-out; | |
606 | } | |
607 | article:hover .mask .more a:nth-of-type(odd) { | |
608 | left:0; | |
609 | -webkit-transition: all 0.3s ease-in-out; | |
610 | -moz-transition: all 0.3s ease-in-out; | |
611 | -o-transition: all 0.3s ease-in-out; | |
612 | transition: all 0.3s ease-in-out; | |
613 | } | |
614 | article:hover .mask .more a:nth-of-type(even) { | |
615 | right:0; | |
616 | -webkit-transition: all 0.3s ease-in-out; | |
617 | -moz-transition: all 0.3s ease-in-out; | |
618 | -o-transition: all 0.3s ease-in-out; | |
619 | transition: all 0.3s ease-in-out; | |
620 | } | |
621 | #show-notes { | |
622 | color: #9f9f9f; | |
623 | border-bottom: 1px solid #eee; | |
624 | font-weight: bold; | |
625 | text-transform: uppercase; | |
626 | cursor: pointer; | |
627 | font-size: 0.85em; | |
628 | margin: 0 auto; | |
629 | text-align: center; | |
630 | width: 66px; | |
631 | -webkit-transition: all 0.2s ease-in-out; | |
632 | -moz-transition: all 0.2s ease-in-out; | |
633 | -o-transition: all 0.2s ease-in-out; | |
634 | transition: all 0.2s ease-in-out; | |
635 | margin-top:10px; | |
636 | } | |
637 | #show-notes:hover { | |
638 | color:{color:Dark Accent}; | |
639 | border-color:rgba({RGBcolor:Dark Accent},0.5); | |
640 | -webkit-transition: all 0.2s ease-in-out; | |
641 | -moz-transition: all 0.2s ease-in-out; | |
642 | -o-transition: all 0.2s ease-in-out; | |
643 | transition: all 0.2s ease-in-out; | |
644 | } | |
645 | #notes { | |
646 | display:none; | |
647 | } | |
648 | ol.notes { | |
649 | padding:0; | |
650 | margin: 0; | |
651 | list-style-type: none; | |
652 | } | |
653 | ol.notes li.note { | |
654 | padding: 3px 0; | |
655 | margin-bottom:3px; | |
656 | } | |
657 | ol.notes li.note img.avatar { | |
658 | float:right; | |
659 | border-radius:50%; | |
660 | } | |
661 | ol.notes li.note blockquote a { | |
662 | text-decoration: none; | |
663 | } | |
664 | li.more_notes_link_container { | |
665 | font-weight: bold; | |
666 | text-transform: uppercase; | |
667 | font-size: 0.85em; | |
668 | } | |
669 | .extra-info { | |
670 | position: fixed; | |
671 | left: calc(50% + 82px - 100%); | |
672 | left: calc(50% + 82px); | |
673 | top: 141px; | |
674 | width: 158px; | |
675 | margin-left: 20px; | |
676 | line-height: 200%; | |
677 | } | |
678 | .extra-info svg { | |
679 | width: 15px; | |
680 | height: auto; | |
681 | vertical-align: text-bottom; | |
682 | margin-right:5px; | |
683 | } | |
684 | .inspo { | |
685 | margin:0 0 60px 0; | |
686 | padding:7px; | |
687 | background:{color:Accent}; | |
688 | } | |
689 | .inspo span { | |
690 | text-transform:uppercase; | |
691 | font-family:'Roboto Condensed', sans-serif; | |
692 | } | |
693 | .back-to-top { | |
694 | text-align:center; | |
695 | bottom:5px; | |
696 | width:25px; | |
697 | left:43px; | |
698 | font-size:9px; | |
699 | cursor:pointer; | |
700 | text-transform:uppercase; | |
701 | position:fixed; | |
702 | z-index:99999; | |
703 | display:none; | |
704 | } | |
705 | .back-to-top svg { | |
706 | width: 35px; | |
707 | height: auto; | |
708 | fill: {color:Accent}; | |
709 | background: #fff; | |
710 | padding: 1px 5px; | |
711 | border-radius: 50%; | |
712 | } | |
713 | {block:PermalinkPage} | |
714 | article { | |
715 | width:720px; | |
716 | padding: 17px; | |
717 | border: 4px double {color:Accent}; | |
718 | background:rgba(255,255,255,0.8); | |
719 | box-sizing:border-box; | |
720 | } | |
721 | article h2 { | |
722 | font-size: 18px; | |
723 | line-height: 20px; | |
724 | } | |
725 | article.permalinkpage { | |
726 | width:540px; | |
727 | } | |
728 | article .tb { | |
729 | border:none; | |
730 | padding:10px 0; | |
731 | background:rgba(255,255,255,0); | |
732 | } | |
733 | article .tb:first-of-type { | |
734 | padding-top: 0; | |
735 | } | |
736 | article .tb:last-of-type { | |
737 | padding-bottom: 0; | |
738 | } | |
739 | ||
740 | article .photo .tb:first-of-type { | |
741 | padding-top:10px; | |
742 | } | |
743 | {/block:PermalinkPage} | |
744 | </style> | |
745 | </head> | |
746 | <body> | |
747 | <div id="sidebar"> | |
748 | <a href="/"><h1>{block:IfTitleSparkles}*。<span style="margin-left:-10px;"></span>✧ {/block:IfTitleSparkles}{Title}{block:IfTitleSparkles} ✧。<span style="margin-left:-10px;"></span>*{/block:IfTitleSparkles}</h1></a> | |
749 | <div id="desc">{block:Description}{Description}{/block:Description}</div> | |
750 | <ul id="navlinks"> | |
751 | <li><a href="/" title="home"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 486.988 486.988" style="enable-background:new 0 0 486.988 486.988;" xml:space="preserve"><g><g><path d="M16.822,284.968h39.667v158.667c0,9.35,7.65,17,17,17h116.167c9.35,0,17-7.65,17-17V327.468h70.833v116.167 c0,9.35,7.65,17,17,17h110.5c9.35,0,17-7.65,17-17V284.968h48.167c6.8,0,13.033-4.25,15.583-10.483 c2.55-6.233,1.133-13.6-3.683-18.417L260.489,31.385c-6.517-6.517-17.283-6.8-23.8-0.283L5.206,255.785 c-5.1,4.817-6.517,12.183-3.967,18.7C3.789,281.001,10.022,284.968,16.822,284.968z M248.022,67.368l181.333,183.6h-24.367 c-9.35,0-17,7.65-17,17v158.667h-76.5V310.468c0-9.35-7.65-17-17-17H189.656c-9.35,0-17,7.65-17,17v116.167H90.489V267.968 c0-9.35-7.65-17-17-17H58.756L248.022,67.368z"/></g></g></svg></a> | |
752 | {block:AskEnabled}<li><a href="{text:Ask Link}" title="message"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 436.333 436.333" style="enable-background:new 0 0 436.333 436.333;" xml:space="preserve"><g><g><path d="M436.333,56.667c0-9.35-7.65-17-17-17H17c-9.35,0-17,7.65-17,17v323c0,9.35,7.65,17,17,17h402.333c9.35,0,17-7.65,17-17 V56.667z M34,362.667v-201.45l170.85,147.05c3.117,2.833,6.8,3.967,10.767,3.967c3.967,0,8.217-1.417,11.617-3.967l175.1-146.483 v200.883H34z M402.333,73.667v43.917c-2.833,0.283-1.417,0.567-1.7,0.567L215.9,273.133L34.567,117.3 c-0.283-0.283-0.567-0.567-0.567-0.85V73.667H402.333z"/></g></g></svg></a>{/block:AskEnabled} | |
753 | {block:HasPages}<li><a id="links" title="click for links" style="cursor:pointer;"><svg style="height:14px;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 469.513 469.513" style="enable-background:new 0 0 469.513 469.513;" xml:space="preserve"><g><g><path d="M370.757,0h-272c-9.35,0-17,7.65-17,17v435.483c0,7.083,4.25,13.317,10.767,15.867c6.517,2.55,13.883,0.85,18.7-4.533 L238.157,324.7l119.85,138.833c3.4,3.683,7.933,5.95,12.75,5.95c1.983,0,3.967-0.283,5.95-1.133 c6.517-2.55,11.05-8.783,11.05-15.867V17C387.757,7.65,380.107,0,370.757,0z M353.757,406.867L251.473,288.15 c-3.117-3.683-7.65-5.95-12.75-5.95c-4.817,0-9.633,1.983-12.75,5.667L115.757,408.85V34h238V406.867z"/></g></g></svg></a>{/block:HasPages} | |
754 | <li><a href="/archive" title="past"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 493 493" style="enable-background:new 0 0 493 493;" xml:space="preserve"><g><g><path d="M473.167,45.333h-51c-9.35,0-17,7.65-17,17s7.65,17,17,17h34V459H36.833V79.333h45.333c9.35,0,17-7.65,17-17 s-7.65-17-17-17H19.833c-9.35,0-17,7.65-17,17V476c0,9.35,7.65,17,17,17h453.333c9.35,0,17-7.65,17-17V62.333 C490.167,52.983,482.517,45.333,473.167,45.333z"/><path d="M269.167,45.333H221c-9.35,0-17,7.65-17,17s7.65,17,17,17h48.167c9.35,0,17-7.65,17-17S278.517,45.333,269.167,45.333z"/><path d="M144.5,351.333h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17H144.5c9.35,0,17-7.65,17-17v-28.333 C161.5,358.983,153.85,351.333,144.5,351.333z"/><path d="M266.333,351.333h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5c9.35,0,17-7.65,17-17v-28.333 C283.333,358.983,275.683,351.333,266.333,351.333z"/><path d="M161.5,274.833c0-9.35-7.65-17-17-17h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17H144.5 c9.35,0,17-7.65,17-17V274.833z"/><path d="M283.333,274.833c0-9.35-7.65-17-17-17h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5 c9.35,0,17-7.65,17-17V274.833z"/><path d="M385.333,257.833h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h39.667c9.35,0,17-7.65,17-17v-28.333 C402.333,265.483,394.683,257.833,385.333,257.833z"/><path d="M87.833,178.5v28.333c0,9.35,7.65,17,17,17H144.5c9.35,0,17-7.65,17-17V178.5c0-9.35-7.65-17-17-17h-39.667 C95.483,161.5,87.833,169.15,87.833,178.5z"/><path d="M283.333,178.5c0-9.35-7.65-17-17-17h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5c9.35,0,17-7.65,17-17 V178.5z"/><path d="M402.333,178.5c0-9.35-7.65-17-17-17h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h39.667 c9.35,0,17-7.65,17-17V178.5z"/><path d="M155.833,113.333c9.35,0,17-7.65,17-17V17c0-9.35-7.65-17-17-17h-17c-9.35,0-17,7.65-17,17v79.333c0,9.35,7.65,17,17,17 H155.833z"/><path d="M351.333,0h-17c-9.35,0-17,7.65-17,17v79.333c0,9.35,7.65,17,17,17h17c9.35,0,17-7.65,17-17V17 C368.333,7.65,360.683,0,351.333,0z"/></g></g></svg></a> | |
755 | {block:IfCreditLink}<li><a title="credit" href="http://redivide.tumblr.com" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 491.115 491.115" style="enable-background:new 0 0 491.115 491.115;" xml:space="preserve"><g><g><path d="M475.624,177.416l-154.417-13.033l-60.067-142.8c-2.55-6.233-8.783-10.483-15.583-10.483s-13.033,3.967-15.583,10.483 l-60.067,142.8L15.491,177.416c-6.8,0.567-12.75,5.1-14.733,11.617s0,13.6,5.1,18.133l117.017,101.15L87.741,459.049 c-1.417,6.8,1.133,13.6,6.517,17.567c5.667,3.967,13.033,4.25,18.7,0.85l132.6-80.183l132.6,80.183 c2.833,1.7,5.667,2.55,8.783,2.55c3.4,0,7.083-1.133,9.917-3.117c5.667-3.967,8.217-11.05,6.517-17.567l-35.133-150.733 l117.017-101.15c5.1-4.533,7.083-11.617,5.1-18.133C488.374,182.516,482.424,177.983,475.624,177.416z M338.208,289.616 c-4.817,4.25-6.8,10.483-5.383,16.717l28.333,121.55l-106.817-64.6c-2.833-1.7-5.667-2.55-8.783-2.55 c-3.117,0-6.233,0.85-8.783,2.55l-106.817,64.6l28.333-121.55c1.417-6.233-0.567-12.467-5.383-16.717l-94.35-81.6l124.383-10.483 c6.233-0.567,11.9-4.533,14.167-10.2l48.45-115.317l48.45,115.033c2.55,5.95,7.933,9.917,14.167,10.2l124.383,10.483 L338.208,289.616z"/></g></g></svg> | |
756 | </a>{/block:IfCreditLink} | |
757 | </ul> | |
758 | {block:HasPages}<ul id="link-expands"> | |
759 | <hr> | |
760 | {block:Pages}<li><a href="{URL}">{Label}</a>{/block:Pages} | |
761 | </ul>{/block:HasPages} | |
762 | </div> | |
763 | <div id="content" class="wrapper"> | |
764 | <div class="inspo">"{text:Quote}"<span style="float:right">{text:Stats}</span></div> | |
765 | <div id="posts">{block:Posts} | |
766 | <article{block:Date} class="permalinkpage"{/block:Date}>{block:Text}<div class="text tb"> | |
767 | {block:Title}<h2>{Title}</h2>{/block:Title} | |
768 | {Body} | |
769 | {block:IndexPage} | |
770 | <div class="other_perma"> | |
771 | <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a> | |
772 | </div> | |
773 | {/block:IndexPage} | |
774 | </div>{/block:Text}{block:Photo}<div class="photo"> | |
775 | {block:IndexPage}<div class="mask"> | |
776 | <div class="more"> | |
777 | <a href="{Permalink}" target="_blank">{TimeAgo}</a> | |
778 | <a href="{Permalink}" target="_blank">{NoteCount}</a> | |
779 | <a href="{ReblogURL}" target="_blank">reblog</a> | |
780 | </div> | |
781 | </div>{/block:IndexPage} | |
782 | <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" /> | |
783 | {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage} | |
784 | </div>{/block:Photo}{block:Photoset}<div class="photoset photo"> | |
785 | {block:IndexPage}<div class="mask"> | |
786 | <div class="more"> | |
787 | <a href="{Permalink}" target="_blank">{TimeAgo}</a> | |
788 | <a href="{Permalink}" target="_blank">{NoteCount}</a> | |
789 | <a href="{ReblogURL}" target="_blank">reblog</a> | |
790 | </div> | |
791 | </div>{/block:IndexPage} | |
792 | <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div> | |
793 | {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage} | |
794 | </div>{/block:Photoset}{block:Quote}<div class="quote tb {Length}"> | |
795 | <h2>{Quote}</h2> | |
796 | {block:Source}<cite>— {Source}</cite>{/block:Source} | |
797 | {block:IndexPage} | |
798 | <div class="other_perma"> | |
799 | <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a> | |
800 | </div> | |
801 | {/block:IndexPage} | |
802 | </div>{/block:Quote}{block:Chat}<div class="chat tb"> | |
803 | {block:Title}<h2>{Title}</h2>{/block:Title} | |
804 | <ul> | |
805 | {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines} | |
806 | </ul> | |
807 | {block:IndexPage} | |
808 | <div class="other_perma"> | |
809 | <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a> | |
810 | </div> | |
811 | {/block:IndexPage} | |
812 | </div>{/block:Chat}{block:Link}<div class="link tb"> | |
813 | <h2><a href="{URL}">{Name}</a><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M140.1,74.1c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-62.9,62.9c-7.5,7.5-7.5,19.8,0,27.3c7.5,7.5,19.8,7.5,27.3,0 l65.9-65.9c0.6-0.3,1.2-0.7,1.8-1.2c8.8-8.8,32.2-32.2,9.7-54.7c-8.6-8.6-18.9-11.9-29.8-9.5c-8.9,1.9-18.1,7.6-27.3,16.8 l-71.4,71.4c-8.5,8.5-13,20.3-12.5,33.2c0.5,12.3,5.6,24.3,14.1,32.8c8.5,8.5,20.3,13.4,32.5,13.7c0.3,0,0.6,0,1,0 c12.2,0,23.4-4.6,31.7-12.9l70.4-70.4c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-70.4,70.4c-6.2,6.2-14.7,9.5-24,9.4 c-9.1-0.2-17.9-3.9-24.2-10.2c-13.5-13.5-14.2-36.4-1.6-49l71.4-71.4c7.4-7.4,14.8-12.1,21.3-13.5c6.9-1.5,13.1,0.5,18.8,6.3 c5.6,5.6,7.2,10.8,5.2,17.1c-1.4,4.5-4.6,9.5-10,15.5c-0.4,0.3-0.9,0.6-1.2,0.9l-71.3,71.3c-2.8,2.8-7.5,2.8-10.3,0 c-2.8-2.8-2.8-7.5,0-10.3L140.1,74.1z"/></svg></h2> | |
814 | {block:Description}{Description}{/block:Description} | |
815 | {block:IndexPage} | |
816 | <div class="other_perma"> | |
817 | <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a> | |
818 | </div> | |
819 | {/block:IndexPage} | |
820 | </div>{/block:Link}{block:Audio}<div class="audio tb"> | |
821 | <img class="album-art" src="http://static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg" {block:AlbumArt}style="display:none;"{/block:AlbumArt}> | |
822 | {block:AlbumArt}<img src="{AlbumArtURL}" class="album-art">{/block:ALbumArt} | |
823 | <div class="audio-info"> | |
824 | Artist: <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br> | |
825 | Title: <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br> | |
826 | Album: <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br> | |
827 | Plays: {FormattedPlayCount} | |
828 | </div> | |
829 | {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer} | |
830 | {block:IndexPage} | |
831 | <div class="other_perma"> | |
832 | <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a> | |
833 | </div> | |
834 | {/block:IndexPage} | |
835 | </div>{/block:Audio}{block:Video}<div class="vid"> | |
836 | <div class="video">{Video-500}</div> | |
837 | {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage} | |
838 | </div>{/block:Video}{block:Answer}<div class="answer tb"> | |
839 | <h2>{Asker} asked:</h2> | |
840 | <div class="question query">{Question}</div> | |
841 | {block:Answerer} | |
842 | <h2>{Answerer} replied:</h2> | |
843 | <div class="question also_query">{Answer}</div> | |
844 | {/block:Answerer} | |
845 | <div class="response{block:Answerer} answererer{/block:Answerer}">{Replies}</div> | |
846 | {block:IndexPage} | |
847 | <div class="other_perma"> | |
848 | <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a> | |
849 | </div> | |
850 | {/block:IndexPage} | |
851 | </div>{/block:Answer} | |
852 | ||
853 | {block:PermalinkPage} | |
854 | {block:PostNotes} | |
855 | <div id="show-notes">show notes</div> | |
856 | <div id="notes" class="tb"> | |
857 | {PostNotes-16} | |
858 | </div> | |
859 | {/block:PostNotes} | |
860 | <div class="extra-info"> | |
861 | {block:Date}<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M108,184.3c42.1,0,76.3-34.2,76.3-76.3S150.1,31.7,108,31.7S31.7,65.9,31.7,108S65.9,184.3,108,184.3z M108,43.7 | |
862 | c35.5,0,64.3,28.9,64.3,64.3s-28.9,64.3-64.3,64.3S43.7,143.5,43.7,108S72.5,43.7,108,43.7z"/><path d="M98.3,120.7l25.7,20c1.1,0.8,2.4,1.3,3.7,1.3c1.8,0,3.6-0.8,4.7-2.3c2-2.6,1.6-6.4-1.1-8.4L108,113.1V72c0-3.3-2.7-6-6-6 s-6,2.7-6,6v44C96,117.9,96.9,119.6,98.3,120.7z"/></svg> {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date} | |
863 | {block:NoteCount}<br><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M177,178H36c-3.3,0-6-2.7-6-6V47c0-3.3,2.7-6,6-6s6,2.7,6,6v119h135c3.3,0,6,2.7,6,6S180.3,178,177,178z M100.9,81 c-2.4-1.9-5.9-1.6-8,0.6l-37.7,39.7c-2.3,2.4-2.2,6.2,0.2,8.5c1.2,1.1,2.6,1.6,4.1,1.6c1.6,0,3.2-0.6,4.4-1.9l34-35.8l21.6,16.6 c2.4,1.9,5.9,1.6,8-0.7L170,64.5V91c0,3.3,2.7,6,6,6s6-2.7,6-6V50c0-3.3-2.7-6-6-6h-40c-3.3,0-6,2.7-6,6s2.7,6,6,6h25.5l-39,41.6 L100.9,81z"/></svg> {NoteCount}{/block:NoteCount} | |
864 | {block:RebloggedFrom}<br><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M36.7,39.9c-0.4-3.3,1.9-6.3,5.2-6.7c3.3-0.4,6.3,1.9,6.7,5.2l3.6,27.9c13.6-20.2,36.6-32.7,61.4-32.7 c31.6,0,59.7,20.1,70,49.9c1.1,3.1-0.6,6.5-3.7,7.6c-0.6,0.2-1.3,0.3-2,0.3c-2.5,0-4.8-1.6-5.7-4c-8.6-25-32.2-41.8-58.6-41.8 c-21.6,0-41.7,11.4-52.9,29.6l30-3.4c3.3-0.4,6.3,2,6.6,5.3s-2,6.3-5.3,6.6l-43.2,4.9c-0.2,0-0.5,0-0.7,0c-3,0-5.6-2.2-5.9-5.2 L36.7,39.9z M185.3,120.2l-43.2,4.9c-3.3,0.4-5.7,3.3-5.3,6.6s3.3,5.7,6.6,5.3l26.1-2.9c-10.2,21.5-31.9,35.4-56,35.4 c-27.1,0-51.5-18.1-59.3-44c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c4.5,14.9,13.9,28.3,26.3,37.7c12.9,9.7,28.3,14.9,44.5,14.9 c29.6,0,56.1-17.6,67.8-44.3l4.2,33.3c0.4,3,3,5.2,5.9,5.2c0.3,0,0.5,0,0.8,0c3.3-0.4,5.6-3.4,5.2-6.7l-5.6-43.5 C191.5,122.2,188.6,119.9,185.3,120.2z"/></svg> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} | |
865 | {block:ContentSource}<br><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M191.6,107.3c-0.4-45.7-37.7-82.8-83.6-82.8c-45.8,0-83.2,37.1-83.6,82.9c0,0.2,0,0.4,0,0.6c0,0,0,0.1,0,0.1s0,0.1,0,0.1 c0,0.2,0,0.4,0,0.6c0.4,45.8,37.7,82.9,83.6,82.9c45.8,0,83.2-37.1,83.6-82.8c0-0.2,0-0.5,0-0.7S191.6,107.5,191.6,107.3z M78.5,42.8C71.9,52.4,66.8,65.2,64,80c-4.5,1-8.8,2.2-12.8,3.6c-4.8,1.7-8.9,3.4-12.2,5.2C44.8,68.3,59.4,51.5,78.5,42.8z M36.4,108c0-3.3,5.8-8.6,18.7-13c2.2-0.8,4.6-1.5,7-2.1c-0.5,4.9-0.7,10-0.7,15.2s0.3,10.3,0.7,15.2c-2.5-0.7-4.8-1.4-7-2.1 C42.2,116.6,36.4,111.3,36.4,108z M39.1,127.2c3.3,1.8,7.3,3.6,12.2,5.2c3.9,1.3,8.2,2.5,12.8,3.6c2.9,14.8,7.9,27.7,14.6,37.2 C59.4,164.5,44.8,147.7,39.1,127.2z M102,178.4c-6.3-2.5-12.5-8.9-17.4-18.3c-3.3-6.4-6-13.7-7.8-21.8c8,1.2,16.5,1.9,25.3,2.1 V178.4z M102,128.4c-9.7-0.3-19-1.1-27.5-2.6c-0.7-5.8-1.1-11.7-1.1-17.8s0.4-12.1,1.1-17.8c8.5-1.4,17.8-2.3,27.5-2.6V128.4z M102,75.6c-8.8,0.2-17.3,0.9-25.3,2.1c1.9-8,4.5-15.4,7.8-21.8c4.9-9.4,11.1-15.8,17.4-18.3V75.6z M176.9,88.8 c-3.3-1.8-7.3-3.6-12.2-5.2c-3.9-1.3-8.2-2.5-12.8-3.6c-2.9-14.8-7.9-27.7-14.6-37.2C156.6,51.5,171.2,68.3,176.9,88.8z M114,37.6 c6.3,2.5,12.5,8.9,17.4,18.3c3.3,6.4,6,13.7,7.8,21.8c-8-1.2-16.5-1.9-25.3-2.1V37.6z M114,87.6c9.7,0.3,19,1.1,27.5,2.6 c0.7,5.8,1.1,11.7,1.1,17.8s-0.4,12.1-1.1,17.8c-8.5,1.4-17.8,2.3-27.5,2.6V87.6z M114,178.4v-38c8.8-0.2,17.3-0.9,25.3-2.1 c-1.9,8-4.5,15.4-7.8,21.8C126.5,169.5,120.3,175.9,114,178.4z M137.5,173.2c6.6-9.6,11.7-22.4,14.6-37.2c4.5-1,8.8-2.2,12.8-3.6 c4.8-1.7,8.9-3.4,12.2-5.2C171.2,147.7,156.6,164.5,137.5,173.2z M160.9,121c-2.2,0.8-4.6,1.5-7,2.1c0.5-4.9,0.7-10,0.7-15.2 s-0.3-10.3-0.7-15.2c2.5,0.7,4.8,1.4,7,2.1c12.9,4.4,18.7,9.7,18.7,13S173.8,116.6,160.9,121z"/></svg> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} | |
866 | {block:HasTags}<br><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M95.2,186C95.3,186,95.3,186,95.2,186c1.7,0,3.2-0.6,4.3-1.7l64.8-66.7c2.3-2.4,2.3-6.1-0.1-8.4L94.7,39.7 c-1.1-1.1-2.7-1.7-4.2-1.7c0,0,0,0,0,0l-67.1,0.1c-3.3,0-6,2.6-6,5.9L17,109.9c0,1.6,0.6,3.2,1.8,4.3l72.3,70.2 C92.2,185.5,93.7,186,95.2,186z M29.4,50L88,49.8l63.6,63.6l-56.5,58.2L29,107.4L29.4,50z M200.3,110.2c2.3,2.3,2.3,6,0,8.4 l-64.8,66.8c-1.2,1.2-2.7,1.8-4.3,1.8c-1.5,0-3-0.6-4.2-1.7c-2.4-2.3-2.4-6.1-0.1-8.5l60.7-62.6L130.2,56c-2.3-2.4-2.3-6.2,0.1-8.5 c2.4-2.3,6.2-2.3,8.5,0.1L200.3,110.2z M67.1,77.7c0,4.6-3.8,8.4-8.4,8.4s-8.4-3.8-8.4-8.4c0-4.6,3.8-8.4,8.4-8.4 S67.1,73.1,67.1,77.7z"/></svg> {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags} | |
867 | </div> | |
868 | {/block:PermalinkPage} | |
869 | </article> | |
870 | {/block:Posts}</div> | |
871 | </div> | |
872 | <div class="back-to-top" title="back to top"><svg viewBox="0 0 26 32"><path d="M26.221 16c0-7.243-5.871-13.113-13.113-13.113s-13.113 5.87-13.113 13.113c0 7.242 5.871 13.113 13.113 13.113s13.113-5.871 13.113-13.113zM1.045 16c0-6.652 5.412-12.064 12.064-12.064s12.064 5.412 12.064 12.064c0 6.652-5.411 12.064-12.064 12.064-6.652 0-12.064-5.412-12.064-12.064z"></path> | |
873 | <path d="M18.746 15.204l0.742-0.742-6.379-6.379-6.378 6.379 0.742 0.742 5.112-5.112v12.727h1.049v-12.727z"></path></svg></div> | |
874 | {block:Pagination} | |
875 | <div class="pagination" style="visibility:hidden;"> | |
876 | {block:NextPage}<a href="{NextPage}" id="next-link"><i class="fa fa-angle-right"></i></a>{/block:NextPage} | |
877 | </div> | |
878 | {/block:Pagination} | |
879 | <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script> | |
880 | <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script> | |
881 | <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script> | |
882 | <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/> | |
883 | <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script> | |
884 | <script> | |
885 | $(function(){ | |
886 | $('#links').click(function(e){ | |
887 | e.preventDefault(); | |
888 | $('#link-expands').slideToggle('slow'); | |
889 | }); | |
890 | // scroll to top © html-tuts.com | |
891 | var amountScrolled = 300; | |
892 | $(window).scroll(function() { | |
893 | if ( $(window).scrollTop() > amountScrolled ) { | |
894 | $('.back-to-top').fadeIn('slow'); | |
895 | } else { | |
896 | $('.back-to-top').fadeOut('slow'); | |
897 | } | |
898 | }); | |
899 | $('.back-to-top').click(function() { | |
900 | $('html, body').animate({ | |
901 | scrollTop: 0 | |
902 | }, 700); | |
903 | return false; | |
904 | }); | |
905 | {block:PermalinkPage} | |
906 | $('#show-notes').click(function(e){ | |
907 | e.preventDefault(); | |
908 | $('#notes').slideToggle('slow'); | |
909 | $(this).text( $(this).text() == "show notes" ? "hide notes" : "show notes"); | |
910 | }); | |
911 | {/block:PermalinkPage} | |
912 | $('.photo-slideshow').pxuPhotoset({ | |
913 | lightbox: true, | |
914 | rounded: false, | |
915 | gutter: '0px', | |
916 | photoset: '.photo-slideshow', | |
917 | photoWrap: '.photo-data', | |
918 | photo: '.pxu-photo' | |
919 | }); | |
920 | }); | |
921 | {block:IndexPage} | |
922 | (function () { | |
923 | var $tumblelog = $('#posts'); | |
924 | $tumblelog.imagesLoaded(function () { | |
925 | $tumblelog.masonry({ | |
926 | itemSelector: 'article', | |
927 | isAnimated:false, | |
928 | columnWidth:310, | |
929 | gutterWidth:100, | |
930 | }); | |
931 | }); | |
932 | $tumblelog.infinitescroll({ | |
933 | navSelector : "div.pagination", | |
934 | nextSelector : ".pagination a#next-link", | |
935 | itemSelector : "article", | |
936 | loading: { | |
937 | finishedMsg: "<p>You've reached the end of the Earth.</p>", | |
938 | img : "https://res1.nabtrade.com.au/Content/Images/ajax_loader.gif", | |
939 | msg: null, | |
940 | msgText: "", | |
941 | }, | |
942 | }, | |
943 | ||
944 | function( newElements ) { | |
945 | var $newElems = $( newElements ); | |
946 | $newElems.find('.photo-slideshow').pxuPhotoset({ | |
947 | lightbox: true, | |
948 | rounded: false, | |
949 | gutter: '0px', | |
950 | photoset: '.photo-slideshow', | |
951 | photoWrap: '.photo-data', | |
952 | photo: '.pxu-photo' | |
953 | }); | |
954 | var $newElems = $(newElements).css({ | |
955 | opacity: 0, | |
956 | zIndex: -1, | |
957 | }); | |
958 | $newElems.imagesLoaded(function(){ | |
959 | $newElems.animate({ opacity: 1, zIndex: 1 }); | |
960 | $tumblelog.masonry( 'appended', $newElems ); | |
961 | }); | |
962 | }); | |
963 | })(); | |
964 | {/block:IndexPage} | |
965 | </script> | |
966 | <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css"> | |
967 | </body> | |
968 | </html> |