View difference between Paste ID: FDT4JZe3 and rML4hns5
SHOW: | | - or go back to the newest paste.
1
<!--  
2
 
3
   ✧* 。♡   FXXK IT theme | @vhibes | @v-themes ♡ 。*✧  
4
 
5
 
6
— Do not delete the credit.
7
— Do not copy or steal any code.
8
— Do not claim as yours.
9
                         
10
Enjoy (✿◠‿◠)
11
 
12
infinite scroll with masonry + pxu: @shythemes
13
 
14
-->
15
16
<html lang="en">
17
<head>
18
19
20
<title>{block:PostSummary}{PostSummary}: {/block:PostSummary}{Title}</title>
21
<link rel="shortcut icon" href="{favicon}">
22
<link rel="alternate" type="application/rss+xml" href="{RSS}">
23
{block:hidden}
24
<!--Default Variables-->
25
<meta name="image:Sidebar" content=""/>
26
 
27
<meta name="color:Background" content="#ffffff"/>
28
<meta name="color:Text" content="#000000"/>
29
<meta name="color:Accent" content="#BDC0DA"/>
30
<meta name="color:Accent text" content="#000000"/>
31
32
<meta name="text:Blogtitle" content="" />
33
<meta name="text:Home label" content="home" />
34
<meta name="text:Ask label" content="ask"/>
35
<meta name="text:Ask link" content="/ask"/>
36
<meta name="text:Archive label" content="Past" />
37
<meta name="text:Extra link 1 title" content="" />
38
<meta name="text:Extra link 1" content="http://" />
39
<meta name="text:Extra link 2 title" content="" />
40
<meta name="text:Extra link 2" content="http://">
41
42
<meta name="if:Right Sidebar" content="" />
43
<meta name="if:White Tiny cursor" content="" />
44
<meta name="if:Black Tiny cursor" content="" />
45
46
 
47
48
{/block:hidden}
49
50
51
<!---pxu script--->
52
<link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
53
54
<!--- tooltips script --->
55
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
56
<script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
57
<script>
58
(function($){
59
$(document).ready(function(){
60
$("a[title]").style_my_tooltips({
61
tip_follows_cursor:true,
62
tip_delay_time:90,
63
tip_fade_speed:600,
64
attribute:"title"
65
});
66
});
67
})(jQuery);
68
</script>
69
70
71
<!-------
72
 
73
A FEW RULES YOU NEED TO KNOW BEFORE START EDITING THE THEME:
74
 
75
 > You CAN'T use my themes as base
76
 > You CAN'T remove my credits, even if you edited the theme a lot.
77
 > Don't use any part of my codes without permission.
78
 > You can edit the theme as your own like and make it look too different as the original one but if you edit the theme a lot and you're having problems with it, I'll not allowed to help you.
79
 
80
 
81
YOU ARE NOT ALLOWED TO USE MY CODES FOR YOUR OWN THEME OR ANY OTHER THEME
82
BY OTHER THEME MAKER WITHOUT PERMISSION, IF YOU WANNA USE ONE OF MY CODES
83
ASK FIRST, DON'T CLAIM AS YOURS, DON'T BE AN ASSHOLE.
84
 
85
---------->
86
87
88
<style type="text/css">
89
90
91
92
::-moz-selection { /* Code for Firefox */
93
    color:{color:Accent};
94
    background: #fff;
95
}
96
97
::selection {
98
    color:{color:Accent};
99
    background: #fff;
100
}
101
102
103
/*tooltips style*/
104
#s-m-t-tooltip{
105
max-width:300px;
106
padding:5px;
107
min-height:7px;
108
border-radius:3px;
109
margin:20px 0px 0px 20px;
110
line-height:100%;
111
background:rgba(0, 0, 0, 0.7);
112
color:white;
113
word-wrap:break-word;
114
word-break:break-all;
115
opacity:1;
116
z-index:9999999999999999999;
117
}
118
119
120
 #tumblr_controls, .tmblr-iframe{
121
position:fixed!important;
122
top:10px!important; 
123
right:30px!important; 
124
opacity:0.3;
125
z-index:99999999999999999999999999!important; 
126
-webkit-filter:invert(100%); 
127
-webkit-transition:all 0.6s ease-out;
128
-webkit-transition: opacity 0.7s linear;
129
-webkit-transition: all 0.8s ease-out;
130
-moz-transition: all 0.8s ease-out;
131
transition: all 0.8s ease-out
132
 }
133
 
134
135
136
/*tumblr controls and lightbox*/
137
   
138
#tumblr_lightbox,.tmblr-lightbox{
139
background:rgba({RGBcolor:background}, 0.8)!important;}
140
   
141
#vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
142
opacity:0!important;
143
}
144
 
145
#tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image, .lightbox-image {
146
box-shadow:none!important;
147
border-radius:0px!important;
148
padding:0px!important;
149
border:0px!important;
150
}
151
152
::-webkit-scrollbar{
153
height:3px;
154
width:11px;
155
background:inherit;
156
background:rgba({RGBcolor:accent}, 0.4);
157
border:5px solid {color:background};
158
}
159
160
::-webkit-scrollbar-track {background:transparent;}
161
 
