View difference between Paste ID: sXiDVaqA and 6CbnBwFb
SHOW: | | - or go back to the newest paste.
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3
<!----------------------------------------
4
Unafraid Theme by Incedo
5
http://incedothemes.tumblr.com
6
Please do not remove the credit.
7
Updated 7/27/14
8
------------------------------------------>
9
10
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
11
12
<head> 
13
14
<title>{Title}</title>
15
16
<meta name="color:background" content="#ffffff" />
17
<meta name="color:scrollbar" content="#707070" />
18
<meta name="color:scrollbar background" content="#ffffff" />
19
<meta name="color:text" content="#707070" />
20
<meta name="color:navigation" content="#707070" />
21
<meta name="color:description" content="#707070" />
22
<meta name="color:link" content="#707070" />
23
<meta name="color:link hover" content="#e0e0e0" />
24
<meta name="color:button hover" content="#f0f0f0" />
25
<meta name="color:title" content="#707070" />
26
<meta name="color:borders" content="#d8d8d8" />
27
<meta name="color:posts" content="#ffffff" />
28
29
<meta name="if:sidebar top" content=""/>
30
<meta name="if:sidebar middle" content="1"/>
31
<meta name="if:sidebar bottom" content=""/>
32
<meta name="if:one column" content=""/>
33
<meta name="if:two columns" content="1"/>
34
<meta name="if:small posts" content="1"/>
35
<meta name="if:big posts" content=""/>
36
<meta name="if:show sidebar image" content=""/>
37
<meta name="if:show home link" content="1"/>
38
<meta name="if:text perma on hover" content="1"/>
39
<meta name="if:show captions" content="1"/>
40
<meta name="if:show tags" content="1"/>
41
<meta name="if:custom title font" content="1"/>
42
    
43
<meta name="font:description" content="Square Serif" />
44
<meta name="font:title" content="Square Serif" />
45
<meta name="font:text" content="Square Serif" />
46
<meta name="font:perma" content="Square Serif" />
47
<meta name="font:navigation" content="Square Serif" />
48
    
49
<meta name="image:Left Background" content=""/>
50
<meta name="image:Right Background" content=""/>
51
<meta name="image:Tiled Background" content="http://static.tumblr.com/8xsfla2/3Zpmxcszh/pw_maze_white.png"/>
52
<meta name="image:Cover Background" content=""/>
53
<meta name="image:Sidebar" content=""/>
54
55
<meta name="text:button 1 title" content="home" />
56
<meta name="text:button 1 link" content="/" />
57
<meta name="text:button 2 title" content="message" />
58
<meta name="text:button 2 link" content="/ask" />
59
<meta name="text:button 3 dropdown title" content="links"/>
60
<meta name="text:link 1 title" content="" />
61
<meta name="text:link 1" content="" />
62
<meta name="text:link 2 title" content="" />
63
<meta name="text:link 2" content="" />
64
<meta name="text:link 3 title" content="" />
65
<meta name="text:link 3" content="" />
66
<meta name="text:link 4 title" content="" />
67
<meta name="text:link 4" content="" />
68
<meta name="text:Post Title Size" content="12" />
69
<meta name="text:Post Font Size" content="10" />
70
<meta name="text:Blog Title Size" content="20" />
71
<meta name="text:Description Size" content="9" />
72
<meta name="text:Navigation Size" content="9" />
73
74
<link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
75
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
76
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
77
<link rel="shortcut icon" href="{Favicon}" />
78
<link rel="alternate" type="application/rss+xml" href="{RSS}" />
79
    
80
<style type="text/css">
81
    
82
body {
83
background-color:{color:background}; 
84
background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background}); 
85
background-attachment: fixed;
86
background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
87
background-repeat: no-repeat, no-repeat, repeat, no-repeat;
88
-webkit-background-size: auto, auto, auto, cover;
89
-moz-background-size: auto, auto, auto, cover;
90
-o-background-size: auto, auto, auto, cover;
91
background-size: auto, auto, auto, cover;
92
color:{color:text};  
93
font-family: {font:text}; 
94
font-size:{text:post font size}px;
95
line-height:123%; 
96
text-align:left
97
padding: 0px;}
98
    
