View difference between Paste ID: Tek1keeP and 22Kp8UBc
SHOW: | | - or go back to the newest paste.
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<!------------------------------------------
5
6
(◍•ᴗ•◍)♡ ✧*。
7
8
Remedy by Chloë | @redivide | @themekid
9
 
10
> Do not delete/alter any credit.
11
> Do not claim as your own.
12
> Do not copy any code.
13
> Do not redistribute.
14
15
------------------------------------------->
16
{block:Hidden}
17
<meta name="image:Background" content="" />
18
 
19
<meta name="color:Background" content="#fff" />
20
<meta name="color:Text" content="#000" />
21
<meta name="color:Accent" content="#a9b8c3" />
22
<meta name="color:Dark Accent" content="#747f86" />
23
24
<meta name="if:Tiled Background" content="" />
25
<meta name="if:Credit Link" content="" />
26
<meta name="if:Custom Favicon" content="" />
27
<meta name="if:Scroll To Top Button" content="" />
28
<meta name="if:Redirect Ask" content="" />
29
30
<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."/>
31
<meta name="text:Ask Link" content="/ask" />
32-
<meta name="text:Favicon URL" content="//" />{/block:Hidden}
32+
<meta name="text:Favicon URL" content="http://" />{/block:Hidden}
33
<meta charset="UTF-8" />
34
<title>{Title}</title>
35
{block:IfNotCustomFavicon}
36
<link rel="shortcut icon" href="{Favicon}">
37
{/block:IfNotCustomFavicon}
38
{block:IfCustomFavicon}
39
<link rel="shortcut icon" href="{text:Favicon URL}">
40
{/block:IfCustomFavicon}
41
<link rel="alternate" type="application/rss+xml" href="{RSS}">
42
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> </script>
43
<script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
44
<script>
45
{block:IfRedirectAsk}
46
if(window.location.pathname == '/ask') location.replace('{text:Ask Link}');{/block:IfRedirectAsk}
47
(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);
48
</script>
49
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">  
50
<link href="//static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
51-
<link rel="stylesheet" href="//static.tumblr.com/8pnyeus/29To2og0o/styles.css">
51+
<link rel="stylesheet" href="http://static.tumblr.com/8pnyeus/29To2og0o/styles.css">
52
<script src="https://dl.dropboxusercontent.com/s/7ke33tjjl8rty02/scripts.js"></script>
53
<link href='//fonts.googleapis.com/css?family=Noto+Sans:400,700|Nixie+One|Roboto+Condensed|Anonymous+Pro' rel='stylesheet' type='text/css'>
54
<style type="text/css">
55
#tumblr_controls, .tmblr-iframe {
56
    top: 22px!important;
57
    right: 2px!important;
58
    -webkit-filter: invert(90%);
59
            filter: invert(90%);
60
    position:fixed!important;
61
    -webkit-transform:scale(.8, .8);
62
       -moz-transform:scale(.8, .8);
63
            transform:scale(.8, .8);
64
    -webkit-transform-origin: right top;
65
       -moz-transform-origin: right top;
66
        -ms-transform-origin: right top;
67
         -o-transform-origin: right top;
68
            transform-origin: right top;
69
    z-index:999999999999999999!important
70
}
71
::-webkit-scrollbar {
72
    background-color:#ddd;
73
    height: 11px;
74
    width: 11px;
75
    border:5px solid #fff;
76
}
77
::-webkit-scrollbar-thumb {
78
    background-color:#000;
79
    border:5px solid #fff;
80
}
81
::-moz-selection { 
82
    color:{color:Dark Accent};
83
    background:rgba({RGBcolor:Accent},0.1);
84
}
85
86
::selection {
87
    color:{color:Dark Accent};
88
    background:rgba({RGBcolor:Accent},0.1);
89
}
90
#infscr-loading {
91
    position:absolute;
92
    bottom:30px;
93
    width:200px;
94
    margin-left:50%;
95
    left:-100px;
96
    text-align:center;
97
   
98
}
99
#s-m-t-tooltip {
100
    max-width:300px;
101
    padding:3px 6px;
102
    margin:20px 10px;
103
    background: #000;
104
    color:#fff;
105
    z-index:999999999999999!important;
106
    font-size:9px;
107
    text-transform:uppercase;
