View difference between Paste ID: Czv8DUxH and gEAP7HCf
SHOW: | | - or go back to the newest paste.
1
<!--fool stop lookign at my theme code! i made this theme k bye-tbhtaco-->
2
3
<html lang="en">
4
<head>
5
<script> 
6
$(document).ready(function() { 
7
// 
8
$('a.poplight[href^=#]').click(function() { 
9
var popID = $(this).attr('rel'); //Get Popup Name 
10
var popURL = $(this).attr('href'); //Get Popup href to define size 
11
var query= popURL.split('?'); 
12
var dim= query[1].split('&'); 
13
var popWidth = dim[0].split('=')[1]; //Gets the first query string value 
14
$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i47.tinypic.com/34rgk1x.gif" class="btn_close" title="Close" alt="Close" /></a>'); 
15
var popMargTop = ($('#' + popID).height() + 60) / 2; 
16
var popMargLeft = ($('#' + popID).width() + 90) / 2; 
17
//Apply Margin to Popup 
18
$('#' + popID).css({ 
19
'margin-top' : -popMargTop,
20
'margin-left' : -popMargLeft 
21
}); 
22
$('body').append('<div id="fade"></div>');
23
$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) 
24
return false; 
25
}); 
26
$('a.close, #fade').live('click', function() { 
27
$('#fade , .popup_block').fadeOut(function() { 
28
$('#fade, a.close').remove(); //fade them both out 
29
}); 
30
return false; 
31
}); 
32
}); 
33
</script>
34
35
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> 
36
37
<script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
38
<script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
39
<script>
40
(function($){
41
$(document).ready(function(){
42
$("a[title]").style_my_tooltips({
43
tip_follows_cursor:true,
44
tip_delay_time:90,
45
tip_fade_speed:600,
46
attribute:"title"
47
});
48
});
49
})(jQuery);
50
</script>
51
 
52
53
54
<script src="http://static.tumblr.com/is5f0mm/0cxlrpwye/rainbow_links.txt" type="text/javascript"></script>
55
56
57
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> 
58
59
<link href="http://fonts.googleapis.com/css?family=Englebert" rel="stylesheet" type="text/css">
60
61
62
63
64
65
<script type="text/javascript">
66
<!-- // Disable Right Click Script 
67
function IE(e)
68
{
69
if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
70
{
71
return false;
72
}
73
}
74
function NS(e)
75
{
76
if (document.layers || (document.getElementById && !document.all))
77
{
78
if (e.which == "2" || e.which == "3")
79
{
80
return false;
81
}
82
}
83
}
84
document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false"); 
85
//-->
86
</script>
87
88
<script type="text/javascript">__qoptions = _qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript>
89
90
<head>
91
92
<meta name="color:Background Color" content="#ffffff"/>
93
<meta name="color:Text" content="#56595a"/>
94
<meta name="color:Title" content="#539fb8"/>
95
<meta name="color:Link" content="#000000"/>
96
<meta name="color:Link Hover" content="#539fb8"/>
97
<meta name="color:Scrollbar" content="#000000"/>
98
<meta name="color:sidebar background" content="#000000"/>
99
100
<meta name="image:Sidebar Pic" content=""/>
101
<meta name="image:Background" content=""/>
102
103
104
<meta name="color:sidebar" content="539fb8" />
105
<meta name="text:Link 1 Title" content="link 1" />
106
<meta name="text:Link 1" content="" />
107
<meta name="text:Link 2 Title" content="link 2" />
108
<meta name="text:Link 2" content="" />
109
<meta name="text:Link 3 Title" content="link 3" />
110
<meta name="text:Link 3" content="" />
111
<meta name="text:Link 4 Title" content="link 4" />
112
<meta name="text:Link 4" content="" />
113
<meta name="text:Link 5 Title" content="link 5" />
114
<meta name="text:Link 5" content="" />
115
<meta name="text:Link 6 Title" content="link 6" />
116
<meta name="text:Link 6" content="" />
117
<meta name="text:your name" content="your name" />
118
<meta name="color:linkshover" content="#c7bebe"/>
119
<meta name="text:stats" content="stats"/>
120
<meta name="text:music" content="music"/>
121
<meta name="color:border" content=""/>
122
<meta name="image:sidebarbackground" content=""/>
123
124
125
<script type="text/javascript"> 
126
$(document).ready(function(){ 
127
$(".navv").hide(); 
128
$(".nav").click(function(){ 
129
$(this).next(".navv").slideToggle('fast'); 
130
}); }); </script> 
131
132
133
<style type="text/css"> 
134
.left{
135
float: left;
136
margin-right: 20px;
137
width: 802;
138
}
139
140
141
.right{
142
float: right;
143
width: 200px;
144
background-color: #fff;
145
}
146
#fade { /*--Transparent background layer--*/
147
    display: fixed; /*--hidden by default--*/