99
::-webkit-scrollbar {
100
height: 5px;
101
width: 8px;}
102
103
::-webkit-scrollbar-thumb {
104
background-color:{color:scrollbar};}
105
106
::-webkit-scrollbar-track{
107
background-color:{color:scrollbar background};}
108
109
::-webkit-scrollbar-buttom{
110
background-color:{color:scrollbar background};}
111
112
a:link, a:active, a:visited {
113
color: {color:link};
114
text-decoration:none;
115
-webkit-transition: all 0.5s ease-in-out;
116
-moz-transition: all 0.5s ease-in-out;
117
-o-transition: all 0.5s ease-in-out;
118
-ms-transition: all 0.5s ease-in-out;
119
transition: all 0.5s ease-in-out;}
120
121
a:hover{
122
color:{color:link hover};
123
-webkit-transition: all 0.5s ease-in-out;
124
-moz-transition: all 0.5s ease-in-out;
125
-o-transition: all 0.5s ease-in-out;
126
-ms-transition: all 0.5s ease-in-out;
127
transition: all 0.5s ease-in-out;}
128
129
#wrapper {
130
margin-left:auto;
131
margin-right:auto;
132
position:relative;}
133
134
#lbar {
135
width:200px;
136
position:fixed;}
137
138
{block:ifsidebartop} #lbar {top:15%} {/block:ifsidebartop}
139
{block:ifsidebarmiddle} #lbar {top:49%} {/block:ifsidebarmiddle}
140
{block:ifsidebarbottom} #lbar {bottom:11%} {/block:ifsidebarbottom}
141
142
#limg {width:inherit}
143
144
#limg img {
145
max-width:184px; 
146
border: 0px solid transparent; 
147
margin-bottom:10px;}
148
149
#lhold {
150
background-color:{color:posts};
151
padding:8px;
152
border: 1px solid {color:borders};
153
border-radius: 6px;
154
-moz-border-radius: 6px;#
155
-webkit-border-radius: 6px;}
156
157
#title, #title a {
158
{block:ifcustomtitlefont}font-family: 'Cedarville Cursive', cursive;{/block:ifcustomtitlefont}
159
{block:ifnotcustomtitlefont}font-family: {font:title};{/block:ifnotcustomtitlefont}
160
font-size: {text:blog title size}px;
161
letter-spacing: 1px;
162
text-align:center;
163
color: {color:title};
164
text-transform: lowercase;}
165
166
#desc {
167
width:inherit;
168
color:{color:description};
169
margin-top:8px;
170
text-align:center;
171
font-size:{text:description size}px;
172
font-family:{font:description};}
173
174
#s-m-t-tooltip{
175
box-shadow:1px 1px 3px rgba(0,0,0,.1);
176
max-width:250px;
177
margin-top:18px;
178
margin-left:8px;
179
padding-left:3px;
180
padding-right:3px;
181
border:1px solid {color:borders};
182
border-radius:2px;
183
z-index:99999999999999999999999999999999999999999999;
184
background-color:{color:posts};
185
color:{color:text};
186
font-family:{font:perma};
187
z-index:999999999;
188
font-size:11px;
189
font-style:normal;
190
text-transform:lowercase;
191
line-height:14px;
192
height:14px;}
193
194
#nav {
195
margin-top:5px;
196
font-size:{text:navigation size}px; 
197
text-align:center;
198
-webkit-touch-callout: none;
199
-webkit-user-select: none;
200
-khtml-user-select: none;
201
-moz-user-select: none;
202
-ms-user-select: none;
203
user-select: none;}
204
205
#nav a, #nav {
206
color: {color:navigation};
207
font-family: {font:navigation};
208
font-style:none; 
209
font-size:{text:navigation size}px;}
210
211
#button {
212
width:53px;
213
height:12px;
214
background-color:{color:posts};
215
padding:2px 4px;
216
border: 1px solid {color:borders};
217
border-radius: 6px;
218
-moz-border-radius: 6px;#
219
-webkit-border-radius: 6px;
220
-webkit-transition: all 0.3s ease-in-out;
221
-moz-transition: all 0.3s ease-in-out;
222
-o-transition: all 0.3s ease-in-out;
223
-ms-transition: all 0.3s ease-in-out;
224
transition: all 0.3s ease-in-out;}
225
226
#button:hover {
227
background-color:{color:button hover};
228
-webkit-transition: all 0.5s ease-in-out;
229
-moz-transition: all 0.5s ease-in-out;
230
-o-transition: all 0.5s ease-in-out;
231
-ms-transition: all 0.5s ease-in-out;
232
transition: all 0.5s ease-in-out;}
233
234
.b1 {position:fixed;}
235
236
.b2 {position:fixed;margin-left:69px;}
237
238
.b3 {cursor:pointer; position:fixed;margin-left:138px;z-index:9999999;}
239
240
#linkhold {
241
position:fixed;
242
display:none;
243
margin-left:138px;
244
margin-top:18px;}
245
246
.b4 {margin-top:6px;}
247
248
#nav a:hover {color: {color:navigation hover};}
249
250
#entries {margin-left: 224px;}
251
252
#posts {
253
float: left; 
254
height:auto;
255
position:relative;}
256
257
#poststyle {
258
background-color:{color:posts};
259
z-index:99999;
260
position:relative;
261
margin: 15px;
262
padding:8px;
263
border: 1px solid {color:borders};
264
border-radius: 6px;
265
-moz-border-radius: 6px;
266
-webkit-border-radius: 6px;}
267
268
#photo img, iframe.photoset, #textpost img {
269
border-radius: 4px;
270
-moz-border-radius: 4px;#
271
-webkit-border-radius: 4px;
272
opacity: .80; 
273
-moz-opacity: .80; 
274
filter: alpha(opacity = 80); 
275
-moz-transition: all .7s ease-in; 
276
-webkit-transition: all .7s ease-in; 
277
-o-transition: all .7s ease-in; 
278
transition: all .7s ease-in;}
279
280
#mhold img, #mhold2, #mhold {
281
border-radius: 4px;
282
-moz-border-radius: 4px;#
283
-webkit-border-radius: 4px;}
284
285
#posts:hover #photo img, #posts:hover iframe.photoset, #posts:hover #textpost img {
286
opacity: 1; 
287
-moz-opacity: 1; 
288
filter: alpha(opacity = 100); 
289
-moz-transition: all .7s ease-in; 
290
-webkit-transition: all .7s ease-in; 
291
-o-transition: all .7s ease-in; 
292
transition: all .7s ease-in;}
293
294
#photo, #photo a, #photo a img {border: none; line-height:0;}
295
296
{block:indexpage}
297
{block:ifsmallposts}
298
#posts {width:298px;}
299
#poststyle, #photo, #photo a img {width: 250px;}
300
{block:ifonecolumn}
301
#entries {width:298px;}
302
#wrapper {width:522px;}
303
{/block:ifonecolumn}
304
{block:iftwocolumns}
305
#entries {width: 596px;}
306
#wrapper {width:820px;}
307
{/block:iftwocolumns}
308
{/block:ifsmallposts}
309
{block:ifbigposts}
310
#posts {width:448px;}
311
#poststyle, #photo, #photo a img {width: 400px;}
312
{block:ifonecolumn}
313
#entries {width:448px;}
314
#wrapper {width:672px;}
315
{/block:ifonecolumn}
316
{block:iftwocolumns}
317
#entries {width: 896px;}
318
#wrapper {width:1120px;}
319
{/block:iftwocolumns}
320
{/block:ifbigposts}
321
{/block:indexpage}
322
323
{block:permalinkpage}
324
{block:ifonecolumn}
325
#posts {width:448px;}
326
#poststyle, #photo, #photo a img, {width: 400px;}
327
#entries {width:448px}
328
#wrapper {width:672px;}
329
{/block:ifonecolumn}
330
{block:iftwocolumns}
331
#posts {width:548px;}
332
#poststyle, #photo, #photo a img, {width: 500px;}
333
#entries {width:548px}
334
#wrapper {width:772px;}
335
{/block:iftwocolumns}
336
{/block:permalinkpage}
337
338
h2 {
339
font-size: {text:Post Title Size}px;
340
margin:0px;
341
line-height:100%;}
342
343
.asker a {font-weight:bold;}
344
.asker {letter-spacing:1px;}
345
346
#quote {
347
font-style:italic;
348
letter-spacing:1px;}
349
350
#mhold {
351
display:inline-block;
352
width:100px;
353
height:100px;}
354
 