108
    font-family:'Roboto Condensed',sans-serif;
109
}
110
* {
111
    margin:0;
112
    padding:0;
113
}
114
body {
115
    background:{color:Background} url({image:Background}) {block:IfNotTiledBackground}no-repeat center center fixed;
116
    background-size:cover;{/block:IfNotTiledBackground}
117
    {block:IfTiledBackground}repeat fixed;{/block:IfTiledBackground}
118
    color:{color:Text};
119
    word-wrap:break-word;
120
    font-family:'Noto Sans', sans-serif;
121
    font-size:11px;
122
}
123
html:before {
124
    content:'';
125
    width:100%;
126
    height:3px;
127
    top:0;
128
    left:0;
129
    position:fixed;
130
    z-index:999999999999;
131
    border-top:15px solid {color:Accent};
132
    border-bottom:2px solid {color:Accent};
133
    opacity:0.95;
134
}
135
html:after {
136
    content:'';
137
    width:3px;
138
    height:100%;
139
    top:0;
140
    left:0;
141
    position:fixed;
142
    border-left:15px solid {color:Accent};
143
    border-right:2px solid {color:Accent};
144
    opacity:0.95;
145
}
146
img:not(.lightbox-image), embed, video, .tumblr_video_container, iframe:not(.instagram-media):not(.tumblr_audio_player):not(.like_toggle) {
147
    max-width:100%!important;
148
    height:auto;
149
}
150
.instagram-media {
151
    max-width:100%!important;
152
}
153
img:not(.lightbox-image) {
154
    vertical-align:middle;
155
}
156
.tumblr_video_container {
157
    height:auto!important;
158
}
159
.vine-embed {
160
    height:220px!important;
161
}
162
ul, ol {
163
    padding-left:20px;
164
}
165
a {
166
    text-decoration:none;
167
    color:{color:Dark Accent};
168
    -webkit-transition: all 0.3s ease-in-out;
169
       -moz-transition: all 0.3s ease-in-out;
170
         -o-transition: all 0.3s ease-in-out;
171
            transition: all 0.3s ease-in-out;
172
}
173
a:hover {
174
    color:{color:Accent};
175
    -webkit-transition: all 0.3s ease-in-out;
176
       -moz-transition: all 0.3s ease-in-out;
177
         -o-transition: all 0.3s ease-in-out;
178
            transition: all 0.3s ease-in-out;
179
}
180
a:focus {
181
    outline:none;
182
}
183
li {
184
    position:relative;
185
}
186
#sidebar {
187
    padding:20px;
188
    position:fixed;
189
    top:110px;
190
    left:70px;
191
    text-align:center;
192
    width:180px;
193
    z-index:9999;
194
}
195
#sidebar h1 {
196
    font-family: 'Nixie One', serif;
197
    font-weight:normal;
198
    font-size:28px;
199
    text-transform:uppercase;
200
    display: inline-block;
201
    border-bottom: 2px solid {color:Accent};
202
    padding-bottom:5px;
203
}
204
.break {
205
    border:none;
206
    border-bottom: 2px solid {color:Accent};
207
    width:75%;
208
    margin-left:12.5%;
209
    margin-bottom:5px;
210
}
211
#desc {
212
    padding: 15px 0;
213
}
214
ul#navlinks {
215
    list-style:none;
216
    padding:0;
217
    font-size:0;
218
    padding:4px;
219
    margin-top:0px;
220
    display:inline-block;
221
}
222
ul#navlinks li {
223
    font-size:11px;
224
    display:inline-block;
225
    padding:1px;
226
    margin:0 3px 2px 3px;
227
    -webkit-transition: all 0.3s ease-in-out;
228
       -moz-transition: all 0.3s ease-in-out;
229
         -o-transition: all 0.3s ease-in-out;
230
            transition: all 0.3s ease-in-out;
231
}
232
ul#navlinks li a {
233
    color:{color:Text};
234
}
235
ul#navlinks li:hover {
236
    background:{color:Accent};
237
    cursor:pointer;
238
    -webkit-transition: all 0.3s ease-in-out;
239
       -moz-transition: all 0.3s ease-in-out;
240
         -o-transition: all 0.3s ease-in-out;
241
            transition: all 0.3s ease-in-out;
242
}
243
ul#link-expands {
244
    list-style:none;
245
    padding:0;