148
    background: url(http://25.media.tumblr.com/9ce62606bccd33dcde7769f7b5a43a30/tumblr_mk2negQuqh1qfji2jo1_r1_250.jpg);
149
    background-size:50%;
150
    position: fixed; left: 0; top: 0;
151
    width: 100%; height: 100%;
152
    opacity: .80;
153
    z-index: 9999;
154
}
155
156
#s-m-t-tooltip {
157
max-width:300px;
158
padding:3px 4px 5px 4px;
159
margin:20px 0px 0px 20px;
160
background-color:#c7bebe; /* change the background color */
161
border:1px solid #fff; /* change the border color */
162
font-family:arial; /* change the font */
163
font-size:30px; /* change the font size */
164
letter-spacing:2px; /* change the letter spacing */
165
text-transform:none; /* can be uppercase, lowercase, none*/
166
color:white; /* change the text color */
167
z-index:999999999999999999999999999999999999;
168
}
169
170
img.btn_close {
171
float: right;
172
margin: -20 -20px 0 0;
173
}
174
/*--Making IE6 Understand Fixed Positioning--*/
175
*html #fade {
176
position: absolute;
177
}
178
*html .popup_block {
179
position: absolute;
180
}
181
182
183
 
184
185
186
187
188
iframe#tumblr_controls{
189
top: 0% !important;
190
right:0% !important; 
191
position: fixed !important;
192
opacity:1.0;
193
-webkit-filter: invert(100%);
194
-moz-filter: invert(100%);
195
-o-filter: invert(100%);
196
-ms-filter: invert(100%);
197
filter: invert(100%);
198
}
199
200
201
.wrapper{
202
margin: 0px auto;
203
margin-left: 60px;
204
width: 802px;
205
}
206
207
.header{
208
float: left;
209
width: 100%;
210
}
211
212
 
213
214
215
216
 
217
218
219
.sidebarbg6{
220
position: fixed!important;
221
z-index: 99;
222
margin-top: 60px;
223-
margin-left: 70px;
223+
margin-left: 20px;
224
position:fixed !important;
225-
width: 280px;
225+
width: 305px;
226
height: 5px;
227
background-size: cover repeat;
228
background-image:url({image:sidebarbackground});
229
}
230
231
body{
232
margin:0px;
233
background-color: {color:Background Color};
234
background-image:url({image:Background});
235
background-attachment: fixed;
236
background-size: repeat;}
237
body, div, p, textarea, submit, input{
238
font-family: "consalas";
239
font-size: 12px ;
240
line-height:14px;
241
color:{color:Text};
242
}
243
244
a:link, a:active, a:visited{
245
text-decoration: none;
246
-webkit-transition: color 0.3s ease-out;
247
-moz-transition: color 0.3s ease-out;
248
transition: color 0.3s ease-out;
249
color: {color:Link};
250
} 
251
252
a:hover{
253
color: {color:Link Hover};
254
-webkit-transition: color .3s ease-out;
255
}
256
257
.datz{
258
position: fixed !important;
259
font-size: 13px;
260
bottom:5px;left:5px;
261
height:17px;
262
width:18px;
263
border:1px solid #aaa;
264
background:white;
265
}
266
267
@font-face{font-family:"love";src:url('http://static.tumblr.com/7qdgtio/2F5m739il/beautifuleverytime.ttf');}
268
@font-face { font-family: "oops"; src: url('http://static.tumblr.com/nsmrhzp/E0qm5a7f1/spring_script.ttf');}
269
@font-face { font-family: "dangg"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
270
@font-face { font-family: "shit"; src: url('http://static.tumblr.com/wmaxsyb/S5wmfg6nl/throwmyhandsupintheair.ttf'); }
271
@font-face { font-family: "sweetiepie"; src: url('http://static.tumblr.com/4yxykdm/h9hlrfl0t/sweetie_pie_1_.ttf'); }
272
273
#sidebar{
274
position:fixed !important;
275
width:200px;
276
background:white;
277
height:auto;
278
border:double #ddd;
279
margin-top:105px;
280
margin-left:10px;
281
text-align:center;
282
opacity: 0.6;
283
}
284
285
#link1{
286
z-index: 9999999999;
287
position: fixed!important;
288
width:15px;
289
border-radius:6px;
290
display:inline-block;  
291
font-size:12px;
292
text-align:center;
293
background-color: white;
294
margin-left:-75px;
295
margin-top: -35px;
296
letter-spacing: 2px;
297
padding: 9px;
298
opacity:.7;
299
text-shadow: 0px 0px 10px #fff;
300
font-family: "consolas";
301
color: #000000;
302
-webkit-transition: all 0.10s linear;
303
-moz-transition: all 0.10s linear;
304
transition: all 0.10s linear;
305
}    
306
#link1:hover{
307
background-color: {color:linkshover};
308
}
309
 
