View difference between Paste ID: Pw5QcVaF and Wy6kFEmx
SHOW: | | - or go back to the newest paste.
1
<html>
2
    <head>
3
        <!-- 
4
    		1997 theme by 1612th.tumblr.com 
5
    		download @ 1612th.tumblr.com/tagged/t -->
6
7
        <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
8
    	<link rel="shortcut icon" href="{Favicon}"/>
9
	<link rel="alternate" type="application/rss+xml" href="{RSS}">
10
	{block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
11
12
	        <script type="text/javascript" src="http://static.tumblr.com/fpdiq1j/KYxm4e27x/jquery.min.js"></script>
13
	        <script type="text/javascript" src="http://static.tumblr.com/caphmom/t4Km7puf4/bullshit.js"></script>
14
15
		{block:IfInfiniteScroll}
16
			<script type="text/javascript" src="http://static.tumblr.com/fpdiq1j/tX3lzjorq/jquery.infinitescroll.min.js"></script>
17
			<script type="text/javascript" src="http://static.tumblr.com/caphmom/zYkm7pugn/swht.js"></script>
18
		{/block:IfInfiniteScroll}
19
20
	        <meta name="text:RSS" content="RSS"/>
21
	        <meta name="text:Archive" content="Archive"/>
22
	        <meta name="text:About" content="Info"/>
23
	        <meta name="text:Home" content="Home"/>
24
	        <meta name="text:Permalink" content="—"/>
25
	        <meta name="text:Font Size" content="10"/>
26
27
	        <meta name="if:Show Archive and RSS Links" content="0"/>
28
	        <meta name="if:Toggle Captions" content="1"/>
29
	        <meta name="if:Left Shadow" content="1"/>
30
	        <meta name="if:Infinite Scroll" content="0"/>
31
	        <meta name="if:Border" content="0"/>
32
	        <meta name="if:Small Posts" content="0"/>
33
	        <meta name="if:Show Theme Link" content="1"/>
34
35
	        <meta name="color:Background" content="#FFF"/>
36
	        <meta name="color:Active" content="#E01B6A"/>
37
38
	        <meta name="image:Background" content=""/>
39
40
	        <meta name="font:Posts" content="Menlo, Monospace"/>
41
42
		<style type="text/css">
43
		body{
44
			overflow-x: hidden;
45
			line-height: 150%;
46
			font-family: menlo, monospace;
47
			font-weight: lighter;
48
			font-size: {text:Font Size}px;
49
			color: #000;
50
			background: {color:Background} url('{image:Background}') no-repeat fixed;
51
			background-size: 100% 100%;
52
		}
53
		img{
54
			{block:IfNotSmallPosts}max-width: 500px;{/block:IfNotSmallPosts}
55
			{block:IfSmallPosts}max-width: 400px;{/block:IfSmallPosts}
56
		}
57
        blockquote img{
58
            max-width: 350px;
59
        }
60
		a{
61
			color: #000;
62
			text-decoration: underline;
63
		}
64
		a:hover{
65
			text-decoration: none;
66
		}
67
		a:active{
68
			color: {color:Active} !important;
69
		}
70
		a img{
71
			border: none;
72
		}
73
		#header a{
74
			color: #BDBDBD;
75
		}
76
		a.tumblr_blog{
77
			color: #A8A8A8;
78
		}
79
		.pages a, .permalink a{
80
			color: #D0D0D0;
81
			font-family: menlo, monospace;
82
		}
83
		.pages a:hover, .permalink a:hover{
84
			color: #BDBDBD;
85
		}
86
		a.pre{
87
			margin-right: 15px;
88
		}
89
		.container{
90
			padding: 10px;
91
			background-color: #FFF;
92
			position: relative;
93
			top: -10px;
94
			border: 1px solid #000;
95
			{block:IfSmallPosts}width: 400px;{/block:IfSmallPosts}
96
			{block:IfNotSmallPosts}width: 500px;{/block:IfNotSmallPosts}
97
			{block:IfLeftShadow}left: 10px;{/block:IfLeftShadow}
98
			{block:IfNotLeftShadow}left: -10px;{/block:IfNotLeftShadow}
99
			font-family: {font:Posts};
100
		}
101
		article{
102
			margin: 60px auto 0px auto;
103
			{block:IfSmallPosts}width: 420px;{/block:IfSmallPosts}
104
			{block:IfNotSmallPosts}width: 520px;{/block:IfNotSmallPosts}
105
			{block:IfBorder}border: 1px solid #000;{/block:IfBorder}
106
			{block:IfNotLeftShadow}
107
				position:relative;
108
				left: 10px;
109
			{/block:IfNotLeftShadow}
110
		}