246
    margin-top:5px;
247
    display:none;
248
}
249
ul#link-expands a {
250
    color:{color:Text};
251
    background: {color:background};
252
    padding: 0 5px;
253
    font-family:'Anonymous Pro', monospace;
254
}
255
#posts {
256
    width:600px;
257
    left:calc(50% - 250px);
258
    position:relative;
259
    top:70px;
260
}
261
article {
262
    width:250px;
263
    margin-bottom:100px;
264
    position:relative;
265
    {block:PermalinkPage}width:500px;{/block:PermalinkPage}
266
    overflow:hidden;
267
    border: 1px solid {color:Accent};
268
    box-shadow: 5px 5px rgba({RGBcolor:Accent}, 0.58);
269
    -webkit-transition: all 0.3s ease-in-out;
270
       -moz-transition: all 0.3s ease-in-out;
271
         -o-transition: all 0.3s ease-in-out;
272
            transition: all 0.3s ease-in-out;
273
}
274
{block:IndexPage}
275
.photo-post {
276
    outline: 2px solid #fff;
277
    outline-offset: -7px;
278
    -webkit-transition: all 0.3s ease-in-out;
279
       -moz-transition: all 0.3s ease-in-out;
280
         -o-transition: all 0.3s ease-in-out;
281
            transition: all 0.3s ease-in-out;
282
}
283
{/block:indexPage}
284
article .tb {
285
    padding:10px;
286
    background:rgba(255,255,255,0.8);
287
    border:2px solid {color:Accent};
288
}
289
article h2 {
290
    font-weight:normal;
291
    font-size:1em;
292
    background:{color:Accent};
293
    padding:3px 5px;
294
    margin-bottom:10px;
295
    text-align:center;
296
}
297
article blockquote {
298
    padding-left: 10px;
299
    border-left: 2px solid {color:Accent};
300
    margin: 5px;
301
    margin-left: 12px;
302
}
303
article p {
304
    margin:5px 0;
305
}
306
article p:first-of-type {
307
    margin-top:0;
308
}
309
article p:last-of-type {
310
    margin-bottom:0;
311
}
312
article ul, article ol {
313
    padding-left:30px;
314
    line-height:175%;
315
}
316
article ul {
317
    list-style:none;
318
}
319
article ul li:before {
320
    content:'';
321
    position:absolute;
322
    top:8px;
323
    left:-20px;
324
    width:10px;
325
    height:1px;
326
    background:{color:Dark Accent};
327
}
328
article a {
329
    border-bottom:1px solid #eee;
330
    color:#9f9f9f;
331
}
332
article a:hover {
333
    border-color:rgba({RGBcolor:Dark Accent},0.5);
334
    color:{color:Dark Accent};
335
}
336
article hr {
337
    border:none;
338
    width:75%;
339
    margin:15px auto;
340
    height:1px;
341
    background:rgba({RGBcolor:Accent},0.5);
342
}
343
.quote h2 {
344
    background:none;
345
    text-align:left;
346
}
347
.quote.short h2 {
348
    font-size:2em;
349
    line-height:120%;
350
}
351
.quote.medium h2 {
352
    font-size:1.5em;
353
    line-height:120%;
354
}
355
.quote.long h2 {
356
    font-size:1em;
357
}
358
.quote cite {
359
    text-align:right;
360
    display:block;
361
}
362
.chat ul {
363
    padding:0;
364
}
365
.chat li:before {
366
    display:none;
367
}
368
.chat b {
369
    color:{color:Dark Accent};
370
}
371
img.album-art {
372
    width:80px;
373
    height:80px;
374
    position:absolute;
375
}
376
.audio-info {
377
    display:inline-block;
378
    margin-left:90px;
379
    min-height:80px;
380
}
381
.tumblr_audio_player {
382
    opacity:0.9;
383
    width:30px;
384
    height:30px;
385
    border-radius:50%;
386
    position:absolute;
387
    top: 38px;
388
    left: 38px;
389
    {block:PermalinkPage}top:45px;
390
    left:45px;{/block:PermalinkPage}
391
}
392
.answer h2 {
393
    text-transform:lowercase;
394
}
395
.answer h2 a, .link h2 a {
396
    color: #000;
397
    border-bottom:none;
398
}
399
.answer h2 a:hover, .link h2 a:hover {
400
    color:{color:Dark Accent};
401
}
402
.link h2 {
403
    text-align:left;
404
}
405
.link h2 svg {
406
    width: 13px;
407
    height: auto;
408
    margin-top:1px;
409
    float:right;
410
}
411
.response {
412
    position: relative;
413
    margin-top: 31px;
414
}
415
.response:before {
416
    content: '';
417
    width:75%;
418
    height:1px;
419
    background:rgba({RGBcolor:Accent},0.5);
420
    left: 12.5%;
421
    top: -15px;
422
    position: absolute;
423
}
424
.response:empty {
425
    display:none;
426
}
427
.other_perma {
428
    text-align:right;
429
    color:{color:Accent};
430
    padding-top:15px;
431
    font-family: 'Roboto Condensed', sans-serif;
432
}
433
.other_perma a {
434
    color:{color:Dark Accent};
435
    border-bottom:0;
436
    -webkit-transition: all 0.3s ease-in-out;
437
       -moz-transition: all 0.3s ease-in-out;
438
         -o-transition: all 0.3s ease-in-out;
439
            transition: all 0.3s ease-in-out;
440
}
441
442
.other_perma a:hover{
443
    color:{color:accent};
444
    -webkit-transition: all 0.3s ease-in-out;
445
       -moz-transition: all 0.3s ease-in-out;
446
         -o-transition: all 0.3s ease-in-out;
447
            transition: all 0.3s ease-in-out;
448
}
449
#show-notes {
450
    color: #9f9f9f;
