Advertisement
solarre

liebesträume

Jun 10th, 2016
10,630
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. liebesträume by solarre
  6.  
  7. -keep credit intact
  8. -don't steal any code
  9.  
  10. credits:
  11. soundcloud player, inf/pxu/masonry, video resizing script: shythemes
  12. pxu photosets: pixel union
  13. infscr: paul irish
  14.  
  15. -->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Title" content="#000000"/>
  28. <meta name="color:Text" content="#bbbbbb"/>
  29. <meta name="color:Link" content="#aaaaaa"/>
  30. <meta name="color:Hover" content="#b3b3b3"/>
  31. <meta name="color:Line" content="#f2f2f2"/>
  32. <meta name="color:Tooltip" content="#777777"/>
  33. <meta name="color:Scrollbar" content="#eeeeee"/>
  34.  
  35. <meta name="image:Sidebar" content="">
  36.  
  37. <meta name="if:Infinite Scroll" content="1"/>
  38. <meta name="if:Multicolumn" content="1"/>
  39. <meta name="if:Captions" content="1"/>
  40. <meta name="if:White Lightbox" content="0"/>
  41. <meta name="if:Small Cursor" content="1"/>
  42.  
  43. <meta name="select:Post Size" content="250" title="250px"/>
  44. <meta name="select:Post Size" content="280" title="280px"/>
  45. <meta name="select:Post Size" content="300" title="300px"/>
  46. <meta name="select:Post Size" content="320" title="320px"/>
  47.  
  48. <meta name="text:Blog Title" content="">
  49. <meta name="text:linkA" content="">
  50. <meta name="text:linkA url" content="/">
  51. <meta name="text:linkB" content="">
  52. <meta name="text:linkB url" content="/">
  53. <meta name="text:linkC" content="">
  54. <meta name="text:linkC url" content="/">
  55. <meta name="text:linkD" content="">
  56. <meta name="text:linkD url" content="/">
  57. <meta name="text:linkE" content="">
  58. <meta name="text:linkE url" content="/"/>
  59.  
  60. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:1,
  68. tip_fade_speed:100,
  69. attribute:"title"
  70. });
  71. });
  72. })(jQuery);
  73. </script>
  74.  
  75. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  76. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  77. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  78. <script src="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  79.  
  80. <style type="text/css">
  81.  
  82. ::-webkit-scrollbar {width:7px; height:auto; background:{color:background};}
  83. ::-webkit-scrollbar-corner {background:transparent;}
  84. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; width:1px;border:3px solid {color:background};}
  85. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};height:3px !important;}
  86. ::-webkit-scrollbar-increment {width:3px; height:3px; background-color:#fff;}
  87.  
  88. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  89. position:fixed;
  90. white-space:nowrap;
  91. -webkit-filter: invert(100%);
  92. -moz-filter: invert(100%);
  93. -o-filter: invert(100%);
  94. -ms-filter: invert(100%);
  95. filter: invert(100%);
  96. opacity:.5;transition: .8s ease-in-out;
  97. -webkit-transition: .8s ease-in-out;
  98. -moz-transition: .8s ease-in-out;
  99. -o-transition: .8s ease-in-out;
  100. }
  101.  
  102. #s-m-t-tooltip {
  103. max-width:300px;
  104. padding: 5px 8px;
  105. margin:10px;
  106. background-color:{color:background};
  107. font-size:8px;
  108. letter-spacing:1px;
  109. text-transform:uppercase;
  110. color:{color:tooltip};
  111. border:1px solid {color:line};
  112. border-radius:2px;
  113. z-index:1000000000000000000000000000000000;
  114. }
  115.  
  116. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  117. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  118. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  119.  
  120. .fade-in {
  121. opacity:0;
  122. -webkit-animation:fadeIn ease-in 1;
  123. -moz-animation:fadeIn ease-in 1;
  124. animation:fadeIn ease-in 1;
  125. -webkit-animation-fill-mode:forwards;
  126. -moz-animation-fill-mode:forwards;
  127. animation-fill-mode:forwards;
  128. -webkit-animation-duration:1s;
  129. -moz-animation-duration:1s; animation-duration:1s; }
  130.  
  131. .fade-in.one { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
  132. .fade-in.two { -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; animation-delay: 1.2s; }
  133.  
  134. ::selection {background:{color:scrollbar};color:#fff;text-shadow:none;}
  135. ::-o-selection {background:{color:scrollbar};color:#fff;text-shadow:none;}
  136. ::-moz-selection {background:{color:scrollbar};color:#fff;text-shadow:none;}
  137.  
  138. {block:ifWhiteLightbox}
  139. #vignette, .vignette{opacity:0!important;}.lightbox-caption {color:#000;}
  140. #tumblr_lightbox,.tmblr-lightbox{background:rgba(255,255,255,0.7)!important;}
  141. #tumblr_lightbox img, .lightbox-image {box-shadow:none!important;border-radius:0px!important;}
  142. {/block:ifWhiteLightbox}
  143.  
  144. {block:ifSmallCursor}
  145.  
  146. *, body, img { cursor:url(http://static.tumblr.com/vmteopo/Eggo12azo/small_white_cursor.png), auto;}
  147.  
  148. a, a:hover, a:active, a i {cursor:url(http://static.tumblr.com/vmteopo/kOPo12azz/small_white_cursor_help.png), crosshair; }
  149.  
  150. {/block:ifSmallCursor}
  151.  
  152. body {
  153. background:{color:background};
  154. margin:0px;
  155. height:100%;
  156. width:100%;
  157. color:{color:text};
  158. font:11px calibri;
  159. line-height:15px;
  160. -moz-font-smoothing:subpixel-antialiased;
  161. -webkit-font-smoothing:subpixel-antialiased;
  162. font-smoothing:subpixel-antialiased;
  163. }
  164.  
  165. @font-face {
  166. font-family: Calluna;
  167. src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3=&v=f685dc881c60c298ea22a73fe505b88a");
  168. src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3%3F=&v=f685dc881c60c298ea22a73fe505b88a#iefix") format("embedded-opentype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.woff?3=&v=760a50f4d098e59aebaf0f0e58ae2cc8") format("woff"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.ttf?3=&v=5ace789439bff3b27f8d4112725531da") format("truetype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.svg?3=&v=5b95c481dd7411c6e112143d6646bd9b#_.regular") format("svg");
  169. font-weight: 700;
  170. font-style: italic;
  171. }
  172.  
  173. @font-face {
  174. font-family: Fairwater;
  175. src: url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff2?v=b7ab7a58cded3365889a447bfd9e9c45") format("woff2"),url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff?v=96e975b7468359e6f67086305577e43e") format("woff");
  176. font-weight: 400;
  177. font-style: normal;
  178. }
  179. p.npf_quirky { font-family:Fairwater; font-size:20px; }
  180. p.npf_chat { font-family:Courier; font-size:20px; }
  181. p.npf_quote { font-family:Calluna; font-size:20px; }
  182.  
  183. a, .posts, .dets, #s-m-t-tooltip, .tags, .audart, #credit {
  184. transition:0.5s ease-in-out;
  185. -webkit-transition:0.5s ease-in-out;
  186. -moz-transition:0.5s ease-in-out;
  187. -ms-transition:0.5s ease-in-out;
  188. -o-transition:0.5s ease-in-out;
  189. }
  190.  
  191. #infscr-loading {display:none!important;}
  192. a {text-decoration:none;color:{color:link};-moz-outline-style:none;}
  193. a:hover {color:{color:hover};}
  194. img {border:none;max-width:100%;height:auto;}
  195. img a {border:none;} a img {border:none;}
  196. h1 {font:italic 10px calibri;text-transform:uppercase;}
  197. h2 {font:italic 15px calibri;line-height:110%; color:#333;text-align:center;}
  198. blockquote {padding-left:5px;border-left:1px solid {color:line};margin-right:0;margin-left:20px;}
  199. blockquote blockquote {padding-left:5px;border-left:1px solid {color:line};margin-right:0;}
  200. ul {list-style-type:none;}
  201. ul li {position:relative;padding-left:20px;margin-left:-20px;}
  202. ul li:before {
  203. content:'';
  204. position:absolute;
  205. display:block;
  206. top:5px;
  207. left:0;
  208. width:15px;
  209. height:1px;
  210. border-top:1px solid #ececec;
  211. }
  212.  
  213. pre {
  214. padding:3px 5px;
  215. text-transform:uppercase;
  216. white-space: pre-wrap;
  217. white-space: -moz-pre-wrap;
  218. white-space: -pre-wrap;
  219. white-space: -o-pre-wrap;
  220. word-wrap: break-word;
  221. }
  222.  
  223. #sidebar {
  224. width:120px;
  225. margin:100px auto;
  226. height:auto;
  227. padding:5px;
  228. z-index:2;
  229. }
  230.  
  231. #ic {
  232. height:24px;
  233. width:24px;
  234. padding:10px;
  235. background:{color:background};
  236. margin:14px auto;
  237. display:block;
  238. overflow:hidden;
  239. }
  240.  
  241. #ic img {width:24px;height:24px;border-radius:2px;}
  242.  
  243. #ic:before, #ic:after {
  244. content:'';
  245. display:inline-block;
  246. position:absolute;
  247. width:45px;
  248. height:1px;
  249. background:{color:line};
  250. margin-top:12px;
  251. }
  252.  
  253. #ic:before {margin-left:-58px;}#ic:after {margin-left:13px;}
  254.  
  255. #title {
  256. font:lighter 12px calibri;
  257. text-transform:uppercase;
  258. width:150px;
  259. margin-left:-15.25px;
  260. display:block;
  261. text-align:center;
  262. line-height:130%;
  263. letter-spacing:5px;
  264. padding-left:2.5px;
  265. }
  266.  
  267. #title a {color:{color:title};}
  268.  
  269. #desc {
  270. margin:auto;
  271. display:block;
  272. font-size:10px;
  273. text-align:center;
  274. line-height:125%;
  275. letter-spacing:0.5px;
  276. width:100px;
  277. height:auto;
  278. padding-top:12px;
  279. color:{color:title};
  280. }
  281.  
  282. .links {
  283. height:auto;
  284. max-height:50px;
  285. width:80px;
  286. margin:10px auto -15px;
  287. padding:10px auto;
  288. text-align:center;
  289. font-size:11px;
  290. text-transform:none;
  291. }
  292.  
  293. .links a {display:inline-block;padding:2px;}
  294. .links a:hover {text-decoration:underline;}
  295.  
  296. .pagi{
  297. font-size:8px;
  298. text-align:center;
  299. padding:5px 10px;
  300. width:330px;
  301. margin:0px auto 100px;
  302. letter-spacing:0px;
  303. z-index:99;
  304. }
  305.  
  306. .jump_page, .current_page {height:10px;width:20px;padding:5px;}
  307. .current_page:before {
  308. content:'';
  309. position:absolute;
  310. margin:-15px auto 0 -2.65px;
  311. height:10px;
  312. width:10px;
  313. border-radius:100% 100% 100% 0;
  314. -webkit-transform:rotate(-45deg);
  315. background:{color:hover};
  316. }
  317.  
  318. #all {
  319. padding:10px 50px;
  320. {block:ifMulticolumn}width:calc(({select:Post Size}px + 120px) * 3);{/block:ifMulticolumn}
  321. {block:ifnotMulticolumn}width:calc({select:Post Size}px + 20px);{/block:ifnotMulticolumn}
  322. z-index:2;
  323. margin:100px auto 0;
  324. letter-spacing:0.5px;
  325. }
  326.  
  327. {block:ifMulticolumn}
  328.  
  329. @media screen and (max-width:1500px) {
  330. #all {
  331. width:calc(({select:Post Size}px + 120px) * 2);}
  332. }
  333.  
  334. @media screen and (max-width:1150px) {
  335. #all {
  336. width:calc({select:Post Size}px + 120px);
  337. }
  338. }
  339.  
  340. {/block:ifMulticolumn}
  341.  
  342. .posts {
  343. width:{select:Post Size}px;
  344. padding:10px;
  345. {block:ifMulticolumn}margin:0 50px 100px;{/block:ifMulticolumn}
  346. {block:ifnotMulticolumn}margin:0 auto 100px;{/block:ifnotMulticolumn}
  347. {block:PermalinkPage}margin:auto;{/block:PermalinkPage}
  348. -ms-word-break: break-all;
  349. word-break: break-all;
  350. word-break: break-word;
  351. -webkit-hyphens: auto;
  352. -moz-hyphens: auto;
  353. -ms-hyphens: auto;
  354. hyphens: auto;
  355. }
  356.  
  357. .caption, .txt {width:auto;padding-top:5px;}
  358. {block:ifnotCaptions}.caption {display:none;}{/block:ifnotCaptions}
  359. .caption a, .txt a {padding-bottom:1px;border-bottom:1px solid {color:link};}
  360. .caption a:hover, .txt a:hover { border-bottom:1px solid {color:hover};}
  361.  
  362. {block:indexpage}
  363. .dets, .tags {opacity:0;}
  364. .posts:hover .dets, .posts:hover .tags {opacity:1;}
  365. {/block:indexpage}
  366.  
  367. .dets {
  368. margin-top:10px;
  369. font-size:8px;
  370. text-transform:uppercase;
  371. height:auto;
  372. width:100%;
  373. padding-top:5px;
  374. text-align:center;
  375. display: inline-block;
  376. }
  377.  
  378. .det {margin-top:10px; padding:5px;border-top:1px solid {color:line};font-size:8.5px;} .det a {display:inline-block;}
  379.  
  380. .tags {width:auto;display:inline-block;-webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s;}
  381. .tags a {display:inline-block;padding:0 2px;}
  382.  
  383. .question {
  384. padding:10px;
  385. letter-spacing:1px;
  386. text-align:center;
  387. color:{color:text};
  388. border-bottom:1px solid #f5f5f5;
  389. font-size:10px;
  390. }
  391.  
  392. .akport {
  393. width:auto;
  394. display:inline-block;
  395. text-align:center;
  396. height:12px;
  397. padding:5px;
  398. font-style:italic;
  399. color:#444;
  400. opacity:1;
  401. z-index:3;
  402. letter-spacing:1px;
  403. text-transform:uppercase;
  404. }
  405.  
  406. .akport a {text-decoration:none;border:none;}
  407.  
  408. .aud {width:auto;border:1px solid {color:line};border-radius:2px;}
  409.  
  410. .tumblr_audio_player {width:100%;margin-top:12px;}
  411.  
  412. .player {
  413. width:50px;
  414. height:50px;
  415. padding:10px;
  416. overflow:hidden;
  417. background:#fff;
  418. margin:0px 0 0px 0;
  419. display:block;
  420. float:left;
  421. }
  422.  
  423. .audart {
  424. width:{select:Post Size}px;
  425. margin-left:-1px;
  426. margin-top:-1px;
  427. height:20px;
  428. display:block;
  429. overflow:hidden;
  430. border-radius:2px 2px 0 0;
  431. opacity:0.9;
  432. }
  433.  
  434. .aud:hover .audart {opacity:1;}
  435.  
  436. .audart img {width:100%;margin-top:-50%;}
  437.  
  438. .audioinfo {
  439. color:#888;
  440. margin:0 0 0 75px;
  441. display:block;
  442. padding:25px;
  443. height:20px;
  444. text-align:left;
  445. font-size:10px;
  446. line-height:110%;
  447. width:calc({select:Post Size}px - 127px);
  448. background:#fff;
  449. }
  450.  
  451. .source {
  452. color:#aaa;
  453. text-transform:uppercase;
  454. font-size:9px;
  455. padding:5px 10px;
  456. text-align:center;
  457. }
  458.  
  459. .source:before {
  460. content:"";
  461. display:block;
  462. height:1px;
  463. width:20px;
  464. margin:-10px auto 2px;
  465. border-top:2px solid #f7f7f7;
  466. }
  467.  
  468. .chat li {list-style:none;line-height:115%;}
  469. .line.odd {border-left:1px solid {color:line};padding:3px 5px;}
  470. .line.even {border-left:1px solid transparent;padding:3px 5px;}
  471. .webs {font:italic 12px calibri;padding-top:10px;text-align:center;}
  472. .webs a {border-bottom:none;}
  473.  
  474. #notes {
  475. width:{select:Post Size}px;
  476. max-height:150px;
  477. padding:5px 0;
  478. margin:0px auto auto;
  479. overflow-y:scroll;
  480. overflow-x:hidden;
  481. text-align:left;
  482. font-size:9px;
  483. line-height:125%;
  484. }
  485.  
  486. #notes img {display:none;}
  487. #notes ol, #notes li {list-style:none;line-height:135%;padding-left:5px;}
  488.  
  489. #credit, #credit a {
  490. position:fixed;
  491. bottom:20px;
  492. right:20px;
  493. color:{color:text};
  494. font:normal normal 12px calibri;
  495. text-decoration:none;
  496. }
  497.  
  498. {CustomCSS}</style></head><body>
  499.  
  500. <div id="sidebar" class="box fade-in one">
  501. <div id="ic"><img src="{image:sidebar}"></div>
  502. <div id="title"><a href="/">{text:Blog Title}</a></div>
  503. <div id="desc">{Description}</div>
  504. <div class="links">
  505. {block:iflinkA}<a href="{text:linkA url}" title="{text:linkA}">i</a>{/block:iflinkA}
  506. {block:iflinkB}<a href="{text:linkB url}" title="{text:linkB}">ii</a>{/block:iflinkB}
  507. {block:iflinkC}<a href="{text:linkC url}" title="{text:linkC}">iii</a>{/block:iflinkC}
  508. {block:iflinkD}<a href="{text:linkD url}" title="{text:linkD}">iv</a>{/block:iflinkD}
  509. {block:iflinkE}<a href="{text:linkE url}" title="{text:linkE}">v</a>{/block:iflinkE}
  510. </div>
  511. </div>
  512.  
  513. <div id="all" class="box fade-in two">
  514. {block:Posts}<div class="posts">
  515.  
  516. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><div class="txt" style="padding-top:0">{Body}</div>{/block:Text}
  517.  
  518. {block:Photo}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  519.  
  520. {block:Link}<div class="webs"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}<div class="txt">{Description}</div>{/block:Description}{/block:Link}
  521.  
  522. {block:Photoset}{LinkOpenTag}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{LinkCloseTag}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  523.  
  524. {block:Quote}<h2>{Quote}</h2><div class="source">{Source}</div>{/block:Quote}
  525.  
  526. {block:Audio}
  527. <div class="aud">
  528. {block:AlbumArt}<div class="audart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  529. <div class="player">{AudioPlayerWhite}</div>
  530. <div class="audioinfo">
  531. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist}<br><span style="font-weight:lighter">{Artist}</span>{/block:Artist}</div></div>
  532. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  533.  
  534. {block:Video}<div class="video">{Video-500}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  535.  
  536. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li class="line {Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</li><br>{/block:Lines}</div>{/block:Chat}
  537.  
  538. {block:Answer}<div class="question"><div class="akport">{Asker}: </div>{Question}</div><div class="txt">{Answer}</div>{/block:Answer}
  539.  
  540. <div class="dets">{block:Date}<a href="{Permalink}" title="{24HourWithZero}:{Minutes}{CapitalAmPm}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}{block:NoteCount}&emsp;<a href="{Permalink}">{NoteCount}N</a>{/block:NoteCount}{block:RebloggedFrom}&emsp;<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:ContentSource}&emsp;<a href="{SourceURL}" title="{SourceTitle}">src</a>{/block:ContentSource}{block:HasTags}<br>{block:Tags}<div class="tags"><a href="{TagURL}">#{Tag}</a></div>{/block:Tags}{/block:HasTags}</div>
  541.  
  542. </div>
  543. {/block:Posts}
  544. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  545. {/block:Posts}
  546. </div>
  547.  
  548. {block:Pagination}<div class="pagi">
  549. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&emsp;{/block:PreviousPage}
  550. {block:JumpPagination length="3"}
  551. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&emsp;{/block:CurrentPage}
  552. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&emsp;{/block:JumpPage}
  553. {/block:JumpPagination}
  554. {block:NextPage}<a href="{NextPage}" class="next">&rarr;</a>{/block:NextPage}
  555. </div>{/block:Pagination}</div>
  556.  
  557. </div>
  558.  
  559.  
  560. </div>
  561.  
  562. <div id="credit"><a href="http://solarre.tumblr.com" title="solarre">☼</a></div>
  563.  
  564.  
  565. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  566. {block:IndexPage}
  567. <script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  568. {block:ifInfiniteScroll}
  569. <script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  570. {/block:ifInfiniteScroll}
  571. {/block:IndexPage}
  572. <script>
  573. $(document).ready(function(){
  574. var color = '{color:hover}';
  575. $('.soundcloud_audio_player').each(function(){
  576. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  577. });
  578. $('.photo-slideshow').pxuPhotoset({
  579. lightbox: true,
  580. rounded: false,
  581. gutter: '2px',
  582. photoset: '.photo-slideshow',
  583. photoWrap: '.photo-data',
  584. photo: '.pxu-photo'
  585. });
  586. {block:IndexPage}
  587. var $container = $('#all');
  588. $container.masonry({ itemSelector: '.posts' });
  589. $container.imagesLoaded(function(){
  590. $container.masonry();
  591. $container.find('.posts').animate({ opacity: 1, zIndex: 1 });
  592. });
  593. {block:ifInfiniteScroll}
  594. $container.infinitescroll({
  595. itemSelector: '.posts',
  596. navSelector: '.pagi',
  597. nextSelector: '.next',
  598. loading: {
  599. finishedMsg: "<em>The End.</em>",
  600. img: false,
  601. msgText: "" },
  602. bufferPx: 2000
  603. },
  604. function( newElements ) {
  605. resizeVideos();
  606. var $newElems = $( newElements );
  607. $newElems.find('.photo-slideshow').pxuPhotoset({
  608. lightbox: true,
  609. rounded: false,
  610. gutter: '2px',
  611. photoset: '.photo-slideshow',
  612. photoWrap: '.photo-data',
  613. photo: '.pxu-photo'
  614. },
  615. function(){
  616. $container.masonry();
  617. resizeVideos();
  618. });
  619. $newElems.imagesLoaded(function(){
  620. $container.masonry( 'appended', $newElems );
  621. $newElems.animate({ opacity: 1, zIndex: 1 });
  622. });
  623. });
  624. {/block:ifInfiniteScroll}
  625. {/block:IndexPage}
  626. });
  627. </script>
  628.  
  629.  
  630. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement