Advertisement
MystiqueAquanian

andpolaroids

Jun 14th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5. primrose
  6.  
  7. @odeysseus
  8.  
  9. - credits listed at odeysseus.tumblr.com/credit
  10. - in order to add more tags manually, search for "add custom tags here"
  11. -->
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <title>{Title}</title>
  18.  
  19. <!--metas-->
  20.  
  21. <meta name="color:Text" content="#aaaaaa"/>
  22. <meta name="color:accent" content="#bebcbc"/>
  23.  
  24. <meta name="if:hide caption" content="0"/>
  25. <meta name="if:infinite scroll" content="1"/>
  26. <meta name="if:load more" content="1"/>
  27. <meta name="if:scroll to top" content="1"/>
  28. <meta name="if:show tags" content="1"/>
  29.  
  30. <meta name="text:link 1 url" content=""/>
  31. <meta name="text:link 1" content=""/>
  32. <meta name="text:link 2 url" content=""/>
  33. <meta name="text:link 2" content=""/>
  34. <meta name="text:link 3 url" content=""/>
  35. <meta name="text:link 3" content=""/>
  36. <meta name="text:link 4 url" content=""/>
  37. <meta name="text:link 4" content=""/>
  38. <meta name="text:link 5 url" content=""/>
  39. <meta name="text:link 5" content=""/>
  40. <meta name="text:link 6 url" content=""/>
  41. <meta name="text:link 6" content=""/>
  42. <meta name="text:font size" content="11px"/>
  43.  
  44. <meta name="select:columns" content="1"/>
  45. <meta name="select:columns" content="2"/>
  46.  
  47. <meta name="select:font" content="Karla"/>
  48. <meta name="select:font" content="Source Sans Pro"/>
  49. <meta name="select:font" content="Mako"/>
  50. <meta name="select:font" content="Open Sans"/>
  51. <meta name="select:font" content="PT Sans"/>
  52. <meta name="select:font" content="Georgia"/>
  53.  
  54. <meta name="select:post width" content="300px"/>
  55. <meta name="select:post width" content="330px"/>
  56. <meta name="select:post width" content="350px"/>
  57. <meta name="select:post width" content="380px"/>
  58. <meta name="select:post width" content="400px"/>
  59. <meta name="select:post width" content="450px"/>
  60. <meta name="select:post width" content="500px"/>
  61.  
  62. <!--font-->
  63.  
  64. <link href='https://fonts.googleapis.com/css?family={select:font}:300,300italic,400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  65.  
  66.  
  67. <!--videos-->
  68.  
  69. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  70.  
  71. <style type="text/css">
  72.  
  73. @-webkit-keyframes fadein {
  74. 0% {opacity: 0;}
  75. 50% { opacity: 0; }
  76. 100% { opacity: 1; }
  77. }
  78.  
  79. @-moz-keyframes fadein {
  80. 0% { opacity: 0; }
  81. 50% { opacity: 0; }
  82. 100% { opacity: 1; }
  83. }
  84.  
  85. @keyframes fadein {
  86. 0% { opacity: 0; }
  87. 50% { opacity: 0; }
  88. 100% { opacity: 1; }
  89. }
  90.  
  91.  
  92. ::-webkit-scrollbar{
  93. height:3px;
  94. width:13px;
  95. background:#fff;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb {background:rgba({RGBcolor:accent},0.5);border:6px solid #fff;}
  99. ::-webkit-scrollbar-track {background:#eee;border:6px solid #fff};}
  100.  
  101. ::-moz-selection{ background: #eee; color:#777;}
  102. ::selection { background:#eee; color:#777; }
  103.  
  104. iframe#tumblr_controls, iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop,iframe.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out; }
  105.  
  106. iframe#tumblr_controls:hover, iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover,iframe.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  107.  
  108.  
  109. #s-m-t-tooltip{
  110. position:absolute;
  111. margin:15px;
  112. max-width:250px;
  113. z-index:9999;
  114. font-style:italic;
  115. color:{color:accent};
  116. background:#fff;padding:5px;
  117. }
  118.  
  119. blockquote {
  120. padding:0!important;margin:0!important;
  121. }
  122.  
  123. pre {
  124. white-space: pre-wrap; /* CSS 3 */
  125. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  126. white-space: -pre-wrap; /* Opera 4-6 */
  127. white-space: -o-pre-wrap; /* Opera 7 */
  128. word-wrap: break-word; /* Internet Explorer 5.5+ */
  129. color:#666;
  130. font-family:consolas;
  131. }
  132.  
  133.  
  134. body {
  135. background:#fff;
  136. color:{color:text};
  137. font-family:'{select:font}',sans-serif;
  138. font-weight:400;
  139. font-size:{text:font size};
  140. text-align:left;
  141. line-height:180%;
  142. -moz-osx-font-smoothing:grayscale;
  143. -webkit-font-smoothing:antialiased;
  144. font-smoothing:antialiased;
  145. }
  146.  
  147.  
  148. a {
  149. color:#aaa;
  150. text-decoration:none;
  151. transition:0.25s ease-in-out;
  152. -webkit-transition:0.25s ease-in-out;
  153. -moz-transition:0.25s ease-in-out;
  154. }
  155.  
  156. .txt a,.caption a { border-bottom:1px solid {color:accent}; }
  157. a.tumblr_blog,.asker a { border:none; }
  158. a.tumblr_blog:hover,.asker a { color:{color:accent}; }
  159.  
  160. a:hover {
  161. text-decoration:none;
  162. color:#333;
  163. }
  164.  
  165. b,strong {
  166. font-weight:normal;
  167. color:#333;
  168. }
  169.  
  170. img{
  171. opacity:1;
  172. border:none;
  173. text-decoration:none;
  174.  
  175. }
  176.  
  177.  
  178. small {
  179. font-size:calc({text:font size} - 0.5px);
  180. }
  181.  
  182. big {
  183. font-size:calc({text:font size} + 0.5px);
  184. }
  185.  
  186.  
  187. h1,h2,h3,h4,h5,h6 {
  188. margin:-20px;padding:10px 20px;border-bottom:1px dotted #eee;margin-bottom:10px;font-family:Georgia;
  189. font-size:14px;color:{color:accent};font-weight:400;
  190. }
  191.  
  192.  
  193. .posts {
  194. padding:20px;border-right:.5px solid #eee;border-left:.5px solid #eee;border-bottom:1px solid #eee;position:relative;
  195. width:{select:post width};margin:0px -0.5px;
  196. -webkit-animation-name: fadein;-webkit-animation-duration: .5s;
  197.  
  198. }
  199.  
  200.  
  201. .entries {
  202. margin:80px auto;border-top:1px solid #eee;
  203. {block:indexpage}width:calc(({select:post width} + 41px) * {select:columns});{/block:indexpage}
  204. {block:permalinkpage}width:calc({select:post width} + 42px);{/block:permalinkpage}
  205. -webkit-animation-name: fadein;-webkit-animation-duration: 1s;
  206.  
  207. }
  208.  
  209. .caption {
  210. margin-top:15px;
  211. padding:0px 10px 2px;background:#fafafa;
  212. {block:ifhidecaption}
  213. {block:indexpage}
  214. display:none;
  215. {/block:indexpage}
  216. {/block:ifhidecaption}
  217. }
  218.  
  219. .posts img, .posts li, .posts blockquote {
  220. max-width: 100%;
  221. }
  222.  
  223. .ia a:hover:before {
  224. width:0;
  225. }
  226.  
  227. .posts ul li {
  228. list-style:square;color:#888;font-style:italic;
  229. }
  230.  
  231.  
  232. .tags a {
  233. text-transform:lowercase;letter-spacing:0px;
  234. border:none;
  235. margin:0px 2px;
  236. }
  237.  
  238.  
  239. .notes {
  240. overflow:auto;
  241. margin-top:15px;
  242. max-height:300px;
  243. background:#fafafa;
  244. }
  245.  
  246. ol.notes {
  247. padding:10px 20px;
  248. list-style-type:none;
  249. font-style:normal;
  250. }
  251.  
  252.  
  253. ol.notes li.note {
  254. padding:2px;
  255. font-style:normal;
  256. }
  257.  
  258.  
  259. .notes_loading, .more_notes_link {
  260. font-weight:bold;float:left;
  261. text-align:left!important;
  262. text-transform:lowercase;
  263. }
  264.  
  265. .notes img {
  266. display:none!important;
  267. }
  268. ol.notes li.note span.action {
  269. font-weight:none;
  270. }
  271.  
  272. ol.notes li.note .answer_content {
  273. font-weight:normal;
  274. }
  275.  
  276. ol.notes li.note blockquote {
  277. padding:4px 10px;
  278. margin:5px 0px 0px 15px;
  279. }
  280.  
  281. ol.notes li.note blockquote a {
  282. text-decoration:none;
  283. }
  284.  
  285. blockquote img {
  286. max-width:250px!important;
  287. height:auto;
  288. }
  289.  
  290. .quote {
  291. text-transform:lowercase;
  292. font-size:12px;
  293. color:#666;
  294. line-height:200%;
  295. }
  296.  
  297. .quotesource,.quotesource b { color:#888; }
  298.  
  299. .quotesource a.tumblr_blog {
  300. margin:0;
  301. }
  302.  
  303.  
  304. .chat {
  305. line-height:20px;
  306. list-style:none;
  307. }
  308.  
  309. .line.odd {
  310. margin-bottom:2px;
  311. background:#fafafa;
  312. padding:3px;
  313. list-style:none;
  314. }
  315.  
  316. .line.even {
  317. margin-bottom:2px;
  318. padding:3px;
  319. list-style:none;
  320. }
  321.  
  322. .label {
  323. padding-right:1px;
  324. color:#444;
  325. }
  326. .asker { display:inline;margin-right:10px; }
  327. .asker { font-weight:700;color:#444;text-transform:lowercase;font-style:normal;}
  328. .asker a:hover { color:{color:accent}; }
  329. .question { display:inline;color:#888;font-style:italic; }
  330. .answer { margin-top:-25px; }
  331. .player {
  332. display:inline-block;
  333. width:50px;
  334. background:#fafafa;
  335. height:50px;
  336. overflow:hidden;margin-bottom:-5px;
  337. }
  338.  
  339. .audio_d { float:right;padding:15px 10px;border:1px dotted #eee; width:calc({select:post width} - 90px );}
  340. .tumblr_audio_player { background:#fafafa!important; }
  341. .tumblr_audio_player {
  342. width:40px;
  343. margin:10px 7px;
  344. height:40px;
  345. overflow:hidden;
  346. }
  347.  
  348. #cred {
  349. bottom:27px;
  350. position:fixed;
  351. right:27px;
  352. }
  353.  
  354. .sc {
  355. bottom:15px;
  356. right:27px;text-align:right;
  357. position:fixed;
  358. display:none;
  359. font-weight:bold;
  360. cursor:help;
  361. }
  362.  
  363. .sc a { cursor:help;}
  364.  
  365. #vignette,.vignette { opacity:0!important; }
  366. .lightbox-image,#tumblr_lightbox img { box-shadow: none !important; border-radius:0 !important;border:10px solid #fff!important; }
  367. #tumblr_lightbox,.tmblr-lightbox { background:rgba(255,255,255,.7)!Important; }
  368. #tumblr_lightbox_left_link, #tumblr_lightbox_right_link { visibility: hidden; }
  369.  
  370. .lightbox-caption,#tumblr_lightbox_caption { opacity:0; }
  371.  
  372.  
  373. #pagination {
  374. word-spacing:7px;
  375. margin:0px auto 80px;width:150px;
  376. text-align:center;
  377. {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}
  378. }
  379.  
  380. #pagination a { margin:0px 5px; }
  381. .current_page { margin:0px 5px;padding:3px 6px;border:1px solid #eee;border-radius:100%;font-weight:700;color:{color:accent}; }
  382.  
  383. #infscr-loading { display:none!Important; }
  384.  
  385. footer {
  386.  
  387. width:{select:post width};
  388. margin:auto;
  389. padding:7px;
  390. text-align:center;
  391. margin-bottom:80px;
  392. }
  393.  
  394. a#more {
  395. position:relative;
  396. text-align:center;
  397. }
  398.  
  399. .tumblr_parent { border:none;margin:0;padding:2px;display:block;}
  400. .tumblr_parent:after,.question:after,.quote:after { content:'';display:block;width:50px;height:1px;background:#eee;margin:5px 0px;} .tumblr_parent:last-of-type:after { display:none; }
  401. .cap .tumblr_parent p:first-of-type { display:inline!important; }
  402. .caption .tumblr_blog { top:10px; }
  403. .tumblr_blog { position:relative;margin:0;font-weight:bold;margin-right:10px; }
  404. a.tumblr_blog,.asker a { color:#444; }
  405.  
  406. .quotesource a.tumblr_blog { top:0px; }
  407.  
  408. .inf {
  409. border-top:1px dotted #eee;margin:20px -20px -20px;padding:10px 20px;text-transform:lowercase;
  410. }
  411.  
  412. header {
  413. text-align:center;padding-top:80px;margin:0px auto;
  414. width:300px;-webkit-animation-name: fadein;-webkit-animation-duration: .5s;
  415. }
  416. {block:indexpage}header:after {
  417. width:1px;height:285px;margin-left:149px;position:absolute;background:#eee;content:'';display:block;top:0;z-index:-1;
  418. }
  419. {/block:indexpage}
  420. h8 {
  421. font-family:Georgia;padding:10px;background:#fff;
  422. color:#444;font-size:15px;display:block;padding-bottom:0;
  423. }
  424. nav {
  425. padding:5px;background:#fff;font-style:italic;
  426. }
  427. nav a { margin:0px 5px;}
  428. a.slide { cursor:help; }
  429.  
  430.  
  431. .content {
  432. padding:20px;
  433. }
  434.  
  435. hr {
  436. width:50px;height:1px;border:none;background:#eee;margin:20px 0px;
  437. }
  438.  
  439. .search .query {
  440. border: 0;
  441. outline: 0;
  442. padding: 8px;
  443. border-radius:3px;background:#fafafa;
  444. font-family: inherit;
  445. font-size: inherit;
  446. color: inherit;
  447. width:194px;
  448.  
  449. }
  450.  
  451. ::-webkit-input-placeholder {color: inherit;}
  452. :-moz-placeholder {color: inherit; opacity:1;}
  453. ::-moz-placeholder {color: inherit; opacity:1;}
  454. :-ms-input-placeholder {color: inherit;}
  455.  
  456. input:focus::-webkit-input-placeholder {color: transparent;}
  457. input:focus:-moz-placeholder {color: transparent;}
  458. input:focus::-moz-placeholder {color: transparent;}
  459. input:focus:-ms-input-placeholder { color: transparent;}
  460.  
  461. navi a,navi b { display:block; }
  462. navi.split a { display:inline-block;width:48%;}
  463. navi b { font-size:11px;font-family:Georgia;font-style:italic;padding:5px 0px;border-bottom:1px solid #eee;margin-top:10px; }
  464. navi a {
  465. padding:3px 0px;border-bottom:1px dotted #eee;
  466. }
  467.  
  468. .button { display:none;top:20px;left:20px;position:fixed;padding:5px;z-index:12; }
  469. .button svg { width:10px;height:10px;fill:{color:accent}; }
  470. header,.stuff,.menu,.button{ transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out; }
  471. .right { padding-left:250px; }
  472. .shove { margin-left:250px; }
  473. .menu {
  474. top:0;left:-250px;width:250px;height:100%;overflow-y:auto;position:fixed;border-right:1px solid #eee;
  475. }
  476. .open { left:0px; }
  477. header img { width:40px;margin:20px auto -5px;border-radius:100%; }
  478.  
  479. .d {
  480. margin-top:10px;color:#888;font-style:italic;
  481. }
  482. </style>
  483.  
  484. <!--scripts-->
  485.  
  486. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  487. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  488.  
  489. <script>
  490. (function($){
  491. $(document).ready(function(){
  492. $("a[title]").style_my_tooltips({
  493. tip_follows_cursor:true,
  494. tip_delay_time:30,
  495. tip_fade_speed:300,
  496. attribute:"title"
  497. });
  498. });
  499. })(jQuery);
  500. </script>
  501.  
  502. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  503. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  504. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  505. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  506.  
  507. <script>
  508. $(document).ready(function(){
  509. $('.photo-slideshow').pxuPhotoset({
  510. lightbox: true,
  511. rounded: false,
  512. gutter: '1px',
  513. borderRadius: '0px',
  514. photoset: '.photo-slideshow',
  515. photoWrap: '.photo-data',
  516. photo: '.pxu-photo'
  517. });
  518. $('iframe.tumblr_audio_player').load( function() {
  519. $('iframe.tumblr_audio_player').contents().find("head")
  520. .append($("<style type='text/css'> .audio-player{background:#fafafa !important} </style>"));
  521. });
  522. $('a.slide,.button').click(function() {
  523. $('header,.stuff').toggleClass('right');
  524. $('.button').toggleClass('shove');
  525. $('.menu').toggleClass('open');
  526. });
  527. $(window).scroll(function(){
  528. if ($(this).scrollTop() > 100) {
  529. $('.sc,.button').fadeIn();
  530. } else {
  531. $('.sc,.button').fadeOut();
  532. }
  533. });
  534. //Click event to scroll to top
  535. $('.sc').click(function(){
  536. $('html, body').animate({scrollTop : 0},800);
  537. return false;
  538. });
  539. });
  540. </script>
  541.  
  542. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  543.  
  544. <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  545. <script> $(function(){ $('.posts').unnest({
  546. yourCaption: ".caption,.cap",
  547. wrapName: ".tumblr_parent",
  548. newCaptionUsername: true,
  549. originalPostCaptionUsername: true,
  550. tumblrAvatars: false,
  551. usernameColon: false
  552. }); }); </script>
  553.  
  554. </head>
  555.  
  556. <body>
  557.  
  558. <div class="button">
  559. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 396.667 396.667" style="enable-background:new 0 0 396.667 396.667;" xml:space="preserve"><g><g><path d="M17,87.833h362.667c9.35,0,17-7.65,17-17s-7.65-17-17-17H17c-9.35,0-17,7.65-17,17C0,80.183,7.65,87.833,17,87.833z"/><path d="M17,215.333h362.667c9.35,0,17-7.65,17-17s-7.65-17-17-17H17c-9.35,0-17,7.65-17,17S7.65,215.333,17,215.333z"/><path d="M17,342.833h362.667c9.35,0,17-7.65,17-17s-7.65-17-17-17H17c-9.35,0-17,7.65-17,17S7.65,342.833,17,342.833z"/></g></g></svg>
  560.  
  561. </div>
  562. <div class="menu">
  563. <div class="content">
  564.  
  565. <form action="/search" method="get" class="search">
  566. <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="search this blog">
  567. </form>
  568.  
  569. <div class="d">{description}</div>
  570.  
  571. <navi class="split">
  572. <b>links</b>
  573. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1} {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2} {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3} {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4} {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5} {block:iflink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:iflink6}
  574. </navi>
  575.  
  576. <!--ADD CUSTOM TAGS HERE-->
  577.  
  578. <!--ur tags box is from <navi> to </navi>. copy and paste the below example as many time as you need! -->
  579. <navi>
  580. <b>some tags perhaps</b> <!--this is your tag box title-->
  581.  
  582. <a href="/tagged/TAG NAME">these r some v cool tags</a>
  583. <a href="/tagged/TAG NAME">even more! exciting! </a>
  584. </navi>
  585. <!--end example tags box-->
  586.  
  587. </div>
  588. </div>
  589. <!--END EDITING-->
  590. <header>
  591. <img src="{PortraitURL-64}"/>
  592. <h8>{Title}</h8>
  593. <nav>
  594. <a href="/">home</a>
  595. <a href="/ask">inbox</a>
  596. <a href="/archive">history</a>
  597. <a class="slide">menu</a>
  598. </nav>
  599. </header>
  600. <div class="stuff">
  601. <div class="entries">
  602. {block:Posts}
  603. <div class="posts">
  604.  
  605. {block:Text}
  606. <div class="q">
  607. {block:Title}<h1>{Title}</h1>{/block:Title}
  608. <div class="txt cap">{Body}</div></div>{/block:Text}
  609.  
  610. {block:Photo}
  611. <div class="q">
  612. {LinkOpenTag}<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></div>{LinkCloseTag}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  613. {/block:Photo}
  614.  
  615. {block:Photoset}<div class="q"><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>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Photoset}
  616.  
  617.  
  618. {block:Quote}
  619. <div class="q txt">
  620. <div class="quote">{Quote}</div>
  621. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  622. </div>{/block:Quote}
  623.  
  624.  
  625. {block:Link}
  626. <div class="q txt">
  627. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  628. {block:Description}{Description}{/block:Description}
  629. </div>
  630. {/block:Link}
  631.  
  632.  
  633. {block:Chat}
  634. <div class="q txt">
  635. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  636. </div>
  637. {/block:Chat}
  638.  
  639.  
  640. {block:Audio}
  641. <div class="q txt">
  642. {block:AudioPlayer}
  643. <div class="player"> {AudioPlayerWhite}</div>
  644. <div class="audio_d">
  645. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  646. {block:Artist} : {Artist} {/block:Artist}</div>
  647. {/block:AudioPlayer}
  648.  
  649. {block:Caption}
  650. <div class="caption">{Caption}</div>
  651. {/block:Caption}
  652. </div>
  653. {/block:Audio}
  654.  
  655.  
  656. {block:Video}
  657. <div class="q">
  658. <div class="video iframe">{Video-500}</div>
  659. <div class="caption">
  660. {block:Caption}{Caption}{/block:Caption}
  661. </div>
  662. </div>
  663. {/block:Video}
  664.  
  665.  
  666. {block:Answer}
  667. <div class="q txt">
  668. <div class="question"> <div class="asker">{asker}</div> {Question}</div><br>
  669. <div class="answer">
  670. {Answer}</div>
  671. </div>
  672. {/block:Answer}
  673.  
  674. {block:date}
  675. <div class="inf">
  676. {block:indexpage}
  677. <a href="{Permalink}">{DayOfWeek} : {NoteCountWithLabel}</a>
  678.  
  679. {block:ifshowtags}
  680. {block:HasTags}
  681. <div class="tags">
  682. {block:Tags}
  683. <a href="{TagURL}">#{Tag}</a>
  684. {/block:Tags}
  685. </div>
  686. {/block:HasTags}{/block:ifshowtags} {/block:indexpage}
  687.  
  688.  
  689. {block:PermalinkPage}<a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}, {TimeAgo} : {NoteCountWithLabel}</a>
  690. {block:RebloggedFrom} <br>
  691. via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}; source <a href="{ReblogRootURL}" >{ReblogRootName}</a>
  692. {/block:ContentSource}
  693. {/block:RebloggedFrom}
  694. {block:HasTags}<br>
  695. <div class="tags">
  696. {block:Tags}
  697. <a href="{TagURL}">#{Tag}</a>
  698. {/block:Tags}
  699. </div>
  700. {/block:HasTags}
  701. {/block:PermalinkPage}
  702. </div>
  703. {/block:date}
  704.  
  705.  
  706. {block:PostNotes}
  707.  
  708. {PostNotes}
  709. {/block:PostNotes}
  710.  
  711.  
  712.  
  713. </div>
  714.  
  715.  
  716.  
  717.  
  718. {/block:Posts}
  719.  
  720.  
  721. </div>
  722. {block:ifloadmore}{block:indexpage}
  723. <footer>
  724. <a id="more" style="cursor:help">load more posts</a>
  725. </footer>
  726. {/block:indexpage}{/block:ifloadmore}
  727. {block:Pagination}
  728. <div id="pagination">
  729. {block:previouspage}
  730. <a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  731. {block:JumpPagination length="4"}{block:CurrentPage}
  732. <span class="current_page">{PageNumber}</span>
  733. {/block:CurrentPage}{block:JumpPage}
  734.  
  735. <a class="jump_page" href="{URL}">{PageNumber}</a>
  736. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  737. <a class="next" href="{NextPage}">next</a>
  738. {/block:nextpage}
  739. </div>
  740. {/block:Pagination}
  741. </div>
  742.  
  743. </div>
  744.  
  745. {block:ContentSource}
  746.  
  747. <!– {SourceURL}{block:SourceLogo}<img src=“{BlackLogoURL}”
  748.  
  749. width=“{LogoWidth}” height=“{LogoHeight}” alt=“{SourceTitle}” />
  750.  
  751. {/block:SourceLogo}
  752.  
  753. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>
  754.  
  755. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  756.  
  757. <div id="cred"><a href="http://odeysseus.tumblr.com">O</a></div>
  758. {block:ifscrolltotop}
  759. <div class="sc"> <a href="#">scroll to top</a></div>
  760. {/block:ifscrolltotop}
  761.  
  762. {block:indexpage}{block:ifinfinitescroll}
  763. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  764. {/block:ifinfinitescroll}<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>{/block:indexpage}
  765.  
  766. <script>
  767. $(document).ready(function(){
  768. var $container = $('.entries');
  769. $container.masonry({
  770. itemSelector: '.posts',
  771. });
  772. $container.imagesLoaded(function(){
  773. $container.masonry();
  774. });
  775. {block:ifinfinitescroll}
  776. $container.infinitescroll({
  777. itemSelector: '.posts',
  778. navSelector: '#pagination',
  779. nextSelector: '.next',
  780. loadingImg: '',
  781. loadingText: '',
  782. doneText: 'no more posts',
  783. bufferPx: 2000,
  784. {block:ifloadmore}
  785. errorCallback: function () {
  786. jQuery ('a#more').delay(50).fadeOut();
  787. $('.posts').last().after($('a#more'));
  788. }
  789. {/block:ifloadmore}
  790. },
  791. function( newElements ) {
  792. var $newElems = $( newElements );
  793. $newElems.find('.photo-slideshow').pxuPhotoset({
  794. lightbox: true,
  795. rounded: false,
  796. gutter: '1px',
  797. photoset: '.photo-slideshow',
  798. photoWrap: '.photo-data',
  799. photo: '.pxu-photo'
  800. })
  801. resizeVideos();
  802. $newElems.unnest({
  803. yourCaption: ".caption,.cap",
  804. wrapName: ".tumblr_parent",
  805. newCaptionUsername: true,
  806. originalPostCaptionUsername: true,
  807. tumblrAvatars: false,
  808. usernameColon: false
  809. });
  810. $newElems.find('iframe.tumblr_audio_player').load( function() {
  811. $('iframe.tumblr_audio_player').contents().find("head")
  812. .append($("<style type='text/css'> .audio-player{background:#fafafa !important} </style>"));
  813. });
  814. $newElems.imagesLoaded(function(){
  815. $newElems.animate({ opacity: 1 });
  816. $container.masonry( 'appended', $newElems, true );
  817. });
  818.  
  819. });
  820. {block:ifloadmore}
  821. $(window).unbind('.infscr');
  822. $('a#more').click(function(){
  823. $container.infinitescroll('retrieve');return false;
  824. $('.posts').last().after($('a#more'));
  825. });
  826. {/block:ifloadmore}
  827. {/block:ifinfinitescroll}
  828. });
  829. </script>
  830. </body>
  831.  
  832. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement