This repository was archived by the owner on Jan 11, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathO2-tumblr.html
More file actions
489 lines (371 loc) · 13.4 KB
/
O2-tumblr.html
File metadata and controls
489 lines (371 loc) · 13.4 KB
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
<!DOCTYPE html>
<html lang="en">
<!--
◯2
A theme by Ali Ukani.
Based on Inky's theme, ◯.
Ali: http://aliukani.com
Inky: http://boxofjunk.ws
-->
<head>
<meta charset="utf-8" />
<title>{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
<meta name="description" content="{MetaDescription}"/>
<meta name="author" content="" />
<meta name="keywords" content="{block:Permalink}{block:Posts}{block:Tags}{Tag}, {/block:Tags}{/block:Posts}{/block:Permalink}" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
<link rel="shortcut icon" href="{Favicon}"/>
<!-- Vars -->
<meta name="color:Background" content="#fff"/>
<meta name="color:Text" content="#444"/>
<meta name="color:Secondary" content="#888"/>
<meta name="color:Minor" content="#bbb"/>
<meta name="color:Link" content="#000"/>
<meta name="font:Body" content="'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif" />
<meta name="if:Dark colour scheme" content="0"/>
<meta name="if:Show post notes" content="1"/>
<meta name="if:Semitransparent audio player" content="0"/>
<meta name="if:Link to liked posts" content="0"/>
<meta name="if:Post Footers" content="0"/>
<meta name="text:Disqus Shortname" content="" />
<meta name="text:Footer Text" content="Tumblr powered. Minty fresh." />
<!-- Styles -->
<link rel="stylesheet" href="http://aliukani.com/_/css/reset.css" />
<style type="text/css">
:focus {outline: 0;}
ins {text-decoration: underline;}
del {text-decoration: line-through;}
a {text-decoration: none;}
body{
font: 1em/1.5em {font:Body};
background-color: {color:Background};
color: {color:Text};
padding: 1.5em 0.25em;
}
body.dark {text-shadow: {color:Background} 0 0 1px;} /* Apply text shadows if using a dark color scheme. */
#wrapper{
width: 500px;
margin: 0 auto;
position: relative;
}
/* Text Styles */
h1 {font-size: 3em; line-height:1; padding:0.5em 0 1em; text-align:center;}
h1 a {color: {color:Text}; padding: 0 0.25em; font-weight: bold;}
h2, h3 {line-height: 18pt;}
p, pre, ul, ol, blockquote, form {margin: 0.75em 0 1.5em; line-height: 1.5em;}
blockquote {padding-left: 1em; border-left: 0.25em solid {color:Minor};}
pre {overflow-x: auto; font-size: 0.95em;}
sup, sub {height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative;}
sup {bottom: 0.5ex;}
sub {top: 0.5ex;}
sup a {font-weight: normal !important; padding: 0 1px;}
hr {height: 0; margin: 0 0 18pt; border: solid {color:Minor}; border-width: 2pt 0 0;}
/* Header */
#header{clear: both;}
/* Sidebar */
#description {
position: absolute;
left: 36.2em;
width: 10.5em;
color: #bbb;
font-size: 0.95em;
margin:0 10px 0 10px; /* Add gutters */
}
#description p, #description form, #description ul {margin-top: 0;}
#description a {color: {color:Secondary};}
#description a:hover {color: {color:Text};}
#description .submit{height: 0; overflow: hidden; display: none;}
#description ul {list-style: none; word-spacing: 0.25em; font-size: 10pt; text-transform: uppercase;}
#description ul a {color: {color:Minor};}
#description ul a:hover {color: {color:Text};}
/* Content area (main column) */
#content {
position:relative;
}
{block:IfNotPostFooters}
/* Permalinks (left of the post) */
.permalink {
position:absolute;
right: 36.8em;
font-size: 0.95em;
text-align: right;
}
.permalink a {color: {color:Minor}; white-space: nowrap; padding: 0; border: 0;}
.permalink a:hover {color: {color:Text};}
{/block:IfNotPostFooters}
/* Posts (are <article>s) */
article img{max-width: 100%;}
/* Add drop shadow to images, photos, vidoes, and audio. */
article img, .media img, .media embed, .media iframe, .media audio, .media video{
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.media a, .media a:hover{border:0;}
article a {color: {color:Link}; border-bottom: 1px solid transparent;}
article a:hover {color: {color:Text}; border-bottom-color: {color:Minor};}
/* Captions */
.caption, .cite {font-size: 0.95em;margin-top: 0.75em;}
.caption p {margin-top: 1.5em;}
/* Text Post */
.text {}
/* Link Post */
.link h1 a {color: {color:Link};}
.link h1 a:hover{color: {color:Text};}
/* Quote Post */
.quote {position: relative; top: -4.5pt;}
.quote blockquote {font-size: 18pt; line-height: 24pt; text-indent: -7pt;
margin: 0; padding: 0; border-width: 0;}
.quote blockquote:before {content: '“';}
.quote blockquote:after {content: '”';}
.quote blockquote a {color: {color:Text};}
.quote blockquote a:hover {color: {color:Secondary};}
.quote .cite {color: {color:Secondary}; margin-left: 1.5em; text-indent: -1.5em;}
/* Chat Post */
.chat li {list-style: none;}
.chat b {}
{block:IfSemitransparentAudioPlayer}
/* Audio Post - Semitransparent audio player */
.audioplayer {opacity: 0.75;}
{/block:IfSemitransparentAudioPlayer}
/* "Source: ~~~~" */
.post-source{color: {color:Secondary};}
.post-source .prefix{font-size: 0.9em; text-transform: uppercase;
letter-spacing: 0.1em; word-spacing: 0.1em;}
.post-source a{color: {color:Minor};}
.post-source a:hover{color: {color:Text};}
{block:IfPostFooters}
/* Post Footers */
article footer{padding-top:0;color: {color:Secondary}; border-top: 1px solid {color:Secondary}; border-top-color: rgba(0,0,0,0.1); font-size: 0.8em;}
article footer a {color: {color:Minor};}
article footer a:hover {color: {color:Text};}
article footer ul{margin:0;}
.meta li, .tags{display: inline;}
.meta>li:After{content: " \00a0\2022\00a0 ";}
.meta>li:last-child:after{content:"";}
.tag{text-transform:lowercase;}
.tag:Before{content: "#";}
.tag:After{content:", ";}
{block:IfPostFooters}
/* Stuff for the ends of permalink pages */
#disqus_thread {margin-top: 54pt;}
#disqus_thread a {color: {color:Secondary};}
.notes {color: {color:Minor}; margin-top: 54pt;}
.notes li {list-style: none; margin-bottom: 18pt;}
.notes img, .notes .clear {display: none;}
.notes .photo_container img {display: block !important;}
.notes a {color: {color:Secondary};}
.notes a:hover {color: {color:Text};}
.footnotes a[rev="footnote"] {color: {color:Secondary};}
.footnotes hr {margin: 34pt 0 18pt;}
/* Pagination (next/prev links) */
#paging {text-align: center; word-spacing: 0.75em; margin:0 0 2em 0; clear:both;}
#paging a {color: {color:Secondary}; font-weight:bold; padding: 0.25em 0.5em;}
#paging a:hover {color: {color:Text};}
{block:IfFooterText}
/* Page footer (only enabled if there is text to be placed) */
#footer{color:{color:Secondary}; font-size:0.8em; clear:both;}
#footer a {color: {color:Minor};}
#footer a:hover {color: {color:Text};}
{/block:IfFooterText}
/* style ampersands (applied with Javascript) */
.amp {font-family: Palatino, 'Palatino Linotype', {font:Body}; font-style: italic;}
h1 .amp, h2 .amp, h3 .amp {font-family: Baskerville, Palatino, 'Palatino Linotype', {font:Body};}
pre .amp {font-family: inherit; font-style: inherit;}
{block:IfDebugMode}
/* Debug Mode */
.permalink, article, #description{background-color: red;}
#content{background-color: gray;}
#wrapper{background-color: blue;}
{/block:IfDebugMode}
/* User's Custom CSS */
{CustomCSS}
</style>
</head>
<body class="{block:IfDarkColourScheme}dark{/block:IfDarkColourScheme}">
<div id="wrapper">
<header id="header" role="banner">
<h1><a href="/">{Title}</a></h1>
</header>
<nav id="description">
<p>{Description}</p>
{block:HasPages}
<ul id="pages">
{block:Pages}
<li><a href="{URL}">{Label}</a></li>
{/block:Pages}
<li><a href="javascript:(function(){$('body').toggleClass('grid');$('#content').toggleClass('debug');$('aside.permalink').toggleClass('debug');$('#description').toggleClass('debug');})();">Show grid</a></li>
</ul>
{/block:HasPages}
<ul>
{block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
{block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
</ul>
<ul>
<li><a href="/archive">{lang:Archive}</a> <span class="dim">/</span> <a href="{RSS}">{lang:RSS}</a></li>
{block:IfLinkToLikedPosts}<li><a href="http://www.tumblr.com/liked/by/{Name}">{lang:Stuff I Like}</a></li>{/block:IfLinkToLikedPosts}
</ul>
<form action="/search" method="get">
<input type="search" name="q" value="{SearchQuery}" placeholder="Search" />
<input class="submit" type="submit" value="{lang:Search}"/>
</form>
</nav><!-- End #description -->
<div id="content">
{block:SearchPage}
<div id="searching">
<h2>You searched for "{SearchQuery}": </h2>
{block:NoSearchResults}
<h3>Bummer! No results found.</h3>
{/block:NoSearchResults}<br /><br />
</div>
{/block:SearchPage}
{block:Posts}
{block:Date}{block:NewDayDate}
<h1><time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}">{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</time></h1>{/block:NewDayDate}{/block:Date}
<article class="{PostType} {TagsAsClasses}">
{block:Text}
{block:Title}
<header>
<h1><a href="{Permalink}">{Title}</a></h1>
</header>
{/block:Title}
{Body}
{block:More}<a href="{Permalink}" class="read-more">Read More</a>{/block:More}
{/block:Text}
{block:Link}
<header><h1><a href="{URL}">{Name}</a></h1></header>
{block:Description}{Description}{/block:Description}
{/block:Link}
{block:Photo}
<figure>
<div class="media">
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
</div>
{block:Caption}<figcaption>{Caption}</figcaption>{/block:Caption}
</figure>
{/block:Photo}
{block:Photoset}
<figure>
<div class="media">
{Photoset-500}
</div>
{block:Caption}<figcaption>{Caption}</figcaption>{/block:Caption}
</figure>
{/block:Photoset}
{block:Quote}
<blockquote class="{Length}">{Quote}</blockquote>
{block:Source}<div class="source">
— {Source}
</div>{/block:Source}
{/block:Quote}
{block:Conversation}
{block:Title}<header>
<h1>{Title}</h1>
</header>{/block:Title}
<ol>
{block:Lines}
<li class="{Alt}">
{block:Label}<b class="label {UserNumber}">{Label}</b>{/block:Label}
{Line}
</li>
{/block:Lines}
</ol>
{/block:Conversation}
{block:Video}
<figure>
<div class="media">
{Video-500}
</div>
{block:Caption}<figcaption>{Caption}</figcaption>{/block:Caption}
</figure>
{/block:Video}
{block:Audio}
<figure>
<div class="media">
{AudioPlayerWhite}
</div>
<figcaption>
<header>
{block:TrackName}<span class="track-name">{TrackName}</span>{/block:TrackName}
by {block:Artist}<span class="track-artist">{Artist}</span>{/block:Artist}
</header>
{block:Caption}{Caption}{/block:Caption}
</figcaption>
</figure>
{/block:Audio}
{block:Answer}
<div class="Q">
<b>{Asker} asked:</b>
<blockquote>
{Question}
</blockquote>
</div>
<div class="A">
{Answer}
</div>
{block:Answer}
{block:ContentSource}<span class="post-source">
<span class="prefix">{lang:Source}:</span> {SourceLink}
</span>{/block:ContentSource}
<footer>
<ul class="meta">
{block:Date}<li><time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}T{24HourWithZero}:{Minutes}:{Seconds}-05:00" pubdate>{ShortMonth} {DayOfMonth}, {Year}</time></li>{/block:Date}
<li><a href="{Permalink}" title="Permalink" class="Permalink">{NoteCountWithLabel}</a></li>
{block:HasTags}<li>
<ul class="tags">
{block:Tags}
<li class="tag"><a href="{TagURL}">{Tag}</a></li>
{/block:Tags}
</ul>
</li>{/block:HasTags}
</ul>
</footer>
</article>
{block:Permalink}
<div id="notes">
{block:IfDisqusShortname}
<div id="disqus_thread"></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">{lang:View the discussion thread}</a></noscript>
{/block:IfDisqusShortname}
{block:IfShowPostNotes}
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
{/block:IfShowPostNotes}
</div>
{/block:Permalink}
{/block:Posts}
</div><!-- End #posts -->
<nav id="paging">
{block:PreviousPage}
<a href="{PreviousPage}" title="{lang:Newer posts}">←</a>
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}" title="{lang:Older posts}">→</a>
{/block:NextPage}
</nav>
{block:IfFooterText}<footer id="footer">
{text:Footer Text}
</footer>{/block:IfFooterText}
</div><!-- End #wrapper -->
<script type="text/javascript" src="http://static.tumblr.com/ovvtvf9/wnakwva42/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/ovvtvf9/LOskwvhm8/o.js"></script>
{block:IfDisqusShortname}
<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
{/block:IfDisqusShortname}
</body>
</html>