View difference between Paste ID: Zw5GT4gm and aUjJhAYn
SHOW: | | - or go back to the newest paste.
1
<head>
2
<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
<meta name="color:background" content="#BBD3C9"/>
5
<meta name="color:Border" content="#BBD3C9"/>
6
<meta name="color:text" content="#000000"/>
7
<meta name="color:title" content="#000000"/>
8
<meta name="color:link" content="#555555"/>
9
<meta name="color:hover" content="#000000"/>
10
<meta name="image:Background" content=""/>
11
<meta name="image:Sidebar" content=""/>
12
<meta name="if:Show Sidebar Image" content="0"/>
13
<meta name="if:Show Border Dotted" content="0"/>
14
<meta name="if:Show Border Solid" content="0"/>
15
<meta name="if:tiny cursor" content="1"/>
16
<meta name="if:text shadow" content="1"/>
17
<meta name="if:show hover links" content="1"/>
18
<meta name="text:Custom Link One" content="" />
19
<meta name="text:Custom Link One Title" content="" />
20
<meta name="text:Custom Link Two" content="" />
21
<meta name="text:Custom Link Two Title" content="" />
22
<meta name="text:Custom Link Three" content="" />
23
<meta name="text:Custom Link Three Title" content="" />
24
<meta name="text:Custom Link Four" content="" />
25
<meta name="text:Custom Link Four Title" content="" />
26
27
28
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
29
<title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
30
31
32
{PostSummary} - {/block:PostSummary}{Title}</title>
33
<script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
34
<script type="text/javascript"> 
35
$(document).ready(function () {
36
$('li.drawer div:nth-child(2)').hide();
37
$('li.drawer h4').click(function () {
38
if ($(this).hasClass('open')) {
39
$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
40
else {
41
$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
42
$(this).next().slideDown();
43
$(this).addClass('open');}
44
});
45
});
46
</script>
47
<style type="text/css">{block:iftinycursor}body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:iftinycursor}</style>
48
<style type="text/css">
49
50
51
body {
52
margin:0px;
53
background-color: {color:Background};
54
background-image:url({image:Background});
55
background-attachment: fixed;
56
background-repeat: repeat;}
57
body, div, p, textarea, submit, input{
58
font-family: cambria;
59
font-size: 10px;
60
line-height:10px;
61
letter-spacing:0px;
62
color:{color:Text};
63
}
64
65
p {
66
margin:0px;
67
margin-top:1px;
68
}
69
70
71
a:link, a:active, a:visited{
72
color: {color:Link};
73
text-decoration: none;
74
}
75
76
a:hover {
77
color:{color:Hover};
78
text-decoration: none;
79
}
80
81
82
div#cage{
83
margin:auto;
84
position:relative;
85
width:800px;
86
overflow:hidden;
87
color: {color:Title};
88
_margin-left:8%;
89
}
90
91
92
div#center{
93
margin:auto;
94
position:relative;
95
width:800px;
96
background-color:;
97
overflow:auto;
98
overflow-y:hidden;
99
}
100
101
102
div#content{
103
float:right;
104
background-color: #ffffff;
105
width:402px;
106
padding:2px;
107
padding-top: 2px;
108
margin-top:px;
109
margin-right:240px;
110
}
111
112
div#entry{
113
width:400px;
114
background: #fff;
115
padding:1px;
116
}
117
118
#linksbar {text-align: center;font-size: 11px;position:fixed;left:20px;top:-43px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;z-index:999;}
119
120
#linksbar:hover {top:0px;}
121
122
#links {padding: 0px 0 0px 0;background: #fff;width:100px;}
123
124
#linkstab {font-family:century gothic;text-shadow: 0 1px 0 #FFFFFF;height:15px;padding: 10px 0 2px 0;background:#fff;width: 26px; margin-left:0px; margin-top:0px;}
125
126
div#sidebar{
127
position:fixed !important; 
128
margin-left: 574px;
129
margin-top: 28px;
130
background-color:white;
131
height: auto;
132
width: 200px;
133
padding: 2px;
134
text-align: center;
135
{block:ifShowBorderDotted}border: 1px dotted {color:Border};{/block:ifShowBorderDotted}
136
{block:ifShowBorderSolid}border:1px solid {color:Border};{/block:ifShowBorderSolid}
137
}
138
139
#linksbar{
140
text-align: center;
141
font-size: 11px;
142
{block:IndexPage}position:fixed;left:100px;top:-43px;{/block:IndexPage}
143
{block:PermalinkPage}position:fixed;left:128px;top:-43px;{/block:PermalinkPage}
144
-webkit-transition: all .4s ease-in-out;
145
-moz-transition: all .4s ease-in-out;
146
-o-transition: all .4s ease-in-out;
147
z-index:999;
148
}
149
150
#linksbar:hover{
151
top:0px;
152
}
153
154
#links{
155
padding:3px;
156
background: #fff;
157
width:101px;
158
z-index: 9999;
159
text-align:center;
160
}
161
162
#linkstab{
163
font-family:cambria;
164
height: auto;
165
padding:1px;
166
background:#fff;
167
width:105px;
168
-moz-border-radius:0px;
169
border-bottom-right-radius:6px;
170
border-bottom-left-radius:6px;
171
}
172
173
174
#postnotes{
175
text-align: justify;}
176
177
#postnotes blockquote{
178
border: 0px;}
179
180
.title{
181
font-family: cambria;
182
font-size: 10px;
183
line-height: 8px;
184
color: {color:Title};
185
letter-spacing: 1;
186
font-weight: normal;
187
}
188
189
#entry .perma a{
190
color:{Color:Links};}
191
192
#entry .perma{
193
width:400px; 
194
position: absolute; 
195
font-family: cambria; 
196
font-size: 10px; 
197
line-height: 15px; 
198
text-align: center;
199
overflow:hidden; 
200
opacity: 0.0; 
201
background-color:#fff;
202
}
203
204
#entry:hover .perma{
205
overflow:visible;
206
-webkit-transition: opacity 0.2s linear; opacity: 0.8; 
207
-webkit-transition: all 0.2s linear; 
208
-moz-transition: all 0.2s linear; 
209
transition: all 0.2s linear;
210
}
211
212
213
214
blockquote{
215
padding:2px 2px 2px 5px;
216
margin:2px 2px 2px 1px;
217
border-left: 1px dotted {color:Text};
218
}
219
220
blockquote p, ul{
221
margin:0px;
222
padding:0px;
223
}
224
225
a img{border: 0px;}
226
227
ul, ol, li{list-style:none; margin:1px; padding:1px;}
228
229
.user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
230
.user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
231
232
.notes img{width:10px; position:relative; top:3px;}
233
234
235
.permalink{
236
color:{color:links};
237
display:block;
238
margin-left: -10px;
239
position: absolute;
240
text-align: right;
241
}
242
243
small{font-size: 80%;}
244
245
{CustomCSS}
246
ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
247
248
ul#drawers a {text-decoration: none; color: #000;}
249
250
ul#drawers li h4 {margin: 0; padding: 1px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
251
transition: background-color 0.5s ease-out;}
252
253
h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
254
255
li.drawer h4.open {background-color: #121213; border-top: 0px;}
256
257
li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
258
259
li.drawer div li {list-style-type: disc;}
260
261
li.drawer div ul {-webkit-padding-start: 12px;}
262
</style>
263
<link rel="shortcut icon" href="{Favicon}">
264
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
265
<meta name="viewport" content="width=820" />
266
<link rel="shortcut icon" href="{Favicon}">
267
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
268
<meta name="viewport" content="width=820" />
269
270
</head>
271
<body>
272
<div id="cage">
273
<div id="center">
274
{block:ifshowhoverlinks}<div id="cage">
275
<div id="center">
276
<div id="linksbar"> 
277
<div id="links">
278
<center><a href="/">home</center>
279
<p><a href="/ask">message</a>
280
<p><a href="http://freakinaye.tumblr.com">theme</a>
281
{block:IfCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title} </a>{/block:ifCustomLinkOneTitle} <p>
282
{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}"> {text:Custom Link Two Title} </a>{/block:ifCustomLinkTwoTitle}<p>
283
{block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}"> {text:Custom Link Three Title} </a>{/block:ifCustomLinkThreeTitle} <p>
284
{block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title} </a>{/block:ifCustomLinkFourTitle}<p>
285
</div>
286-
{block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=214px></a>{/block:ifshowsidebarimage}
286+
287
</div>{/block:ifshowhoverlinks}
288
289
<div id="sidebar">
290
{block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=200px></a>{/block:ifshowsidebarimage}
291
<center>{description} 
292
{block:HasPages}{block:Pages}• <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}{/block:HasPages}
293
294
<center>
295
</center>
296
297
</div>
298
{block:iftextshadow}<style type="text/css">a:hover {
299
color: #000;
300
text-decoration: none;
301
font-style: none;
302
text-shadow:0px 0px 2px {color:hover};}</style>
303
<style type="text/css">A:hover {font-size: 9px; color: COLOR; line-height: 10px; font-family: cambria; letter-spacing: 2px; background-color: COLOR; text-decoration: none;}</style>{/block:iftextshadow}
304
305
<div id="content">
306
{block:Posts}
307
<div id="entry">
308
309
{block:Text}
310
{block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
311
<span class="entrytext">{Body}</span>
312
<P ALIGN=Right><a href="{Permalink}">{notecountWithLabel}</a> <a href="http://s1189.photobucket.com/albums/z424/s0ciety/?action=view&amp;current=hptotobucket.gif" target="_blank"><img src=
313
"http://media.tumblr.com/tumblr_ltw2nrA1by1qlj8hk.jpg"></a> </span>
314
{/block:Text}
315
316
{block:Link}
317
<a href="{URL}" class="title">{Name}</a>
318
{block:Description}{Description}{/block:Description}
319
<P ALIGN=Right><a href="{Permalink}">{notecountWithLabel}</a> <a href="http://s1189.photobucket.com/albums/z424/s0ciety/?action=view&amp;current=hptotobucket.gif" target="_blank"><img src=
320
"http://media.tumblr.com/tumblr_ltw2nrA1by1qlj8hk.jpg"></a> </span>
321
{block:Link}
322
323
{block:Photo}
324
<center>
325
<div class="perma">
326
{notecount} notes</a> / <a href="{Permalink}">posted at {12Hour}:{Minutes} {AMPM}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
327
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}
328
{/block:Photo}
329
330
{block:Quote}
331
<span class="entrytext">{Quote}</span>
332
{block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
333
<P ALIGN=Right><a href="{Permalink}">{notecountWithLabel}</a> <a href="http://s1189.photobucket.com/albums/z424/s0ciety/?action=view&amp;current=hptotobucket.gif" target="_blank"><img src=
334
"http://media.tumblr.com/tumblr_ltw2nrA1by1qlj8hk.jpg"></a> </span>
335
{/block:Quote}
336
337
{block:Chat}
338
{block:Title}<span class="title">{Title}</span>{/block:Title}
339
<ul class="chat">
340
{block:Lines}
341
<li class="user_{UserNumber}">
342
{block:Label}
343
<span class="label">{Label}</span>
344
{/block:Label}
345
346
{Line}
347
</li>
348
{/block:Lines}
349
</ul>
350
<P ALIGN=Right><a href="{Permalink}">{notecountWithLabel}</a> <a href="http://s1189.photobucket.com/albums/z424/s0ciety/?action=view&amp;current=hptotobucket.gif" target="_blank"><img src=
351
"http://media.tumblr.com/tumblr_ltw2nrA1by1qlj8hk.jpg"></a> </span>
352
{/block:Chat}
353
354
355
{block:Audio}
356
<center><div class="perma">
357
<a href="{permalink}">{NoteCountWithLabel} </a> <a href="http://s1189.photobucket.com/albums/z424/s0ciety/?action=view&amp;current=hptotobucket.gif" target="_blank"><img src=
358
"http://media.tumblr.com/tumblr_ltw2nrA1by1qlj8hk.jpg"></a> <a href="{ReblogURL}" target="_blank"> reblog</a></span></div><div style="width:300px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
359
{FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
360
{block:Caption}{/block:Caption}
361
362
{/block:Audio}
363
364
{block:Video}<center><div class="perma">
365
<a href="{permalink}">{NoteCountWithLabel} </a> <a href="http://s1189.photobucket.com/albums/z424/s0ciety/?action=view&amp;current=hptotobucket.gif" target="_blank"><img src=
366
"http://media.tumblr.com/tumblr_ltw2nrA1by1qlj8hk.jpg"></a> <a href="{ReblogURL}" target="_blank"> reblog</a></span></div>
367
<div class="video">{Video-400}</div><BR>
368
{block:Caption}<a href="{Permalink}">{Caption}</a>{/block:Caption}</center>
369
{block:Video}
370
371
372
373
{block:PostNotes}
374
<center>
375
{block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
376
377
{block:HasTags}
378
tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
379
{block:RebloggedFrom}
380
reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
381
posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
382
383
{/block:RebloggedFrom}
384
</center></span>
385
<br>
386
<div id="postnotes">{PostNotes}</div><br>
387
388
<center>{block:ContentSource}
389
<br><a href="{SourceURL}">
390
{lang:Source}:
391
{block:SourceLogo}
392
<img src="{BlackLogoURL}" width="{LogoWidth}"
393
height="{LogoHeight}" alt="{SourceTitle}" />
394
{/block:SourceLogo}
395
{block:NoSourceLogo}
396
{SourceLink}
397
{/block:NoSourceLogo}
398
</a>
399
{/block:ContentSource}</center>
400
401
{/block:PostNotes}
402
</div>
403
{/block:Posts}
404
</div></div>
405
406
</div>
407
</body>
408
</html>