355
#mart {
356
position:absolute;
357
width:100px;
358
height:100px;
359
overflow:hidden;}
360
 
361
#mart img {
362
width:100px;
363
position:absolute;}
364
 
365
#mart2 {
366
position:absolute;
367
width:100px;
368
height:100px;
369
background-color:{color:post background};}
370
 
371
#mhold2 {
372
position:absolute;
373
display:inline-block;
374
height:100px;
375
margin-left:8px;}
376
 
377
#mhold2 p {
378
margin-top:0px;
379
margin-bottom:2px;}
380
 
381
{block:indexpage}
382
#mhold2{width:140px;}
383
{/block:indexpage}
384
{block:permalinkpage}
385
#mhold2{width:390px;}
386
{/block:permalinkpage}
387
 
388
#mplayer {
389
position:absolute;
390
height:28px;
391
width:28px;
392
margin:9px;
393
overflow:hidden;}
394
 
395
#mcircle {
396
position:absolute;
397
width:46px;
398
height:46px;
399
border-radius: 23px;
400
-moz-border-radius: 23px;
401
-webkit-border-radius: 23px;
402
background-color:white;
403
z-index:999999;
404
margin:27px;
405
opacity: .6;
406
-moz-opacity: .6;
407
filter: alpha(opacity = 60);
408
-moz-transition: all 0.4s;
409
-webkit-transition: all 0.4s;
410
-o-transition: all 0.4s;
411
transition: all 0.4;}
412
 
