odeysseus_thm

theme / LINGER

May 29th, 2018
4,628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. linger
  12.  
  13. @odeysseus
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. - credits listed at odeysseus.tumblr.com/credit
  23.  
  24. -->
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30. <title>{Title}</title>
  31.  
  32. <!--metas-->
  33.  
  34.  
  35. <meta name="color:background" content=""/>
  36. <meta name="color:text" content="#767676"/>
  37. <meta name="color:link" content="#aaa"/>
  38. <meta name="color:accent" content="#47acb7"/>
  39. <meta name="color:accent dark" content="#444"/>
  40. <meta name="if:infinite scroll" content="1"/>
  41. <meta name="if:load more" content="1"/>
  42.  
  43. <meta name="text:link 1 url" content=""/>
  44. <meta name="text:link 1" content=""/>
  45. <meta name="text:link 2 url" content=""/>
  46. <meta name="text:link 2" content=""/>
  47. <meta name="text:link 3 url" content=""/>
  48. <meta name="text:link 3" content=""/>
  49.  
  50. <meta name="text:extra description" content="optional extra description here! leave blank if you don't want it"/>
  51. <meta name="text:font size" content="11px"/>
  52.  
  53. <meta name="select:font" content="Source Sans Pro"/>
  54. <meta name="select:font" content="PT Serif"/>
  55. <meta name="select:font" content="Open Sans"/>
  56. <meta name="select:font" content="PT Sans"/>
  57. <meta name="select:font" content="Lora"/>
  58. <meta name="select:font" content="Source Serif Pro"/>
  59. <meta name="select:font" content="Georgia"/>
  60. <meta name="select:font" content="Trebuchet MS"/>
  61.  
  62. <meta name="select:permalink post width" content="350px"/>
  63. <meta name="select:permalink post width" content="380px"/>
  64. <meta name="select:permalink post width" content="400px"/>
  65. <meta name="select:permalink post width" content="420px"/>
  66. <meta name="select:permalink post width" content="450px"/>
  67. <meta name="select:permalink post width" content="480px"/>
  68. <meta name="select:permalink post width" content="500px"/>
  69.  
  70.  
  71. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <link href="https://static.tumblr.com/aptzszz/9QNp5fv1g/normalize.css" rel="stylesheet" tyle="text/css"/>
  72.  
  73. <!--font-->
  74.  
  75. <link href='https://fonts.googleapis.com/css?family={select:font}:400,400italic,600,600italic|Inconsolata|Lato' rel='stylesheet' type='text/css'>
  76.  
  77.  
  78. <!--videos-->
  79.  
  80. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85.  
  86. /* general */
  87.  
  88. * { margin:0;padding:0; }
  89.  
  90. @-webkit-keyframes fadein {
  91. 0% {opacity: 0;}
  92. 100% { opacity: 1; }
  93. }
  94.  
  95. @-moz-keyframes fadein {
  96. 0% { opacity: 0; }
  97. 100% { opacity: 1; }
  98. }
  99.  
  100. @keyframes fadein {
  101. 0% { opacity: 0; }
  102. 100% { opacity: 1; }
  103. }
  104.  
  105.  
  106. ::-moz-selection{
  107. background: rgba({RGBcolor:accent},.2);
  108. color:{color:accent dark};
  109. }
  110.  
  111. ::selection {
  112. background: rgba({RGBcolor:accent},.2);
  113. color:{color:accent dark};
  114. }
  115.  
  116.  
  117. .tmblr-iframe{
  118. white-space:nowrap;
  119. -webkit-filter: invert(100%);
  120. -moz-filter: invert(100%);
  121. -o-filter: invert(100%);
  122. -ms-filter: invert(100%);
  123. filter: invert(100%);
  124. opacity:.2;
  125. transition: .4s ease-in-out;
  126. transform:scale(0.7,0.7);
  127. transform-origin:right top;
  128. }
  129.  
  130. .tmblr-iframe:hover { opacity:1; }
  131.  
  132. #s-m-t-tooltip{
  133. position:absolute;
  134. margin:15px;
  135. max-width:250px;
  136. z-index:9999;
  137. color:{color:accent dark};
  138. background:#fff;padding:2px 4px;
  139. }
  140.  
  141. blockquote {
  142. padding:0px 0px 0px 15px;
  143. margin:0px 0px 0px 15px;
  144. border-left:1px solid #eee;
  145. }
  146.  
  147. pre,code {
  148. white-space: pre-wrap;
  149. white-space: -moz-pre-wrap;
  150. white-space: -pre-wrap;
  151. white-space: -o-pre-wrap;
  152. word-wrap: break-word;
  153. font-family:'Inconsolata',monospace;
  154. }
  155.  
  156. body {
  157. background:{color:background};
  158. color:{color:text};
  159. font-family:'{select:font}',serif;
  160. font-weight:400;
  161. font-size:{text:font size};
  162. text-align:left;
  163. line-height:180%;
  164. -moz-osx-font-smoothing:grayscale;
  165. -webkit-font-smoothing:antialiased;
  166. font-smoothing:antialiased;
  167. }
  168.  
  169.  
  170. a { color:{color:link};text-decoration:none;}
  171. a,a b,.tags { transition:0.25s ease-in-out; } .tags a { margin-right:5px; } .tags { word-wrap:break-word; }
  172. a:hover,a.user:hover,a.t:hover,.up a:hover { color:{color:accent}!important; }
  173. b,strong { font-weight:600;color:{color:accent dark}; }
  174. p { margin:15px 0px 0px; }
  175. img{ opacity:1;border:none;text-decoration:none;}
  176. small { font-size:calc({text:font size} - 0.5px); }
  177. hr { width:100%;background:#eee;height:1px;border:none;display:block;margin:15px 0px; }
  178. .posts ul { margin-top:15px;list-style:square;margin-left:20px; }
  179. big { font-size:calc({text:font size} + 0.5px); }
  180. h1,h2,h3,h4,h5,h6 { padding:15px;margin:0;border-bottom:1px solid #eee;font-family:'Lato';text-transform:uppercase;font-size:11px;letter-spacing:1.5px;font-weight:600;color:{color:accent dark};} h1 i { font-style:normal;} h1 a,h1 i a { color:{color:accent dark};}
  181. {block:PermalinkPage}.posts img, .posts li, .posts blockquote { max-width: 100%;height:auto;}{/block:PermalinkPage}
  182.  
  183. /* posts */
  184.  
  185.  
  186. .entries {
  187. {block:IndexPage}
  188. height:calc(100vh - 150px);
  189. width:auto;
  190. margin-top:150px;
  191. margin-left:60px;
  192. margin-right:-1000000px;
  193. position:absolute;
  194. {/block:IndexPage}
  195. {block:PermalinkPage}
  196. width:{select:permalink post width};
  197. margin:60px 120px 120px;
  198. {/block:PermalinkPage}
  199. }
  200.  
  201. .posts {
  202. position:relative;
  203. box-sizing:border-box;
  204. {block:IndexPage}
  205. float:left;
  206. margin:0 60px;
  207. display:inline;
  208. top:50%;
  209. transform:translate(0,-50%);
  210. height:300px;
  211. width:auto;
  212. {/block:IndexPage}
  213. {block:PermalinkPage}
  214. width:{select:permalink post width};
  215. margin:auto;
  216. {/block:PermalinkPage}
  217. -webkit-animation: fadein 1s;
  218. -moz-animation: fadein 1s;
  219. animation: fadein 1s;
  220. }
  221.  
  222. .block {
  223. float:left;
  224. margin:0 60px;
  225. margin-top:calc((100vh - 133px)/2);
  226. transform:translate(0,-50%);
  227. width:300px;
  228. box-sizing:border-box;
  229. }
  230.  
  231. aside { background:#fff;padding:20px;box-sizing:border-box;height:300px; }
  232.  
  233. {block:IndexPage}
  234. .posts img { height:300px;display:block;}
  235. .txt { width:300px;height:300px;overflow-y:auto; }
  236. {/block:IndexPage}
  237.  
  238. .q { background:#fff; }
  239. .bod { padding:15px 15px 15px; }
  240. /* captions */
  241.  
  242. a.user { font-family:'Lato';text-transform:uppercase;font-size:9px;letter-spacing:1px;font-weight:600;color:{color:accent dark};border-top:1px solid #eee;padding:15px 15px 0;margin:15px -15px -15px;} a.user:first-of-type { border:0;margin:0 0 -15px;padding:0; }
  243. .caption {
  244. padding:15px;
  245. {block:IndexPage}
  246. display:none;
  247. {/block:IndexPage}
  248. }
  249.  
  250. .user,a.user,.asker,.asker a,a.answerer { color:{color:accent dark};}
  251. .user,.answerer { display:block;margin-top:15px;margin-bottom:-15px;}
  252. .user:first-of-type { margin-top:0;}
  253.  
  254. /* notes */
  255.  
  256. ol.notes { margin-top:20px;list-style-type:none;font-style:normal;}
  257. li.note { padding:0;margin:2px 0px;font-style:normal; }
  258. .notes_loading, .more_notes_link { font-weight:bold;float:left;text-align:left!important;text-transform:lowercase;}
  259. .notes img { display:none!important; }
  260. ol.notes li.note blockquote { padding:4px 15px;margin:5px 0px 0px 15px;}
  261.  
  262. /* quotes */
  263.  
  264. .quote { font-size:14px;padding:15px;border-bottom:1px solid #eee;line-height:200%; } .quotesource { padding:15px;font-family:'Lato';text-transform:uppercase;font-size:9px;letter-spacing:1px;font-weight:600;color:{color:accent dark}; }
  265. .quotesource .tumblr_blog { top:0px;position:relative;}
  266.  
  267. /* chat */
  268.  
  269. .chat { list-style:none;}
  270. .line { list-style:none;padding:10px;border-bottom:1px solid #eee;}
  271. .label { color:{color:accent dark};font-family:'Lato';text-transform:uppercase;font-size:9px;letter-spacing:1px;font-weight:600;margin-right:5px;}
  272.  
  273. /* asks */
  274.  
  275. .asker a:hover,.answer b a:hover { color:{color:accent}} .answer b a { color:{color:accent dark};} .asker { text-transform:uppercase;font-family:'Lato';font-size:9px;letter-spacing:1px;font-weight:600;} .question { padding:15px;background:#fff;border-bottom:1px solid #eee; } .answer { padding:15px;margin-top:-15px; }
  276.  
  277. /* audio */
  278.  
  279. .player { display:block;width:100%;background:rgba({RGBcolor:accent},.1);height:150px;overflow:hidden;}
  280. .audio_d { display:block;text-align:center;margin-top:15px; } .trackname { font-family:'Lato';font-size:9px;text-transform:uppercase;letter-spacing:1px; }
  281. .tumblr_audio_player { width:40px;margin-top:65px;margin-left:calc(50% - 20px);height:40px;overflow:hidden;}
  282. iframe.spotify_audio_player { {block:permalinkpage}height:80px;{/block:permalinkpage}{block:indexpage}height:300px;{/block:indexpage}overflow-y:hidden!important; }
  283.  
  284. /* lightboxes */
  285.  
  286. #vignette,.vignette { opacity:0!important; } .lightbox-image,#tumblr_lightbox img { box-shadow: none !important; border-radius:0 !important;} #tumblr_lightbox,.tmblr-lightbox { background:rgba(255,255,255,.7)!Important; } #tumblr_lightbox_left_link, #tumblr_lightbox_right_link { visibility: hidden; } .lightbox-caption,#tumblr_lightbox_caption { opacity:0; }
  287.  
  288. /* etc */
  289.  
  290. #fuckchad {
  291. bottom:27px;
  292. position:fixed;
  293. right:27px;
  294. }
  295.  
  296. .sc {
  297. bottom:15px;
  298. right:27px;
  299. text-align:right;
  300. position:fixed;
  301. display:none;
  302. font-weight:bold;
  303. cursor:help;
  304. }
  305.  
  306. .sc a { cursor:help;}
  307.  
  308. /* footer stuff */
  309.  
  310. #pagination { display:inline;{block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}}
  311. .current_page { margin:0px 5px;font-weight:700;color:{color:accent}; }
  312. #infscr-loading { display:none!Important; }
  313. footer { border-top:1px solid #eee;margin:15px -15px 0;padding:15px 15px 0;} a#more { position:relative;color:{color:text};}
  314.  
  315. .inf { margin-top:15px; }
  316. .tags { {block:indexpage}width:300px;display:none;{/block:indexpage}{block:permalinkpage}width:{select:permalink post width};{/block:permalinkpage} } a.ncp { font-family:'Lato';font-size:9px;text-transform:uppercase;letter-spacing:1px;color:{color:accent dark}; }
  317. .tags a { text-decoration:none;font-style:italic; }
  318.  
  319. header {
  320. top:15vh;
  321. {block:indexpage}
  322. position:fixed;
  323. {/block:indexpage}
  324. {block:permalinkpage}
  325. margin:120px 120px 0;
  326. {/block:permalinkpage}
  327. width:300px;
  328. padding:15px;
  329. background:#fff;
  330. left:120px;
  331. z-index:123;
  332. box-sizing:border-box;
  333. }
  334.  
  335. a.t { font-family:'Lato';text-transform:uppercase;font-size:11px;letter-spacing:1.5px;font-weight:600;color:{color:accent dark};margin-bottom:20px;display:block;padding:15px;border:1px solid #eee;background:rgba({RGBcolor:accent},0.1);}
  336. nav a:after { content:' . ';color:{color:link}!important;}
  337. nav a:last-of-type:after { content:''; }
  338. footer a { font-family:'Lato';text-transform:uppercase;font-size:9px;letter-spacing:1px;color:{color:accent dark}; }
  339. .d2 { margin-top:15px; }
  340.  
  341. .deactivated:after {
  342. content:'deactivated';
  343. position:absolute;
  344. margin-top:-1px;
  345. padding-left:8px;
  346. opacity:0;
  347. color:{color:text}!important;
  348. font-style:italic;
  349. text-transform:lowercase;
  350. letter-spacing:0;
  351. font-weight:400;
  352. font-size:{text:font size};
  353. transition:.4s ease-in-out;
  354. }
  355. .deactivated:hover:after {opacity:.7;}
  356.  
  357. .perma { box-sizing:border-box;padding-bottom:5px;border-bottom:1px solid #eee;font-family:'Lato';text-transform:uppercase;font-size:9px;letter-spacing:1px;color:{color:accent dark};line-height:{text:font size};}
  358.  
  359. {block:indexpage}
  360. .topc {
  361. position:absolute!important;top:35px;
  362. width:calc(100% - 40px);left:20px;
  363. background:#fff;
  364. box-sizing:border-box;padding:10px;
  365. opacity:0;
  366. max-height:calc(100% - 70px);overflow-y:auto;
  367. transition:0.4s ease-in-out;
  368. }
  369.  
  370. .ph .caption { display:block!important; }
  371. .posts:hover .topc { opacity:1; }
  372.  
  373. .video { height:300px!important;width:auto!important;overflow-y:hidden!important; }
  374. {/block:indexpage}
  375.  
  376. {block:permalinkpage}
  377. .video { width:{select:permalink post width}!important;height:auto!important;overflow:hidden!important; }
  378. {/block:permalinkpage}
  379. </style>
  380.  
  381. <!--scripts-->
  382. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  383.  
  384. <script>
  385. (function($){
  386. $(document).ready(function(){
  387. $("a[title]").style_my_tooltips({
  388. tip_follows_cursor:true,
  389. tip_delay_time:30,
  390. tip_fade_speed:300,
  391. attribute:"title"
  392. });
  393. });
  394. })(jQuery);
  395. </script>
  396.  
  397.  
  398.  
  399. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  400. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  401. <script>
  402. $(document).ready(function(){
  403. $('.photo-slideshow').pxuPhotoset({
  404. lightbox: true,
  405. rounded: false,
  406. gutter: '1px',
  407. borderRadius: '0px',
  408. photoset: '.photo-slideshow',
  409. photoWrap: '.photo-data',
  410. photo: '.pxu-photo'
  411. });
  412. $('iframe.tumblr_audio_player').load( function() {
  413. $('iframe.tumblr_audio_player').contents().find("head")
  414. .append($("<style type='text/css'> .audio-player{background:transparent !important} </style>"));
  415. });
  416. });
  417. </script>
  418.  
  419. <script>
  420. function startTime() {
  421. var today = new Date();
  422. var h = today.getHours();
  423. var m = today.getMinutes();
  424. var s = today.getSeconds();
  425. m = checkTime(m);
  426. s = checkTime(s);
  427. document.getElementById('time').innerHTML =
  428. h + ":" + m + ":" + s;
  429. var t = setTimeout(startTime, 500);
  430. }
  431. function checkTime(i) {
  432. if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
  433. return i;
  434. }
  435. </script>
  436.  
  437. </head>
  438. <body onload="startTime()">
  439.  
  440. <header>
  441.  
  442. {block:permalinkpage}
  443. <a class="t" href="/">{Title}</a>
  444. <div class="d">{Description}</div>
  445. {/block:permalinkpage}
  446.  
  447. <nav><a href="/">home</a><a href="/ask">message</a>{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}</nav>
  448.  
  449. {block:indexpage}
  450. <footer>
  451.  
  452. <a href="/" style="display:inline" id="time"></a>
  453. {block:ifloadmore}
  454. <a id="more" style="cursor:help"> / load more posts</a>
  455. {/block:ifloadmore}
  456.  
  457. {block:Pagination}<div id="pagination">{block:NextPage}<a class="next" href="{NextPage}"> / next</a>{/block:NextPage}</div> {block:PreviousPage}<a href="{PreviousPage}"> / prev</a>{/block:PreviousPage} {/block:Pagination}
  458. </footer>
  459. {/block:indexpage}
  460.  
  461. </header>
  462.  
  463. <div class="stuff">
  464. <div class="entries">
  465.  
  466. {block:IndexPage}
  467.  
  468. <div class="block">
  469. <div class="perma">
  470. <a href="/" class="nc">{Name}.tumblr.com</a>
  471. </div>
  472. <aside>
  473. <a class="t" href="/">{Title}</a>
  474. <div class="d">{Description} <div class="d2">{text:extra description}</div></div>
  475. </aside>
  476. </div>
  477. {/block:IndexPage}
  478.  
  479. {block:Posts}
  480. <div class="posts">
  481.  
  482. {block:IndexPage}
  483. {block:Date}
  484.  
  485. <div class="perma">
  486. <a href="{Permalink}" class="nc">{DayOfWeek} & {NoteCount}</a>
  487. </div>
  488.  
  489. {/block:Date}
  490. {/block:IndexPage}
  491.  
  492. {block:Text}
  493. <div class="q txt">{block:Title}<h1>{Title}</h1>{/block:Title} {block:NotReblog}<div class="bod">{Body}</div>{/block:NotReblog} {block:RebloggedFrom}<div class="bod">{block:Reblogs} <a class="user {block:IsDeactivated}deactivated{/block:IsDeactivated}" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body} {/block:Reblogs}</div>{/block:RebloggedFrom}</div>{/block:Text}
  494.  
  495. {block:Photo} <div class="q ph"> {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>{LinkCloseTag}{block:Caption}{block:NotReblog}<div class="caption topc">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption topc">{block:Reblogs}<a class="user {block:IsDeactivated}deactivated{/block:IsDeactivated}" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photo}
  496.  
  497. {block:Photoset}<div class="q ph">
  498. {block:IndexPage}<a href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $('body').toggleClass('tumblr_lightbox_active'); return false">{block:Photos}<img src="{PhotoURL-HighRes}"><!--{/block:Photos}--></a>{/block:IndexPage}
  499. {block:PermalinkPage}<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:PermalinkPage}{block:Caption}{block:NotReblog}<div class="caption topc">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption topc">{block:Reblogs}<a class="user {block:IsDeactivated}deactivated{/block:IsDeactivated}" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photoset}
  500.  
  501.  
  502. {block:Quote}<div class="q txt"><div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}</div>{/block:Quote}
  503.  
  504. {block:Link}<div class="q txt"><h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{block:NotReblog}<div class="caption">{Descriptionn}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user {block:IsDeactivated}deactivated{/block:IsDeactivated}" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Description}</div>{/block:Link}
  505.  
  506.  
  507. {block:Chat}<div class="q txt">{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></div>{/block:Chat}
  508.  
  509.  
  510. {block:Audio}<div class="q txt">{block:AudioPlayer}<div class="player"> {AudioPlayerWhite}</div><div class="audio_d">{block:TrackName}<b class="trackname">{TrackName}</b>{/block:TrackName}{block:Artist}<br/> {Artist} . {PlayCountWithLabel} {/block:Artist}</div>{/block:AudioPlayer} {block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user {block:IsDeactivated}deactivated{/block:IsDeactivated}" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Audio}
  511.  
  512.  
  513. {block:Video}<div class="q"><div class="video iframe">{Video-500}</div>{block:Caption}{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user {block:IsDeactivated}deactivated{/block:IsDeactivated}" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Video}
  514.  
  515. {block:Answer}<div class="q txt"><div class="question"> <div class="asker">{Asker}</div> {Question}</div>{block:Answerer}<div class="answer">{Answerer}{Answer}</div>{/block:Answerer} {block:NotReblog}<div class="answer">{Answer}</div>{/block:NotReblog} {block:RebloggedFrom}<div class="txt">{block:Reblogs}<a class="user {block:IsDeactivated}deactivated{/block:IsDeactivated}" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a>{Body}{/block:Reblogs}</div>{/block:RebloggedFrom}</div>{/block:Answer}
  516.  
  517.  
  518. {block:Date}
  519. <div class="inf">
  520. {block:PermalinkPage}
  521. <a class="ncp" href="{Permalink}">posted on {DayOfWeek}, {TimeAgo}, with {NoteCountWithLabel}</a>
  522. {block:RebloggedFrom}
  523. <br> <a href="{ReblogParentURL}">via {ReblogParentName}</a>
  524. {block:ContentSource} . <a href="{ReblogRootURL}" >source {ReblogRootName}</a>{/block:ContentSource}
  525. {/block:RebloggedFrom}
  526. {block:HasTags}
  527. <br><div class="tags">
  528. {block:Tags}
  529. <a href="{TagURL}">#{Tag}</a>
  530. {/block:Tags}
  531. </div>
  532. {/block:HasTags}
  533. {/block:PermalinkPage}
  534. </div>
  535. {/block:Date}
  536.  
  537. {block:PostNotes}{PostNotes}{/block:PostNotes}
  538. </div>
  539. {/block:Posts}
  540. </div>
  541. </div>
  542.  
  543. {block:ContentSource}<!– {SourceURL}{block:SourceLogo}<img src=“{BlackLogoURL}” width=“{LogoWidth}” height=“{LogoHeight}” alt=“{SourceTitle}” /> {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  544.  
  545. <div id="fuckchad"><a href="http://odeysseus.tumblr.com">O</a></div>
  546.  
  547. {block:indexpage}{block:ifinfinitescroll}
  548. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  549. {/block:ifinfinitescroll}{/block:indexpage}
  550.  
  551. <script>
  552. $(document).ready(function(){
  553. var $container = $('.entries');
  554. {block:ifinfinitescroll}
  555. $container.infinitescroll({
  556. itemSelector: '.posts',
  557. navSelector: '#pagination',
  558. nextSelector: '.next',
  559. loadingImg: '',
  560. loadingText: '',
  561. doneText: 'no more posts',
  562. bufferPx: 2000,
  563. {block:ifloadmore}
  564. errorCallback: function () {
  565. jQuery ('a#more').delay(50).fadeOut();
  566. $('.posts').last().after($('a#more'));
  567. }
  568. {/block:ifloadmore}
  569. },
  570. function( newElements ) {
  571. var $newElems = $( newElements );
  572. $newElems.find('.photo-slideshow').pxuPhotoset({
  573. lightbox: true,
  574. rounded: false,
  575. gutter: '1px',
  576. photoset: '.photo-slideshow',
  577. photoWrap: '.photo-data',
  578. photo: '.pxu-photo'
  579. })
  580. resizeVideos();
  581. $newElems.find('iframe.tumblr_audio_player').load( function() {
  582. $('iframe.tumblr_audio_player').contents().find("head")
  583. .append($("<style type='text/css'> .audio-player{background:transparent !important} </style>"));
  584. });
  585. });
  586.  
  587. {block:ifloadmore}
  588. $(window).unbind('.infscr');
  589. $('a#more').click(function(){
  590. $container.infinitescroll('retrieve');return false;
  591. $('.posts').last().after($('a#more'));
  592. });
  593. {/block:ifloadmore}
  594. {/block:ifinfinitescroll}
  595. });
  596. </script>
  597. </body>
  598.  
  599. </html>
Advertisement
Add Comment
Please, Sign In to add comment