310
   
311
#link2{
312
z-index: 9999999999;
313
position: fixed!important;
314
width:15px;
315
border-radius:6px;
316
display:inline-block;  
317
font-size:12px;
318
text-align:center;
319
background-color: white;
320
margin-left:-35px;
321
margin-top: -35px;
322
letter-spacing: 2px;
323
padding: 9px;
324
opacity:.7;
325
text-shadow: 0px 0px 10px #fff;
326
font-family: "consolas";
327
color: #000000;
328
-webkit-transition: all 0.10s linear;
329
-moz-transition: all 0.10s linear;
330
transition: all 0.10s linear;
331
}    
332
 #link2:hover{
333
background-color: {color:linkshover};
334
}
335
   
336
#link3{
337
z-index: 9999999999;
338
position: fixed!important;
339
width:15px;
340
border-radius:6px;
341
display:inline-block;  
342
font-size:12px;
343
text-align:center;
344
background-color: white;
345
margin-left:5px;
346
margin-top: -35px;
347
letter-spacing: 2px;
348
padding: 9px;
349
opacity:.7;
350
text-shadow: 0px 0px 10px #fff;
351
font-family: "consolas";
352
color: #000000;
353
-webkit-transition: all 0.10s linear;
354
-moz-transition: all 0.10s linear;
355
transition: all 0.10s linear;
356
}   
357
 
358
#link3:hover{
359
background-color: {color:linkshover};
360
}
361
 
362
  
363
   
364
#link4{
365
z-index: 9999999999;
366
position: fixed!important;
367
width:15px;
368
border-radius:6px;
369
display:inline-block;  
370
font-size:12px;
371
text-align:center;
372
background-color: white;
373
margin-left:45px;
374
margin-top: -35px;
375
letter-spacing: 2px;
376
padding: 9px;
377
opacity:.7;
378
text-shadow: 0px 0px 10px #fff;
379
font-family: "consolas";
380
color: #000000;
381
-webkit-transition: all 0.10s linear;
382
-moz-transition: all 0.10s linear;
383
transition: all 0.10s linear;
384
}  
385
#link4:hover{
386
background-color: {color:linkshover};
387
}
388
   
389
 #desc{
390
margin-top:10px;
391
margin-left:0px;
392
overflow:hidden;
393
width:195px;
394
border-top: 1px double #aaa;
395
border-bottom: 1px double #aaa;
396
height:auto;
397
background: white;
398
text-align:center;
399
font-family:consolas;
400
font-size:12px ;
401
padding:3px;
402
line-height:14px;
403
z-index:999999999999999999999;
404
color:black;
405
position:fixed;
406
}
407
408
409
@font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
410
411
@font-face { font-family: "meow"; src: url('http://static.tumblr.com/mlc5xtm/GbGmipp6t/yummycupcakes.ttf'); }
412
div#bubbletitle{
413
z-index: 11;
414
float:center;
415
color:{color:title};
416
background-color:transparent;
417
position:fixed !important;
418
font-family: "signerica";
419
font-size: 14px;
420
text-transform:none;
421
letter-spacing:4px;
422
line-height: 50px;
423
width:552px;
424
text-shadow:0px 0px 7px #4F4F4F;
425
margin: 40px 0px 0px 50px;
426
z-index: 9999;
427
}
428
.sidebarbg3{
429
position:fixed;
430
margin-left:300px;
431
top: 30px;
432
background: #;
433
background-image:url({image:sidebarbackground});
434
height:100%;
435
border: 1px;
436
width:5px;
437
}
438
 