162
::-webkit-scrollbar-thumb {
163
height:150px!important;
164
background:{color:accent};
165
border:5px solid {color:background};
166
}
167
 
168
/*tiny cursor*/ 
169
170
html, body, img, a { 
171
{block:ifWhiteTinycursor}
172
cursor:url(http://static.tumblr.com/vmteopo/fhxo3gbrd/small_white_cursor.png), auto;
173
{/block:ifWhiteTinycursor}
174
{block:ifBlackTinyCursor}
175
cursor: url('http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), auto;
176
{/block:ifBlackTinyCursor}
177
}
178
 
179
 a:hover, a:active, iframe{
180
{block:ifWhiteTinycursor}cursor:url(http://static.tumblr.com/vmteopo/RQ9o3gbth/small_white_cursor_help.png), crosshair;
181
{/block:ifWhiteTinycursor}
182
{block:ifBlackTinyCursor}
183
 cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair;
184
{/block:ifBlackTinyCursor}
185
 }
186
 
187
188
/*main structure*/
189
190
body{
191
background-color:{color:background};
192
font-size:11px;
193
font-family:hind, sans-serif;
194
color:{color:text};
195
line-height:150%;
196
-moz-osx-font-smoothing:grayscale;
197
-webkit-font-smoothing:antialiased;
198
font-smoothing:antialiased;
199
}
200
201
 
202
a:link, a:active, a:visited{
203
color:{color:Accent};
204
text-decoration:none;
205
-webkit-transition:all 0.5s linear;
206
-moz-transition:all 0.5s linear;
207
transition:all 0.5s linear;
208
}
209
210
a:hover {color:{color:text};}
211
212
213
.center {
214
position:relative;
215
margin:30px auto;
216
width:calc(510px + 130px);
217
{block:PermalinkPage}
218
width:500px;
219
{/block:PermalinkPage}
220
}
221
222
#posts{
223
position:relative;
224
{block:PermalinkPage}
225
margin-top:100px;
226
{/block:PermalinkPage}
227
}
228
229
230
.entry {
231
margin:30px;
232
{block:indexpage}
233
width:240px; 
234
opacity:0;
235
z-index:-1;
236
{/block:indexpage}
237
{block:PermalinkPage}
238
width:400px;
239
{/block:PermalinkPage}
240
}
241
242
243
.entry img{
244
max-width:100%;
245
display:block;
246
position:relative;
247
overflow:hidden;
248
}
249
250
251
#move {
252
position:relative;
253
overflow:hidden;
254
opacity:1;
255
background:{color:Accent};
256
}
257
258
#move img {
259
display:block;
260
height:auto;
261
overflow:hidden;
262
-webkit-transition: all 0.4s linear;
263
-moz-transition: all 0.4s linear;
264
-o-transition: all 0.4s linear;
265
transition: all 0.4s linear;
266
-webkit-filter: grayscale(0%);
267
-webkit-transform:translate(0px,0px);
268
}
269
270
.entry:hover #move img {
271
-ms-transform:translate(0px,-40px);
272
-webkit-transform:translate(0px,-40px);
273
transform:translate(0px,-40px);
274
-webkit-filter: grayscale(100%);
275
}
276
277
.perm1 svg{
278
width:0.9em;
279
height:0.9em;
280
fill:{color:Accent text};
281
-webkit-transition: all 0.5s ease;
282
}
283
284
.perm1 svg:hover{
285
fill:{color:text};
286
-webkit-transition: all 0.5s ease;
287
}
288
289
290
.perm1 {
291
width:20px;
292
height:20px;
293
text-align:center;
294
position:absolute;
295
z-index:100;
296
bottom:-100px;
297
font-size:15px;
298
margin-left:10px;
299
opacity:0;
300
display:inline-block;
301
-webkit-transition:opacity 0.3s linear;
302
-webkit-transition:all 0.3s linear;
303
-moz-transition:all 0.3s linear;
304
transition:all 0.3s linear;
305
}
306
307
.entry:hover .perm1{
308
opacity:1;
309
bottom:6px;
310
-webkit-transition:all .5s ease-in-out;
311
-moz-transition:all .5s ease-in-out;
312
-o-transition:all .5s ease-in-out;
313
}
314
315
316
.perm2 {
317
width:20px;
318
height:20px;
319
text-align:center;
320
position:absolute;
321
z-index:100;
322
bottom:-100px;
323
font-size:15px;
324
margin-left:38px;
325
opacity:0;
326
display:inline-block;
327
-webkit-transition:opacity 0.3s linear;
328
-webkit-transition:all 0.3s linear;
329
-moz-transition:all 0.3s linear;
330
transition:all 0.3s linear;
331
}
332
333
.entry:hover .perm2 {
334
opacity:1;
335
bottom:6px;
336
-webkit-transition:all 1s ease-in-out;
337
-moz-transition:all 1s ease-in-out;
338
-o-transition:all 1s ease-in-out;
339
}
340
341
.perm2 svg{
342
width:1em;
343
height:1em;
344
fill:{color:Accent text};
345
-webkit-transition: all 0.5s ease;
346
}
347
348
349
.custom-like-button {
350
position: relative;
351
display: inline-block;
352
width:20px;
353
height:20px;
354
left:0px;
355
cursor: pointer;
356
}
357
358
.like_button {
359
position: absolute;
360
top:0;
361
left:0;
362
right:0;
363
bottom:0;
364
width:100%;
365
height:100%;
366
opacity:0;
367
z-index:999!important;
368
}
369
.like_button iframe {
370
width:100% !important;
371
height:100% !important;
372
}
373
374
.like_button svg {
375
position:absolute;
376
width:100%;
377
height:100%;
378
top:0;
379
left:0;
380
right:0;
381
bottom:0;
382
}
383
384
.custom-like-button:hover svg{fill:{color:text}!important;}
385
.like_button.liked + svg { fill:red!important;} 
386
387
.perm3 a{
388
color:{color:Accent text};
389
}
390
391
.perm3 {
392
width:100px;
393
height:20px;
394
text-align:right;
395
position:absolute;
396
z-index:100;
397
bottom:6px;
398
font-family:roboto condensed;
399
text-transform:uppercase;
400
font-size:15px;
401
right:-100px;
402
opacity:0;
403
display:inline-block;
404
-webkit-transition:opacity 0.3s linear;
405
-webkit-transition:all 0.3s linear;
406
-moz-transition:all 0.3s linear;
407
transition:all 0.3s linear;
408
}
409
410
.entry:hover .perm3 {
411
opacity:1;
412
right:10px;
413
-webkit-transition:all 1.5s ease-in-out;
414
-moz-transition:all 1.5s ease-in-out;
415
-o-transition:all 1.5s ease-in-out;
416
}
417
418
419
.spotify_audio_player {height:80px!important;}
420
421
.video, .video iframe, .tumblr_video_container{
422
display:block;
423
{block:indexpage}
424
width:240px; 
425
height:auto;
426
{/block:indexpage}
427
{block:PermalinkPage}
428
width:400px;
429
height:auto;
430
{/block:PermalinkPage}
431
}
432
433
pre {
434
white-space: pre-wrap;       
435
white-space: -moz-pre-wrap;  
436
white-space: -pre-wrap;      
437
white-space: -o-pre-wrap; 
438
word-wrap: break-word;       
439
}
440
441
p {margin:5px 0;}
442
443
p:first-of-type {
444
    margin-top:0;
445
    padding-top:0;    
446
}
447
448
p:last-of-type {
449
    margin-bottom:0;
450
    padding-bottom:0;       
451
}
452
453
454
small, big {font-size:1em;}
455
456
h1, h2, h3, h4 {
457
font-size:1.5em;
458
margin:0;
459
font-family:quicksand;
460
text-transform:uppercase;
461
letter-spacing:1px;
462
padding:0;
463
}
464
465
.back{
466
padding-top:10px;
467
}
468
469
.back li, .a li, .caption li, #dis li{position:relative;display:block;}
470
.back li:before, .a li:before, .caption li:before, #dis li:before{content:'›';font-size:15px;position:absolute;left:-13px;color:{color:Accent};top:-1px;font-family:karla;}
471
472
.caption li:before{color:{color:Accent text};}
473
474
ol li {counter-increment:list;}
475
476
477
.permalinktext{
478
display:block;
479
text-decoration:none;
480
text-transform:uppercase;
481
font-family:open sans;
482
letter-spacing:1px;
483
font-size:8px;
484
margin-top:5px;
485
width:240px;
486
line-height:16px;
487
}
488
489
.permalinktext a{color:{color:text};}
490
 