413
#mcircle:hover {
414
opacity: .8;
415
-moz-opacity: .8;
416
filter: alpha(opacity = 80);
417
-moz-transition: all 0.4s;
418
-webkit-transition: all 0.4s;
419
-o-transition: all 0.4s;
420
transition: all 0.4;}
421
422
p, ul, ol {
423
margin-top: 4px;
424
margin-bottom: 4px;}
425
426
blockquote {
427
padding-left:6px;
428
padding-top:0px;
429
padding-bottom:0px;
430
padding-right:0px;
431
border-left-style:solid;
432
border-color: {color:borders};
433
border-width:2px;
434
margin: 0px 0px 0px 6px;}
435
436
img a {border:none;}
437
438
.chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
439
440
img {max-width:100%;}
441
442
#c {
443
position:fixed;
444
bottom:4px;
445
right:4px;
446
font-size:13px;
447
font-family:helvetica;}
448
449
/*for photo permalink*/
450
#pperma {position:relative; z-index:0; margin-top:0px; margin-left:24px; opacity:.99999999;height:0px;}
451
#plik, #preb {height:14px; margin-left:-9px; width:14px; background-color:{color:posts}; position:absolute; -moz-border-radius:2px; border-radius:2px; border-width:1px 0px 1px 1px; border-style:solid; border-color:{color:borders}; padding:2px 4px 2px 3px;  opacity: 1; -moz-opacity: 0; filter: alpha(opacity = 0); -moz-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out ; transition: all 0.4 ease-out;}
452
#plik {margin-top:24px}
453
#preb {margin-top:48px;}
454
#posts:hover #plik, #posts:hover #preb { margin-left:-29px; opacity: 1; -moz-opacity: 1; filter: alpha(opacity = 100); -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
455
#posts:hover #preb {transition-delay: .2s;-webkit-transition-delay: .2s;}
456
457
/*for text permalink*/
458
#posts .textperma, .textperma a {font-family:{font:perma}; text-transform:none; text-align:right; color:{color:text}; position: relative; font-size: {text:post size}px; z-index:55555555500;}
459
.textperma {border-width:1px 0px 0px 0px; border-color:{color:borders}; border-style:solid;padding-top:3px;margin-top: 3px;}
460
#posts .textperma{ opacity: .4; filter: alpha(opacity = 40); -moz-opacity:.4; opacity:.4; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6;}
461
#posts:hover .textperma{ opacity: 1; filter: alpha(opacity = 100); -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6; -moz-opacity: 1; opacity:1; filter: alpha(opacity=100);}
462
463
/*for multi columns*/
464
.tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
465
#infscr-loading {display:none;}
466
.navigation {display:none!important;} 
467
    
468
</style>
469
470
<style type="text/css">{CustomCSS}</style>
471
472
<link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
473
    
474
<script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
475
476
<div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
477
478
 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
479
</script>
480
<script> 
481
$(document).ready(function(){
482
  $(".b3").click(function(){
483
    $("#linkhold").slideToggle("slow");
484
  });
485
});
486
</script>
487
488
<!for multi columns>
489
<script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><script type="text/javascript" src="jquery.masonry.min.js"></script><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>{block:IndexPage}<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script> 
490
<script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
491
<script type="text/javascript">
492
 $(window).load(function () {
493
 $('#entries').masonry(),
494
$('.masonryWrap').infinitescroll({ 
495
itemSelector : "#posts", 
496
 navSelector : "div.navigation",
497
 nextSelector : ".navigation a#next",
498
 bufferPx : 1000000000000,
499
 loadingImg : "",
500
 loadingText : "",
501
 animation: true,
502
 extraScrollPx: 100000,
503
 },
504
 function() { $('#entries').masonry({ appendedContent: $(this) }); 
505
});
506
 });</script>