439
div#music{
440
z-index: 999999999999999999999;
441
position: fixed!important;
442
width:60;
443
display:inline-block;  
444
font-size:11px;
445
text-align:center;
446
margin-left:-115px;
447
margin-top: -330px;
448
background-color:transparent;
449
letter-spacing: 2px;
450
padding: 2px;
451
text-shadow: 0px 0px 10px #fff;
452
font-family: "arial";
453
color: #000000;
454
-webkit-transition: all 0.10s linear;
455
-moz-transition: all 0.10s linear;
456
transition: all 0.10s linear;
457
}
458
459
div#stats{
460
z-index: 999999999999999999999;
461
position: fixed!important;
462
width:60px;
463
display:inline-block;  
464
font-size:11px;
465
text-align:center;
466
margin-left:45px;
467
margin-top: -325px;
468
background-color:transparent;
469
letter-spacing: 2px;
470
padding: 9px;
471
text-shadow: 0px 0px 10px #fff;
472
font-family: "arial";
473
color: #000000;
474
-webkit-transition: all 0.10s linear;
475
-moz-transition: all 0.10s linear;
476
transition: all 0.10s linear;
477
}
478
479
.sidebarbg4{
480
position:fixed;
481
margin-left:40px;
482
top: 30px;
483
background: #;
484
background-image:url({image:sidebarbackground});
485
height:100%;
486
border: 1px;
487
width:5px;
488
}
489
490
.sidebarbg7{
491
position:fixed;
492
margin-left:50px;
493
top: 30px;
494
background: #;
495
background-image:url({image:sidebarbackground});
496
height:100%;
497
border: 1px;
498
width:5px;
499
}
500
 
501
502
.sidebarbg8{
503
position:fixed;
504
margin-left:290px;
505
top: 30px;
506
background: #;
507
background-image:url({image:sidebarbackground});
508
height:100%;
509
border: 1px;
510
width:5px;
511
}
512
513
514
@font-face {
515
font-family: "dawning";
516
src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
517
}
518
519
@font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
520
521
522
@font-face { font-family: rw; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
523
524
@font-face { font-family: scriptin; src: url('http://static.tumblr.com/u37ad6e/CLkmioqsy/scriptin.ttf'); }
525
526
527
@font-face { font-family: "cupcakes"; src: url('http://static.tumblr.com/hxu4bui/Odlmgdaj9/yummycupcakes.ttf'); }
528
529
530
 
531
@font-face { font-family: "Spring Script"; src: url('http://static.tumblr.com/nsmrhzp/E0qm5a7f1/spring_script.ttf');}
532
 
533
@font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
534
@font-face{font-family:"love";src:url('http://static.tumblr.com/7qdgtio/2F5m739il/beautifuleverytime.ttf');}
535
 
536
@font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
537
538
539
540
div#center{
541
margin:auto;
542
margin-top:0px;
543
position:relative;
544
width:900px;
545
background-color:;
546
overflow:auto;
547
overflow-y:hidden;
548
}
549
550
.entry {
551
margin:3px;
552
padding: 8px;
553
border: 1px solid {color:border};
554
555
float:left;
556
background-color: white;
557
font-family: arial;
558
font-size: 20px;
559
line-height:15px;
560
letter-spacing: 1px;
561
{block:IndexPage}
562
width:250px;
563
{/block:IndexPage}
564
{block:PermalinkPage}
565
width:500px;
566
{/block:PermalinkPage}
567
-moz-box-shadow: 0px 0px {text:Shadow Thickness} {color:Shadow};
568
-webkit-box-shadow: 0px 0px {text:Shadow Thickness} {color:Shadow};
569
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6)
570
}
571
.permalink{
572
text-transform: normal;
573
display: block;
574
text-align: right;
575
text-decoration: none;
576
}
577
 