491
 .permalinktext svg{
492
    width:1em;
493
    height:1em;
494
    margin:5px;
495
    fill:{color:Accent};
496
 }
497
 
498
.permalinktext a:hover{
499
 color:{color:Accent};
500
}
501
502
503
504
.permalinktext .custom-like-button {
505
position: relative;
506
display: inline-block;
507
width:15px;
508
height:15px;
509
margin-left:-8px;
510
cursor: pointer;
511
}
512
513
.permalinktext .like_button {
514
position: absolute;
515
top:0;
516
left:0;
517
right:0;
518
bottom:0;
519
width:100%;
520
height:100%;
521
opacity:0;
522
z-index:999!important;
523
}
524
.permalinktext .like_button iframe {
525
width:100% !important;
526
height:100% !important;
527
}
528
529
.permalinktext .like_button svg {
530
position:absolute;
531
width:100%;
532
height:100%;
533
top:0;
534
left:0;
535
right:0;
536
bottom:0;
537
}
538
539
.permalinktext .like_button.liked + svg { fill:green!important;} 
540
541
/*audio player*/
542
543
 
544
 
545
#audio {
546
width:auto;
547
margin:0px;
548
height:auto;
549
min-height:60px;
550
line-height:20px;
551
}
552
.cover {
553
z-index:1;
554
width:70px;
555
height:70px;
556
position:absolute;
557
}
558
.cover img {
559
float:left;
560
position:absolute;
561
border-radius:0px;
562
width:70px;
563
height:70px;
564
}
565
566
.playbox {
567
position:absolute; 
568
z-index:9;
569
background:black;
570
opacity:0;
571
width:70px;
572
height:70px;
573
-webkit-transition:opacity 0.5s linear;
574
-webkit-transition:all 0.5s linear;
575
-moz-transition:all 0.5s linear;
576
transition:all 0.5s linear;
577
}
578
579
.entry:hover .playbox{
580
opacity:.8;
581
-webkit-transition:opacity 0.5s linear;
582
-webkit-transition:all 0.5s linear;
583
-moz-transition:all 0.5s linear;
584
transition:all 0.5s linear;
585
}
586
587
.button {
588
position:relative;
589
z-index: 1000;
590
overflow:hidden;
591
width:25px; 
592
height:25px; 
593
margin:20px 20px 20px 20px;
594
}
595
596
597
.info {
598
margin-left:70px;
599
margin-top:0px;
600
font-size:10px;
601
letter-spacing:2px;
602
text-align:right;
603
height:50px;
604
overflow:auto;
605
text-transform:uppercase;
606
line-height:25px;
607
background:{color:Accent};
608
color:{color:Accent text};
609
padding:10px;
610
}
611
 
