odeysseus_thm

theme / LYRA

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