578
579
.entry #text{
580
text-align:right;
581
opacity:0.0;
582
text-transform:lowercase;
583
font-family:love;
584
font-size:8px;
585
color:#7c7474;-webkit-transition: all 0.5s ease-out;
586
-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
587
588
.entry:hover #text{
589
margin-right:20px;opacity:1.0;-webkit-transition: all 0.5s ease-out;
590
-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
591
592
.entry:hover #text:hover{
593
text-decoration:underline;-webkit-transition: all 0.5s ease-out;
594
-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
595
596
597
.entry .perma{
598
width:255;
599
height:16px;
600
padding:3px;
601
margin-left:-5px;
602
position: absolute;
603
line-height: 16px;
604
overflow:hidden;
605
text-align:center;
606
top:-20px;
607
background:white;
608
word-spacing:2px;
609
letter-spacing:1px;
610
opacity: 0.0;
611
font-family:consalas;
612
font-size:12px;
613
z-index:999999999;
614
-webkit-transition: all 1.2s ease;
615
-moz-transition: all 1.2s ease;
616
-o-transition: all 1.2s ease;
617
transition: all 1.2s ease;
618
619
620
}
621
622
.entry:hover .perma{
623
top:20px;
624
overflow:visible;
625
opacity:1;
626
}
627
@font-face{font-family:Ashley Marie;src:url(http://static.tumblr.com/9wzbixa/qKtmj2fnf/ashleymarie.ttf);}
628
629
.my-like {
630
color:transparent;
631
width:13px;
632
height:13px;
633
background:url('http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png');
634
display:inline-block;
635
}
636
.my-liked {
637
color:transparent;
638
width:13px;
639
height:13px;
640
background:url('http://media.tumblr.com/tumblr_mbp2zu4pim1qk7o6d.png');
641
display:inline-block;
642
}
643
644
645
.title{
646
line-height: 30px;
647
font-size: 30px;
648
font-family: 'consalas';
649
color:{color:entry title};
650
font-weight: normal;
651
}
652
653
#posts {
654
position:relative;
655
margin-top: 0px;
656
{block:IndexPage}
657
width: 800px;
658
margin-left: 445px;
659
margin-top: 20px;
660
{/block:IndexPage}
661
{block:PermalinkPage}
662
width: 500px;
663
margin-left: 500px;
664
margin-top: 60px;
665
{/block:PermalinkPage}
666
}
667
668
#infscr-loading{
669
bottom: -70px;
670
position: absolute;
671
left: 50%;
672
margin-left:-8px;
673
width:16px;
674
height:11px;
675
overflow:hidden;
676
margin-bottom: 50px;
677
}
678
.btn a:hover {
679
text-shadow:5px;
680
background color: #aaa;
681
}
682
683
a.btn{-webkit-filter: invert(100%);position:absolute;z-index:999999;top:26px;right:3px;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: none;}    .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
684
http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png 
685
686
.video embed, .post div.video object{
687
width:260px !important;
688
height:180px !important;
689
}
690
.video2 embed, .post div.video object{
691
width:400px !important;
692
height:400px !important;
693
}
694
695
::-webkit-scrollbar-thumb{ 
696
background-color: {color:Scrollbar};
697
height:auto;
698
-moz-border-radius: 1px;
699
border-radius: 1px;
700
}
701
702
::-webkit-scrollbar { 
703
height:1px;
704
background: {color:Background Color};
705
width:1px;
706
}
707
708
{CustomCSS}
709
710
</style>
711
712
<script>
713
window.onload = function () {
714
document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
715
document.addEventListener( 'click', function ( event ) {
716
var myLike = event.target;
717
if( myLike.className.indexOf( 'my-like' ) > -1 ) {
718
var frame = document.getElementById( 'my-like-frame' ),
719
liked = ( myLike.className == 'my-liked' ),
720
command = liked ? 'unlike' : 'like',
721
reblog = myLike.getAttribute( 'data-reblog' ),
722
id = myLike.getAttribute( 'data-id' ),
723
oauth = reblog.slice( -8 );
724
frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
725
liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
726
};
727
}, false );
728
};
729
</script>
730
731
{block:IndexPage}
732
<script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
733
<script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
734
735
<script type="text/javascript">
736
$(window).load(function () {
737
var $content = $('#posts');
738
$content.masonry({itemSelector: '.entry'}),
739
$content.infinitescroll({
740
navSelector : 'div#pagination',
741
nextSelector : 'div#pagination a#nextPage',
742
itemSelector : '.entry',
743
loading: {
744
finishedMsg: '',
745
img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
746
},
747
bufferPx : 600,
748
debug : false,
749
},
750
// call masonry as a callback.
751
function( newElements ) {
752
var $newElems = $( newElements );
753
$newElems.hide();
754
// ensure that images load before adding to masonry layout
755
$newElems.imagesLoaded(function(){
756
$content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
757
758
759
});
760
});
761
});
762
</script>
763
{/block:IndexPage}
764
765
766
<title>{title}</title>
767
768
<link rel="shortcut icon" href="http://media.tumblr.com/618f487d7567a3ecefbe17b12907893f/tumblr_inline_mgq6sjJbbI1rwx7qm.png">
769
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
770
<meta name="viewport" content="width=820" />
771
</head>
772
773
<script language=JavaScript>
774
<!--
775
776
//Disable right mouse click Script
777
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
778
//For full source code, visit http://www.dynamicdrive.com
779
780
var message=;
781
782
///////////////////////////////////
783
function clickIE4(){
784
if (event.button==2){
785
alert(message);
786
return false;
787
}
788
}
789
790
function clickNS4(e){
791
if (document.layers||document.getElementById&&!document.all){
792
if (e.which==2||e.which==3){
793
alert(message);
794
return false;
795
}
796
}
797
}
798
799
if (document.layers){
800
document.captureEvents(Event.MOUSEDOWN);
801
document.onmousedown=clickNS4;
802
}
803
else if (document.all&&!document.getElementById){
804
document.onmousedown=clickIE4;
805
}
806
807
document.oncontextmenu=new Function("alert(message);return false")
808
809
// --> 
810
</script>
811
812
<body onkeydown="return false" onselectstart="return false" ondragstart="return falsi;">
813
814
<div class="wrapper">
815
816
<div class="header">
817
</div>
818
819
820
<div id="center">
821
822
<div id="bubbletitle">{title}</div>
823
824
825
<div id="sidebar">
826
827
<a href="/"><img src="{image:sidebar pic}" width=100%></a>
828
<div id="desc">{description}</a>
829
</center>
830
</div>
831
<div id="link1"> 
832
<a title="home" href="{text:Link 1}">↻</a></div>
833
<div id="link2">
834
<a title="ask" href="{text:Link 2}">✉</a>
835
</div>
836
<div id="link3">
837
<a title="links" href="{text:Link 3}">+</a>
838
</div>
839
<div id="link4">
840
<a title="credit" href="{text:Link 4}">☯</a>
841
</div>
842
<div id="stats"><center><center>{text:stats}</center></div>
843
<div id="music"><center><center>{text:music}</center></div>
844
845
</div>
846
</div></div></div>
847
</div>
848
849
</div>
850
851
852
</div></div>
853
</div></div>
854
</div>
855
</div>
856
</div>
857
858
<br>
859
860
861
<div class="left">
862
863
<div class="sidebarbg3"></div>
864
<div class="sidebarbg4"></div>
865
<div class="sidebarbg5"></div>
866
<div class="sidebarbg6"></div>
867
<div class="sidebarbg7"></div>
868
<div class="sidebarbg8"></div>
869
<div class="sidebarbg9"></div>
870
<div class="sidebarbg10"></div>
871
<div id="posts">
872
{block:Posts}
873
<div class="entry">
874
875
{block:Text}
876
{block:Title}<span class="title">{Title}</span>{/block:Title}
877
<div class="caption"><span class="entrytext">{Body}</span></div>
878
{block:IndexPage}<div id="text"><a href="{permalink}"><div align="right"> <a href="{ReblogURL}" target="_blank">reharry</a> ♡  <a href="{permalink}">{NotecountWithLabel} ♡  {TimeAgo}</a></span></div></div>{/block:IndexPage}
879
{/block:Text}
880
 