612
/*title*/
613
 
614
.title{ 
615
font-family:raleway;
616
text-transform:uppercase;
617
font-size:17px;
618
line-height:24px;
619
letter-spacing:1px;
620
padding:10px;
621
text-align:center;
622
color:{color:Accent text};
623
background:{color:Accent};
624
}
625
626
.title a{
627
color:{color:accent text};
628
}
629
630
/*blockquote & quote*/
631
632
blockquote{
633
border-left:1px solid {color:accent};
634
margin:5px;
635
padding-left:10px;
636
line-height:15px;
637
}
638
639
640
.quote{
641
padding:7px;
642
background:{color:Accent};
643
color:{color:Accent text};
644
border-radius:3px;
645
}
646
647
.triangle {
648
float:right;
649
margin:0px 14px 0px 0px; 
650
content: '';
651
border-style: solid;
652
border-width: 11px 11px 0px;
653
border-color: {color:Accent} transparent; }
654
655
.cite{
656
margin-top:15px;
657
font-style:italic;
658
line-height:15px;
659
text-align:right;
660
font-size:10px;
661
}
662
663
.cite a{
664
    color:{color:text};
665
}
666
667
/*ask style*/
668
669
.question_a img{
670
width:40px;
671
float:left;
672
border-radius:3px;
673
}
674
 
675
.question{
676
background:{color:accent};
677
color:{color:accent text};
678
padding:8px;
679
margin-left:55px;
680
border-radius:3px;
681
min-height:40px;
682
}
683
684
.question a{
685
    color:{color:accent text};
686
}
687
688
.question:before{
689
    content: '';
690
position: absolute;
691
display: block;
692
border-top: 9px solid transparent;
693
border-bottom: 9px solid transparent;
694
border-right: 9px solid {color:accent};
695
width: 0;
696
opacity:1;
697
z-index: 99999999999999;
698
margin-top:3px;
699
margin-left:-17px;
700
}
701
 
702
703
.a{
704
display:block;
705
line-height:14px;
706
margin-top:10px;
707
}
708
 
709
 .a img{
710
     width:100%;
711
     height:auto;
712
 }
713
 
714
 
715
.c {
716
position:fixed;
717
font-size:15px;
718
right:35px;
719
bottom:10px;
720
z-index:99999999999999999999999;
721
-o-transition-transition: all 0.3s ease;
722
-webkit-transition: all 0.3s ease;
723
-moz-transition: all 0.3s ease;
724
transition: all 0.3s ease;
725
}
726
 
727
.c svg{fill:{color:accent};
728
width:1.6em;
729
height:1.6em;}
730
.c:hover{-webkit-animation:pop 1s;}
731
 
