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 | ||
3 | <!---------------------------------------- | |
4 | Toblerone Theme by Incedo | |
5 | http://incedothemes.tumblr.com | |
6 | Please do not remove the credit. | |
7 | Updated 10/13/13 | |
8 | ------------------------------------------> | |
9 | ||
10 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
11 | ||
12 | <head> | |
13 | ||
14 | <title>{Title}</title> | |
15 | ||
16 | <meta name="color:background" content="#ffffff" /> | |
17 | <meta name="color:scrollbar" content="#A0A0A0" /> | |
18 | <meta name="color:scrollbar background" content="#ffffff" /> | |
19 | <meta name="color:text" content="#000000" /> | |
20 | <meta name="color:navigation" content="#000000" /> | |
21 | <meta name="color:description" content="#000000" /> | |
22 | <meta name="color:link" content="#636363" /> | |
23 | <meta name="color:link hover" content="#ffffff" /> | |
24 | <meta name="color:title" content="#c5b591" /> | |
25 | <meta name="color:borders" content="#D8D8D8" /> | |
26 | <meta name="color:post background" content="#ffffff" /> | |
27 | ||
28 | <meta name="if:one column" content=""/> | |
29 | <meta name="if:two columns" content="1"/> | |
30 | <meta name="if:three columns" content=""/> | |
31 | <meta name="if:four columns" content=""/> | |
32 | <meta name="if:custom title font" content="1"/> | |
33 | <meta name="if:show home link" content="1"/> | |
34 | <meta name="if:rounded corners" content="1"/> | |
35 | <meta name="if:consolas font" content="1"/> | |
36 | ||
37 | <meta name="font:description" content="georgia" /> | |
38 | <meta name="font:title" content="georgia" /> | |
39 | <meta name="font:text" content="georgia" /> | |
40 | <meta name="font:perma" content="georgia" /> | |
41 | <meta name="font:navigation" content="georgia" /> | |
42 | ||
43 | <meta name="image:Left Background" content=""/> | |
44 | <meta name="image:Right Background" content=""/> | |
45 | <meta name="image:Tiled Background" content="http://static.tumblr.com/8xsfla2/X2tmud9fb/greyzz.png"/> | |
46 | <meta name="image:Cover Background" content=""/> | |
47 | ||
48 | <meta name="text:home link title" content="home" /> | |
49 | <meta name="text:ask link title" content="message" /> | |
50 | <meta name="text:link 1 title" content="" /> | |
51 | <meta name="text:link 1" content="" /> | |
52 | <meta name="text:link 2 title" content="" /> | |
53 | <meta name="text:link 2" content="" /> | |
54 | <meta name="text:link 3 title" content="" /> | |
55 | <meta name="text:link 3" content="" /> | |
56 | <meta name="text:Post Title Size" content="12" /> | |
57 | <meta name="text:Post Font Size" content="10" /> | |
58 | <meta name="text:Blog Title Size" content="30" /> | |
59 | <meta name="text:Description Size" content="9" /> | |
60 | <meta name="text:Navigation Size" content="10" /> | |
61 | ||
62 | <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/> | |
63 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
64 | {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} | |
65 | <link rel="shortcut icon" href="{Favicon}" /> | |
66 | <link rel="alternate" type="application/rss+xml" href="{RSS}" /> | |
67 | ||
68 | <style type="text/css"> | |
69 | ||
70 | body { | |
71 | background-color:{color:background}; | |
72 | background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background}); | |
73 | background-attachment: fixed; | |
74 | background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left; | |
75 | background-repeat: no-repeat, no-repeat, repeat, no-repeat; | |
76 | -webkit-background-size: auto, auto, auto, cover; | |
77 | -moz-background-size: auto, auto, auto, cover; | |
78 | -o-background-size: auto, auto, auto, cover; | |
79 | background-size: auto, auto, auto, cover; | |
80 | color:{color:text}; | |
81 | {block:ifnotconsolasfont} | |
82 | font-family: {font:text}; | |
83 | {/block:ifnotconsolasfont} | |
84 | {block:ifconsolasfont} | |
85 | font-family: consolas; | |
86 | {/block:ifconsolasfont} | |
87 | font-size:{text:post font size}px; | |
88 | line-height:123%; | |
89 | text-align:left | |
90 | padding: 0px;} | |
91 | ||
92 | ::-webkit-scrollbar {width: 6px;} | |
93 | ||
94 | ::-webkit-scrollbar-thumb { | |
95 | background-color:{color:scrollbar};} | |
96 | ||
97 | ::-webkit-scrollbar-track{ | |
98 | background-color:{color:scrollbar background};} | |
99 | ||
100 | a:link, a:active, a:visited { | |
101 | color: {color:link}; | |
102 | text-decoration:none; | |
103 | -webkit-transition: all 0.5s ease-in-out; | |
104 | -moz-transition: all 0.5s ease-in-out; | |
105 | -o-transition: all 0.5s ease-in-out; | |
106 | -ms-transition: all 0.5s ease-in-out; | |
107 | transition: all 0.5s ease-in-out;} | |
108 | ||
109 | a:hover{ | |
110 | color:{color:link hover}; | |
111 | -webkit-transition: all 0.5s ease-in-out; | |
112 | -moz-transition: all 0.5s ease-in-out; | |
113 | -o-transition: all 0.5s ease-in-out; | |
114 | -ms-transition: all 0.5s ease-in-out; | |
115 | transition: all 0.5s ease-in-out;} | |
116 | ||
117 | #wrapper { | |
118 | margin-left:auto; | |
119 | margin-right:auto;} | |
120 | ||
121 | #tbar { | |
122 | position:relative; | |
123 | margin-top:12px;} | |
124 | ||
125 | #timg { | |
126 | text-align:center; | |
127 | background-color:{color:post background}; | |
128 | border: 1px solid {color:borders}; | |
129 | padding:12px;} | |
130 | ||
131 | #title, #title a { | |
132 | {block:ifcustomtitlefont} | |
133 | font-family: 'Cedarville Cursive', cursive; | |
134 | padding-bottom:8px; | |
135 | {/block:ifcustomtitlefont} | |
136 | {block:ifnotcustomtitlefont} | |
137 | font-family: {font:title}; | |
138 | padding-bottom:4px; | |
139 | {/block:ifnotcustomtitlefont} | |
140 | font-size: {text:blog title size}px; | |
141 | text-align:center; | |
142 | letter-spacing:2px; | |
143 | color: {color:title}; | |
144 | text-transform: lowercase;} | |
145 | ||
146 | #desc { | |
147 | color:{color:description}; | |
148 | font-size:{text:description size}px; | |
149 | {block:ifnotconsolasfont} | |
150 | font-family:{font:description}; | |
151 | {/block:ifnotconsolasfont} | |
152 | {block:ifconsolasfont} | |
153 | font-family:consolas; | |
154 | {/block:ifconsolasfont}} | |
155 | ||
156 | {block:ifroundedcorners} | |
157 | #desc, #poststyle, #timg { | |
158 | border-radius: 5px; | |
159 | -moz-border-radius: 5px; | |
160 | -webkit-border-radius: 5px;} | |
161 | #photo a img, #photo img, img, #mhold img, #mhold2, #mhold, iframe.photoset { | |
162 | border-radius: 4px; | |
163 | -moz-border-radius: 4px;# | |
164 | -webkit-border-radius: 4px;} | |
165 | #button, #buttonhold, #permanotes, #permareblog { | |
166 | border-radius: 2px; | |
167 | -moz-border-radius: 2px; | |
168 | -webkit-border-radius: 2px;} | |
169 | {/block:ifroundedcorners} | |
170 | ||
171 | #nav {text-align:center;} | |
172 | ||
173 | #nav a { | |
174 | color: {color:navigation}; | |
175 | {block:ifnotconsolasfont} | |
176 | font-family: {font:navigation}; | |
177 | {/block:ifnotconsolasfont} | |
178 | {block:ifconsolasfont} | |
179 | font-family:consolas; | |
180 | {/block:ifconsolasfont} | |
181 | font-style:none; | |
182 | text-align:center; | |
183 | padding:0px 2px} | |
184 | ||
185 | #button { | |
186 | display:inline; | |
187 | background-color:{color:post background}; | |
188 | border-width:0px 1px 1px 1px; | |
189 | border-color: {color:borders}; | |
190 | border-style:solid; | |
191 | padding:2px 6px 2px 6px; | |
192 | color:{color:text} ; | |
193 | font-size:9px; | |
194 | height:11px; | |
195 | line-height:11px; | |
196 | margin: 0px 2px;} | |
197 | ||
198 | #posts {margin: 6px 12px;} | |
199 | ||
200 | {block:indexpage} #posts {float:left} {/block:indexpage} | |
201 | ||
202 | #poststyle { | |
203 | background-color:{color:post background}; | |
204 | height:auto; | |
205 | overflow:hidden; | |
206 | border: 1px solid {color:borders}; | |
207 | padding:12px;} | |
208 | ||
209 | #photo, #photo img, #photo a img, #mart img, iframe.photoset { | |
210 | border: none; | |
211 | opacity: .89; | |
212 | -moz-opacity: .89; | |
213 | filter: alpha(opacity = 89); | |
214 | line-height:0; | |
215 | font-size:0;} | |
216 | ||
217 | {block:indexpage} | |
218 | #posts {width:276px;} | |
219 | #poststyle, #photo, #photo a img {width: 250px;} | |
220 | {/block:indexpage} | |
221 | {block:permalinkpage} | |
222 | #posts {width:426px;} | |
223 | #poststyle, #photo, #photo a img {width: 400px;} | |
224 | {/block:permalinkpage} | |
225 | ||
226 | #entries {margin-top:12px;} | |
227 | ||
228 | {block:indexpage} | |
229 | {block:ifonecolumn} | |
230 | #tbar {width: 276px; margin-left:12px;} | |
231 | #wrapper {width: 300px} | |
232 | #entries {width: 300px;} | |
233 | {/block:ifonecolumn} | |
234 | {block:iftwocolumns} | |
235 | #tbar {width: 576px; margin-left:12px;} | |
236 | #wrapper {width: 600px} | |
237 | #entries {width: 600px;} | |
238 | {/block:iftwocolumns} | |
239 | {block:ifthreecolumns} | |
240 | #tbar {width: 876px; margin-left:12px;} | |
241 | #wrapper {width: 900px} | |
242 | #entries {width: 900px;} | |
243 | {/block:ifthreecolumns} | |
244 | {block:iffourcolumns} | |
245 | #tbar {width: 1176px; margin-left:12px;} | |
246 | #wrapper {width: 1200px} | |
247 | #entries {width: 1200px;} | |
248 | {/block:iffourcolumns} | |
249 | {/block:indexpage} | |
250 | ||
251 | {block:permalinkpage} | |
252 | #tbar {width: 426px; margin-left:12px;} | |
253 | #wrapper {width: 450px} | |
254 | #entries {width: 450px;} | |
255 | {/block:permalinkpage} | |
256 | ||
257 | #question { | |
258 | border-bottom-style:solid; | |
259 | border-color: {color:borders}; | |
260 | border-width:1px; | |
261 | {block:indexpage} | |
262 | width:250px; | |
263 | {/block:indexpage} | |
264 | {block:permalinkpage} | |
265 | width:400px; | |
266 | {/block:permalinkpage}} | |
267 | ||
268 | #ppage {margin-top:9px;} | |
269 | ||
270 | h2 { | |
271 | font-size: {text:Post Title Size}px; | |
272 | margin:0px; | |
273 | line-height:100%;} | |
274 | ||
275 | .asker a {font-weight:bold;} | |
276 | ||
277 | #mhold { | |
278 | display:inline-block; | |
279 | width:100px; | |
280 | height:100px;} | |
281 | ||
282 | #mart { | |
283 | position:absolute; | |
284 | width:100px; | |
285 | height:100px; | |
286 | overflow:hidden;} | |
287 | ||
288 | #mart img { | |
289 | width:100px; | |
290 | position:absolute;} | |
291 | ||
292 | #mart2 { | |
293 | position:absolute; | |
294 | width:100px; | |
295 | height:100px; | |
296 | background-color:{color:post background};} | |
297 | ||
298 | #mhold2 { | |
299 | position:absolute; | |
300 | display:inline-block; | |
301 | height:86px; | |
302 | margin-left:12px; | |
303 | border:1px solid {color:borders}; | |
304 | padding:6px;} | |
305 | ||
306 | #mhold2 p { | |
307 | margin-top:0px; | |
308 | margin-bottom:2px;} | |
309 | ||
310 | {block:indexpage} | |
311 | #mhold2{width:124px;} | |
312 | {/block:indexpage} | |
313 | {block:permalinkpage} | |
314 | #mhold2{width:374px;} | |
315 | {/block:permalinkpage} | |
316 | ||
317 | #mplayer { | |
318 | position:absolute; | |
319 | height:28px; | |
320 | width:28px; | |
321 | margin:9px; | |
322 | overflow:hidden;} | |
323 | ||
324 | #mcircle { | |
325 | position:absolute; | |
326 | width:46px; | |
327 | height:46px; | |
328 | border-radius: 23px; | |
329 | -moz-border-radius: 23px; | |
330 | -webkit-border-radius: 23px; | |
331 | background-color:white; | |
332 | z-index:999999; | |
333 | margin:27px; | |
334 | opacity: .6; | |
335 | -moz-opacity: .6; | |
336 | filter: alpha(opacity = 60); | |
337 | -moz-transition: all 0.4s; | |
338 | -webkit-transition: all 0.4s; | |
339 | -o-transition: all 0.4s; | |
340 | transition: all 0.4;} | |
341 | ||
342 | #mcircle:hover { | |
343 | opacity: .8; | |
344 | -moz-opacity: .8; | |
345 | filter: alpha(opacity = 80); | |
346 | -moz-transition: all 0.4s; | |
347 | -webkit-transition: all 0.4s; | |
348 | -o-transition: all 0.4s; | |
349 | transition: all 0.4;} | |
350 | ||
351 | p, ul, ol, blockquote { | |
352 | margin-top: 2px; | |
353 | margin-bottom: 2px;} | |
354 | ||
355 | blockquote { | |
356 | margin-left:8px; | |
357 | padding-left:5px; | |
358 | padding-right:0px; | |
359 | margin-right:0px;} | |
360 | ||
361 | img a {border:none;} | |
362 | ||
363 | .chat ul, .chat li {list-style:none; margin:0px; padding:0px;} | |
364 | ||
365 | img {max-width:100%;} | |
366 | ||
367 | #c { | |
368 | position:fixed; | |
369 | bottom:4px; | |
370 | right:4px; | |
371 | font-size:13px; | |
372 | font-family:helvetica;} | |
373 | ||
374 | /*for permalink*/ | |
375 | #perma {text-align:center;opacity:1;margin-left:0px;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5;font-family:{block:ifnotconsolasfont}{font:perma}{/block:ifnotconsolasfont}{block:ifconsolasfont}consolas{/block:ifconsolasfont};} | |
376 | #perma, #perma a {color:{color:text};} | |
377 | #permanotes, #permareblog {display:inline;background-color:{color:post background}; border-width:0px 1px 1px 1px; border-color: {color:borders}; border-style:solid; padding:2px 6px 2px 6px; color:{color:text} ; font-size:9px; height:11px; line-height:11px; margin: 0px 2px; filter: alpha(opacity = 0); -moz-opacity: 0; opacity:0;} | |
378 | #posts:hover #permanotes {filter: alpha(opacity = 100);-moz-opacity: 1; opacity:1;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;} | |
379 | #posts:hover #permareblog {filter: alpha(opacity = 100);-moz-opacity: 1;opacity:1;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;transition-delay: .15s} | |
380 | #permanotes {-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;} | |
381 | #permareblog {-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;transition-delay: .15s} | |
382 | ||
383 | /*for multi columns*/ | |
384 | .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;} | |
385 | #infscr-loading {display:none;} | |
386 | .navigation {display:none!important;} | |
387 | ||
388 | </style> | |
389 | ||
390 | <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'> | |
391 | ||
392 | <style type="text/css">{CustomCSS}</style> | |
393 | ||
394 | <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script> | |
395 | ||
396 | <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div> | |
397 | ||
398 | <!for multi columns> | |
399 | <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><script type="text/javascript" src="jquery.masonry.min.js"></script><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>{block:IndexPage}<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script> | |
400 | <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage} | |
401 | <script type="text/javascript"> | |
402 | $(window).load(function () { | |
403 | $('#entries').masonry(), | |
404 | $('.masonryWrap').infinitescroll({ | |
405 | itemSelector : "#posts", | |
406 | navSelector : "div.navigation", | |
407 | nextSelector : ".navigation a#next", | |
408 | bufferPx : 1000000000000, | |
409 | loadingImg : "", | |
410 | loadingText : "", | |
411 | animation: true, | |
412 | extraScrollPx: 100000, | |
413 | }, | |
414 | function() { $('#entries').masonry({ appendedContent: $(this) }); | |
415 | }); | |
416 | });</script> | |
417 | ||
418 | </head> | |
419 | ||
420 | <body> | |
421 | ||
422 | <!for multi columns> | |
423 | <div class="navigation"> | |
424 | {block:Pagination} | |
425 | {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage} | |
426 | {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage} | |
427 | {/block:Pagination} | |
428 | </div> | |
429 | ||
430 | {block:ContentSource} | |
431 | <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" | |
432 | width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" /> | |
433 | {/block:SourceLogo} | |
434 | {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —> | |
435 | {/block:ContentSource} | |
436 | {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom} | |
437 | ||
438 | <div id="wrapper"> | |
439 | ||
440 | <div id="tbar"><div id="timg"> | |
441 | ||
442 | <div id="title"><a href="/">{Title}</a></div> | |
443 | ||
444 | <div id="desc">{Description}</div> | |
445 | ||
446 | </div> | |
447 | ||
448 | <div id="nav"> | |
449 | {block:ifshowhomelink}<div id="button"><a href="/">{text:home link title}</a></div>{/block:ifshowhomelink} | |
450 | <div id="button"><a href="/ask">{text:ask link title}</a></div> | |
451 | {block:HasPages}{block:Pages}<div id="button"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages} | |
452 | {block:iflink1}<div id="button"><a href="{text:link 1}">{text:link 1 title}</a></div>{/block:iflink1} | |
453 | {block:iflink2}<div id="button"><a href="{text:link 2}">{text:link 2 title}</a></div>{/block:iflink2} | |
454 | {block:iflink3}<div id="button"><a href="{text:link 3}">{text:link 3 title}</a></div>{/block:iflink3} | |
455 | {block:iflink4}<div id="button"><a href="{text:link 4}">{text:link 4 title}</a></div>{/block:iflink4} | |
456 | <div id="button"><a href="http://incedo.tumblr.com/">theme</a></div> | |
457 | </div> | |
458 | ||
459 | </div> | |
460 | ||
461 | <div class = "autopagerize_page_element" > | |
462 | <div id="entries"> | |
463 | {block:Posts} | |
464 | <div id="posts"> | |
465 | ||
466 | {block:Text} | |
467 | <div id="poststyle"> | |
468 | {block:Title}<h2>{Title}</h2>{/block:Title} | |
469 | {Body} | |
470 | {block:permalinkpage} | |
471 | {block:caption}<div style="margin-top:12px">{Caption}</div>{/block:caption} | |
472 | <div id="ppage"> | |
473 | <div style="text-align:center">Posted {TimeAgo} with {NoteCount} Notes</div> | |
474 | <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> | |
475 | </div> | |
476 | {/block:PermalinkPage} | |
477 | </div> | |
478 | {/block:Text} | |
479 | ||
480 | {block:Quote} | |
481 | <div id="poststyle"> | |
482 | "{Quote}” <div style="margin-left:20px;">— {Source}</div> | |
483 | {block:permalinkpage} | |
484 | {block:caption}<div style="margin-top:12px">{Caption}</div>{/block:caption} | |
485 | <div id="ppage"> | |
486 | <div style="text-align:center">Posted {TimeAgo} with {NoteCount} Notes</div> | |
487 | <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> | |
488 | </div> | |
489 | {/block:PermalinkPage} | |
490 | </div> | |
491 | {/block:Quote} | |
492 | ||
493 | {block:Link} | |
494 | <div id="poststyle"> | |
495 | <a href="{URL}"><h2>{Name}</h2></a> | |
496 | {block:Description}<p>{Description}</p>{/block:Description} | |
497 | {block:permalinkpage} | |
498 | {block:caption}<div style="margin-top:12px">{Caption}</div>{/block:caption} | |
499 | <div id="ppage"> | |
500 | <div style="text-align:center">Posted {TimeAgo} with {NoteCount} Notes</div> | |
501 | <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> | |
502 | </div> | |
503 | {/block:PermalinkPage} | |
504 | </div> | |
505 | {/block:Link} | |
506 | ||
507 | {block:Chat} | |
508 | <div id="poststyle"> | |
509 | <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</div>{/block:Lines} | |
510 | {block:permalinkpage} | |
511 | {block:caption}<div style="margin-top:12px">{Caption}</div>{/block:caption} | |
512 | <div id="ppage"> | |
513 | <div style="text-align:center">Posted {TimeAgo} with {NoteCount} Notes</div> | |
514 | <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> | |
515 | </div> | |
516 | {/block:PermalinkPage} | |
517 | </div> | |
518 | {/block:Chat} | |
519 | ||
520 | {block:Answer} | |
521 | <div id="poststyle"> | |
522 | <div id="question"><span style="font-style:italic;">{Asker} asked: </span>{Question}</div>{Answer} | |
523 | {block:permalinkpage} | |
524 | {block:caption}<div style="margin-top:12px">{Caption}</div>{/block:caption} | |
525 | <div id="ppage"> | |
526 | <div style="text-align:center">Posted {TimeAgo} with {NoteCount} Notes</div> | |
527 | <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> | |
528 | </div> | |
529 | {/block:PermalinkPage} | |
530 | </div> | |
531 | {/block:Answer} | |
532 | ||
533 | {block:Audio} | |
534 | <div id="poststyle"> | |
535 | <div id="mhold"> | |
536 | <div id="mart"> | |
537 | <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"> | |
538 | {block:AlbumArt}<div id="mart2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt} | |
539 | </div> | |
540 | <div id="mcircle"><div id="mplayer">{AudioPlayerwhite}</div></div> | |
541 | </div> | |
542 | <div id="mhold2"> | |
543 | <p>Track:{block:TrackName} {TrackName}{/block:TrackName}</p> | |
544 | <p>Artist:{block:Artist} {Artist}{/block:Artist}</p> | |
545 | <p>Album:{block:Album} {Album}{/block:Album}</p> | |
546 | <p>Plays: {FormattedPlayCount}</p> | |
547 | </div> | |
548 | {block:permalinkpage} | |
549 | {block:caption}<div style="margin-top:12px">{Caption}</div>{/block:caption} | |
550 | <div id="ppage"> | |
551 | <div style="text-align:center">Posted {TimeAgo} with {NoteCount} Notes</div> | |
552 | <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> | |
553 | </div> | |
554 | {/block:PermalinkPage} | |
555 | </div> | |
556 | {/block:Audio} | |
557 | ||
558 | {block:Video} | |
559 | <div id="poststyle"> | |
560 | {block:indexpage}{Video-250}{/block:indexpage} | |
561 | {block:permalinkpage}{Video-400}{/block:permalinkpage} | |
562 | {block:permalinkpage} | |
563 | {block:caption}<div style="margin-top:12px">{Caption}</div>{/block:caption} | |
564 | <div id="ppage"> | |
565 | <div style="text-align:center">Posted {TimeAgo} with {NoteCount} Notes</div> | |
566 | <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> | |
567 | </div> | |
568 | {/block:PermalinkPage} | |
569 | </div> | |
570 | {/block:Video} | |
571 | ||
572 | {block:Photo} | |
573 | <div id="poststyle"> | |
574 | <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div> | |
575 | {block:permalinkpage} | |
576 | {block:caption}<div style="margin-top:12px">{Caption}</div>{/block:caption} | |
577 | <div id="ppage"> | |
578 | <div style="text-align:center">Posted {TimeAgo} with {NoteCount} Notes</div> | |
579 | <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> | |
580 | </div> | |
581 | {/block:PermalinkPage} | |
582 | </div> | |
583 | {/block:Photo} | |
584 | ||
585 | {block:Photoset} | |
586 | <div id="poststyle"> | |
587 | {block:indexpage}{Photoset-250}{/block:indexpage} | |
588 | {block:permalinkpage}{Photoset-400}{/block:permalinkpage} | |
589 | {block:permalinkpage} | |
590 | {block:caption}<div style="margin-top:12px">{Caption}</div>{/block:caption} | |
591 | <div id="ppage"> | |
592 | <div style="text-align:center">Posted {TimeAgo} with {NoteCount} Notes</div> | |
593 | <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div> | |
594 | </div> | |
595 | {/block:PermalinkPage} | |
596 | </div> | |
597 | {/block:Photoset} | |
598 | ||
599 | {block:indexpage} | |
600 | <div id="perma"> | |
601 | <div id="permanotes"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div> | |
602 | <div id="permareblog"><a href="{ReblogURL}" target="_blank">reblog</a></div> | |
603 | </div> | |
604 | {/block:indexpage} | |
605 | ||
606 | </div> | |
607 | {/block:Posts} | |
608 | </div> | |
609 | </div> | |
610 | ||
611 | </div> | |
612 | ||
613 | <div id="c"><a href="http://incedo.tumblr.com">©</a></div> | |
614 | ||
615 | </body> | |
616 | </html> |