507
 
508
<script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
509
 
510
<div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
511
 
512
<!for multi columns>
513
<script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><script type="text/javascript" src="jquery.masonry.min.js"></script><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>{block:IndexPage}<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
514
<script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
515
516
 <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
517
<script>
518
(function($){
519
$(document).ready(function(){
520
$("[title],a[title],img[title]").style_my_tooltips({ 
521
    tip_follows_cursor:true,
522
    tip_delay_time:1,
523
    tip_fade_speed:400,
524
    attribute:"title"
525
});
526
});
527
})(jQuery);
528
</script>
529
530
</head>
531
532
<body>
533
534
<!for multi columns>
535
<div class="navigation">
536
{block:Pagination} 
537
{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
538
{block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
539
{/block:Pagination}
540
</div>
541
542
{block:ContentSource}
543
<!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
544
width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
545
{/block:SourceLogo}
546
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
547
{/block:ContentSource}
548
{block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
549
550
<div id="wrapper">
551
552
<div id="lbar"><div id="limg">
553
554
<div id="lhold">
555
556
{block:ifshowsidebarimage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:ifshowsidebarimage}
557
558
<div id="title"><a href="/">{Title}</a></div>
559
560
<div id="desc">{Description}</div>
561
562
</div>
563
564
<div id="nav">
565
<div id="button" class="b1"><a href="{text:button 1 link}">{text:button 1 title}</a></div>
566
<div id="button" class="b2"><a href="{text:button 2 link}">{text:button 2 title}</a></div>
567
<div id="button" class="b3">{text:button 3 dropdown title}</a></div>
568
<div id="linkhold">{block:HasPages}{block:Pages}<div id="button" class="b4"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages}
569
{block:iflink1}<div id="button" class="b4"><a href="{text:link 1}">{text:link 1 title}</a></div>{/block:iflink1}
570
{block:iflink2}<div id="button" class="b4"><a href="{text:link 2}">{text:link 2 title}</a></div>{/block:iflink2}
571
{block:iflink3}<div id="button" class="b4"><a href="{text:link 3}">{text:link 3 title}</a></div>{/block:iflink3}
572
{block:iflink4}<div id="button" class="b4"><a href="{text:link 4}">{text:link 4 title}</a></div>{/block:iflink4}
573
<div id="button" class="b4"><a href="http://incedo.tumblr.com/">theme</a></div></div>
574
</div>
575
576
</div></div>
577
578
<div class = "autopagerize_page_element" >
579
<div id="entries">
580
{block:Posts}
581
<div id="posts">
582
583
{block:Text}<div id="poststyle">
584
<div id="textpost">
585
{block:Title}<h2>{Title}</h2>{/block:Title}
586
{Body}</div>
587
{block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
588
{block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
589
{block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
590
{block:PermalinkPage}<br>
591
<center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
592
<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
593
{/block:PermalinkPage}
594
<!perma>{block:IndexPage}<div class="textperma">
595
<a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
596
</div>{/block:Text}
597
598
{block:Quote}<div id="poststyle">
599
<div id="quote">
600
<span id="quoteq">"</span>{Quote}” </div><span style="margin-left:20px;">— {Source}</span>
601
{block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
602
{block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
603
{block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
604
{block:PermalinkPage}<br>
605
<center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
606
<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
607
{/block:PermalinkPage}
608
<!perma>{block:IndexPage}<div class="textperma">
609
<a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
610
</div>{/block:Quote}
611
 
612
{block:Link}<div id="poststyle">
613
<a href="{URL}"><h2>{Name}</h2></a>
614
{block:Description}<p>{Description}</p>{/block:Description}
615
{block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
616
{block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
617
{block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
618
{block:PermalinkPage}<br>
619
<center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
620
<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
621
{/block:PermalinkPage}
622
<!perma>{block:IndexPage}<div class="textperma">
623
<a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
624
</div>{/block:Link}
625
626
{block:Chat}<div id="poststyle">
627
<class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
628
{block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
629
{block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
630
{block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
631
{block:PermalinkPage}<br>
632
<center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
633
<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
634
{/block:PermalinkPage}
635
<!perma>{block:IndexPage}<div class="textperma">
636
<a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
637
</div>{/block:Chat}
638
639
{block:Answer}<div id="poststyle">
640
<div class="asker">{Asker} asked: {Question}</div>{Answer}
641
{block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
642
{block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
643
{block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
644
{block:PermalinkPage}<br>
645
<center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
646
<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
647
{/block:PermalinkPage}
648
<!perma>{block:IndexPage}<div class="textperma">
649
<a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
650
</div>{/block:Answer}
651
 
652
{block:Audio}<div id="poststyle">
653
<div id="mhold">
654
<div id="mart">
655
<img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg">
656
{block:AlbumArt}<div id="mart2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
657
</div>
658
<div id="mcircle"><div id="mplayer">{AudioPlayerwhite}</div></div>
659
</div>
660
<div id="mhold2">
661
<p>Track:{block:TrackName} {TrackName}{/block:TrackName}</p>
662
<p>Artist:{block:Artist} {Artist}{/block:Artist}</p>
663
<p>Album:{block:Album} {Album}{/block:Album}</p>
664
<p>Plays: {FormattedPlayCount}</p>
665
</div>
666
{block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
667
{block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
668
{block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
669
{block:PermalinkPage}<br>
670
<center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
671
<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
672
{/block:PermalinkPage}
673
<!perma>{block:IndexPage}<div class="textperma">
674
<a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
675
</div>{/block:Audio}
676
677
{block:Video}<div id="poststyle">
678
{block:indexpage}
679
{block:ifsmallposts}{Video-250}{/block:ifsmallposts}
680
{block:ifbigposts}{Video-400}{/block:ifbigposts}
681
{/block:indexpage}
682
{block:permalinkpage}
683
{block:ifonecolumn}{Video-400}{/block:ifonecolumn}
684
{block:iftwocolumns}{Video-500}{/block:iftwocolumns}
685
{/block:permalinkpage}
686
<!perma>{block:IndexPage}<div class="textperma">
687
<a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
688
{block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
689
{block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
690
{block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
691
{block:PermalinkPage}<br>
692
<center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
693
<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
694
{/block:PermalinkPage}
695
<!perma>{block:IndexPage}<div class="textperma">
696
<a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
697
</div>{/block:Video}
698
699
{block:Photo}
700
<!perma>{block:IndexPage}<div id="pperma">
701
<div id="plik">{likebutton color=gray size=13}</div>
702
<div id="preb">{reblogbutton color=gray size=13}</div>
703
</div>{/block:IndexPage}
704
<div id="poststyle">
705
<div id="photo">
706
{block:indexpage}<a href="{Permalink}" title="{notecountwithlabel}"><img src="{PhotoURL-500}"/></a>{/block:indexpage}
707
    {block:permalinkpage}<a href="{Permalink}" title="{notecountwithlabel}"><img src="{PhotoURL-500}"/></a>{/block:permalinkpage}
708
</div>
709
{block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
710
{block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
711
{block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
712
{block:PermalinkPage}<br>
713
<center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
714
<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
715
{/block:PermalinkPage}
716
</div>{/block:Photo}
717
 
718
{block:Photoset}
719
<!perma>{block:IndexPage}<div id="pperma">
720
<div id="plik">{likebutton color=gray size=13}</div>
721
<div id="preb">{reblogbutton color=gray size=13}</div>
722
</div>{/block:IndexPage}
723
<div id="poststyle">
724
{block:indexpage}
725
{block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
726
{block:ifbigposts}{Photoset-400}{/block:ifbigposts}
727
{/block:indexpage}
728
{block:permalinkpage}
729
{block:ifonecolumn}{Photoset-400}{/block:ifonecolumn}
730
{block:iftwocolumns}{Photoset-500}{/block:iftwocolumns}
731
{/block:permalinkpage}
732
{block:ifshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifshowcaptions}
733
{block:ifnotshowcaptions}{block:PermalinkPage}{block:caption}{Caption}{/block:caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
734
{block:ifshowtags}{block:HasTags}<!perma><div class="textperma">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
735
<!perma>{block:IndexPage}<div class="textperma">
736
<a href="{ReblogURL}" target="_blank">reblog</a> / <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
737
{block:PermalinkPage}<br>
738
<center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
739
<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
740
{/block:PermalinkPage}
741
</div>{/block:Photoset}
742
743
</div>
744
{/block:Posts}
745
</div>
746
</div>
747
748
</div>
749
750
<div id="c"><a href="http://incedo.tumblr.com">©</a></div>
751
752
</body>
753
</html>