732
@-webkit-keyframes pop{0% {-webkit-transform: scale(1);}30% {-webkit-transform: scale(.8);}50% {-webkit-transform: scale(1);}70% {-webkit-transform: scale(.8);}100% {-webkit-transform: scale(1);}}
733
734
/*chat styling*/
735
736
.user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15, .user_17, .user_19, .user_21, .user_23, .user_25, .user_27, .user_29, .user_31, .user_33, .user_35, .user_37, .user_39, .user_41, .user_43, .user_45, .user_47, .user_49, .user_51, .user_53, .user_55, .user_57, .user_59, .user_61, .user_63, .user_65, .user_67, .user_69, .user_71, .user_73, .user_75, .user_77, .user_79, .user_81, .user_83, .user_85, .user_87, .user_89, .user_91, .user_93, .user_95, .user_97, .user_99, .user_101, .user_103, .user_105, .user_107, .user_109, .user_111, .user_113, .user_115, .user_117, .user_119, .user_121, .user_123, .user_125, .user_127, .user_129, .user_131, .user_133, .user_135, .user_137, .user_139, .user_141, .user_143, .user_145, .user_147, .user_149{
737
background:rgba({RGBcolor:Accent}, 1);
738
padding:7px;
739
color:{color:Accent text};}
740
741
.user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14, .user_16, .user_18, .user_20, .user_22, .user_24, .user_26, .user_28, .user_30, .user_32, .user_34, .user_36, .user_38, .user_40, .user_42, .user_44, .user_46, .user_48, .user_50, .user_52, .user_54, .user_56, .user_58, .user_60, .user_62, .user_64, .user_66, .user_68, .user_70, .user_72, .user_74, .user_76, .user_78, .user_80, .user_82, .user_84, .user_86, .user_88, .user_90, .user_92, .user_94, .user_96, .user_98, .user_100, .user_102, .user_104, .user_106, .user_108, .user_110, .user_112, .user_114, .user_116, .user_118, .user_120, .user_122, .user_124, .user_126, .user_128, .user_130, .user_132, .user_134, .user_136, .user_138, .user_140, .user_142, .user_144, .user_146, .user_148, .user_150{
742
background:rgba({RGBcolor:Accent}, 0.6);
743
padding:7px;
744
color:{color:Accent text};}
745
746
747
/*permalink notes*/
748
749
.caption{
750
margin-top:10px;
751
padding:10px;
752
border-radius:3px;
753
background:{color:accent};
754
color:{color:accent text};
755
}
756
757
.caption a{
758
color:{color:accent text};
759
}
760
761
.inf{
762
margin-top:10px;
763
display:block;
764
margin-bottom:0px;
765
line-height:17px;
766
}
767
768
.show{cursor:pointer;}
769
.tg{display:block;}
770
.tg a:after{content:',';}
771
.tg a:last-of-type:after {content:'.';}
772
.inf a, .notas a, .tg a{color:{color:Accent};}
773
.inf a:hover, .notas a:hover, .tg a:hover{color:{color:text};}
774
775
.notas{
776
margin-top:0px;
777
display:none;
778
}
779
780
781
ol.notes{padding:0px;margin:0px;list-style-type:none;}
782
ol.notes li.note{padding-top:8px;padding-bottom:8px;text-align:left;border-top:1px solid {color:accent};}
783
ol.notes li.note img.avatar {border-radius:0%;float:left;margin-right:5px;}
784
ol.notes li.note blockquote a {text-decoration:none;}
785
li.more_notes_link_container {text-transform: uppercase;font-size:1em;line-height:150%;letter-spacing:1px;}
786
li.more_notes_link_container:hover{letter-spacing:4px;}
787
img:not(.lightbox-image) {max-width:100%;height:auto;}
788
789
#infscr-loading { display:none!important; }
790
791
#left {
792
position:fixed;
793
left:0px;
794
top:0px;
795
z-index:99999999999;
796
width:20px;
797
height:100%;
798
overflow:hidden;
799
background:{color:accent};
800
}
801
802
#right {
803
position:fixed;
804
right:0px;
805
top:0px;
806
z-index:99999999999;
807
width:20px;
808
height:100%;
809
overflow:hidden;
810
background:{color:accent};
811
}
812
813
 
814
#sidebar {
815
padding:10px;
816
width:170px;
817
height:auto;
818
position:fixed;
819
margin-left:calc(60px - 310px);
820
{block:ifRightSidebar}
821
right:calc(140px - 10px);
822
{/block:IfRightSidebar}
823
top:140px;
824
z-index:999;
825
height:auto;
826
}
827
828
829
830
.desc{
831
margin-top:25px;
832
height:auto;
833
font-family:Muli;
834
font-style:italic;
835
z-index:1;
836
font-size:11px;
837
color:rgba(38,38,38,.7);
838
-webkit-transition: all 0.4s ease; 
839
-moz-transition: all 0.4s ease;
840
}
841
842
.desc:after {
843
    content:' ';
844
    height:1px;
845
    position:absolute;
846
    margin-top:35px;
847
    background:{color:accent}; 
848
    left:12px;
849
    width:40px;
850
}
851
852
 
853
.titulo{
854
color:{color:text};
855
text-align:left;
856
font-family:josefin sans;
857
font-size:18px;
858
margin:0px;
859
opacity:1;
860
transition:0.4s;
861
}
862
863
864
.titulo:after {
865
    content:' ';
866
    height:1px;
867
    position:absolute;
868
    top:40px;
869
    background:{color:accent}; 
870
    left:12px;
871
    width:40px;
872
}
873
874
 
875
876
.nav{
877
width:170px;
878
text-align:center;
879
margin-top:30px;
880
margin-left:0px;
881
font-size:10px;
882
transition:0.4s;
883
}
884
 
885
.nav svg{
886
width:1.6em;
887
height:1.6em;
888
fill:{color:text};
889
-webkit-transition:All 0.5s ease-in-out;
890
margin:7px;
891
}
892
893
.nav svg:hover{
894
fill:{color:accent};
895
}
896
897
898
899
</style>
900
</head>
901
 
902
<body>
903
904
<div id="left"></div>
905
<div id="right"></div>
906
907
<div class="center">
908
909
<div id="sidebar">
910
<div class="titulo">{text:blogtitle}</div>
911
<div class="desc">
912
{description}
913
</div>
914
<div class="nav">
915
<a title="{text:Home Label}" href="/"><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"
916
	 viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