111
		.pages a{
112
			font-size: 22px;
113
		}
114
		blockquote{
115
			padding: 0px 0px 0px 10px;
116
			margin: 0px 0px 0px 10px;
117
			border-left: 3px solid #A8A8A8;
118
		}
119
		.link{
120
			font-size: 16px;
121
			text-decoration: none;
122
		}
123
		.link:hover{
124
			font-style: italic;
125
			text-decoration: underline;
126
		}
127
		.source{
128
			text-align: right;
129
			font-weight: bold;
130
		}
131
		.pages, .permalink{
132
			text-align: center;
133
			margin: 10px 0px 5px 0px;
134
		}
135
		.pages{
136
			margin: 60px 0px;
137
		}
138
		#header{
139
			text-align:center;
140
			margin-top: 25px;
141
		}
142
		#header a{
143
			margin-left: 15px;
144
			text-transform: lowercase;
145
		}
146
		div.about{
147
			position: relative;
148
			left: 10px;
149
			padding: 15px;
150
			border: 2px solid #7D7D7D;
151
			margin: 10px auto;
152
			text-align: left;
153
			z-index: 1;
154
			display: none;
155
		}
156
		.info{
157
			margin: 30px auto;
158
			{block:IfNotSmallPosts}width: 500px;{block:IfNotSmallPosts}
159
			{block:IfSmallPosts}width: 400px;{/block:IfSmallPosts}
160
		}
161
		ol.notes li{
162
			margin: 2px 0px;
163
		}
164
		.tags .comma:last-child{
165
			display: none;
166
		}
167
168
        {block:IndexPage}
169
        
170
        {/block:IndexPage}
171
172
        {block:IfInfiniteScroll}
173
        	#infscr-loading{
174
        		visibility: hidden;
175
        	}
176
        	.triangle{
177
        		position: fixed;
178
        		top: 45px;
179
        		right: 30px;
180
        		height: 0px;
181
        		width: 0px;
182
        		border-right: 15px solid #000;
183
        		border-top: 15px solid #000;
184
        		border-left: 15px solid transparent;
185
        		border-bottom: 15px solid transparent;
186
        		opacity: .85;
187
        		-moz-opacity: .85;
188
        		filter: alpha(opacity=85);
189
        		cursor: pointer;
190
        		display: none;
191
        	}
192
        {/block:IfInfiniteScroll}
193
194
		.tile {background: url(http://static.tumblr.com/ubjvoln/L11klawid/tile.png);}
195
		.slant {background: url(http://static.tumblr.com/ubjvoln/Cu0klawit/slant.png);}
196
		.wire {background: url(http://static.tumblr.com/ubjvoln/okeklawjb/wire.png);}
197
		.mesh {background: url(http://static.tumblr.com/ubjvoln/0deklawhp/mesh.png);}
198
199
		{CustomCSS}
200
		</style>
201
	</head>
202
203
	<body>
204
	<img style="position:fixed; opacity: 1.0; width: 250px; height: 458px; TOP:350px; LEFT:1100px; z-index: 1;" src="http://36.media.tumblr.com/018da84f22ab05c26cebc49f4cab9571/tumblr_nz0yj60CsK1ql8de8o1_1280.png">
205
	
206
		{block:IfInfiniteScroll}<div class="triangle"></div>{/block:IfInfiniteScroll}
207
		<div class="wrap">
208
			<div id="header">
209
				<span class="find_width">
210
					<a href="/">{text:Home}</a>
211
					<a href="#" class="about">{text:About}</a>
212
					{block:AskEnabled}<a href="/ask">{AskLabel}</a>{/block:AskEnabled}
213
					{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages}
214
					{block:IfShowArchiveAndRssLinks}
215
						<a href="{RSS}">{text:RSS}</a>
216
						<a href="/archive">{text:Archive}</a>
217
					{/block:IfShowArchiveAndRssLinks}
218
					{block:IfShowThemeLink}
219
						<a href="http://www.tumblr.com/theme/35979">theme</a>
220
					{/block:IfShowThemeLink}
221
				</span>
222
223
				<div class="about">{Description}</div>
224
			</div>
225
226
		{block:Posts}
227
			<article class="{block:Photo}slant photo{/block:Photo} {block:Photoset}slant mesh{/block:Photoset} {block:Text}wire{/block:Text} {block:Audio}tile{/block:Audio} {block:Link}wire{/block:Link} {block:Quote}slant{/block:Quote} {block:Video}tile{/block:Video} {block:Chat}mesh{/block:Chat}">
228
229
				{block:Photo}
230
				<div class="container">
231
					{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
232
					{LinkOpenTag}<img src="{PhotoURL-500}" width="100%" alt="{PhotoAlt}"/>{LinkCloseTag}
233
					<div class="permalink"><a href="{Permalink}">{block:NoteCount}{NoteCount} {text:Permalink}{/block:NoteCount} {TimeAgo} </a></div>
234
				</div>
235
				{/block:Photo}
236
237
				{block:Text}
238
				<div class="container">
239
					{block:Title}<h3>{Title}</h3>{/block:Title}
240
					{Body}
241
					<div class="permalink"><a href="{Permalink}">{block:NoteCount}{NoteCount} {text:Permalink}{/block:NoteCount} {TimeAgo} </a></div>
242
				</div>
243
				{/block:Text}
244
245
				{block:Audio}
246
				<div class="container">
247
					{block:AlbumArt}<img src="{AlbumArtURL}" width="205"/>{/block:AlbumArt}
248
					<p>{AudioPlayerGrey}</p>
249
					{block:Caption}{Caption}{/block:Caption}
250
					<div class="permalink"><a href="{Permalink}">{block:NoteCount}{NoteCount} {text:Permalink}{/block:NoteCount} {TimeAgo} </a></div>
251
				</div>
252
				{/block:Audio}
253
254
				{block:Link}
255
				<div class="container">
256
					<a href="{URL}" class="link" target="_blank">{Name} &rarr;</a>
257
					<div class="permalink"><a href="{Permalink}">{block:NoteCount}{NoteCount} {text:Permalink}{/block:NoteCount} {TimeAgo} </a></div>
258
				</div>
259
				{/block:Link}
260
261
				{block:Quote}
262
				<div class="container">
263
					{Quote}
264
					{block:Source}<div class="source">{Source}</div>{/block:Source}
265
					<div class="permalink"><a href="{Permalink}">{block:NoteCount}{NoteCount} {text:Permalink}{/block:NoteCount} {TimeAgo} </a></div>
266
				</div>
267
				{/block:Quote}
268
269
				{block:Video}
270
				<div class="container">
271
					{block:IfNotSmallPosts}{Video-500}{block:IfNotSmallPosts}
272
					{block:IfSmallPosts}{Video-400}{/block:IfSmallPosts}
273
					<div class="permalink"><a href="{Permalink}">{block:NoteCount}{NoteCount} {text:Permalink}{/block:NoteCount} {TimeAgo} </a></div>
274
				</div>
275
				{/block:Video}
276
277
				{block:Photoset}
278
				<div class="container">
279
					{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}					
280
					{block:IfNotSmallPosts}{Photoset-500}{block:IfNotSmallPosts}
281
					{block:IfSmallPosts}{Photoset-400}{/block:IfSmallPosts}
282
					<div class="permalink"><a href="{Permalink}">{block:NoteCount}{NoteCount} {text:Permalink}{/block:NoteCount} {TimeAgo} </a></div>
283
				</div>
284
				{/block:Photoset}
285
286
				{block:Chat}
287
				<div class="container">
288
					{block:Lines}<div class="line">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}
289
					<div class="permalink"><a href="{Permalink}">{block:NoteCount}{NoteCount} {text:Permalink}{/block:NoteCount} {TimeAgo} </a></div>
290
				</div>
291
				{/block:Chat}
292
			</article>
293
294
			{block:PermalinkPage}
295
				<div class="info">
296
					{TimeAgo}<br/>
297
					{block:NoteCount}{NoteCountwithLabel}<br/>{/block:NoteCount}
298
					{block:HasTags}
299
					<div class="tags">
300
						{block:Tags}<a href="http://www.tumblr.com/tagged/{URLSafeTag}">#</a><a href="{TagURL}">{Tag}</a><span class="comma">, </span>{/block:Tags}
301
					</div>
302
					{/block:HasTags}
303
					{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>{/block:RebloggedFrom}
304
					{block:ContentSource}source <a href="{SourceURL}">{SourceTitle}</a><br/>{/block:ContentSource}
305
306
					{PostNotes}
307
				</div>
308
			{block:PermalinkPage}
309
310
		{/block:Posts}
311
312
		{block:Pagination}
313
			<div class="pages">
314
				{block:PreviousPage}<a href="{PreviousPage}" class="pre">&lt;</a> {/block:PreviousPage}
315
				{block:NextPage}<a href="{NextPage}" class="next_page"> &gt;</a>{/block:NextPage}
316
			</div>
317
		{/block:Pagination}
318
		</div>
319
	</body>
320
</html>