451
    border-bottom: 1px solid #eee;
452
    font-weight: bold;
453
    text-transform: uppercase;
454
    cursor: pointer;
455
    font-size: 0.85em;
456
    margin: 0 auto;
457
    text-align: center;
458
    width: 66px;
459
    -webkit-transition: all 0.2s ease-in-out;
460
       -moz-transition: all 0.2s ease-in-out;
461
         -o-transition: all 0.2s ease-in-out;
462
            transition: all 0.2s ease-in-out;
463
    margin-top:10px;
464
}
465
#show-notes:hover {
466
    color:{color:Dark Accent};
467
    border-color:rgba({RGBcolor:Dark Accent},0.5);
468
    -webkit-transition: all 0.2s ease-in-out;
469
       -moz-transition: all 0.2s ease-in-out;
470
         -o-transition: all 0.2s ease-in-out;
471
            transition: all 0.2s ease-in-out;
472
}
473
#notes {
474
    display:none;
475
}
476
ol.notes {
477
    padding:0;
478
    margin: 0;
479
    list-style-type: none;
480
}
481
ol.notes li.note {
482
    padding: 3px 0;
483
    margin-bottom:3px;
484
}
485
ol.notes li.note img.avatar {
486
    float:right;
487
    border-radius:50%;
488
}
489
ol.notes li.note blockquote a {
490
    text-decoration: none;
491
}
492
li.more_notes_link_container {
493
    font-weight: bold;
494
    text-transform: uppercase;
495
    font-size: 0.85em;
496
}
497
.extra-info {
498
    position: fixed;
499
    left: calc(50% + 290px);
500
    top: 70px;
501
    width: 158px;
502
    margin-left: 20px;
503
    line-height: 200%;
504
}
505
.extra-info svg {
506
    width: 15px;
507
    height: auto;
508
    vertical-align: text-bottom;
509
    margin-right:5px;
510
}
511
{block:PermalinkPage}
512
article {
513
    padding: 20px;
514
    background:rgba(255,255,255,0.8);
515
}
516
article .tb {
517
    border:none;
518
    padding:10px 0;
519
    background:rgba(255,255,255,0);
520
}
521
article .tb:first-of-type {
522
    padding-top: 0;
523
}
524
article .tb:last-of-type {
525
    padding-bottom: 0;
526
}
527
article .photo .tb:first-of-type {
528
    padding-top:10px;
529
}
530
{/block:PermalinkPage}
531
{block:IfScrollToTopButton}
532
.back-to-top {
533
    text-align:center;
534
    bottom:25px;
535
    width:25px;
536
    left:25px;
537
    font-size:9px;
538
    cursor:pointer;
539
    text-transform:uppercase;
540
    position:fixed;
541
    display:none;
542
    z-index:99999;
543
}
544
.back-to-top svg {
545
    width: 35px;
546
    height: auto;
547
    fill: {color:Accent};
548
    background: #fff;
549
    padding: 1px 5px;
550
    border-radius: 50%;
551
}
552
{/block:IfScrollToTopButton}
553
.permas {
554
    width:100%;
555
    height:100%;
556
    position:absolute;
557
    top:0;
558
    left:0;
559
	z-index:99999;
560
    font-family:'Anonymous Pro', monospace;
561
    -webkit-transition: all 0.3s ease-in-out;
562
       -moz-transition: all 0.3s ease-in-out;
563
         -o-transition: all 0.3s ease-in-out;
564
            transition: all 0.3s ease-in-out;
565
}
566
.permas a {
567
    color:#fff;
568
    border-bottom:none;
569
}
570
article:hover .permas {
571
    
572
    background:rgba(255,255,255,0.4);
573
    -webkit-transition: all 0.3s ease-in-out;
574
       -moz-transition: all 0.3s ease-in-out;
575
         -o-transition: all 0.3s ease-in-out;
576
            transition: all 0.3s ease-in-out;
577
}
578
{block:indexPage}
579
article:hover .photo-post{
580
    outline:2px solid transparent;
581
    outline-offset:2px;
582
    -webkit-transition: all 0.3s ease-in-out;
583
       -moz-transition: all 0.3s ease-in-out;
584
         -o-transition: all 0.3s ease-in-out;
585
            transition: all 0.3s ease-in-out;
586
}
587
{/block:IndexPage}
588
.permas .one, .permas .two {
589
    background:{color:Accent};
590
    text-align:center;
591
    line-height:24px;
592
    color:#fff;
593
    text-transform:uppercase;
594
    font-size:10px;
595
}
596
.permas .one {
597
    top:-24px;
598
    position:absolute;
599
    width:100%;
600
    -webkit-transition: all 0.3s ease-in-out;
601
       -moz-transition: all 0.3s ease-in-out;
602
         -o-transition: all 0.3s ease-in-out;
603
            transition: all 0.3s ease-in-out;
604
}
605
article:hover .permas .one {
606
    top:0;
607
    -webkit-transition: all 0.3s ease-in-out;
608
       -moz-transition: all 0.3s ease-in-out;
609
         -o-transition: all 0.3s ease-in-out;
610
            transition: all 0.3s ease-in-out;
611
}
612
.permas .two {
613
    bottom:-24px;
614
    position:absolute;
615
    width:100%;
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
article:hover .permas .two {
622
    bottom:0;
623
    -webkit-transition: all 0.3s ease-in-out;
624
       -moz-transition: all 0.3s ease-in-out;
625
         -o-transition: all 0.3s ease-in-out;
626
            transition: all 0.3s ease-in-out;
627
}
628
</style>
629
</head>
630
<body>
631
<div id="sidebar">
632
    <h1>{Title}</h1>
633
    {block:Description}<div id="desc">{Description}</div>{/block:Description}
634
    <hr class="break">
635
    <ul id="navlinks">
636
        <li><a href="/"><i class="fa fa-refresh fa-fw"></i></a>
637
        {block:AskEnabled}<li><a href="{text:Ask Link}" title="message"><i class="fa fa-paper-plane-o fa-fw"></i></a>{/block:AskEnabled}
638
        {block:HasPages}<li><a id="links" title="click for links" style="cursor:pointer;font-size:1.1em;"><i class="fa fa-bookmark-o fa-fw"></i></a>{/block:HasPages}
639
        <li><a href="/archive" title="past"><i class="fa fa-calendar fa-fw"></i></a>
640-
        {block:IfCreditLink}<li><a title="credit" href="//redivide.tumblr.com" target="_blank"><i class="fa fa-copyright fa-fw"></i></a>{/block:IfCreditLink}
640+
        {block:IfCreditLink}<li><a title="credit" href="http://redivide.tumblr.com" target="_blank"><i class="fa fa-copyright fa-fw"></i></a>{/block:IfCreditLink}
641
    </ul>
642
    {block:HasPages}<ul id="link-expands">
643
        <hr class="break">
644
        {block:Pages}<li><a href="{URL}">{Label}</a>{/block:Pages}
645
    </ul>{/block:HasPages}
646
</div>
647
<div id="posts">{block:Posts}
648
    <article id="{PostID}">{block:Text}<div class="text tb">
649
        {block:Title}<h2>{Title}</h2>{/block:Title}
650
        {Body}
651
    {block:IndexPage}
652
    <div class="other_perma">
653
        <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
654
    </div>
655
    {/block:IndexPage}
656
    </div>{/block:Text}{block:Photo}<div class="photo photo-post">
657
        {block:IndexPage}
658
        <div class="permas">
659
            <div class="one"><a href="{Permalink}" target="_blank">Posted {TimeAgo}</a></div>
660
            <div class="two">With <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a> &mdash; <a href="{ReblogURL}" target="_blank">Reblog?</a></div>
661
        </div>
662
        <img src="{PhotoURL-250}" alt="{PhotoALt}">{/block:IndexPage}
663
        {block:PermalinkPage}
664
        <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
665
        {block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
666
    </div>{/block:Photo}{block:Photoset}<div class="photo photo-post">
667
        {block:IndexPage}
668
        <div class="permas">
669
            <div class="one"><a href="{Permalink}" target="_blank">Posted {TimeAgo}</a></div>
670
            <div class="two">With <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a> &mdash; <a href="{ReblogURL}" target="_blank">Reblog?</a></div>
671
		</div>{/block:IndexPage}
672
        <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>
673
        {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
674
    </div>{/block:Photoset}{block:Quote}<div class="quote tb {Length}">
675
        <h2>"{Quote}"</h2>
676
        {block:Source}<cite>&mdash; {Source}</cite>{/block:Source}
677
    {block:IndexPage}
678
    <div class="other_perma">
679
        <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
680
    </div>
681
    {/block:IndexPage}
682
    </div>{/block:Quote}{block:Chat}<div class="chat tb">
683
        {block:Title}<h2>{Title}</h2>{/block:Title}
684
        <ul>
685
            {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}
686
        </ul>
687
    {block:IndexPage}
688
    <div class="other_perma">
689
        <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
690
    </div>
691
    {/block:IndexPage}
692
    </div>{/block:Chat}{block:Link}<div class="link tb">
693-
        <h2><a href="{URL}">{Name}</a><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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>
693+
        <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>
694
        {block:Description}{Description}{/block:Description}
695
    {block:IndexPage}
696
    <div class="other_perma">
697
        <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
698
    </div>
699
    {/block:IndexPage}
700
    </div>{/block:Link}{block:Audio}<div class="audio tb">
701-
        <img class="album-art" src="//static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg" {block:AlbumArt}style="display:none;"{/block:AlbumArt}>
701+
        <img class="album-art" src="http://static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg" {block:AlbumArt}style="display:none;"{/block:AlbumArt}>
702
        {block:AlbumArt}<img src="{AlbumArtURL}" class="album-art">{/block:ALbumArt}
703
        <div class="audio-info">
704
            Artist: <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
705
            Title: <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
706
            Album: <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br>
707
            Plays: {FormattedPlayCount}
708
        </div>
709
        {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
710
    {block:IndexPage}
711
    <div class="other_perma">
712
        <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
713
    </div>
714
    {/block:IndexPage}
715
    </div>{/block:Audio}{block:Video}<div class="vid">
716
        <div class="video">{Video-500}</div>
717
    </div>{/block:Video}{block:Answer}<div class="answer tb">
718
        <h2>{Asker} asked:</h2>
719
        <div class="question">{Question}</div>
720
        {block:Answerer}
721
        <hr>
722
        <h2>{Answerer} replied:</h2>
723
        <div class="question">{Answer}</div>
724
        {/block:Answerer}
725
        <div class="response">{Replies}</div>
726
    {block:IndexPage}
727
    <div class="other_perma">
728
        <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
729
    </div>
730
    {/block:IndexPage}
731
    </div>{/block:Answer}
732
    
733
    {block:PermalinkPage}
734
        {block:PostNotes}
735
            <div id="show-notes">show notes</div>
736
            <div id="notes" class="tb">
737
                {PostNotes-16}
738
            </div>
739
        {/block:PostNotes}
740
        <div class="extra-info">
741-
            {block:Date}<svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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
741+
            {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
742
	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}
743-
            {block:NoteCount}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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}
743+
            {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}
744-
            {block:RebloggedFrom}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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}
744+
            {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}
745-
            {block:ContentSource}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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}
745+
            {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}
746-
            {block:HasTags}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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}