917
<path d="M197.8,112.4l-86.2-82c-2.4-2.2-6.1-2.2-8.4,0.1l-82.5,82.3c-1.7,1.7-2.2,4.3-1.3,6.5c0.9,2.2,3.1,3.7,5.5,3.7h23v56
918
	c0,3.3,2.7,6,6,6h35c3.3,0,6-2.7,6-6v-44h25v44c0,3.3,2.7,6,6,6h36c3.3,0,6-2.7,6-6v-56h26c0,0,0,0,0,0c3.3,0,6-2.7,6-6
919
	C200,115.1,199.2,113.5,197.8,112.4z M162,111c-3.3,0-6,2.7-6,6v56h-24v-44c0-3.3-2.7-6-6-6H89c-3.3,0-6,2.7-6,6v44H60v-56
920
	c0-3.3-2.7-6-6-6H39.5l68.1-67.9L179,111H162z"/>
921
</svg>
922
</a>
923
<a title="{text:Ask Label}" href="{text:Ask link}"><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"
924
	 viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
925
<path d="M37.1,171h141.9c3.3,0,6-2.7,6-6V74.7c0,0,0-0.1,0-0.1V50.7c0-3.3-2.7-6-6-6H37.1c-3.3,0-6,2.7-6,6v25.1c0,0,0,0,0,0.1V165
926
	C31.1,168.3,33.8,171,37.1,171z M43.1,56.7h129.9v15.2l-65.5,55.5L43.1,73V56.7z M43.1,88.7l60.5,51.1c2.2,1.9,5.5,1.9,7.7,0
927
	l61.6-52.2V159H43.1V88.7z"/>
928
</svg>
929
</a>
930
<a title="{text:Extra link 1 Title}" href="{text:Extra link 1}"><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"
931
	 viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
932
<path d="M51.1,176c0,3.3,2.7,6,6,6h101.8c3.3,0,6-2.7,6-6c0-33.2-15-61.7-36.1-73.1c10.2-6.7,16.9-18.3,16.9-31.4
933
	c0-20.7-16.9-37.6-37.6-37.6S70.4,50.7,70.4,71.5c0,13.1,6.7,24.6,16.9,31.4C66.1,114.3,51.1,142.8,51.1,176z M82.4,71.5
934
	c0-14.1,11.5-25.6,25.6-25.6s25.6,11.5,25.6,25.6S122.1,97.1,108,97.1S82.4,85.6,82.4,71.5z M108,109.4c23.4,0,42.6,26.7,44.7,60.6
935
	H63.3C65.4,136.1,84.6,109.4,108,109.4z"/>
936
</svg>
937
</a>
938
<a title="{text:Extra link 2 Title}" href="{text:Extra link 2}"><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"
939
	 viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
940
<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
941
	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
942
	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
943
	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
944
	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
945
	S67.1,73.1,67.1,77.7z"/>
946
</svg>
947
</a>
948
<a title="{text:Archive Label}" href="/archive"><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"
949
	 viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
950
<path d="M194,40v146c0,3.3-2.7,6-6,6H28c-3.3,0-6-2.7-6-6V40c0-3.3,2.7-6,6-6h22c3.3,0,6,2.7,6,6s-2.7,6-6,6H34v134h148V46h-12
951
	c-3.3,0-6-2.7-6-6s2.7-6,6-6h18C191.3,34,194,36.7,194,40z M116,34H99c-3.3,0-6,2.7-6,6s2.7,6,6,6h17c3.3,0,6-2.7,6-6
952
	S119.3,34,116,34z M72,142H58c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h14c3.3,0,6-2.7,6-6v-10C78,144.7,75.3,142,72,142z M115,142h-15
953
	c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h15c3.3,0,6-2.7,6-6v-10C121,144.7,118.3,142,115,142z M78,115c0-3.3-2.7-6-6-6H58
954
	c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h14c3.3,0,6-2.7,6-6V115z M121,115c0-3.3-2.7-6-6-6h-15c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6
955
	h15c3.3,0,6-2.7,6-6V115z M157,109h-14c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h14c3.3,0,6-2.7,6-6v-10C163,111.7,160.3,109,157,109z
956
	 M52,81v10c0,3.3,2.7,6,6,6h14c3.3,0,6-2.7,6-6V81c0-3.3-2.7-6-6-6H58C54.7,75,52,77.7,52,81z M121,81c0-3.3-2.7-6-6-6h-15
957
	c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h15c3.3,0,6-2.7,6-6V81z M163,81c0-3.3-2.7-6-6-6h-14c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h14
958
	c3.3,0,6-2.7,6-6V81z M76,58c3.3,0,6-2.7,6-6V24c0-3.3-2.7-6-6-6h-6c-3.3,0-6,2.7-6,6v28c0,3.3,2.7,6,6,6H76z M145,18h-6
959
	c-3.3,0-6,2.7-6,6v28c0,3.3,2.7,6,6,6h6c3.3,0,6-2.7,6-6V24C151,20.7,148.3,18,145,18z"/>
