SHOW:
|
|
- or go back to the newest paste.
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
3 | ||
4 | <!-- | |
5 | Recently Theme by lsaac.tumblr.com | |
6 | ||
7 | Please remember to leave at least one credit link visible and as with all of my themes this is not a base code so please do not use it as such, thank you :-) | |
8 | --> | |
9 | ||
10 | <head> | |
11 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script> | |
12 | <script src="toggle.js" type="text/javascript"><!--mce:1--></script> | |
13 | <script type="text/javascript"> | |
14 | $(document).ready(function(){ | |
15 | $(".description").hide(); | |
16 | $(".about").click(function(){ | |
17 | $('.description').slideToggle("fast"); | |
18 | return true; | |
19 | }); | |
20 | }); | |
21 | </script> | |
22 | ||
23 | <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script> | |
24 | <script type="text/javascript"> | |
25 | $(document).ready(function () { | |
26 | $('li.drawer div:nth-child(2)').hide(); | |
27 | $('li.drawer h0').click(function () { | |
28 | if ($(this).hasClass('open')) { | |
29 | $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');} | |
30 | else { | |
31 | $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open'); | |
32 | $(this).next().slideDown(); | |
33 | $(this).addClass('open');} | |
34 | }); | |
35 | }); | |
36 | </script> | |
37 | ||
38 | <meta name="color:Background" content="#fff" /> | |
39 | <meta name="color:Text" content="#333333" /> | |
40 | <meta name="color:Links" content="#555555"/> | |
41 | <meta name="color:Hover" content="#dad8d8"/> | |
42 | <meta name="color:Scrollbar" content="#666666"/> | |
43 | <meta name="color:Scrollbar Background" content="#dad8d8"/> | |
44 | <meta name="color:Borders" content="#dad8d8"/> | |
45 | <meta name="color:Answer" content="#ebebeb"/> | |
46 | ||
47 | <meta name="image:Header" content=""/> | |
48 | ||
49 | <meta name="text:First custom link title" content=""/> | |
50 | <meta name="text:First custom link url" content=""/> | |
51 | <meta name="text:Second custom link title" content=""/> | |
52 | <meta name="text:Second custom link url" content=""/> | |
53 | <meta name="text:Third custom link title" content=""/> | |
54 | <meta name="text:Third custom link url" content=""/> | |
55 | <meta name="text:Fourth custom link title" content=""/> | |
56 | <meta name="text:Fourth custom link url" content=""/> | |
57 | <meta name="text:Fifth custom link title" content=""/> | |
58 | <meta name="text:Fifth custom link url" content=""/> | |
59 | <meta name="text:Sixth custom link title" content=""/> | |
60 | <meta name="text:Sixth custom link url" content=""/> | |
61 | <meta name="text:Title Font Size" content="60"/> | |
62 | <meta name="text:Header Size" content="500"/> | |
63 | ||
64 | <meta name="if:First custom link" content="0"/> | |
65 | <meta name="if:Second custom link" content="0"/> | |
66 | <meta name="if:Third custom link" content="0"/> | |
67 | <meta name="if:Fourth custom link" content="0"/> | |
68 | <meta name="if:Fifth custom link" content="0"/> | |
69 | <meta name="if:Sixth custom link" content="0"/> | |
70 | <meta name="if:Submit link" content="0"/> | |
71 | <meta name="if:Archive link" content="1"/> | |
72 | <meta name="if:Home link" content="1"/> | |
73 | <meta name="if:Message link" content="1"/> | |
74 | ||
75 | <meta name="if:Inverted Fade" content="1" /> | |
76 | <meta name="if:Faded Images" content="0" /> | |
77 | <meta name="if:Custom Title Font" content="1"/> | |
78 | <meta name="if:Cross cursor" content="1"/> | |
79 | <meta name="if:Show Header" content="0"/> | |
80 | <meta name="if:Animated Post Load" content="1"/> | |
81 | ||
82 | <meta name="font:Body" content="Lucida Sans"/> | |
83 | <meta name="font:Title" content="Courier New"/> | |
84 | ||
85 | ||
86 | <title>{Title}</title> | |
87 | <link rel="shortcut icon" href="{Favicon}"> | |
88 | <link rel="alternate" type="application/rss+xml" href="{RSS}"> | |
89 | <link rel="shortcut icon" href="{Favicon}"> | |
90 | <title>Untitled Document</title> | |
91 | <link rel="shortcut icon" href="{Favicon}"> | |
92 | <link rel="alternate" type="application/rss+xml" href="{RSS}"> | |
93 | ||
94 | {block:Description} | |
95 | <meta name="description" content="{MetaDescription}" /> | |
96 | {/block:Description} | |
97 | ||
98 | <style type="text/css"> | |
99 | {CustomCSS} | |
100 | ||
101 | @font-face {font-family: customfont; src: url('http://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf'); | |
102 | } | |
103 | ||
104 | p{ | |
105 | margin:0px; | |
106 | padding:0px; | |
107 | } | |
108 | ||
109 | #tumblr_controls{ | |
110 | position:absolute; | |
111 | margin-top:0px; | |
112 | margin-left:0px; | |
113 | } | |
114 | ||
115 | #tumblr_controls{ | |
116 | -webkit-transition: opacity 0.2s linear; | |
117 | opacity: 0.6; | |
118 | } | |
119 | #tumblr_controls:hover{ | |
120 | -webkit-transition: opacity 0.2s linear; | |
121 | opacity: 1; | |
122 | } | |
123 | ||
124 | a{ | |
125 | text-decoration: none; | |
126 | color:{color:links}; | |
127 | -moz-transition: all 0.3s ease-out; | |
128 | -o-transition: all 0.3s ease-out; | |
129 | -webkit-transition: all 0.3s ease-out; | |
130 | transition: all 0.3s ease-out; | |
131 | {block:ifcrosscursor} | |
132 | cursor: crosshair; | |
133 | {/block:ifcrosscursor} | |
134 | } | |
135 | ||
136 | a:hover{ | |
137 | color:{color:hover}; | |
138 | -moz-transition: all 0.3s ease-out; | |
139 | -o-transition: all 0.3s ease-out; | |
140 | -webkit-transition: all 0.3s ease-out; | |
141 | transition: all 0.3s ease-out; | |
142 | {block:ifcrosscursor} | |
143 | cursor: crosshair; | |
144 | {/block:ifcrosscursor} | |
145 | } | |
146 | ||
147 | body{ | |
148 | color:{color:Text}; | |
149 | background-color:{color:Background}; | |
150 | {block:ifcrosscursor} | |
151 | font-size:9px; | |
152 | text-align: center; | |
153 | font-family: {font:Body}; | |
154 | line-height:10px; | |
155 | {block:ifcrosscursor} | |
156 | cursor: crosshair; | |
157 | {/block:ifcrosscursor} | |
158 | } | |
159 | ||
160 | #content{ | |
161 | margin: auto auto auto auto ; | |
162 | width:100%; | |
163 | top:108px; | |
164 | position:relative; | |
165 | } | |
166 | ||
167 | #content .posts{ | |
168 | width:870px; | |
169 | font-family: {font:Body}; | |
170 | margin: 10px 0px 0px 30px; | |
171 | margin-left: 230px; | |
172 | {block:PermalinkPage} | |
173 | width:500px; | |
174 | {/block:PermalinkPage} | |
175 | {block:ifcrosscursor} | |
176 | cursor: crosshair; | |
177 | {/block:ifcrosscursor} | |
178 | } | |
179 | ||
180 | #content .entry{ | |
181 | {block:IndexPage} | |
182 | width:250px; | |
183 | margin:20px; | |
184 | {block:ifanimatedpostload} | |
185 | -moz-transition: all 3.9s ease-out; | |
186 | -o-transition: all 3.9s ease-out; | |
187 | -webkit-transition: all 3.9s ease-out; | |
188 | transition: all 3.9s ease-out; | |
189 | {/block:ifanimatedpostload} | |
190 | {block:ifcrosscursor} | |
191 | cursor: crosshair; | |
192 | {/block:ifcrosscursor} | |
193 | {/block:IndexPage} | |
194 | {block:PermalinkPage} | |
195 | width: 870px; | |
196 | margin-bottom:50px; | |
197 | {/block:PermalinkPage} | |
198 | } | |
199 | ||
200 | #content .entry:hover{ | |
201 | {block:IndexPage} | |
202 | width:250px; | |
203 | {/block:IndexPage} | |
204 | } | |
205 | ||
206 | #content .entry img{ | |
207 | {block:IndexPage} | |
208 | max-width:250px; | |
209 | {/block:IndexPage} | |
210 | } | |
211 | ||
212 | .perma { | |
213 | opacity: 0.0; | |
214 | filter: alpha(opacity = 0); | |
215 | z-index:9999991; | |
216 | display: inline-block; | |
217 | position: absolute; | |
218 | bottom: 4px; | |
219 | left: 5px; | |
220 | -moz-transition: all 0.3s ease-out; | |
221 | -o-transition: all 0.3s ease-out; | |
222 | -webkit-transition: all 0.3s ease-out; | |
223 | transition: all 0.3s ease-out; | |
224 | } | |
225 | ||
226 | .entry:hover .perma { | |
227 | opacity: 1; | |
228 | filter: alpha(opacity = 100); | |
229 | } | |
230 | ||
231 | .likep { | |
232 | width: 21px; | |
233 | height: 20px; | |
234 | overflow: hidden; | |
235 | z-index: 9999999; | |
236 | display: inline-block; | |
237 | } | |
238 | ||
239 | .rep { | |
240 | width: 24px; | |
241 | height: 20px; | |
242 | overflow: hidden; | |
243 | z-index: 9999999; | |
244 | display: inline-block; | |
245 | } | |
246 | ||
247 | .likep a:hover { | |
248 | background-position: 0px 0px; | |
249 | } | |
250 | ||
251 | .likep a { | |
252 | background-image: url("http://static.tumblr.com/ykziu7r/ICbmd11nu/like.png"); | |
253 | background-position: 0px 0px; | |
254 | display: block; | |
255 | z-index: 9999999; | |
256 | } | |
257 | ||
258 | .likep img { | |
259 | width: 21px; | |
260 | height: 20px; | |
261 | } | |
262 | ||
263 | .rep img{ | |
264 | width: 24px; | |
265 | height: 20px; | |
266 | line-height: 30px; | |
267 | display: inline; | |
268 | -webkit-filter: invert(100%) | |
269 | } | |
270 | ||
271 | .top{ | |
272 | width:870px; | |
273 | text-align:center; | |
274 | top:0px; | |
275 | left:230px; | |
276 | z-index:999999999; | |
277 | margin-bottom:10px; | |
278 | {block:ifcrosscursor} | |
279 | cursor: crosshair; | |
280 | {/block:ifcrosscursor} | |
281 | padding-top:20px; | |
282 | padding-right:8px; | |
283 | padding-left:8px; | |
284 | padding-bottom:20px; | |
285 | position: fixed; | |
286 | background-color:{color:background}; | |
287 | font-family: {font:Body}; | |
288 | } | |
289 | ||
290 | ||
291 | {block:ifinvertedfade} | |
292 | img{ | |
293 | -webkit-transition: opacity 0.3s linear; | |
294 | opacity: 1; | |
295 | } | |
296 | img:hover{ | |
297 | -webkit-transition: opacity 0.3s linear; | |
298 | opacity: 0.7; | |
299 | } | |
300 | {/block:ifinvertedfade} | |
301 | ||
302 | {block:iffadedimages} | |
303 | img{ | |
304 | -webkit-transition: opacity 0.3s linear; | |
305 | opacity: 0.8; | |
306 | } | |
307 | img:hover{ | |
308 | -webkit-transition: opacity 0.3s linear; | |
309 | opacity: 1; | |
310 | } | |
311 | {/block:iffadedimages} | |
312 | ||
313 | .h1{ | |
314 | display:block; | |
315 | font-size:27px; | |
316 | line-height:20px; | |
317 | text-align: center; | |
318 | margin-bottom: 10px; | |
319 | font-family: {font:Body}; | |
320 | } | |
321 | ||
322 | .h2{ | |
323 | font-size:22px; | |
324 | line-height:15px; | |
325 | margin-bottom:5px; | |
326 | font-family: {font:Body}; | |
327 | display:block; | |
328 | text-align:center; | |
329 | } | |
330 | ||
331 | .h3{ | |
332 | font-size:{text:Title Font Size}px; | |
333 | line-height:{text:Title Font Size}px; | |
334 | text-align:center; | |
335 | text-transform:uppercase; | |
336 | {block:ifcustomtitlefont} | |
337 | font-family: 'Customfont'; | |
338 | {/block:ifcustomtitlefont} | |
339 | {block:ifnotcustomtitlefont} | |
340 | font-family: {font:Title}; | |
341 | {/block:ifnotcustomtitlefont} | |
342 | } | |
343 | ||
344 | #h4{ | |
345 | width:400px; | |
346 | font-size:10px; | |
347 | line-height:12px; | |
348 | text-align:center; | |
349 | font-family: {font:Body}; | |
350 | } | |
351 | ||
352 | #h7{ | |
353 | width:620px; | |
354 | border-top-style:solid; | |
355 | border-width:1px; | |
356 | border-color:{color:Borders}; | |
357 | padding-top:5px; | |
358 | font-size:10px; | |
359 | line-height:10px; | |
360 | text-transform:uppercase; | |
361 | font-family: {font:Body}; | |
362 | letter-spacing:1px; | |
363 | } | |
364 | ||
365 | .nav{ | |
366 | text-align:center; | |
367 | margin-top:0px; | |
368 | margin-bottom:0px; | |
369 | font-family: {font:Body}; | |
370 | } | |
371 | ||
372 | .notes{ | |
373 | width:870px; | |
374 | padding-left:0px; | |
375 | text-align:left; | |
376 | } | |
377 | ||
378 | .permalink{ | |
379 | display:block; | |
380 | text-align:right; | |
381 | padding:2px; | |
382 | border-width:0px; | |
383 | text-transform:uppercase; | |
384 | font-family:{font:Body}; | |
385 | margin-top:5px; | |
386 | border-bottom-style:solid; | |
387 | } | |
388 | ||
389 | .permalink{ | |
390 | -webkit-transition: opacity 0.3s linear; | |
391 | opacity: 0.3; | |
392 | -moz-transition: all 0.3s ease-out; | |
393 | -o-transition: all 0.3s ease-out; | |
394 | -webkit-transition: all 0.3s ease-out; | |
395 | transition: all 0.3s ease-out; | |
396 | } | |
397 | .permalink:hover{ | |
398 | -webkit-transition: opacity 0.3s linear; | |
399 | opacity: 1; | |
400 | -moz-transition: all 0.3s ease-out; | |
401 | -o-transition: all 0.3s ease-out; | |
402 | -webkit-transition: all 0.3s ease-out; | |
403 | transition: all 0.3s ease-out; | |
404 | } | |
405 | ||
406 | .quote{ | |
407 | font-size:17px; | |
408 | line-height:20px; | |
409 | text-transform:none; | |
410 | margin-bottom:5px; | |
411 | font-family: {font:Body}; | |
412 | } | |
413 | ||
414 | .audio{ | |
415 | {block:IndexPage} | |
416 | width:288px; | |
417 | {/block:IndexPage} | |
418 | {block:PermalinkPage} | |
419 | width:858px; | |
420 | {/block:PermalinkPage} | |
421 | background-color:#fff; | |
422 | padding:5px; | |
423 | margin-bottom:0px; | |
424 | } | |
425 | ||
426 | .audiocap, .videocap{ | |
427 | display:block; | |
428 | padding:0px; | |
429 | } | |
430 | ||
431 | .albumart, .albumart img{ | |
432 | {block:IndexPage} | |
433 | width:250px; | |
434 | {/block:IndexPage} | |
435 | {block:PermalinkPage} | |
436 | width:870px; | |
437 | {/block:PermalinkPage} | |
438 | } | |
439 | ||
440 | div.video embed, | |
441 | div.post div.video object { | |
442 | {block:IndexPage} | |
443 | width:250px !important; | |
444 | height:150px !important; | |
445 | {/block:IndexPage} | |
446 | {block:PermalinkPage} | |
447 | width:500px !important; | |
448 | height:400px !important; | |
449 | {/block:PermalinkPage} | |
450 | } | |
451 | ||
452 | .question{ | |
453 | margin-bottom:5px; | |
454 | font-size:10px; | |
455 | line-height:10px; | |
456 | display:block; | |
457 | font-family: {font:Body}; | |
458 | } | |
459 | ||
460 | .asker{ | |
461 | font-family: {font:Body}; | |
462 | font-size:10px; | |
463 | line-height:10px; | |
464 | } | |
465 | ||
466 | .answer{ | |
467 | padding:3px; | |
468 | font-size:10px; | |
469 | line-height:10px; | |
470 | font-family: {font:Body}; | |
471 | color: {color:text}; | |
472 | background-color:{color:Answer}; | |
473 | } | |
474 | ||
475 | .nav {font-size:10px; | |
476 | } | |
477 | ||
478 | #link{ | |
479 | width:870px; | |
480 | height:auto; | |
481 | margin-bottom:50px; | |
482 | margin-top:50px; | |
483 | } | |
484 | ||
485 | #chat{ | |
486 | width:870px; | |
487 | height:auto; | |
488 | margin-bottom:50px; | |
489 | margin-top:50px; | |
490 | } | |
491 | ||
492 | #quote{ | |
493 | width:870px; | |
494 | height:auto; | |
495 | margin-bottom:50px; | |
496 | margin-top:50px; | |
497 | } | |
498 | ||
499 | #text{ | |
500 | width:870px; | |
501 | height:auto; | |
502 | margin-bottom:50px; | |
503 | margin-top:50px; | |
504 | } | |
505 | ||
506 | #vid{ | |
507 | width:870px; | |
508 | height:auto; | |
509 | margin-bottom:50px; | |
510 | margin-top:50px; | |
511 | } | |
512 | ||
513 | #photoset{ | |
514 | width:870px; | |
515 | height:auto; | |
516 | margin-bottom:50px; | |
517 | margin-top:50px; | |
518 | } | |
519 | ||
520 | #ans{ | |
521 | width:855px; | |
522 | height:auto; | |
523 | margin-bottom:50px; | |
524 | margin-top:50px; | |
525 | } | |
526 | ||
527 | ul#drawers {width: 870px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;} | |
528 | ||
529 | ul#drawers a {text-decoration: none; color: #000;} | |
530 | ||
531 | ul#drawers li h0 {margin: 0; padding: 1px; text-transform: Camelcase; font-size: 10px; text-align: center; cursor: help; 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; | |
532 | transition: background-color 0.5s ease-out;} | |
533 | ||
534 | h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;} | |
535 | ||
536 | li.drawer h0.open {background-color: #121213; border-top: 0px;} | |
537 | ||
538 | li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);} | |
539 | ||
540 | li.drawer div li {list-style-type: disc;} | |
541 | ||
542 | li.drawer div ul {-webkit-padding-start: 12px;} | |
543 | ||
544 | ::-webkit-scrollbar-thumb:vertical { | |
545 | background-color:{color:Scrollbar}; | |
546 | height:100px; | |
547 | } | |
548 | ||
549 | ::-webkit-scrollbar-thumb:horizontal { | |
550 | background-color:{color:Scrollbar}; | |
551 | height:10px; | |
552 | } | |
553 | ||
554 | ::-webkit-scrollbar { | |
555 | height:10px; | |
556 | width:8px; | |
557 | background-color:{color:Scrollbar Background}; | |
558 | } | |
559 | ||
560 | </style> | |
561 | <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script> | |
562 | <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js"> | |
563 | </script> | |
564 | <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script> | |
565 | <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script> | |
566 | <script type="text/javascript"> | |
567 | ||
568 | $(window).load(function () { | |
569 | $('.posts').masonry(), | |
570 | $('.masonryWrap').infinitescroll({ | |
571 | navSelector : "div#navigation", | |
572 | // selector for the paged navigation (it will be hidden) | |
573 | nextSelector : "div#navigation a#nextPage", | |
574 | // selector for the NEXT link (to page 2) | |
575 | itemSelector : ".entry", | |
576 | // selector for all items you'll retrieve | |
577 | bufferPx : 10000, | |
578 | extraScrollPx: 11000, | |
579 | loadingImg : "", | |
580 | loadingText : "<em></em>", | |
581 | }, | |
582 | // call masonry as a callback. | |
583 | function() { $('.posts').masonry({ appendedContent: $(this) }); } | |
584 | ); | |
585 | }); | |
586 | </script> | |
587 | <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head> | |
588 | <body> | |
589 | <div class="top"> | |
590 | <div class="nav"> | |
591 | <div align="center"><p> | |
592 | <ul id="drawers"> | |
593 | <li class="drawer" id="info"> <h0>{block:ifnotshowheader} | |
594 | <span class="h3">{Title}</span>{/block:ifnotshowheader}{block:ifshowheader}<img src="{image:Header}" width="{text:Header Size}px;" target="_blank" style=""><br><br>{/block:ifshowheader}</h0> | |
595 | ||
596 | <div align="center"><p><p><div id="h4"><br>{Description}<br></div><br> | |
597 | ||
598 | <div id="h7">{block:ifhomelink}<a href="/">Home</a> {block:ifhomelink}{block:ifmessagelink}<a href="/ask">Message</a> {block:ifmessagelink}{block:ifarchivelink} <a href="/archive">Archive</a> {/block:ifarchivelink}{block:ifsubmitlink}<a href="/submit">Submit</a> {block:ifsubmitlink}{block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a> {/block:iffirstcustomlink}{block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a> {/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a> {/block:ifthirdcustomlink}{block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a> {/block:iffourthcustomlink}{block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a> {/block:iffifthcustomlink}{block:ifsixthcustomlink}<a href="{text:sixth custom link url}">{text:sixth custom link title}</a> {/block:ifsixthcustomlink}<a href="http://lsaac.tumblr.com">Theme</a></span> | |
599 | </p></div></li></ul></div></form></div></div></div></span></div> | |
600 | ||
601 | ||
602 | <div id="content"> | |
603 | <div class="posts"> | |
604 | {block:Posts} | |
605 | <div class="entry"> | |
606 | ||
607 | {block:Text} | |
608 | {block:IndexPage} | |
609 | {block:Title}<span class="h1">{Title}</span>{/block:Title} | |
610 | {Body}{/block:IndexPage} | |
611 | {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div> | |
612 | {block:PermalinkPage}<div style="margin-left:220px;"</div>{/block:PermalinkPage} | |
613 | ||
614 | {block:PermalinkPage}<div id="text">{block:Title}<span class="h1">{Title}</span>{/block:Title} | |
615 | {Body}</div>{/block:PermalinkPage} | |
616 | {/block:Text} | |
617 | ||
618 | {block:Photo} | |
619 | {block:IndexPage} | |
620 | <div class="perma"> | |
621 | <div class="likep"> | |
622 | <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a> | |
623 | </div> | |
624 | <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a> | |
625 | </div> | |
626 | </div> | |
627 | <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="300"/></a> | |
628 | {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption} | |
629 | {/block:IndexPage} | |
630 | {block:PermalinkPage} | |
631 | {LinkOpenTag} | |
632 | <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a> | |
633 | {LinkCloseTag} | |
634 | {/block:permalinkpage} | |
635 | {/block:Photo} | |
636 | ||
637 | {block:Photoset} | |
638 | {block:IndexPage}{Photoset-250}{/block:IndexPage} | |
639 | {block:Caption}{Caption}{/block:Caption} | |
640 | {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{block:PermalinkPage}<div style="margin-left:230px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage} | |
641 | {/block:Photoset} | |
642 | ||
643 | {block:Quote} | |
644 | {block:IndexPage}<div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div> {block:Source}<small>{Source}</small>{/block:Source}{/block:IndexPage}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div> | |
645 | {block:PermalinkPage}<div style="margin-left:230px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> - {block:Source}<small>{Source}</small>{/block:Source}</div>{/block:PermalinkPage} | |
646 | {/block:Quote} | |
647 | ||
648 | {block:Link} | |
649 | {block:IndexPage}<a href="{URL}"{Target}><span class="h2"> →{Name}</span></a>{block:Description}<small>{Description}</small>{/block:Description}{/block:IndexPage}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div> | |
650 | {block:PermalinkPage}<div style="margin-left:230px;"</div>{/block:PermalinkPage}{block:PermalinkPage} | |
651 | <div id="link"><a href="{URL}"{Target}><span class="h2"> →{Name}</span></a> | |
652 | {block:Description}<small>{Description}</small>{/block:Description}</div>{/block:PermalinkPage} | |
653 | {/block:Link} | |
654 | ||
655 | {block:Video} | |
656 | <div class="video"> | |
657 | {block:IndexPage}{Video-250}{/block:IndexPage} | |
658 | </div>{block:IndexPage}<div class="videocap"></a></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:230px;"</div> | |
659 | {/block:PermalinkPage}{block:PermalinkPage}<div id="vid">{Video-500}</div>{/block:PermalinkPage} | |
660 | {/block:Video} | |
661 | ||
662 | {block:Chat} | |
663 | {block:IndexPage}{block:Title}<div class="ptitle">{Title}</div> | |
664 | {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}{/block:IndexPage}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{block:PermalinkPage}<div style="margin-left:230px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="chat">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{/block:PermalinkPage} | |
665 | {/block:Chat} | |
666 | ||
667 | {block:Audio} | |
668 | <a href="{Permalink}"> | |
669 | {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a><div class="audio">{AudioPlayerWhite}</div> | |
670 | {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage} | |
671 | {/block:Audio} | |
672 | ||
673 | {block:Answer} | |
674 | {block:IndexPage} | |
675 | <div class="asker">{Asker} said:</a><div class="question"><br>{Question}</div></div><div class="answer"><i>{Answer}</i></div>{/block:IndexPage} | |
676 | {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div></span></div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="ans"><div class="asker">{Asker} said:</a><div class="question"><br>{Question}</div></div><div class="answer"><i>{Answer}</i></div></div>{/block:PermalinkPage} | |
677 | {/block:Answer} | |
678 | ||
679 | {block:PermalinkPage}<div class="notes"> | |
680 | {block:Caption}{Caption}{/block:Caption} | |
681 | Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM} | |
682 | <br>Has a total of: {NoteCount} Notes | |
683 | {block:PostNotes}<br><br><div style="border-width:1px; border-style:solid; border-color:{color:borders}; text-align:left; margin-bottom:30px; max-height: 200px; width:868px; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div> | |
684 | {/block:PermalinkPage} | |
685 | </div>{/block:Posts}</div></div> | |
686 | ||
687 | {block:IndexPage} | |
688 | <div class="column navigation" id="navigation"> | |
689 | {block:Pagination} | |
690 | {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage} | |
691 | {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination} | |
692 | </div> | |
693 | {/block:IndexPage} | |
694 | ||
695 | <div style="position:fixed; bottom:5px; color: {color:Text}; right:1px; font-size:36px; opacity:0.6; background-color:{color:Posts}; border-radius:18px; padding:9px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com">+</a></div><div style="right: 3px; top: 26px; opacity:0.6; position:absolute;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div></div></div></div></div></div> | |
696 | ||
697 | <script type="text/javascript" src="http://static.tumblr.com/ykziu7r/gJrmd11kv/liked.js"></script> | |
698 | <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></body></html></body> |