746+
            {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}
747
        </div>
748
    {/block:PermalinkPage}
749
        
750
    </article>
751
{/block:Posts}</div>
752
{block:IfScrollToTopButton}<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>
753
<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>{/block:IfScrollToTopButton}
754
{block:Pagination}
755
<div class="pagination" style="visibility:hidden;">
756
    {block:NextPage}<a href="{NextPage}" id="next-link"><i class="fa fa-angle-right"></i></a>{/block:NextPage}
757
</div>
758
{/block:Pagination}
759-
<script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
759+
<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
760-
<script src="//static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
760+
<script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
761-
<script src="//static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
761+
<script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
762-
<link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
762+
<link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
763-
<script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
763+
<script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
764
<script>
765
$(function(){
766
    {block:IfScrollToTopButton}
767
    // scroll to top © html-tuts.com
768
    var amountScrolled = 300;
769
    $(window).scroll(function() {
770
    	if ( $(window).scrollTop() > amountScrolled ) {
771
    		$('.back-to-top').fadeIn('slow');
772
    	} else {
773
    		$('.back-to-top').fadeOut('slow');
774
    	}
775
    });
776
    $('.back-to-top').click(function() {
777
	    $('html, body').animate({
778
	    	scrollTop: 0
779
	    }, 700);
780
	    return false;
781
    });
782
    {/block:IfScrollToTopButton}
783
    $('#links').click(function(e){
784
        e.preventDefault();
785
        $('#link-expands').slideToggle('slow');
786
    });
787
    {block:PermalinkPage}
788
    $('#show-notes').click(function(e){
789
        e.preventDefault();
790
        $('#notes').slideToggle('slow');
791
        $(this).text( $(this).text() == "show notes" ? "hide notes" : "show notes");
792
    });
793
    {/block:PermalinkPage}
794
    $('.photo-slideshow').pxuPhotoset({
795
        lightbox: true,
796
        rounded: false,
797
        gutter: '0px',
798
        photoset: '.photo-slideshow',
799
        photoWrap: '.photo-data',
800
        photo: '.pxu-photo'
801
    });
802
});
803
{block:IndexPage}
804
(function () {
805
    var $tumblelog = $('#posts');
806
    $tumblelog.imagesLoaded(function () {
807
        $tumblelog.masonry({
808
            itemSelector: 'article',
809
            isAnimated:false,
810
            columnWidth:250,
811
            gutterWidth:100,
812
        });
813
    });
814
    $tumblelog.infinitescroll({
815
        navSelector : "div.pagination",
816
        nextSelector : ".pagination a#next-link",
817
        itemSelector : "article",
818
        loading: {
819
            finishedMsg: "<p>You've reached the end of the Earth.</p>",
820-
            img : "//static.tumblr.com/yxfeliq/ZQFnvhfad/dontbrag-loading.gif",
820+
            img : "http://static.tumblr.com/yxfeliq/ZQFnvhfad/dontbrag-loading.gif",
821
            msg: null,
822
            msgText: "",
823
        },
824
    },
825
 
826
    function( newElements ) {
827
        var $newElems = $( newElements );
828
        $newElems.find('.photo-slideshow').pxuPhotoset({
829
            lightbox: true,
830
            rounded: false,
831
            gutter: '0px',
832
            photoset: '.photo-slideshow',
833
            photoWrap: '.photo-data',
834
            photo: '.pxu-photo'
835
        },
836
        function(){
837
            $tumblelog.masonry({
838
                itemSelector: 'article',
839
                columnWidth:250,
840
                gutterWidth:100,
841
            });
842
        });
843
        var $newElems = $(newElements).css({
844
            opacity: 0,
845
            zIndex: -1,
846
        });
847
        $newElems.imagesLoaded(function(){
848
            $newElems.animate({ opacity: 1, zIndex: 1 });
849
            $tumblelog.masonry( 'appended', $newElems );
850
        });    
851
    });
852
})();
853
{/block:IndexPage}
854
</script>
855
<div style="display:none;"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5302306";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+"'></span>");</script></div>
856
{block:IndexPage}<link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">{/block:IndexPage}
857
</body>
858
</html>