960
</svg></a>
961
</div>
962
</div>
963
964
965
 
966
967
<div id="posts">
968
{block:Posts}
969
<div class="entry" id="{PostID}">
970
 
971
{block:Text}
972
{block:Title}<div class="title">{Title}</div>{/block:Title}
973
<div class="back">{Body}</div>
974
{block:IndexPage}
975
<div class="permalinktext">
976
<a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" 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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg></a>
977
<div class="custom-like-button">
978
{LikeButton}
979
<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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
980
</span>
981
</div>
982
</div></div>
983
{/block:IndexPage}
984
{/block:Text}
985
 
986
 
987
{block:Link}
988
<div class="title">
989
<a href="{URL}">{Name}</a></div>
990
<div class="back">{block:Description}{Description}{/block:Description}
991
</div>{block:IndexPage}
992
<div class="permalinktext">
993
<a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" 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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg></a>
994
<div class="custom-like-button">
995
{LikeButton}
996
<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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
997
</span>
998
</div>
999
</div></div>
1000
{/block:IndexPage}
1001
{block:Link}
1002
 
1003
 
1004
 
1005
{block:Photo}
1006
{block:IndexPage}
1007
<div id="move">
1008
<div class="perm1">
1009
<a href="{ReblogURL}" 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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg></a>
1010
</div>
1011
<div class="perm2">
1012
<div class="custom-like-button">
1013
{LikeButton}
1014
<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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
1015
</span>
1016
</div>
1017
</div>
1018
<div class="perm3">
1019
<a href="{Permalink}" target="_blank">{shortmonth}, {dayofmonth}</a>
1020
</div>
1021
<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></div>
1022
{/block:IndexPage}
1023
{block:PermalinkPage}
1024
<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
1025
{/block:PermalinkPage}
1026
{/block:Photo}
1027
  
1028
1029
{block:Photoset}
1030
<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>
1031
{block:IndexPage}
1032
<div class="permalinktext">
1033
<a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" 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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg></a>
1034
<div class="custom-like-button">
1035
{LikeButton}
1036
<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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
1037
</span>
1038
</div>
1039
</div></div>
1040
{/block:IndexPage}
1041
{/block:Photoset}
1042
1043
 
1044
{block:Quote}
1045
<div class="quote">❝&nbsp;{quote}</div>
1046
<div class="triangle"></div> 
1047
<div class="cite">{Source}</div>
1048
{block:IndexPage}
1049
<div class="permalinktext">
1050
<a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" 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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg></a>
1051
<div class="custom-like-button">
1052
{LikeButton}
1053
<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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
1054
</span>
1055
</div>
1056
</div></div>
1057
{/block:IndexPage}
1058
{/block:Quote}
1059
 
