odeysseus_thm

theme / CHAMOMILE

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