View difference between Paste ID: nZqzzxkB and RSkYQBKd
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
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
<head>
4
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
5
6
7
<!--
8
9
                                                    __
10
                                                 d888b
11
                                                888888b
12
                                                8888888
13
                                                8888888
14
                                                8888888
15
                                     _          8888888
16
                                   ,d88         8888888
17
                            ____  d88' _,,      888888'
18
                           (8888\ 88' d888)     Y8888P
19
                           ___~~8 ~8  88~___    d8888
20
  _______              ,8888888        ~ 888888_8888
21
,8888888888===__    _,d88P~~               ~~Y88888'
22
88888888888888888888888'                        `88b
23
8888888888888888888888P                          Y88
24
`~888888888888~~~~~ 88                            88
25
    ~~~~~~~~        88                            88
26
                    88                            88
27
                    88                            88
28
                    88                            88
29
                    88    ,aa.            ,aa.    88
30
                    88    d88b            d88b    88
31
                  ,=88    Y88P            Y88P    88=,
32
                ,d88P'     `'     _aa_     `'     `Y88b,     ___ 
33
                88P'             (8888)             `Y88  ad88888b           
34
                88                ~^^~                88 d88Y~~"Y8b      
35
         _______"Yb._                              _.d8"d8Y      88      
36
 ______,d88888888ba888=,.______________________.,=8888~d88_______88___
37
|~~~~~~88P~~~~~~Y88~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
38
|      88        88                                                   |
39
|      88        88                                                   |
40
|      88ba,___,d8P               THEME                               |
41
|       "888888888                 by                                 |
42
|          ~~~~~~               ROTFERKEL                             |
43
|                 http://rotferkelthemes.tumblr.com/                  |
44
|                                                                     |
45
|_____________________________________________________________________|
46
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
47
      
48
-->
49
50
51
<title>{title}</title>
52
<meta name="text:Search Label" content="" />
53
<script type="text/javascript" src="http://static.tumblr.com/p2evvtm/Wycm17d1m/tumblr_search_box.js"></script>
54
<meta name="color:Background" content="#FFFFFF"/>
55
<meta name="color:Text" content="#B37B70"/>
56
<meta name="color:Links" content="#000000"/>
57
58
59
60
<meta name="image:Background" content="http://static.tumblr.com/206626c61895edee696227a096ffbc3d/yn7vk7p/XB3mw4tbn/tumblr_static_grassfortowns.png"/>
61
<meta name="image:Logo" content=""/>
62
<meta name="image:cursor" content=""/>
63
<meta name="image:favicon" content=""/>
64
65
<meta name="text:Link1" content="" />
66
<meta name="text:Link1URL" content=""/>
67
<meta name="text:Link2" content="" />
68
<meta name="text:Link2URL" content=""/>
69
<meta name="text:Link3" content="" />
70
<meta name="text:Link3URL" content=""/>
71
<meta name="text:Link4" content="" />
72
<meta name="text:Link4URL" content=""/>
73
74
<meta name="if:Maximised Background Image" content="0"/>
75
<meta name="if:Show Captions" content="0"/>
76
<meta name="if:custom cursor" content="0"/>
77
<meta name="if:Endless Scroll" content="0"/>
78
<link rel="shortcut icon" href="{image:favicon}">
79
80
81
82
{block:IndexPage}
83
<script type="text/javascript">
84
$(window).load(function(){
85
$("p").remove(":contains('Source:')");
86
$("p").remove(":contains('(via')");
87
});
88
</script>
89
{/block:IndexPage}
90
91
92
93
<style type="text/css">
94
95
h23{font-family:ms gothic; font-size:12px;}
96
97
{block:ifcustomcursor}
98
body, a, a:hover { cursor:url('{image:cursor}'), auto !important;}
99
{/block:ifcustomcursor}
100
html, body {
101
padding: 0;
102
margin: 0;
103
height: 100%;
104
}
105
106
107
108
109
110
111
::-webkit-scrollbar {
112
width: 8px;
113
height: 7px;
114
background: transparent;
115
}
116
::-webkit-scrollbar-thumb {
117
background-color: #B8E0A0;
118
-webkit-border-radius: 10px;
119
-moz-border-radius: 10px;
120
border-radius: 10px;
121
border: 1px solid #65C297;
122
}
123
124
125
126
127
body{ 
128
    
129
   
130
131
color:{color:text}; 
132
background-color:{color:Background};
133
{block:IfNotMaximisedBackgroundImage}
134
{block:ifBackgroundImage}background-image:url('{image:Background}');{/block:ifBackgroundImage}
135
background-attachment:fixed;
136
background-repeat:repeat;
137
{/block:IfNotMaximisedBackgroundImage}
138
text-align:justify; 
139
font-family:littlefont, Lucida Console;
140
line-height:10px;
141
font-size: 8px;
142
text-align: center;}
143
@font-face {font-family: "littlefont"; 
144
src: url('http://static.tumblr.com/yn7vk7p/dvHmw4tzb/pokemon_gb.ttf');
145
146
}
147
}
148
149
.tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
150
a{
151
text-decoration:none; 
152
color:{color:Links};
153
-moz-transition: all 0.3s ease-out; /* FF3.7+ */
154
-o-transition: all 0.3s ease-out; /* Opera 10.5 */
155
-webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
156
transition: all 0.3s ease-out;
157
}
158
a:hover{ 
159
text-decoration:;
160
color:#8A2316;
161
-moz-transition: all 0.3s ease-out; /* FF3.7+ */
162
-o-transition: all 0.3s ease-out; /* Opera 10.5 */
163
-webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
164
transition: all 0.3s ease-out;
165
166
}
167
a img{
168
border:0px;
169
}
170
#content{
171
background:;
172
padding:2px;
173
margin:auto;
174
width:280px; 
175
}
176
{block:IfMaximisedBackgroundImage}
177
#bg img {
178
z-index:-1;
179
position:fixed;
180
top:0;
181
left:0;
182
height:100%;
183
width:100%;
184
}
185
{block:IfMaximisedBackgroundImage}
186
.blogtitle{
187
margin:20px 0 0px 0;
188
text-align:center;
189
font-weight:bold;
190
{block:IfUppercaseTitle}
191
text-transform:uppercase;
192
{/block:IfUppercaseTitle}
193
{block:IfNotUppercaseTitle}
194
text-transform:lowercase;
195
{/block:IfNotUppercaseTitle}
196
line-height:30px;
197
font-size:25px;
198
}
199
.blogtitle a:hover{
200
text-decoration:none;
201
}
202
.nav {
203
text-transform:lowercase;
204
text-align:center;
205
margin-bottom:30px;
206
}
207
.player{
208
width:250px;
209
overflow:hidden;
210
background:#fff;
211
-webkit-border-radius: 10px;
212
-moz-border-radius: 10px;
213
border-radius: 10px;
214
}
215
216
h2 {font-size:8px; font-weight:normal;}
217
218
h3{
219
text-transform:;
220
-webkit-margin-after: 0px;
221
-webkit-margin-before: 2px;
222
margin-top: 4px;
223
margin-bottom:2px;
224
font-size:12px;
225
background:;
226
line-height:13px;
227
font-weight:normal;
228
font-family: littlefont, Lucida Console;
229
text-align: center;
230
color:#000000;}
231
@font-face {font-family: "littlefont";src: url('http://static.tumblr.com/yn7vk7p/dvHmw4tzb/pokemon_gb.ttf');
232
}
233
}
234
235
236
.pagination{
237
margin-bottom:15px;
238
font-size:8px;
239
font-style:normal;
240
text-align:center;
241
}
242
.current_page{
243
font-style:italic;
244
}
245
#entry{
246
247
margin-bottom:7px;
248
width:260px;
249
background-color:#ffffff;
250
border:2px solid #3E689D;
251
-webkit-border-radius: 10px;
252
-moz-border-radius: 10px;
253
border-radius: 10px;}
254
255
#entry img{
256
257
max-width:260px;
258
opacity:.8;
259
-webkit-transition: all 0.7s ease-in-out;
260
-moz-transition: all 0.7s ease-in-out;
261
-o-transition: all 0.7s ease-in-out;
262
-ms-transition: all 0.7s ease-in-out;
263
transition: all 0.7s ease-in-out;
264
}
265
#entry img:hover{
266
opacity:1;
267
}
268
div.video embed,
269
div.post div.video object {
270
width:260px !important;
271
height:200px !important;
272
}
273
ol.notes { 
274
padding: 0px;
275
margin: 20px 0px 0px 0px;
276
list-style-type: none;
277
}
278
ol.notes li.note {
279
padding: 5px;
280
}
281
ol.notes li.note img.avatar {
282
vertical-align: -4px;
283
margin-right: 10px;
284
opacity:1;
285
width: 20px;
286
height: 20px;
287
}
288
ol.notes li.note span.action {
289
font-weight: normal;
290
}
291
ol.notes li.note span.action a {
292
font-style:italic;
293
}
294
295
blockquote{
296
padding:0px 0px 0px 0px;
297
margin:0px 0px 2px 1px;
298
border-left: 0px solid {color:Text};
299
}
300
301
.lelink{
302
display:block;
303
width:85px;
304
height:16px;
305
padding:4px;
306
padding-top:9px;
307
font-family: tinyfont;
308
text-transform:;
309
text-decoration:none;
310
font-size:8px;
311
letter-spacing:1px;
312
color:#000000;
313
background-image:url(http://static.tumblr.com/yn7vk7p/64fmw4tuq/pkbutton.png);
314
}
315
@font-face {font-family: "tinyfont"; 
316
src: url('http://static.tumblr.com/yn7vk7p/dvHmw4tzb/pokemon_gb.ttf');
317
318
}
319
}
320
321
322
323
</style>
324
325
326
327
</head>
328
329
330
331
332
<body>
333
334
335
336
337
338
339
{block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
340
341
342
343
<div style="position:absolute; top: 22px; left: 341px;">
344
<img src="http://static.tumblr.com/yn7vk7p/utsmw4x8a/monsstuff.png"><br></div>
345
346
347
{block:IfLogoImage}<div style="position:absolute; top: 40px; left: 460px; width:550px;background-color:;"><center><img src="{image:logo}"></center></div>{/block:IfLogoImage}
348
349
350
351
<!-- left sidebar-->
352
<div style="position:absolute; top:280px; left: 830px; width: 105px; height: 403px; overflow: hidden; padding-left: 5px;">
353
354
<h3>{blogtitle}</h3><p>
355
356
{description}
357
<p>
358
<center>
359
<a  class="lelink" href="/">home</a> <br>
360
<a class="lelink" href="/ask">mail</a><br>
361
{block:IfLink1}<a href="{text:Link1URL}" class="lelink">{text:Link1}</a>{/block:IfLink1}<br>
362
{block:IfLink2}<a href="{text:Link2URL}" class="lelink">{text:Link2}</a>{/block:IfLink2}<br>
363
{block:IfLink3}<a href="{text:Link3URL}" class="lelink">{text:Link3}</a>{/block:IfLink3}<br>
364
{block:IfLink4}<a href="{text:Link4URL}" class="lelink">{text:Link4}</a>{/block:IfLink4}<br>
365
</center>
366
367
</div>
368
369
370
371
372
373
374
375
{block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script> {/block:IfEndlessScroll}
376
377
378
<!-- posts -->
379
<div style="position:absolute; top:255px; left: 539px; width: 275px; height: 460px; overflow: scroll; overflow-x: hidden;  padding-right: 0px;">
380
<div id="content" style="background: ;">
381
382
383
384
385
{block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
386
387
388
{block:Posts}
389
390
391
<div id="entry">
392
393
{block:IfSidePermalinks}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:IfUsePermalinkImage}<img src="{image:Permalink}">{/block:IfUsePermalinkImage}{block:IfNotUsePermalinkImage}{block:Date}{/block:Date}{/block:IfNotUsePermalinkImage}</a></div>{/block:IndexPage}{/block:IfSidePermalinks}
394
395
{block:Text}
396
397
398
<center><b>
399
{block:Title}<a href="{Permalink}"> {Title} </a>{/block:Title}</b>
400
401
402
<center>
403
{Body}</center>
404
<div style="margin-bottom:17px; margin-right:5px;"><a href="{permalink}"><img src="http://static.tumblr.com/yn7vk7p/xP1mw4v12/monarrow.gif" align="right"></a></div>
405
{/block:Text}
406
407
{block:Photo}
408
{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" style="-webkit-border-radius: 10px;
409
-moz-border-radius: 10px;
410
border-radius: 10px;"/></a>{LinkCloseTag}
411
{block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
412
413
{/block:Photo}
414
415
{block:Photoset}
416
<center>{Photoset-250}</center>
417
{block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
418
<div style="margin-bottom:17px; margin-right:5px;"><a href="{permalink}"><img src="http://static.tumblr.com/yn7vk7p/xP1mw4v12/monarrow.gif" align="right"></a></div>
419
{/block:Photoset}
420
421
{block:Quote}
422
<span class="title">{Quote}</span>
423
{block:Source}{Source}{/block:Source}
424
<div style="margin-bottom:10px; margin-right:5px;"><a href="{permalink}"><img src="http://static.tumblr.com/yn7vk7p/xP1mw4v12/monarrow.gif" align="right"></a></div>
425
{/block:Quote}
426
427
{block:Link}
428
<a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
429
<div style="margin-bottom:17px; margin-right:5px;"><a href="{permalink}"><img src="http://static.tumblr.com/yn7vk7p/xP1mw4v12/monarrow.gif" align="right"></a></div>
430
{/block:Link}
431
432
{block:Chat}
433
{block:Title}<b>{Title}</b>{/block:Title}
434
{block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
435
<div style="margin-bottom:17px; margin-right:5px;"><a href="{permalink}"><img src="http://static.tumblr.com/yn7vk7p/xP1mw4v12/monarrow.gif" align="right"></a></div>
436
{/block:Chat}
437
438
{block:Audio}
439
<div class="player">{AudioPlayerwhite}</div>
440
{block:Caption}{Caption}{/block:Caption}
441
<div style="margin-bottom:17px; margin-right:5px;"><a href="{permalink}"><img src="http://static.tumblr.com/yn7vk7p/xP1mw4v12/monarrow.gif" align="right"></a></div>
442
{/block:Audio}
443
444
{block:Answer}
445
446
447
448
{Asker}:  <a href="{Permalink}">{Question}</a>
449
 
450
    <br>
451
452
{Answer} 
453
454
455
{/block:answer}
456
457
{block:Video}
458
<div class="video">{Video-250}</div>
459
{block:IfShowCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
460
<div style="border-top: 1px solid #B37B70; padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">{FormattedTime} - <a href="{permalink}">{NoteCount}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></div>
461
{/block:Video}
462
463
{block:IfNotSidePermalinks}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:IfUsePermalinkImage}<img src="{image:Permalink}">{/block:IfUsePermalinkImage}{block:IfNotUsePermalinkImage}{block:Date}{NoteCount}{/block:Date}{/block:IfNotUsePermalinkImage}</a></div>{/block:IndexPage}{/block:IfNotSidePermalinks}
464
465
{block:PermalinkPage}
466
{block:Date}Posted {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:HasTags}<br>Tags:&nbsp;{block:Tags}<a href="{TagURL}"><span style="border-bottom:1px solid {color:Links}; color:{color:Text}; line-height:14px;">{Tag}</span></a>&nbsp;&nbsp;{/block:Tags}
467
{/block:HasTags}{/block:PermalinkPage}
468
469
{block:PostNotes}{PostNotes}{/block:PostNotes}
470
471
472
</div>
473
{/block:Posts}
474
{block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
475
476
{block:IfNotEndlessScroll}
477
{block:Pagination}
478
<div class="pagination">
479
{block:JumpPagination length="10"}
480
{block:CurrentPage}
481
<span class="current_page">{PageNumber}&nbsp;</span>
482
{/block:CurrentPage}
483
484
{block:JumpPage}
485
<a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
486
{/block:JumpPage}
487
{/block:JumpPagination}
488
</div>
489
{/block:Pagination}
490
{/block:IfNotEndlessScroll}
491
492
 {block:ContentSource}
493
<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
494
width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
495
{/block:SourceLogo}
496
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
497
{/block:ContentSource}   
498
499
500
</div>
501
    
502
503
    
504
</div>
505
    
506
507
    
508
<!--- please don't remove this credit!----->
509
510
 
511
 <div style="position:fixed; top:0px; left:0px;">
512
     <h8>THEME: <A HREF="http://rotferkelthemes.tumblr.com/">ROTFERKEL</a></h8>  </div>
513
514
</body>
515
516
517
518
</html>