1060
{block:Chat}
1061
<div class="chat">
1062
{block:Title}<span class="title">{Title}</span></span>{/block:Title}
1063
{block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<i>{Label}</i> {/block:Label}{Line}</div></div>{/block:Lines}
1064
</div>
1065
{block:IndexPage}
1066
<div class="permalinktext">
1067
<a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" 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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg></a>
1068
<div class="custom-like-button">
1069
{LikeButton}
1070
<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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
1071
</span>
1072
</div>
1073
</div></div>
1074
{/block:IndexPage}
1075
{/block:Chat}
1076
 
1077
{block:Audio}
1078
<div id="audio">
1079
<div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
1080
{block:AlbumArt}
1081
<div class="cover"><img src="{AlbumArtURL}"></div>
1082
{/block:AlbumArt}
1083
<div class="playbox">
1084
<div class="button">
1085
{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
1086
<div class="info">
1087
<span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
1088
<div style="text-transform:uppercase;font-size:9px;letter-spacing:2px;color:{color:Accent text};font-family:{select:Font};">
1089
<span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</div>
1090
</div> 
1091
</div>
1092
{block:IndexPage}
1093
<div class="permalinktext">
1094
<a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" 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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg></a>
1095
<div class="custom-like-button">
1096
{LikeButton}
1097
<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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
1098
</span>
1099
</div>
1100
</div></div>
1101
{/block:IndexPage}
1102
{/block:Audio}
1103
1104
 
1105
{block:Video}
1106
<div class="video">{Video-500}</div>  
1107
{block:IndexPage}
1108
<div class="permalinktext">
1109
<a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" 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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg></a>
1110
<div class="custom-like-button">
1111
{LikeButton}
1112
<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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
1113
</span>
1114
</div>
1115
</div></div>
1116
{/block:IndexPage}
1117
{/block:Video}
1118
 
1119
 
1120
{block:Answer}
1121
<div class="question_a"><img src="{AskerPortraitURL-40}"></div>
1122
<div class="question"><b>{Asker} asked:</b> {Question}</div>
1123
<div class="a">{Answer}</div>
1124
{block:IndexPage}
1125
<div class="permalinktext">
1126
<a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" 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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg></a>
1127
<div class="custom-like-button">
1128
{LikeButton}
1129
<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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
1130
</span>
1131
</div>
1132
</div></div>
1133
{/block:IndexPage}
1134
{/block:Answer}
1135
1136
{block:ContentSource}<!-- {SourceURL}
1137
{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
1138
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
1139
{/block:ContentSource}
1140
1141
<!-- {block:NoRebloggedFrom}
1142
{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
1143
{/block:NoRebloggedFrom} -->
1144
1145
{block:PermalinkPage}
1146
{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
1147
{block:Date}
1148
<div class="inf">
1149
Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm} <br>
1150
{block:RebloggedFrom}
1151
source: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
1152
{/block:RebloggedFrom}
1153
<div class="tg">
1154
{block:HasTags} 
1155
tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
1156
{/block:Tags}{/block:HasTags}
1157
</div>
1158
<a class="show">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a></div>
1159
<div class="notas">
1160
{block:PostNotes}
1161
{PostNotes}
1162
{/block:PostNotes}
1163
{/block:Date}
1164
</div>
1165
{/block:PermalinkPage}
1166
{/block:Date}
1167
</div>
1168
{/block:Posts}
1169
</div>
1170
 
1171
1172
<div class="pagination">
1173
{block:Pagination}
1174
{block:PreviousPage}
1175
<a href="{PreviousPage}"></a>
1176
{/block:PreviousPage}
1177
 
1178
{block:NextPage}
1179
<a href="{NextPage}" class="next"></a>
1180
{/block:NextPage}
1181
{/block:Pagination}</div></div>
1182
1183
<!--Seriously guys, DON'T TOUCH any of this scripts unless you know what it does or you will ruin your whole theme--->
1184
<script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
1185
<link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
1186
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script><div class="c"><a title="Theme made by vhibes" href="http://vhibes.tumblr.com" target="_blank"><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"
1187
	 viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M30.4,90.2c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-1.8,66.5-43.6,73.7-86.1
1188
	c3.7-21.8-2.7-34.9-8.8-42.1c-7-8.3-17.5-13.2-28.2-13.2c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7
1189
	c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-20.3,4.1-27,11.5C34.7,57.6,28.4,69.4,30.4,90.2z"/>
1190
</svg></a></div>
1191
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
1192
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
1193
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
1194
<link href="https://fonts.googleapis.com/css?family=Bree+Serif|Indie+Flower|Josefin+Sans|Playfair+Display|Shadows+Into+Light" rel="stylesheet">
1195
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,700|Hind:400,700|Dancing+Script:400,700|Open+Sans:400,700|Muli|Kurale|PT+Serif:400,700|Old+Standard+TT:400,700|Roboto:400,700|Roboto+Condensed:400,700|Lato:400,700|Raleway:400,700,300|Montez|Karla:400,700|Quicksand:400,700|Petit+Formal+Script|Clicker+Script|Mako|Maven+Pro:400,700' rel='stylesheet' type='text/css'>
1196
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
1197
<script src ="http://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
1198
<script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
1199
{block:IndexPage}
1200
<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
1201
<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
1202
{/block:IndexPage}
1203
<script>
1204
1205
$(document).ready(function(){
1206
    $(".show").click(function(){
1207
        $(".notas").slideToggle("slow");
1208
    });
1209
});
1210
$(document).ready(function(){
1211
    $('.photo-slideshow').pxuPhotoset({
1212
        lightbox: true,
1213
        rounded: false,
1214
        gutter: '1px',
1215
        photoset: '.photo-slideshow',
1216
        photoWrap: '.photo-data',
1217
        photo: '.pxu-photo'
1218
    });
1219
    {block:IndexPage}
1220
    var $container = $('#posts');
1221
    $container.masonry({ itemSelector: '.entry' });
1222
    $container.imagesLoaded(function(){
1223
        $container.masonry();
1224
        $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
1225
    });
1226
    $container.infinitescroll({
1227
        itemSelector: '.entry',
1228
        navSelector: '.pagination',
1229
        nextSelector: '.next',
1230
        loadingImg: '',
1231
        loadingText: '<em></em>',
1232
        bufferPx: 2000
1233
    },
1234
    function( newElements ) {
1235
        var $newElems = $( newElements );
1236
        $newElems.find('.photo-slideshow').pxuPhotoset({
1237
            lightbox: true,
1238
            rounded: false,
1239
            gutter: '1px',
1240
            photoset: '.photo-slideshow',
1241
            photoWrap: '.photo-data',
1242
            photo: '.pxu-photo'
1243
        },
1244
        
1245
    function(){
1246
     resizeVideos(); },
1247
     
1248
        function(){
1249
            $container.masonry();
1250
        });
1251
        
1252
        
1253
var $newElemsIDs = $newElems.map(function(){ 
1254
            return this.id; 
1255
        }).get();
1256
        console.log($newElems, $newElemsIDs);
1257
        Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
1258
        
1259
        $newElems.imagesLoaded(function(){
1260
            $container.masonry( 'appended', $newElems );
1261
            $newElems.animate({ opacity: 1, zIndex: 1 });
1262
        });
1263
    });
1264
    {/block:IndexPage}
1265
});
1266
</script>
1267
</body>
1268
</html>