-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.html
578 lines (540 loc) · 15.3 KB
/
theme.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
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Theme: Museum v1.3
Author: Paul Giacherio [http://paulgiacherio.com/]
For: Tumblr [http://tumblr.com/]
Terms: Free to use and alter, but please give credit.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
<style type="text/css">
*{
margin:0;
padding:0;
list-style-type:none;
text-decoration:none;}
body{
background:#111 url(http://themes.paulgiacherio.com/museum/bg2.jpg) fixed top center;
font-family:arial,san-serif;
font-size:12px;
color:#949494;
text-align:center;}
#container{
width:auto;
margin:0 27px;
text-align:left;}
/*HEADER STYLES*/
#header{
padding:27px 0 36px 27px;
position:relative;
text-align:left;}
#header a{
color:#777;}
#header a:hover{
color:#fff;}
#header h1 a{
border:0;
font-size:17px;
line-height:18px;
text-transform:uppercase;
letter-spacing:.05em;}
#header ul li{
display:inline;}
#header ul li a{
border-bottom:0;
margin-right:11px;
line-height:18px;}
#header ul li a:hover{
border-bottom:0px}
#portrait{
width:54px;
float:left;}
/*MAIN BOXES*/
.post{
padding:10px;
float:left;
background:#000;
margin-right:10px;
margin-bottom:10px;
position:relative;
line-height:18px;}
.photo,.quote,.link,.conversation,.video,.audio,.regular{
min-height:350px;
width:530px;}
body#index .regular,body#index .photo,body#index .quote,body#index .link,body#index .conversation,body#index .video,body#index .audio,.metabox{
height:350px;
width:250px;
overflow:hidden;}
/*BIG MORE LINK AND TRICKY PNG FADE BOX TRIGGERED BY TAGGING ANY POST WITH 'more'*/
.morewrap{
display:none;}
body#index .more .morewrap{
display:block}
.morelink{
display:block;
background:#a00;
position:absolute;
top:235px;
left:0px;
padding:0 10px 0 45px;
border:0;
line-height:27px;
z-index:3000;}
.morelink:hover{
border:0;
background:#800;
color:#fff;}
.fade{
position:absolute;
bottom:10px;
height:175px;
background:url(http://themes.paulgiacherio.com/museum/shade.png) repeat-x left bottom;
width:250px;
display:block;
z-index:100;}
/*PERMALINK AND COMMENT COUNT LINKS*/
.permalink, .disquscount {
border-width: 0px;
height: 11px;
line-height:11px;
position: absolute;
bottom: 10px;
right: 10px;
color:#444;
z-index:200;
display:none/*HIDE ON PERMALINK PAGES*/}
body#index .permalink, body#index .disquscount{
display:block;}
.disquscount{
right:auto;
left:10px;
color:#444;}
.permalink:hover,.disquscount:hover{
color:#fff;
border:0;}
/*PHOTO STYLES*/
.photo/*PERMALINK PAGES STRETCH TO FIT PHOTO*/{
height:auto;}
.photo .photobox a{
border:0;}
.photo img{
border:15px solid #111;
margin-bottom:10px;}
.photo a:hover img{
border-color:#222;}
body#index .photo img/*TRICK TO CENTER THE PHOTOS IN THE VISIBLE BOX ON INDEX PAGES*/{
left:50%;
margin-left:-50%;
border:0;}
body#index .slim .photo img{left:0;margin-left:0;}/*IF YOUR IMAGES ARE NARROW AND OFF TO THE LEFT TAG THEM AS 'slim' AND THEY WILL SIT TOP LEFT*/
body#index .photo .permalink/*SPECIAL PERMALINK FORMATTING FOR PHOTO PAGES*/{
position: absolute;
top: 0px;
right: 20px;
display:none;
padding:15px 7px 7px;
background:#a00;
color:#FFF;
font-size:16px;}
body#index .photo:hover .permalink{
display:block;}
body#index .photo .permalink:hover{
background:#800;
border:0;}
body#index .photo .caption/*OVERLAY TRANSPARENT CAPTION AT BOTTOM OF PHOTO*/{
position:absolute;
bottom:10px;
left:10px;
background:#000;
opacity:.85;
-moz-opacity: 0.85;
filter: alpha(opacity=85);
width:250px;
padding:10px 0 10px 0;
z-index:100;}
body#index .photo .caption p{
padding:0 5px;margin:0;}
body#index .photo b{
display:block;margin-bottom:5px;}
/*REGULAR TEXT POST STYLES*/
body#index .pad{
padding-top:36px;}
/*AUDIO/VIDEO STYLES*/
.player{
padding:60px 20px;
border:1px solid #222;
background:#111;
margin:0 0 10px 18px;
float:right;}
body#index .player{
padding:60px 0 60px 20px;
margin:0 0 10px 0;
float:none;}
/*body#index .video embed,body#index .video object{*/
/* height:auto;width:248px;margin:0;}*/
/*.video embed{margin:0 0 0 15px;}*/
.video .caption{
padding-top:10px;}
/*QUOTE STYLES*/
.quotetext{
font-size:22px;
font-family:courier;
line-height:22px;
padding-bottom:11px;
color:#777;
padding-top:36px;
word-spacing:-.2em;
letter-spacing:-.04em;}
.source{
font-family:arial;
font-size:11px;
text-align:right;
color:#666;}
/*CONVERSATION STYLES*/
.conversation ul li{
line-height:18px;
border-bottom:1px dotted #222;
padding:3px 0 3px 0px}
.conversation ul li span{
color:#ccc;}
.even{
border-bottom:1px dotted #222;}
/*GENERAL CONTENT STYLES*/
a {
color:#FFF;
border-bottom:1px dotted #444;
text-decoration:none;}
a:hover{
color:#ccc;
border-bottom:1px solid #ccc;}
p{
line-height:18px;
margin-bottom:9px;}
h1,.photo strong, .photo b, .video strong, .video b, .audio strong, .audio b{
font-weight:normal;
font-size:16px;
line-height:18px;
color:#FFF;}
h1{
padding:0 0 9px 0;}
h2{
font-size:12px;
font-weight:normal;
text-transform:uppercase;
color:#e00;
margin:9px 0 9px 0;}
h3{
text-transform:uppercase;
font-size:10px;
color:#fff;
line-height:18px;}
ol{
margin-bottom:9px;}
ol li{
list-style:decimal outside;
margin:0 0 0 20px;
padding:0 0 5px 0;}
blockquote{
margin:0 20px 9px;}
/*PAGENAVIGATION BOX STYLES*/
#navigation/*HIDDEN ON PERMALINK PAGES*/{
display:none;}
body#index #navigation{
display:block;
text-align:center;
float:left;
background:#000;
height:370px;
width:270px;
position:relative;}
#pagetab{
height: 11px;
line-height:10px;
font-size:11px;
position: absolute;
top: 0px;
left: 20px;
color:#949494;
padding:15px 7px 7px;
background:#222;}
.pages{
line-height:225px;
font-size:11px;}
.pages span{
font-size:110px;
vertical-align:middle;}
.total{
color:#222;}
#navigation a{
border:1px solid #222;
line-height:27px;
padding:5px 9px;
color:#444;}
#navigation a:hover{
background:#111;
color:#fff;}
/*FOOTER STYLES*/
#footer{
color:#555;
clear:both;
padding:40px 0;
text-align:left;}
#footer a{
color:#555;
border:0;}
#footer a:hover{
color:#fff;}
/*META BOX LOCATED ON PERMALINK PAGES*/
body#index .meta/*HIDDEN ON INDEX PAGES*/{
display:none;}
.meta{
display:block;
float:left;
text-align:left;
background:#000;
padding:10px;}
.meta span{
text-transform:uppercase;
font-size:10px;
color:#fff;
display:block;
line-height:18px;}
/*DISQUS STYLES*/
body#index .comments{display:none}
.comments{width:530px;}
#disqus_thread{padding-top:36px;margin-top:36px;border-top:1px solid #222;}
#dsq-content #dsq-options-toggle { display: none; }
#dsq-content #dsq-extra-links { display: none; }
#dsq-content #dsq-add-new-comment{margin-top:36px;}
#dsq-content #dsq-comments .dsq-comment-rate { display: none; }
#dsq-content #dsq-comments .dsq-comment-header{ background: #111; }
#dsq-content #dsq-comments .dsq-header-meta{color:#444;}
#dsq-content #dsq-comments ul{border:0;}
#dsq-content #dsq-comments .dsq-comment{background:#111;padding:10px;}
#dsq-content #dsq-comments .dsq-comment-footer{display:none;}
/*LIVE SEARCE STYLES*/
.searchbox {
position:relative;
margin-left:280px;
width:500px;
padding:0;}
.searchbox input{
position:absolute;
top:-22px;
left:280px;
padding:2px;
font-size:13px;
width:180px;
border:1px solid #000;
border-color:#000 #2f2f2f #2f2f2f #a00;
border-width:1px 1px 1px 2px;
background:#202020;
color:#fff}
#SearchBox1results{
padding-top:18px;}
.searchmatch{
background-color:#a00;
color:#fff;}
.searchresultrow {
background:#000;
font-family:verdana;
font-size:12px;
padding:10px;
margin-top:10px;
overflow:hidden;
border:1px solid #000;
width:530px;}
.searchresultrow:hover {
cursor:pointer;
border:1px solid #222;
background:#191919;}
#header .searchresultrow a {
font-size:14px;
color:#fff;
text-decoration:none;}
.searchexcerpt {
color:#AAA;
padding:5px 0;
font-size:12px;}
.searchexcerpt span {
background:#a00;
color:#fff;}
</style>
<!--[if IE 6]>
<style type="text/css">
.post,#navigation,.meta{background:#010101;}
.photo,.quote,.link,.conversation,.video,.audio,.regular{height:350px;overflow:visible;}
body#index .fade{z-index:100;position:absolute;bottom:8px;}
</style>
<script type="text/javascript" src="http://themes.paulgiacherio.com/museum/supersleight-min.js"></script>
<![endif]-->
<style type="text/css">
{CustomCSS}
</style>
<script src="http://www.thisismydevsite.com/tumblr.js" type="text/javascript"></script>
</head>
<body {block:IndexPage}id="index"{/block:IndexPage}>
<div id="header">
<!--UNCOMMENT TO INCLUDE PORTRAIT PHOTO
<div id="portrait"><img src="{PortraitURL-40}" alt="{Title}" /></div>
-->
<h1><a href="/">{Title}</a></h1>
<ul>
<li><a href="/archive">archive</a></li>
<li><a href="/mobile">mobile</a></li>
<li><a href="{RSS}">rss feed</a></li>
</ul>
<div class="searchbox">
<script type="text/javascript">Tumblr.searchBox()</script>
</div>
</div>
<div id="container">
{block:Posts}
<div class="post {TagsAsClasses}">
{block:Regular}
<div class="regular">
<div class="morewrap"><!--MOREWRAP TRIGGERED BY TAGGING POST 'more'-->
<a href="{Permalink}" class="morelink">more +</a>
<div class="fade"></div>
</div><!--END MOREWRAP-->
<div class="pad"><!--PAD BUMPS INDEX PAGE TEXT-->
{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
{Body}
</div>
<a href="{Permalink}" class="permalink">{MonthNumber}.{DayOfMonthWithZero}.{ShortYear}</a>
<!--UNCOMMENT BELOW TO ENABLE COMMENTS COUNT FOR REGULAR POSTS-->
<!--<a href="{Permalink}#disqus_thread" class="disquscount">Comments (View)</a>-->
</div>
{/block:Regular}
{block:Photo}
<div class="photo">
<!--MORELINK DISABLED FOR PHOTOS- IT INTERFERES WITH CAPTION. UNCOMMENT NEXT FOUR LINES IF YOU GOTTA HAVE MORE LINK ON PHOTOS-->
<!--<div class="morewrap">-->
<!--<a href="{Permalink}" class="morelink">more +</a>-->
<!--<div class="fade"></div>-->
<!--</div>-->
<a href="{Permalink}" class="permalink">+</a><!--SPECIAL TREATMENT FOR PHOTO PERMALINK-->
<div class="photobox">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</div>
{/block:Photo}
{block:Quote}
<div class="quote">
<div class="morewrap"><!--MOREWRAP TRIGGERED BY TAGGING POST 'more'-->
<a href="{Permalink}" class="morelink">more +</a>
<div class="fade"></div>
</div><!--END MOREWRAP-->
<div class="quotetext">
“ {Quote}
</div>
{block:Source}<div class="source">— {Source}</div>{/block:Source}
<a href="{Permalink}" class="permalink">{MonthNumber}.{DayOfMonthWithZero}.{ShortYear}</a>
<!--UNCOMMENT BELOW TO ENABLE COMMENTS COUNT FOR QUOTE POSTS-->
<!--<a href="{Permalink}#disqus_thread" class="disquscount">Comments (View)</a>-->
</div>
{/block:Quote}
{block:Link}
<div class="link">
<div class="morewrap"><!--MOREWRAP TRIGGERED BY TAGGING POST 'more'-->
<a href="{Permalink}" class="morelink">more +</a>
<div class="fade"></div>
</div><!--END MOREWRAP-->
<div class="pad">
<h1><a href="{URL}" {Target}>{Name} » </a></h1>
{block:Description}
<p class="description">{Description}</p>
{/block:Description}
</div>
<a href="{Permalink}" class="permalink">{MonthNumber}.{DayOfMonthWithZero}.{ShortYear}</a>
<!--UNCOMMENT BELOW TO ENABLE COMMENTS COUNT FOR LINK POSTS-->
<!--<a href="{Permalink}#disqus_thread" class="disquscount">Comments (View)</a>-->
</div>
{/block:Link}
{block:Conversation}
<div class="conversation">
<div class="morewrap"><!--MOREWRAP TRIGGERED BY TAGGING POST 'more'-->
<a href="{Permalink}" class="morelink">more +</a>
<div class="fade"></div>
</div><!--END MOREWRAP-->
<div class="pad">
{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
<ul>
{block:Lines}
<li class="{Alt}">
{block:Label}<span class="label">{Label}</span>{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
</div>
<a href="{Permalink}" class="permalink">{MonthNumber}.{DayOfMonthWithZero}.{ShortYear}</a>
<!--UNCOMMENT BELOW TO ENABLE COMMENTS COUNT FOR CONVERSATION POSTS-->
<!--<a href="{Permalink}#disqus_thread" class="disquscount">Comments (View)</a>-->
</div>
{/block:Conversation}
{block:Video}
<div class="video">
<div class="morewrap"><!--MOREWRAP TRIGGERED BY TAGGING POST 'more'-->
<a href="{Permalink}" class="morelink">more +</a>
<div class="fade"></div>
</div><!--END MOREWRAP-->
<div class="videobox">{Video-250}</div>
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
<a href="{Permalink}" class="permalink">{MonthNumber}.{DayOfMonthWithZero}.{ShortYear}</a>
<!--UNCOMMENT BELOW TO ENABLE COMMENTS COUNT FOR VIDEO POSTS-->
<!--<a href="{Permalink}#disqus_thread" class="disquscount">Comments (View)</a>-->
</div>
{/block:Video}
{block:Audio}
<div class="audio">
<div class="morewrap"><!--MOREWRAP TRIGGERED BY TAGGING POST 'more'-->
<a href="{Permalink}" class="morelink">more +</a>
<div class="fade"></div>
</div><!--END MOREWRAP-->
<div class="player">{AudioPlayerBlack}</div>
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
<a href="{Permalink}" class="permalink">{MonthNumber}.{DayOfMonthWithZero}.{ShortYear}</a>
<!--UNCOMMENT BELOW TO ENABLE COMMENTS COUNT FOR AUDIO POSTS-->
<!--<a href="{Permalink}#disqus_thread" class="disquscount">Comments (View)</a>-->
</div>
{/block:Audio}
<div class="comments">
<!--PASTE DISQUS PERMALINK BLOCK HERE-->
</div>
</div><!--CLOSE POST-->
<div class="meta"><!--METABOX APPEARS ON PERMALINK PAGE-->
<div class="metabox">
<p><span>posted :</span> {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</p>
{block:RebloggedFrom}
<p><span>reblogged from :</span> <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>
{/block:RebloggedFrom}
</div>
</div>
{/block:Posts}
<div id="navigation"><!--NAVIGATION ONLY APPEARS ON INDEX PAGES-->
<div id="pagetab">page</div>
<div class="pages">
<span>{CurrentPage}</span> of <span class="total">{TotalPages}</span>
</div>
{block:PreviousPage}
<a href="{PreviousPage}">- Previous Page</a>
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}">Next Page +</a>
{/block:NextPage}
</div>
<div id="footer">
<a href="/rss">rss feed</a> | <a href="http://www.tumblr.com/" target="_blank">tumblr</a> + <a href="http://paulgiacherio.com" target="_blank">paulgiacherio</a>
</div>
</div><!--CLOSE CONTAINER-->
</body>
</html>