-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
515 lines (502 loc) · 21.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
<!--
Name: stalebread v1.0
Author: Matt Helm
Website: http://eightbitcrayons.tumblr.com/
--------------------
NOTE: This theme only supports Text, Photo, Link, Quote, and Video posts. I created this theme for my own site (http://eightbitcrayons.tumblr.com/) and didn't need Audio posts, so I didn't include it in the code. If you want, you can create the code, and add it yourself.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{block:SearchPage}Search results for "{SearchQuery}" » {/block:SearchPage}{block:PostSummary}{PostSummary} » {/block:PostSummary}{Title}</title>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="text:Disqus Shortname" content="" />
<link href="{RSS}" rel="alternate" type="application/rss+xml" title="RSS Feed" />
<link href="{Favicon}" rel="shortcut icon" />
<style type="text/css" media="screen">
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
font-size: 12px;
font-weight: 300;
color: #333333;
background-color: #EEEEEE;
margin-top: 25px;
margin-bottom: 50px;
margin-left: 25px;
margin-right: 25px;
}
a {
color: inherit;
text-decoration: none;
}
a:hover {
color: #666666;
}
body > div.wrapper > table div.body > div.day_pagination a, body > div.wrapper > table div.pagination a, body > div.wrapper > table div.sidebar a, body > div.wrapper > table div.body > div.post > div.body a, body > div.wrapper > table div.body > div.post_link > div.link a, body > div.wrapper > table div.body > div.post > div.meta a {
color: inherit;
text-decoration: none;
background-color: #FDFDFD;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
}
body > div.wrapper > table div.body > div.day_pagination a:hover, body > div.wrapper > table div.pagination a:hover, body > div.wrapper > table div.sidebar a:hover, body > div.wrapper > table div.body > div.post > div.body a:hover, body > div.wrapper > table div.body > div.post_link > div.link a:hover, body > div.wrapper > table div.body > div.post > div.meta a:hover {
background-color: #F6F6F6;
/* border-bottom: dashed 4px #DDDDDD; */
/* border: dashed 4px #DDDDDD; */
/* margin: -4px; */
position: relative;
z-index: 100;
}
body > div.wrapper > table div.body > div.post > div.meta a.reblog, body > div.wrapper > table div.sidebar > div.following a {
background: none;
border: 0px;
margin: 0px;
padding: 1px;
}
body > div.wrapper > table div.body > div.post > div.meta a.reblog:hover, body > div.wrapper > table div.sidebar > div.following a:hover {
background: none;
border: 0px;
margin: 0px;
padding: 1px;
}
.post img {
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-weight: inherit;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
h1 {
font-size: 18px;
color: #333333;
}
h2 {
font-size: 18px;
color: #999999;
}
h3 {
font-size: 16px;
color: #333333;
}
h4 {
font-size: 16px;
color: #999999;
}
h5 {
font-size: 14px;
color: #333333;
}
h6 {
font-size: 14px;
color: #999999;
}
p {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
}
form {
margin: 0px;
}
/* Custom */
body > div.wrapper {
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
width: 700px;
}
body > div.wrapper > div.header > div.title {
font-size: 32px;
color: #333333;
display: inline;
}
body > div.wrapper > div.header > div.description {
font-size: 32px;
color: #999999;
display: inline;
}
body > div.wrapper > table {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.body > div.search {
margin-top: 0px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.body > div.search > div.title > h1 {
margin: 0px;
}
body > div.wrapper > table div.body > div.day_pagination {
margin-top: 0px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.body > div.day_pagination > div.title {
margin-top: 0px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.body > div.post {
margin-top: 0px;
margin-bottom: 40px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.body > div.post > div.pagination {
margin-top: 0px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.body > div.post > div.body, body > div.wrapper > table div.sidebar {
line-height: 20px;
}
body > div.wrapper > table div.body > div.post > div.meta {
margin-top: 10px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.body > div.post_photo > div.img {
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.body > div.post_photo_border > div.img img {
border: solid 4px #DDDDDD;
}
body > div.wrapper > table div.body > div.post_quote > div.quote {
font-size: 26px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.body > div.post_quote > div.source {
font-style: italic;
}
body > div.wrapper > table div.body > div.post_link > div.link {
font-size: 26px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > table div.sidebar > div {
margin-top: 0px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
body > div.wrapper > div.footer {
color: #999999;
}
{CustomCSS}
</style>
</head>
<body>
<!-- ------------- -->
<!-- WRAPPER START -->
<!-- ------------- -->
<div class="wrapper">
<!-- ------------ -->
<!-- HEADER START -->
<!-- ------------ -->
<div class="header">
<div class="title">
<a href="/">{Title}</a>
</div>
<div class="description">
{Description}
</div>
</div>
<!-- ---------- -->
<!-- HEADER END -->
<!-- ---------- -->
<!-- ---------- -->
<!-- BODY START -->
<!-- ---------- -->
<table align="center" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" valign="top" width="500">
<div class="body">
{block:SearchPage}
<div class="search">
<div class="title">
<h1>Searching for "{SearchQuery}"</h1>
</div>
<div class="count">
<h4>{SearchResultCount} Results Found</h4>
</div>
</div>
{/block:SearchPage}
{block:DayPage}
<div class="day_pagination">
<div class="title">
<h1>{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</h1>
</div>
{block:DayPagination}
<table align="center" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" valign="middle" width="50%">
{block:PreviousDayPage}
<a href="{PreviousDayPage}">« Older Day</a>
{/block:PreviousDayPage}
</td>
<td align="right" valign="middle" width="50%">
{block:NextDayPage}
<a href="{NextDayPage}">More Recent Day »</a>
{/block:NextDayPage}
</td>
</tr>
</table>
{/block:DayPagination}
</div>
{/block:DayPage}
{block:Posts}
{block:Text}
<div class="post post_text {TagsAsClasses}">
{block:PermalinkPagination}
<div class="pagination">
<table align="center" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" valign="middle" width="50%">
{block:PreviousPost}
<a href="{PreviousPost}">« Older Post</a>
{/block:PreviousPost}
</td>
<td align="right" valign="middle" width="50%">
{block:NextPost}
<a href="{NextPost}">Newer Post »</a>
{/block:NextPost}
</td>
</tr>
</table>
</div>
{/block:PermalinkPagination}
{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
<div class="body">
{Body}
</div>
<div class="meta">
{TimeAgo} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} at {12Hour}:{Minutes} {AmPm} | <a href="{Permalink}">Permalink</a>{block:RebloggedFrom} | Reblog from <a href="{ReblogParentURL}" title="{ReblogParentName}" class="reblog"><img src="{ReblogParentPortraitURL-16}" width="16" height="16" border="0" style="margin-bottom: -4px;" /></a>{/block:RebloggedFrom}
</div>
</div>
{/block:Text}
{block:IfDisqusShortname}
{block:Permalink}
<div id="disqus_thread" style="border-top: 1px solid #fff; margin: 30px 0; padding: 10px 0 0 0;"></div>
<script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
<noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">View the discussion thread.</a></noscript>
{/block:Permalink}
{/block:IfDisqusShortname}
{block:Photo}
<div class="post post_photo {TagsAsClasses}">
{block:PermalinkPagination}
<div class="pagination">
<table align="center" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" valign="middle" width="50%">
{block:PreviousPost}
<a href="{PreviousPost}">« Older Post</a>
{/block:PreviousPost}
</td>
<td align="right" valign="middle" width="50%">
{block:NextPost}
<a href="{NextPost}">Newer Post »</a>
{/block:NextPost}
</td>
</tr>
</table>
</div>
{/block:PermalinkPagination}
<div class="img">
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" />{LinkCloseTag}
</div>
{block:Caption}
<div class="body">
{Caption}
</div>
{/block:Caption}
<div class="meta">
{TimeAgo} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} at {12Hour}:{Minutes} {AmPm} | <a href="{Permalink}">Permalink</a>{block:RebloggedFrom} | Reblog from <a href="{ReblogParentURL}" title="{ReblogParentName}" class="reblog"><img src="{ReblogParentPortraitURL-16}" width="16" height="16" border="0" style="margin-bottom: -4px;" /></a>{/block:RebloggedFrom}
</div>
</div>
{/block:Photo}
{block:Quote}
<div class="post post_quote {TagsAsClasses}">
{block:PermalinkPagination}
<div class="pagination">
<table align="center" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" valign="middle" width="50%">
{block:PreviousPost}
<a href="{PreviousPost}">« Older Post</a>
{/block:PreviousPost}
</td>
<td align="right" valign="middle" width="50%">
{block:NextPost}
<a href="{NextPost}">Newer »</a>
{/block:NextPost}
</td>
</tr>
</table>
</div>
{/block:PermalinkPagination}
<div class="quote">
"{Quote}"
</div>
{block:Source}
<div class="source">
{Source}
</div>
{/block:Source}
<div class="meta">
{TimeAgo} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} at {12Hour}:{Minutes} {AmPm} | <a href="{Permalink}">Permalink</a>{block:RebloggedFrom} | Reblog from <a href="{ReblogParentURL}" title="{ReblogParentName}" class="reblog"><img src="{ReblogParentPortraitURL-16}" width="16" height="16" border="0" style="margin-bottom: -4px;" /></a>{/block:RebloggedFrom}
</div>
</div>
{/block:Quote}
{block:Link}
<div class="post post_link {TagsAsClasses}">
{block:PermalinkPagination}
<div class="pagination">
<table align="center" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" valign="middle" width="50%">
{block:PreviousPost}
<a href="{PreviousPost}">« Older Post</a>
{/block:PreviousPost}
</td>
<td align="right" valign="middle" width="50%">
{block:NextPost}
<a href="{NextPost}">Newer Post »</a>
{/block:NextPost}
</td>
</tr>
</table>
</div>
{/block:PermalinkPagination}
<div class="link">
<a href="{URL}" target="{Target}">{Name}</a></h1>
</div>
{block:Description}
<div class="body">
{Description}
</div>
{/block:Description}
<div class="meta">
{TimeAgo} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} at {12Hour}:{Minutes} {AmPm} | <a href="{Permalink}">Permalink</a>{block:RebloggedFrom} | Reblog from <a href="{ReblogParentURL}" title="{ReblogParentName}" class="reblog"><img src="{ReblogParentPortraitURL-16}" width="16" height="16" border="0" style="margin-bottom: -4px;" /></a>{/block:RebloggedFrom}
</div>
</div>
{/block:Link}
{block:Video}
<div class="post post_video {TagsAsClasses}">
{block:PermalinkPagination}
<div class="pagination">
<table align="center" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" valign="middle" width="50%">
{block:PreviousPost}
<a href="{PreviousPost}">« Older Post</a>
{/block:PreviousPost}
</td>
<td align="right" valign="middle" width="50%">
{block:NextPost}
<a href="{NextPost}">Newer Post »</a>
{/block:NextPost}
</td>
</tr>
</table>
</div>
{/block:PermalinkPagination}
{Video-500}
{block:Caption}
<div class="body">
{Caption}
</div>
{/block:Caption}
<div class="meta">
{TimeAgo} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} at {12Hour}:{Minutes} {AmPm} | <a href="{Permalink}">Permalink</a>{block:RebloggedFrom} | Reblog from <a href="{ReblogParentURL}" title="{ReblogParentName}" class="reblog"><img src="{ReblogParentPortraitURL-16}" width="16" height="16" border="0" style="margin-bottom: -4px;" /></a>{/block:RebloggedFrom}
</div>
</div>
{/block:Video}
{/block:Posts}
</div>
{block:Pagination}
<div class="pagination">
{block:PreviousPage}
<a href="{PreviousPage}">« Newer Posts</a>
{/block:PreviousPage}
{CurrentPage} of {TotalPages}
{block:NextPage}
<a href="{NextPage}">Older Posts »</a>
{/block:NextPage}
</div>
{/block:Pagination}
</td>
<td width="25"></td>
<td align="left" valign="top" width="175">
<div class="sidebar">
<div class="search">
<form action="/search/" method="get">
<input type="search" name="q" value="{SearchQuery}" placeholder="Search" results="5" autosave="com.tumblr.stalebread" />
</form>
</div>
<div class="navigation">
<a href="/random">Random</a>
<a href="/mobile">Mobile</a>
<a href="/archive">Archive</a>
</div>
<div class="information">
<p>
</p>
</div>
<div class="elsewhere">
<h4>Elsewhere</h4>
<p>Follow my <a href="http://twitter.com/glindqvist/">twittering</a> over at Twitter. I'm trying to collect my <a href="http://delicious.com/glindqvist/">delicious</a> links and my music at <a href="http://last.fm/user/glindvist/">Last.fm</a>.</p>
</div>
{block:Following}
<div class="following">
<h4>Following</h4>
{block:Followed}
<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-24}" width="24" height="24" border="0" /></a>
{/block:Followed}
</div>
{/block:Following}
</div>
</td>
</tr>
</table>
<!-- -------- -->
<!-- BODY END -->
<!-- -------- -->
<!-- ------------ -->
<!-- FOOTER START -->
<!-- ------------ -->
<div class="footer">
Copyright © 2010 All rights reserved | powered by <a href="http://www.tumblr.com">tumblr</a>
</div>
<!-- ---------- -->
<!-- FOOTER END -->
<!-- ---------- -->
</div>
<!-- ----------- -->
<!-- WRAPPER END -->
<!-- ----------- -->
</body>
</html>