SHOW:
|
|
- or go back to the newest paste.
1 | <!------- | |
2 | theme by cyrusnigga keep credit or d i e | |
3 | --------> | |
4 | ||
5 | <html lang="en"> | |
6 | <head> | |
7 | <title>{title}</title> | |
8 | <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'> | |
9 | <script type="http://static.tumblr.com/ | |
10 | xek1qzw/BByn8p4fa/jgnrsmsnry.js"></script> | |
11 | <meta name="color:Background" content="#ffffff"/> | |
12 | <meta name="color:Post Box" content="#ffffff"/> | |
13 | <meta name="color:Blog Description" content="#fff"/> | |
14 | <meta name="color:Title" content="#fff"/> | |
15 | <meta name="color:Text" content="#fff"/> | |
16 | <meta name="color:Link" content="#fff"/> | |
17 | <meta name="color:side links" content="#ffffff"/> | |
18 | <meta name="color:side links hover" content="#000000"/> | |
19 | <meta name="color:side links border" content="#fff"/> | |
20 | <meta name="color:Scrollbar" content="#000000"/> | |
21 | <meta name="color:Hover" content="#fff"/> | |
22 | <meta name="if:show blog title" content="0"/> | |
23 | <meta name="font:Body" content="Arial"/> | |
24 | <meta name="image:Background" content=""/> | |
25 | <meta name="image:Sidebar" content=""/> | |
26 | <meta name="if:Scrollbar" content="1"/> | |
27 | <meta name="if:one column" content="0"/> | |
28 | <script type="http://static.tumblr.com/ | |
29 | xek1qzw/BByn8p4fa/jgnrsmsnry.js"></script> | |
30 | <meta name="if:Dark images" content="0"/> | |
31 | <meta name="if:Black and white images" content="0"/> | |
32 | <meta name="text:sidebar title" content="تعرف أنك بطل" /> | |
33 | <meta name="text:link one" content="/" /> | |
34 | <meta name="text:link one title" content="home" /> | |
35 | <meta name="text:link two" content="/ask" /> | |
36 | <meta name="text:link two title" content="message" /> | |
37 | <meta name="text:link three" content="/archive" /> | |
38 | <meta name="text:link three title" content="archive" /> | |
39 | <meta name="text:link four" content="/random" /> | |
40 | <meta name="text:link four title" content="random" /> | |
41 | <meta name="text:link five" content="/" /> | |
42 | <meta name="text:link five title" content="" /> | |
43 | <meta name="text:link six" content="/" /> | |
44 | <meta name="text:link six title" content="" /> | |
45 | </script> | |
46 | ||
47 | ||
48 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> | |
49 | <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> | |
50 | ||
51 | <script> | |
52 | ||
53 | (function($){ | |
54 | ||
55 | $(document).ready(function(){ | |
56 | ||
57 | $("a[title]").style_my_tooltips({ | |
58 | ||
59 | tip_follows_cursor:true, | |
60 | ||
61 | tip_delay_time:3, | |
62 | ||
63 | tip_fade_speed:100, | |
64 | ||
65 | attribute:"title" | |
66 | ||
67 | }); | |
68 | ||
69 | }); | |
70 | ||
71 | })(jQuery); | |
72 | ||
73 | </script> | |
74 | ||
75 | ||
76 | <style type="text/css"> | |
77 | ||
78 | #s-m-t-tooltip { | |
79 | display: none; | |
80 | text-align:center; | |
81 | position:absolute; | |
82 | letter-spacing:1px; | |
83 | text-transform:uppercase; | |
84 | margin-top:10px;margin-left:10px; | |
85 | z-index:99; | |
86 | font-family:'consolas'; | |
87 | font-size:8px; | |
88 | padding:3px; | |
89 | line-height:10px; | |
90 | border-radius:3px; | |
91 | border:1px solid #fff; | |
92 | color:#fff; | |
93 | background:#000000;} | |
94 | ||
95 | ||
96 | .titulo{ | |
97 | font-size:12px; | |
98 | text-align: left; | |
99 | line-height:10px; | |
100 | margin-bottom:5px; | |
101 | width:auto;margin-left:5px; | |
102 | z-index:9999; | |
103 | font-family: Times;letter-spacing:2px; | |
104 | color:{color:link}; | |
105 | text-transform:none; | |
106 | text-shadow:0px 0px 0px #ddd; | |
107 | -webkit-transition: all 0.2s linear; | |
108 | -webkit-transition: all 0.2s linear; | |
109 | -moz-transition: all 0.2s linear; | |
110 | transition: all 0.2s linear; | |
111 | } | |
112 | ||
113 | ||
114 | body{ | |
115 | margin:0px; | |
116 | background-color: {color:Background}; | |
117 | background-image:url({image:Background}); | |
118 | background-attachment: fixed; | |
119 | background-repeat: no-repeat; | |
120 | background-position: bottom right; | |
121 | font-size: 8px; text-transform:uppercase;letter-spacing:1px; | |
122 | font-family:consolas; | |
123 | line-height:10px; | |
124 | color:{color:Text}; | |
125 | } | |
126 | ||
127 | a:link, a:active, a:visited{ | |
128 | color: {color:Link}; | |
129 | text-decoration: none; | |
130 | -webkit-transition: all 0.6s ease-out; | |
131 | moz-transition: all 0.6s ease-out; | |
132 | o-transition: all 0.6s ease-out; | |
133 | ransition: all 0.6s ease-out; | |
134 | } | |
135 | ||
136 | a:hover{ | |
137 | color:{color:Hover}; | |
138 | -webkit-transition: all 0.5s ease-out; | |
139 | -moz-transition: all 0.5s ease-out; | |
140 | transition: all 0.5s ease-out;text-decoration:underline; | |
141 | } | |
142 | ||
143 | {block:ifscrollbar} | |
144 | ::-webkit-scrollbar-thumb{ | |
145 | background-color: {color:scrollbar}; | |
146 | border: 4px solid {color:background}; | |
147 | height:0px; | |
148 | -moz-border-radius: 40px; | |
149 | border-radius: 40px; | |
150 | } | |
151 | ||
152 | ::-webkit-scrollbar { | |
153 | height:0px; | |
154 | width:10px; | |
155 | background-color: {color:background}; | |
156 | border: 4px solid {color:background}; | |
157 | } | |
158 | {/block:ifscrollbar}} | |
159 | ||
160 | ||
161 | div#stuff{ | |
162 | } | |
163 | div#sidebar{ | |
164 | position:fixed !important; | |
165 | width:150px; | |
166 | height:auto; | |
167 | margin-top: 180px; | |
168 | margin-left:360px; | |
169 | padding: 5px;padding-top:11px; | |
170 | line-height:11px; | |
171 | {block:ifnotshowblogtitle} | |
172 | padding-top:6px; | |
173 | {/block:ifnotshowblogtitle} | |
174 | letter-spacing:0px;padding-bottom:7px; | |
175 | margin-bottom: 6px; | |
176 | line-height:11px; | |
177 | letter-spacing:0px; | |
178 | margin-bottom: 6px; | |
179 | background-color:#000; | |
180 | } | |
181 | ||
182 | div#sidebar img{ | |
183 | {block:ifblackandwhiteimages} | |
184 | -webkit-filter: grayscale(100%); | |
185 | {/block:ifblackandwhiteimages} | |
186 | {block:ifdarkimages} | |
187 | -webkit-filter: grayscale(40%); | |
188 | {/block:ifdarkimages} | |
189 | } | |
190 | ||
191 | div#content{ | |
192 | margin:auto; | |
193 | top:0px; | |
194 | padding-top:5px; | |
195 | position:absolute; | |
196 | overflow:hidden; | |
197 | width:1255px; | |
198 | {block:ifonecolumn} | |
199 | width:855px; | |
200 | {/block:ifonecolumn} | |
201 | } | |
202 | ||
203 | ||
204 | div#posts{ | |
205 | float:right; | |
206 | {block:ifdarkimages} | |
207 | -webkit-filter: grayscale(50%); | |
208 | {/block:ifdarkimages} | |
209 | {block:ifblackandwhiteimages} | |
210 | -webkit-filter: grayscale(100%); | |
211 | {/block:ifblackandwhiteimages} | |
212 | width:700px; | |
213 | {block:ifonecolumn} | |
214 | width:300px; | |
215 | {/block:ifonecolumn} | |
216 | margin-left:68px; height:100%; | |
217 | padding-top:15px;margin-top:-15px; | |
218 | padding-left:15px;padding-right:15px; | |
219 | background-image:url({image:Post Background}); | |
220 | } | |
221 | ||
222 | div#entry{ | |
223 | z-index:9999; | |
224 | float: left; | |
225 | {block:indexpage} | |
226 | width:200px; | |
227 | {block:ifonecolumn} | |
228 | width:250px; | |
229 | {/block:ifonecolumn} | |
230 | {/block:indexpage} | |
231 | text-align:left | |
232 | {block:PermalinkPage} | |
233 | width: 400px; | |
234 | {block:ifonecolumn} | |
235 | width:250px; | |
236 | {/block:ifonecolumn} | |
237 | {/block:PermalinkPage} | |
238 | line-height:8px; | |
239 | margin-right:70px; | |
240 | overflow:hidden; | |
241 | margin:20px;background-color:#000; | |
242 | padding:8px;color:#fff; | |
243 | padding-bottom:6px; | |
244 | } | |
245 | ||
246 | ||
247 | #entry a{ | |
248 | color:#fff; | |
249 | } | |
250 | ||
251 | #entry a:hover{ | |
252 | color:#fff; | |
253 | } | |
254 | ||
255 | .fuzzy{ | |
256 | width:210px; | |
257 | height: 10px; | |
258 | font-size:8px; | |
259 | letter-spacing:1px; | |
260 | text-transform:uppercase; | |
261 | font-family:consolas; | |
262 | text-transform:none; | |
263 | position: absolute; | |
264 | line-height: 10px; | |
265 | text-align: center; | |
266 | overflow:hidden; | |
267 | color: #ffffff; | |
268 | text-transform:uppercase; | |
269 | letter-spacing:1px; | |
270 | padding:8px 3px 8px 4px; | |
271 | opacity: 0.0; | |
272 | background-color:#000000; | |
273 | bottom:-10px; | |
274 | margin-left: -10px; | |
275 | margin-top:-1px; | |
276 | opacity: 0.0; | |
277 | -webkit-transition: opacity 0.6s ease-out; | |
278 | -webkit-transition: all 0.6s ease-out; | |
279 | -moz-transition: all 0.6s ease-out; | |
280 | transition: all 0.6s ease-out; | |
281 | {block:ifonecolumn} | |
282 | width:260px; | |
283 | {/block:ifonecolumn} | |
284 | } | |
285 | ||
286 | ||
287 | ||
288 | .fuzzy a{ | |
289 | color:#ffffff; | |
290 | } | |
291 | ||
292 | #entry:hover .fuzzy { | |
293 | bottom:0px; | |
294 | -webkit-transition: opacity 0.6s ease-out; | |
295 | -webkit-transition: all 0.6s ease-out; | |
296 | -moz-transition: all 0.6s ease-out; | |
297 | transition: all 0.6s ease-out; | |
298 | opacity: 1.0; | |
299 | } | |
300 | ||
301 | .fuzzy a:hover{ | |
302 | color:{color:hover}; | |
303 | padding:1px 0px 0px 0px; | |
304 | -webkit-transition: opacity 0.3s ease-out; | |
305 | -webkit-transition: all 0.3s ease-out; | |
306 | -moz-transition: all 0.3s ease-out; | |
307 | transition: all 0.3s ease-out;} | |
308 | ||
309 | ::selection { | |
310 | color:{color:Text}; | |
311 | background-color: {color:Link}; | |
312 | } | |
313 | ||
314 | ::-moz-selection { | |
315 | color:{color:Text}; | |
316 | background-color: {color:Link}; | |
317 | } | |
318 | ||
319 | ::-webkit-selection { | |
320 | color:{color:Text}; | |
321 | background-color:{color:Link}; | |
322 | } | |
323 | ||
324 | ||
325 | #entry img{ | |
326 | {block:IndexPage} | |
327 | max-width: 200px; | |
328 | {block:ifonecolumn} | |
329 | max-width:250px; | |
330 | {/block:ifonecolumn} | |
331 | height: auto; | |
332 | {/block:IndexPage} | |
333 | {block:PermalinkPage} | |
334 | max-width: 400px; | |
335 | height: auto; | |
336 | {block:ifonecolumn} | |
337 | max-width:250px; | |
338 | {/block:ifonecolumn} | |
339 | {/block:PermalinkPage} | |
340 | -webkit-transition: all 0.5s ease-out; | |
341 | -moz-transition: all 0.5s ease-out; | |
342 | transition: all 0.5s ease-out; | |
343 | } | |
344 | ||
345 | ||
346 | .title{ | |
347 | font-family: calibri; | |
348 | font-size: 12px; | |
349 | line-height: 12px; | |
350 | color: {color:Title}; | |
351 | font-weight: normal; | |
352 | letter-spacing: 0px; | |
353 | text-transform:uppercase; | |
354 | letter-spacing:2px; | |
355 | } | |
356 | ||
357 | blockquote{ | |
358 | padding:0px 0px 2px 3px; | |
359 | margin:0px 0px 2px 1px; | |
360 | } | |
361 | ||
362 | ul, ol, li{ | |
363 | list-style:none; | |
364 | margin:0px; | |
365 | padding:0px; | |
366 | } | |
367 | ||
368 | .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, | |
369 | .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title}; | |
370 | } | |
371 | ||
372 | ::selection { | |
373 | color:{color:Text}; | |
374 | background-color: {color:Link}; | |
375 | } | |
376 | ||
377 | ::-moz-selection { | |
378 | color:{color:Text}; | |
379 | background-color: {color:Link}; | |
380 | } | |
381 | ||
382 | ::-webkit-selection { | |
383 | color:{color:Text}; | |
384 | background-color:{color:Link}; | |
385 | } | |
386 | ||
387 | ||
388 | #audio { | |
389 | width:250px; | |
390 | height:auto; | |
391 | min-height:60px; | |
392 | margin-top:17px; | |
393 | padding-bottom:5px; | |
394 | margin-left:40px; | |
395 | } | |
396 | .cover { | |
397 | position:absolute; | |
398 | z-index:1; | |
399 | width:70px; | |
400 | height:670px; | |
401 | margin-top:-4px; | |
402 | margin-left:-10px; | |
403 | } | |
404 | .cover img { | |
405 | float:left; | |
406 | width:70px; | |
407 | height:70px; | |
408 | } | |
409 | .playbox { | |
410 | opacity:0.6; | |
411 | width:27px; | |
412 | height:30px; | |
413 | overflow:hidden; | |
414 | position:absolute; | |
415 | z-index:1000; | |
416 | margin-left:14px; | |
417 | margin-top:18px; | |
418 | text-align:center; | |
419 | } | |
420 | .info { | |
421 | margin-left:73px; | |
422 | margin-top:4px; | |
423 | line-height:14px; | |
424 | } | |
425 | ||
426 | #hmm{ | |
427 | margin-top:-2px; | |
428 | padding:3px; | |
429 | text-align:center; | |
430 | } | |
431 | ||
432 | #hmm a{ | |
433 | padding:1px; | |
434 | } | |
435 | ||
436 | .yo{ | |
437 | position:fixed; | |
438 | text-align:center; | |
439 | bottom:0px; | |
440 | font-family:tahoma; | |
441 | font-size:20px; | |
442 | right:0px; | |
443 | padding-top:1px; | |
444 | padding-right:6px; | |
445 | padding-left:5px; | |
446 | padding-bottom:6px; | |
447 | width:auto; | |
448 | height:auto; | |
449 | border-top-left-radius:5px; | |
450 | background-color:#000; | |
451 | z-index:99999; | |
452 | color:#fff; | |
453 | } | |
454 | ||
455 | ||
456 | #entry:hover .perma{ | |
457 | opacity:1; | |
458 | -webkit-transition: all 0.3s linear; | |
459 | -moz-transition: all 0.3s linear; | |
460 | transition: all 0.3s linear;} | |
461 | ||
462 | .like_buttons { | |
463 | border-radius: 3px; | |
464 | list-style: none;} | |
465 | ||
466 | .reblog_buttons{ | |
467 | border-radius: 3px; | |
468 | list-style: none;} | |
469 | ||
470 | .like_buttons li { | |
471 | float: left; | |
472 | margin-left: 7px; | |
473 | padding: 3px; | |
474 | height: 20px; | |
475 | background:rgba(0,0,0,.12);} | |
476 | ||
477 | .reblog_buttons li { | |
478 | float: right; | |
479 | right: 7px; | |
480 | padding: 3px; | |
481 | height: 20px; | |
482 | background:rgba(0,0,0,.12); | |
483 | } | |
484 | ||
485 | .descriprion_icons{ | |
486 | position: absolute; | |
487 | display: block; | |
488 | width: 25px; | |
489 | height: 25px; | |
490 | left: 50%; | |
491 | top: 70%; | |
492 | margin-top: -12px; | |
493 | background: url(http://static.tumblr.com/dbek3sy/ZQDlsyx5t/icons.png) no-repeat; | |
494 | opacity:0; | |
495 | filter:alpha(opacity=0); | |
496 | z-index: 9999; | |
497 | {block:ifwhiteandblackpermalinks} | |
498 | -webkit-filter:invert(1); | |
499 | {/block:ifwhiteandblackpermalinks} | |
500 | } | |
501 | ||
502 | .reblog_icon{ | |
503 | background-position: 0px 0px;margin-left: -30px; | |
504 | -webkit-transition: all 0.25s ease; | |
505 | -moz-transition: all 0.25s ease; | |
506 | transition: all 0.25s ease; | |
507 | -o-transition: all 0.25s ease; | |
508 | } | |
509 | ||
510 | .permalink_icon{ | |
511 | background-position: -25px 0px;margin-left: 5px; | |
512 | -webkit-transition: all 0.45s ease; | |
513 | -moz-transition: all 0.45s ease; | |
514 | transition: all 0.45s ease; | |
515 | -o-transition: all 0.45s ease; | |
516 | } | |
517 | ||
518 | #entry:hover .descriprion_icons{ | |
519 | top: 50%; | |
520 | opacity:1; | |
521 | filter:alpha(opacity=100); | |
522 | } | |
523 | ||
524 | ||
525 | .linkie { | |
526 | margin:5px 5px 5px 0px; | |
527 | padding-left:5px; | |
528 | ||
529 | font-size:8px;color:#000; | |
530 | letter-spacing:1px; | |
531 | text-transform:uppercase; | |
532 | font-family:consolas; | |
533 | ||
534 | -webkit-transition:all 0.5s ease-in-out; | |
535 | -moz-transition:all 0.5s ease-in-out; | |
536 | -o-transition:all 0.5s ease-in-out; | |
537 | transition:all 0.5s ease-in-out; | |
538 | } | |
539 | ||
540 | .linkie a{ | |
541 | color:#000; | |
542 | background-color:#fff; | |
543 | padding:3px; | |
544 | } | |
545 | ||
546 | ||
547 | .linkie:hover { | |
548 | padding:0px 0px 0px 5px; | |
549 | -o-transition-transition: all 0.5s ease-out; | |
550 | -webkit-transition: all 0.5s ease-out; | |
551 | -moz-transition: all 0.5s ease-out; | |
552 | } | |
553 | ||
554 | .linkie a { | |
555 | -o-transition-transition: all 0.5s ease-out; | |
556 | -webkit-transition: all 0.5s ease-out; | |
557 | -moz-transition: all 0.5s ease-out; | |
558 | } | |
559 | ||
560 | .linkie:active { | |
561 | color:#520200; | |
562 | -o-transition-transition: all 0.5s ease-out; | |
563 | -webkit-transition: all 0.5s ease-out; | |
564 | -moz-transition: all 0.5s ease-out; | |
565 | }.koppelingen { | |
566 | padding:0px 5px 0px 5px; | |
567 | line-height:7px; | |
568 | } | |
569 | ||
570 | ||
571 | ||
572 | #hmm a { | |
573 | display:inline-block; | |
574 | padding:4px; | |
575 | z-index:9999; | |
576 | background:{color:side links}; | |
577 | width:1px; | |
578 | border:1px solid {color:side links border}; | |
579 | border-radius:300px; | |
580 | z-index:99999; | |
581 | text-align:left; | |
582 | } | |
583 | #hmm a:hover{ | |
584 | border:1px solid #ddd; | |
585 | background:{color:side links hover}; | |
586 | } | |
587 | #hmm{ | |
588 | margin-top:1px; | |
589 | display: block; | |
590 | z-index: 999999999; | |
591 | text-align:center; | |
592 | font-size:8px; | |
593 | color:#414141; | |
594 | text-transform:uppercase; | |
595 | } | |
596 | ||
597 | </style> | |
598 | <script type="http://static.tumblr.com/ | |
599 | xek1qzw/BByn8p4fa/jgnrsmsnry.js"></script> | |
600 | <link rel="shortcut icon" href="{Favicon}"> | |
601 | <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /> | |
602 | <meta name="viewport" content="width=720" /> | |
603 | </head> | |
604 | <body> | |
605 | ||
606 | <div id="stuff"> | |
607 | <div id="content"> | |
608 | <div id="sidebar"> | |
609 | <script type="http://static.tumblr.com/ | |
610 | xek1qzw/BByn8p4fa/jgnrsmsnry.js"></script> | |
611 | {block:ifshowblogtitle} | |
612 | <div class="titulo">{text:sidebar title}</div> | |
613 | {/block:ifshowblogtitle} | |
614 | <a href="/"><img src="{image:sidebar}" width=100%></a><br> | |
615 | ||
616 | <div align="left" style="line-height:12px; margin-top:12px;letter-spacing:1px; padding-left:3px;margin-bottom:-7px;"> | |
617 | {Description}</div> | |
618 | </br> | |
619 | ||
620 | ||
621 | <div align="left" style="line-height:5px;"> | |
622 | <div id="hmm"> | |
623 | {block:IfLinkonetitle}<a href="{text:link one}" title="{text:link one title}"></a> {/block:IfLinkonetitle} | |
624 | {block:IfLinktwotitle} <a href="{text:link two}" title="{text:link two title}"></a> {/block:IfLinktwotitle} | |
625 | {block:IfLinkthreetitle} <a href="{text:link three}" title="{text:link three title}"></a>{/block:IfLinkthreetitle} | |
626 | {block:IfLinkfourtitle} <a href="{text:link four}" title="{text:link four title}"></a>{/block:IfLinkfourtitle} | |
627 | {block:IfLinkfivetitle} <a href="{text:link five}" title="{text:link five title}"></a>{/block:IfLinkfivetitle} | |
628 | {block:IfLinksixtitle} <a href="{text:link six}" title="{text:link six title}"></a> {/block:IfLinksixtitle} | |
629 | ||
630 | <a href="http://cyrusnigga.tumblr.com" title="theme credit"></a> | |
631 | </center> | |
632 | ||
633 | </div> | |
634 | </div> | |
635 | ||
636 | ||
637 | </div> | |
638 | ||
639 | <div align="center"> | |
640 | ||
641 | <div id="posts"> | |
642 | ||
643 | {block:Posts} | |
644 | ||
645 | ||
646 | {block:ContentSource} | |
647 | ||
648 | <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}” | |
649 | ||
650 | width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” /> | |
651 | ||
652 | {/block:SourceLogo} | |
653 | ||
654 | {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —> | |
655 | ||
656 | {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent} | |
657 | ||
658 | ||
659 | <div id="entry"> | |
660 | ||
661 | ||
662 | ||
663 | {block:Photo} | |
664 | {block:IndexPage} | |
665 | ||
666 | <div class="fuzzy"><center>posted {timeago} | |
667 | with <a href="{permalink}">{NoteCountwithlabel}</a> <a href="{ReblogURL}" target="_blank">↺</a></center></div> | |
668 | ||
669 | ||
670 | <div id="postys"> | |
671 | <a href="{permalink}"> | |
672 | <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400;"></a></div> | |
673 | ||
674 | {/block:IndexPage} | |
675 | {block:PermalinkPage} | |
676 | {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px;"></center> | |
677 | <center>{caption}</center> | |
678 | {/block:PermalinkPage} | |
679 | {/block:Photo} | |
680 | ||
681 | {block:Photoset} | |
682 | ||
683 | ||
684 | <div class="fuzzy">posted {timeago} | |
685 | with <a href="{permalink}">{NoteCountwithlabel}</a> <a href="{ReblogURL}" target="_blank">↺</a></div> | |
686 | ||
687 | ||
688 | {block:indexpage} | |
689 | {Photoset-250} | |
690 | {/block:indexpage} | |
691 | {block:PermalinkPage} | |
692 | ||
693 | {block:ifnotonecolumn} | |
694 | {Photoset-400} | |
695 | {/block:ifnotonecolumn} | |
696 | ||
697 | ||
698 | {block:ifonecolumn} | |
699 | {Photoset-250} | |
700 | {/block:ifonecolumn} | |
701 | {/block:PermalinkPage} | |
702 | ||
703 | {/block:Photoset} | |
704 | ||
705 | ||
706 | ||
707 | {block:Text}<div style="padding-top:5px; padding-bottom:0px; padding-left:3px; padding-right:0px;"> | |
708 | {block:Title} | |
709 | <a href="{permalink}"><span class="title">{Title}</span></a> | |
710 | {/block:Title} | |
711 | <span class="entrytext" style="line-height:12px;">{Body}</span> | |
712 | <a href="{Permalink}"></a></div> | |
713 | {block:indexpage} | |
714 | <div align="right" style="padding-right:5px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} | |
715 | </a> - <a href="{Permalink}">{DayOfMonth} {Month} | |
716 | </a></div>{/block:indexpage} | |
717 | {/block:Text} | |
718 | ||
719 | {block:Link}<div style="padding-top:15px; padding-bottom:0px;> | |
720 | <a href="{URL}"><span class="title">{Name}</span></a></div> | |
721 | {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a> | |
722 | {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div> | |
723 | {block:indexpage} | |
724 | <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} | |
725 | </a> - <a href="{Permalink}">{DayOfMonth} {Month} | |
726 | </a></div>{/block:indexpage} | |
727 | {/block:Link} | |
728 | ||
729 | {block:Quote} | |
730 | <div style="padding-top:10px; padding-bottom:10px;"> | |
731 | <span class="title" style="line-height:16px;">"{Quote}"</span><br><br> | |
732 | <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source} | |
733 | -{Source} | |
734 | {/block:Source}</a></div><br>{block:indexpage} | |
735 | <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} | |
736 | </a> - <a href="{Permalink}">{DayOfMonth} {Month} | |
737 | </a></div>{/block:indexpage} | |
738 | </div> | |
739 | {/block:Quote} | |
740 | ||
741 | {block:Chat} | |
742 | <div style="padding-top:15px; padding-bottom:10px;"> | |
743 | <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a> | |
744 | <ul class="chat"> | |
745 | {block:Lines} | |
746 | <li class="user_{UserNumber}"> | |
747 | {block:Label} | |
748 | <span class="label" style="line-height:12px;">{Label}</span> | |
749 | {/block:Label} | |
750 | {Line} | |
751 | </li> | |
752 | {/block:Lines} | |
753 | </ul> | |
754 | {block:Caption}{Caption}{/block:Caption} | |
755 | <br>{block:indexpage} | |
756 | <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} | |
757 | </a> - <a href="{Permalink}">{DayOfMonth} {Month} | |
758 | </a></div>{/block:indexpage} | |
759 | </div> | |
760 | {/block:Chat} | |
761 | ||
762 | ||
763 | ||
764 | ||
765 | {block:Audio} | |
766 | <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div style="text-align:left"><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div> | |
767 | ||
768 | ||
769 | <div style="padding-bottom:0px;padding-top:6px;"></div>{block:indexpage} | |
770 | <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount} Plays</a></div> | |
771 | <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} | |
772 | </a> - <a href="{Permalink}">{DayOfMonth} {Month} | |
773 | </a></div>{/block:indexpage} | |
774 | ||
775 | ||
776 | {/block:Audio} | |
777 | ||
778 | ||
779 | ||
780 | {block:Video} | |
781 | ||
782 | <div class="fuzzy">posted {timeago} | |
783 | with <a href="{permalink}">{NoteCountwithlabel}</a><a href="{ReblogURL}" target="_blank">↺</a></div> | |
784 | ||
785 | {block:indexpage} | |
786 | {Video-250} | |
787 | {/block:indexpage} | |
788 | {block:PermalinkPage} | |
789 | ||
790 | {block:ifnotonecolumn} | |
791 | {Video-400} | |
792 | {/block:ifnotonecolumn} | |
793 | ||
794 | ||
795 | {block:ifonecolumn} | |
796 | {Video-250} | |
797 | {/block:ifonecolumn} | |
798 | {/block:PermalinkPage} | |
799 | {/block:Video} | |
800 | ||
801 | ||
802 | ||
803 | ||
804 | ||
805 | {block:PermalinkPage} | |
806 | <center> | |
807 | {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br><Br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png"> {TimeAgo} <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png"> {NoteCountWithLabel}{block:hasTags} <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png"> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:Date} | |
808 | </center> | |
809 | ||
810 | <br><br> | |
811 | <div align="left"> | |
812 | {block:PostNotes} | |
813 | {PostNotes} | |
814 | {/block:PostNotes}</div> | |
815 | {/block:PermalinkPage} | |
816 | ||
817 | ||
818 | </div> | |
819 | ||
820 | ||
821 | ||
822 | {/block:Posts} | |
823 | </div> | |
824 | </div> | |
825 | </div> | |
826 | </center> | |
827 | </div> | |
828 | </div> | |
829 | ||
830 | ||
831 | ||
832 | {block:indexpage} | |
833 | ||
834 | ||
835 | {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage} | |
836 | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> | |
837 | - | <script type="text/javascript" src="http://static.tumblr.com/33x1j2u/KPvnc4j2i/jquery.js"></script> |
837 | + | <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script> |
838 | <script type="text/javascript"> | |
839 | $(window).load(function(){ | |
840 | var $wall = $('#posts'); | |
841 | $wall.imagesLoaded(function(){ | |
842 | $wall.masonry({ | |
843 | itemSelector: '#entry, #entry_photo', | |
844 | isAnimated : false | |
845 | }); | |
846 | }); | |
847 | ||
848 | $wall.infinitescroll({ | |
849 | navSelector : '#page-nav', | |
850 | nextSelector : '#page-nav a', | |
851 | itemSelector : '#entry, #entry_photo', | |
852 | bufferPx : 2000, | |
853 | debug : false, | |
854 | errorCallback: function() { | |
855 | $('#infscr-loading').fadeOut('normal'); | |
856 | }}, | |
857 | function( newElements ) { | |
858 | var $newElems = $( newElements ); | |
859 | $newElems.hide(); | |
860 | $newElems.imagesLoaded(function(){ | |
861 | $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} ); | |
862 | }); | |
863 | }); $('#content').show(500); | |
864 | }); | |
865 | </script> | |
866 | {/block:indexpage} | |
867 | ||
868 | ||
869 | ||
870 | </body> | |
871 | </html> |