881
{block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
882
 
883
class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
884
 
885
{block:Answer}
886
<div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 2px; border: 2px solid #ddd; background-color: #eee; overflow: auto; font-family:meow;">
887
<img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
888
<askkk>{Asker}</askkk>: {Question}</div>
889
<div style="margin-top:2px; margin-bottom:0px; color:black; background: transparent;font-family:cupcakes;font-size: 20px;">{Answer} <br> <askk>Love, {text:your name}</askk></div>
890
{block:IndexPage}<div id="text"><a href="{permalink}"><div align="right">posted {timeago} with {NotecountWithLabel}</a></span></div></div>{/block:IndexPage}
891
{/block:Answer}
892
 
893
{block:Photo}
894
{block:IndexPage}
895
<center>
896
<div class="perma">
897
<a href="{Permalink}">{NoteCount}</a> ☯ <a href="{ReblogURL}" target="_blank"> reharry </a> </div>
898
 
899
<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
900
{/block:IndexPage}
901
{block:PermalinkPage}
902
{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
903
 
904
{LinkCloseTag}
905
{/block:PermalinkPage}
906
{/block:Photo}
907
 
908
{block:Photoset}
909
{block:IndexPage}
910
<center>
911
 
912
<div class="perma">
913
<a href="{Permalink}">{NoteCount}</a> ♡ <a href="{ReblogURL}" target="_blank"> reharry </a> </div>
914
 
915
{Photoset-250}</center>
916
{/block:IndexPage}
917
{block:PermalinkPage}
918
<center>
919
{Photoset-500}</center>
920
{/block:PermalinkPage}
921
{/block:Photoset}
922
 
923
{block:Quote}<span class="title">
924
"{Quote}"</span>
925
<div align="right">{block:Source}{Source}{/block:Source}</div>
926
{block:IndexPage}<div id="text"><a href="{permalink}"><div align="right"><a href="{ReblogURL}" target="_blank">reharry</a> ♡ <a href="{permalink}">{NotecountWithLabel}</a></div></div>{/block:IndexPage}
927
{/block:Quote}
928
 
929
{block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
930
<ul class="chat">
931
{block:Lines}
932
<li class="user_{UserNumber}">
933
{block:Label}
934
<span class="label">{Label}</span>
935
{/block:Label}
936
 
937
{Line}
938
</li>
939
{/block:Lines}
940
<p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
941
{/block:Chat}
942
 
943
{block:Audio}
944
<div style="width:200px; height:30px;">
945
{AudioPlayerBlack}
946
</div>
947
{block:IndexPage}<span class="permalink">
948
<p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
949
</span>{/block:IndexPage}
950
{/block:Audio}
951
 
952
{block:Video}
953
{block:IndexPage}
954
<center>
955
<div class="perma">
956
<a href="{Permalink}">{NoteCount}</a> ♡ <a href="{ReblogURL}" target="_blank"> reharry </a> </div>
957
{Video-250}</center>
958
{/block:IndexPage}
959
{block:PermalinkPage}
960
<center>
961
{Video-400}</center>
962
{/block:PermalinkPage}
963
{block:Video}
964
 
965
 
966
{block:PostNotes}<div align="middle">{caption}</div>
967
<center>
968
 
969
{block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
970
 
971
{block:HasTags}
972
tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
973
{block:RebloggedFrom}
974
reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
975
posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
976
 
977
{/block:RebloggedFrom}
978
</center></span>
979
<br>
980
<div id="postnotes">{PostNotes}</div><br>
981
 
982
<center>{block:ContentSource}
983
<br><a href="{SourceURL}">
984
{lang:Source}:
985
{block:SourceLogo}
986
<img src="{BlackLogoURL}" width="{LogoWidth}"
987
height="{LogoHeight}" alt="{SourceTitle}" />
988
{/block:SourceLogo}
989
{block:NoSourceLogo}
990
{SourceLink}
991
{/block:NoSourceLogo}
992
</a>
993
{/block:ContentSource}</center>
994
 
995
{/block:PostNotes}
996
</div>
997
{/block:Posts}
998
</div></div>
999
 
1000
{block:IndexPage}
1001
{block:Pagination}
1002
<div id="pagination">
1003
{block:NextPage}
1004
<a id="nextPage" href="{NextPage}"></a>
1005
{/block:NextPage}
1006
{block:PreviousPage}
1007
<a href="{PreviousPage}"></a>
1008
{/block:PreviousPage}
1009
</div>
1010
{/block:Pagination}
1011
{/block:IndexPage}
1012
</div>
1013
</body>
1014
1015
<b><a style="position:fixed; bottom:5px; left:5px; background:white; border-radius:10px; color:black; padding:5px; font-family: arial; font-size: 20px;" href="http://tbhtaco.tumblr.com/">☯ </a></b>
1016
1017
</html>