Advertisement
odeysseus_thm

theme / LIGHT

Feb 11th, 2017
5,873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5. light
  6.  
  7. @odeysseus
  8.  
  9.  
  10.  
  11. PLEASE READ THE FOLLOWING:
  12. in order to edit your popup about text, use cmd+F or ctrl+F to search for "start about text"
  13. in order to edit your popup navigation, search for "start editing tags"
  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="#676767"/>
  26. <meta name="color:link" content="#aaa"/>
  27. <meta name="color:accent" content="#bebcbc"/>
  28.  
  29. <meta name="if:hide caption" content=""/>
  30. <meta name="if:infinite scroll" content=""/>
  31. <meta name="if:load more" content=""/>
  32. <meta name="if:scroll to top" content=""/>
  33. <meta name="if:popup" content=""/>
  34.  
  35. <meta name="select:post width" content="250px"/>
  36. <meta name="select:post width" content="300px"/>
  37. <meta name="select:post width" content="350px"/>
  38. <meta name="select:post width" content="380px"/>
  39. <meta name="select:post width" content="400px"/>
  40. <meta name="select:post width" content="420px"/>
  41.  
  42. <meta name="select:font" content="Roboto"/>
  43. <meta name="select:font" content="Source Sans Pro"/>
  44. <meta name="select:font" content="PT Sans"/>
  45. <meta name="select:font" content="Lato"/>
  46. <meta name="select:font" content="Mako"/>
  47.  
  48. <meta name="text:font size" content="10px"/>
  49.  
  50. <meta name="text:link 1 url" content=""/>
  51. <meta name="text:link 1" content=""/>
  52. <meta name="text:link 2 url" content=""/>
  53. <meta name="text:link 2" content=""/>
  54. <meta name="text:link 3 url" content=""/>
  55. <meta name="text:link 3" content=""/>
  56.  
  57. <!--font-->
  58.  
  59. <link href='https://fonts.googleapis.com/css?family={select:font}:300,300italic,400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  60.  
  61.  
  62. <!--videos-->
  63.  
  64. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  65. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. @-webkit-keyframes fadein {
  71. 0% {opacity: 0;}
  72. 50% { opacity: 0; }
  73. 100% { opacity: 1; }
  74. }
  75.  
  76. @-moz-keyframes fadein {
  77. 0% { opacity: 0; }
  78. 50% { opacity: 0; }
  79. 100% { opacity: 1; }
  80. }
  81.  
  82. @keyframes fadein {
  83. 0% { opacity: 0; }
  84. 50% { opacity: 0; }
  85. 100% { opacity: 1; }
  86. }
  87.  
  88. ::-webkit-scrollbar{
  89. height:3px;
  90. width:13px;
  91. background:#fff;
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb {background:rgba({RGBcolor:accent},0.5);border:6px solid #fff;}
  95. ::-webkit-scrollbar-track {background:#eee;border:6px solid #fff};}
  96.  
  97. ::-moz-selection{ background: #eee; color:#777;}
  98. ::selection { background:#eee; color:#777; }
  99.  
  100.  
  101. .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; }
  102.  
  103. #s-m-t-tooltip{
  104. position:absolute;
  105. margin:15px;
  106. font-size:8px;
  107. max-width:250px;text-transform:uppercase;letter-spacing:.5px;
  108. z-index:999999999999999;
  109. padding:2px 5px 0px;
  110. border-radius:2px;color:#fafafa;font-weight:700;
  111. background:#444;
  112. }
  113.  
  114. blockquote {
  115. padding-top:0px!important;
  116. border-left:1px solid #eee;
  117. padding-left:10px;
  118. margin:0px 10px;
  119. padding-bottom:0px!important;
  120. }
  121.  
  122. body {
  123. background:#fff;
  124. color:{color:text};
  125. font-family:'{select:font}',sans-serif;
  126. font-weight:400;
  127. font-size:{text:font size};
  128. text-align:left;
  129. line-height:180%;
  130. -moz-osx-font-smoothing:grayscale;
  131. -webkit-font-smoothing:antialiased;
  132. font-smoothing:antialiased;
  133. }
  134.  
  135.  
  136. a {
  137. color:{color:link};
  138. text-decoration:none;
  139. transition:0.18s ease-in-out;
  140. -webkit-transition:0.18s ease-in-out;
  141. -moz-transition:0.18s ease-in-out;
  142. }
  143.  
  144. a:hover {
  145. text-decoration:none;
  146. color:{color:accent};
  147. }
  148.  
  149. b,strong {
  150. color:#333;
  151. }
  152.  
  153. img{
  154. opacity:1;
  155. border:none;
  156. text-decoration:none;
  157.  
  158. }
  159.  
  160.  
  161. small {
  162. font-size:calc({text:font size} - 0.5px);
  163. }
  164.  
  165. big {
  166. font-size:calc({text:font size} + 0.5px);
  167. }
  168.  
  169.  
  170. h1,h2,h3,h4,h5,h6 {
  171. line-height:120%;
  172. padding:8px;background:#fafafa;font-weight:700;
  173. text-align:left;color:#444;
  174. font-size:12px;
  175. }
  176.  
  177. .posts {
  178. width:{select:post width};-webkit-animation-name: fadein;-webkit-animation-duration: 1s;}
  179. {block:indexpage} .posts:after { margin:40px 0px 50px;width:100%;height:1px;content:'';display:block;background:#eee; }{/block:indexpage}
  180.  
  181.  
  182. .entries {
  183. width:{select:post width};margin:80px;
  184. }
  185. .caption {
  186. margin-top:5px;
  187. {block:ifhidecaption}
  188. {block:indexpage}
  189. display:none;
  190. {/block:indexpage}
  191. {/block:ifhidecaption}background:#fafafa;padding:8px;
  192. }
  193.  
  194. .posts img, .posts li, .posts blockquote {
  195. max-width: 100%;
  196. }
  197.  
  198. .ia a:hover:before {
  199. width:0;
  200. }
  201.  
  202. .posts ul li {
  203. ;line-height:150%;list-style:none;text-align:left;
  204. }
  205.  
  206. .posts ul li:before { content:"";position:absolute;display:block;margin-top:6px;width:11px;background:#ccc;height:1px;margin-left:-18px;}
  207. }
  208.  
  209. .inf { margin-top:200px;display:block!important;position:relative; }
  210. .inf a:hover, .tags a:hover, a.tumblr_blog:hover { color:{color:accent};}
  211. .hoverinfo {
  212. position:relative;margin-top:40px;margin-bottom:-49px;
  213. }
  214. .tags { display:inline;margin-left:8px; }
  215. .hoverinfo b { padding:0px 5px;background:#fff;opacity:0;transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out; }
  216. .posts:hover .hoverinfo b { opacity:1; }
  217.  
  218. .shownotes {
  219. cursor:help;
  220. color:#222;
  221. }
  222.  
  223. .notes {
  224. overflow:auto;
  225. max-height:300px;
  226. display:none;
  227. background:#fafafa;
  228. }
  229.  
  230. ol.notes {
  231. padding:10px 20px;
  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. text-transform:lowercase;
  276. font-size:10.5px;font-style:italic;
  277. color:#666;
  278. text-align:center;
  279. line-height:200%;
  280. }
  281.  
  282. .quotesource { text-align:center; }
  283. .quotesource:before {
  284. content:'';display:block;width:60px;height:1px;background:{color:accent};margin:8px auto;
  285. }
  286.  
  287.  
  288. .quotesource a {
  289. border:none!important;
  290. }
  291.  
  292.  
  293. .chat {
  294. line-height:20px;
  295. list-style:none;
  296. }
  297.  
  298. .line.odd {
  299. margin-bottom:2px;
  300. background:#fafafa;
  301. padding:3px;
  302. list-style:none;
  303. }
  304.  
  305. .line.even {
  306. margin-bottom:2px;
  307. padding:3px;
  308. list-style:none;
  309. }
  310.  
  311. .label {
  312. padding-right:1px;
  313. color:#444;
  314. }
  315.  
  316. .question {
  317. padding:8px;
  318. margin-left:2px;
  319. background:#fafafa;
  320. text-align:left;
  321. }
  322.  
  323. .question img {
  324. width:32px;
  325. height:32px;
  326. margin-right:7px;
  327. display:block;
  328. border-radius:100%;
  329. float:left;
  330. }
  331.  
  332. .asker a:hover {
  333. border:none;
  334. color:#333;
  335. }
  336.  
  337. .answer {
  338. margin-top:-15px;background:#fafafa;padding:4px 8px;
  339. }
  340. .asker {
  341. text-transform:uppercase;
  342. font-size:7.5px;font-weight:700;
  343. letter-spacing:1px;
  344. }
  345.  
  346. .player {
  347. margin:0px;margin-bottom:16px;display:inline-block;
  348. width:40px;
  349. background:#fff;border:1px solid #eee;
  350. height:40px;display:block;
  351. border-radius:100%;
  352. overflow:hidden;
  353. }
  354.  
  355. .audio_d { font-weight:700;display:inline-block;float:left;margin-top:-45px;color:#444;margin-left:50px; }
  356.  
  357. .tumblr_audio_player { width:30px; margin:5px; height:30px; border-radius:5px; overflow:hidden; {block:indexpage}opacity:0;{/block:indexpage}transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out; }
  358. {block:indexpage}
  359. .posts:hover .tumblr_audio_player { opacity:.5; }
  360. {/block:indexpage}
  361.  
  362. #cred {
  363. bottom:45px;
  364. position:fixed;
  365. text-align:right;
  366. right:45px;
  367. }
  368.  
  369. pre {
  370. white-space: pre-wrap; /* CSS 3 */
  371. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  372. white-space: -pre-wrap; /* Opera 4-6 */
  373. white-space: -o-pre-wrap; /* Opera 7 */
  374. word-wrap: break-word; /* Internet Explorer 5.5+ */
  375. background:#fafafa;color:#666;padding:5px;
  376. font-family:'inconsolata',consolas;
  377. }
  378.  
  379. .posts { word-wrap:break-word; }
  380.  
  381. .sc {
  382. bottom:27px;
  383. right:27px;
  384. position:fixed;text-align:right;
  385. display:none;
  386. font-weight:bold;
  387. cursor:help;
  388. }
  389.  
  390. .sc a { cursor:help;}
  391.  
  392. #vignette,.vignette { opacity:0!important; }
  393. .lightbox-image,#tumblr_lightbox img { box-shadow: none !important; border-radius:0 !important; padding:15px !important;background:#fafafa ! important; border-bottom:1px solid #eee !important; }
  394. #tumblr_lightbox,.tmblr-lightbox { background:rgba(255,255,255,.95)!Important; }
  395. #tumblr_lightbox_left_link, #tumblr_lightbox_right_link { visibility: hidden; }
  396.  
  397. .lightbox-caption,#tumblr_lightbox_caption { opacity:0; }
  398.  
  399.  
  400. #pagination {
  401. word-spacing:7px;
  402. font-size:9px;text-transform:uppercase;letter-spacing:.5px;
  403. margin:80px;width:{select:post width};
  404. text-align:center;
  405. {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}
  406. }
  407.  
  408. #pagination a { margin:0px 5px; }
  409. #infscr-loading { display:none!Important; }
  410.  
  411. footer { width:{select:post width}; margin:80px; padding:7px; text-align:center; }
  412.  
  413. a#more {
  414. position:relative;
  415. text-align:center;
  416. }
  417.  
  418. .caption a,.txt a { border-bottom:1px solid #eee; }
  419. .caption a:hover,.txt a:hover { border-bottom:1px solid {color:accent}; }
  420.  
  421. aside {
  422. top:200px;
  423. left:calc({select:post width} + 155px + 10px);
  424. width:155px;position:fixed;
  425. -webkit-animation-name: fadein;-webkit-animation-duration: .5s;
  426. padding-bottom:16px;border-bottom:1px solid #eee;
  427. }
  428.  
  429.  
  430. .d { margin-top:8px;padding:8px;background:#fafafa;}
  431. nav { font-weight:700; } nav a { margin-right:4px; }
  432.  
  433. .click { cursor:help; }
  434. #window { position:fixed;width:{select:post width};padding:0px 70px;top:0px;display:none;background:#fff;height:100%;z-index:12; }
  435. .things { position:fixed;top:200px;width:{select:post width};height:auto; }
  436. hr { border:none;height:1px;width:100%;margin:16px auto;position:relative;display:block;background:#eee;}
  437.  
  438. .toodle hr { margin:5px 0px; }
  439.  
  440. .box a,.box b {
  441. width:32%;display:inline-block;
  442. }
  443. .box { margin-top:10px; }
  444.  
  445.  
  446. ul#tabs {
  447. list-style-type: none;
  448. padding: 0;font-style:italic;
  449. text-align: left;
  450. }
  451.  
  452. ul#tabs li {
  453. display: inline-block;
  454. padding-right:8px;
  455. margin-bottom: 4px;
  456. cursor: help;font-size:9px;text-transform:uppercase;
  457. letter-spacing:.5px;
  458. color:{color:link};
  459. }
  460. ul#tabs li:hover {
  461. color:{color:accent};
  462. }
  463. ul#tabs li.active {
  464. color:#444;font-weight:700;
  465. }
  466. ul#tab {
  467. list-style-type: none;
  468. margin: 0;
  469. padding: 0;
  470. }
  471. ul#tab li {
  472. display: none;
  473. -webkit-animation-name: fadein;-webkit-animation-duration: .6s;
  474. }
  475. ul#tab li.active {
  476. display: block;
  477. }
  478.  
  479. u {
  480. text-decoration:none;border-bottom:1px solid {color:accent};
  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. <script>
  507. $(document).ready(function(){
  508. $('.photo-slideshow').pxuPhotoset({
  509. lightbox: true,
  510. rounded: false,
  511. gutter: '1px',
  512. borderRadius: '0px',
  513. photoset: '.photo-slideshow',
  514. photoWrap: '.photo-data',
  515. photo: '.pxu-photo'
  516. });
  517. $("ul#tabs li").click(function(e){
  518. if (!$(this).hasClass("active")) {
  519. var tabNum = $(this).index();
  520. var nthChild = tabNum+1;
  521. $("ul#tabs li.active").removeClass("active");
  522. $(this).addClass("active");
  523. $("ul#tab li.active").removeClass("active");
  524. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  525. }
  526. });
  527. $('.shownotes').click(function() {
  528. $('.notes').slideToggle(300);
  529. });
  530. $('.click').click(function() {
  531. $('#window').fadeToggle();
  532. });
  533. $(window).scroll(function(){
  534. if ($(this).scrollTop() > 100) {
  535. $('.sc').fadeIn();
  536. } else {
  537. $('.sc').fadeOut();
  538. }
  539. });
  540. //Click event to scroll to top
  541. $('.sc').click(function(){
  542. $('html, body').animate({scrollTop : 0},800);
  543. return false;
  544. });
  545. });
  546. </script>
  547.  
  548. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  549.  
  550. </head>
  551.  
  552. <body>
  553.  
  554. <aside>
  555. <nav>
  556. <a href="/" title="index">01.</a>
  557. <a href="/ask" title="message">02.</a>
  558. <a href="/archive" title="history">03.</a>
  559. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}">04.</a>{/block:iflink1}
  560. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}">05.</a>{/block:iflink2}
  561. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">06.</a>{/block:iflink3}
  562. {block:ifpopup}
  563. <a class="click" title="extra">&.</a>
  564. {/block:ifpopup}
  565. </nav>
  566. <div class="d">{description}</div>
  567.  
  568. </aside>
  569.  
  570.  
  571. {block:ifpopup}
  572. <div id="window"> <div class="things">
  573. <h1>{title}</h1> <hr>
  574. <ul id="tabs">
  575. <li class="active">about</li> <li>navigate</li>
  576. </ul>
  577. <ul id="tab">
  578. <li class="active">
  579.  
  580. <!----- START ABOUT TEXT ----->
  581.  
  582. this is where you write your about text. this popup will have to be edited manually so some knowledge of coding is helpful but not required by any means, instructions for how to edit this bit is in the code!
  583. <br> line break.
  584. <a href="LINK URL">link.</a>
  585. <b>bold.</b>
  586. <i>italic.</i>
  587. <u>underline.</u>
  588. <p> new paragraph.
  589. <!----- END ABOUT TEXT ----->
  590. </li>
  591. <li>
  592. <!----- START EDITING TAGS ----->
  593.  
  594. <!--start tag box--><div class="box">
  595. <b>box title</b> <!--title of ur tag section goes here-->
  596. <a href="/tagged/TAG"> apple </a>
  597. <a href="/tagged/TAG"> banana </a>
  598. <a href="/tagged/TAG"> carrot </a>
  599. <a href="/tagged/TAG"> dragon </a>
  600. <a href="/tagged/TAG"> elephant </a>
  601. <a href="/tagged/TAG"> fruit </a>
  602. <a href="/tagged/TAG"> goldfish </a>
  603. <a href="/tagged/TAG"> house </a>
  604. </div><!--end tag box-->
  605.  
  606. <!--copy & paste the above tag box as many times as necessary, add and delete links as u need. new links like this:
  607.  
  608. <a href="LINK URL">link name</a>
  609.  
  610. -->
  611.  
  612. <!----- END EDITING TAGS ----->
  613. </li>
  614.  
  615. </ul></div></div>
  616. {/block:ifpopup}
  617.  
  618. <div class="entries">
  619. {block:Posts}
  620. <div class="posts">
  621.  
  622. {block:Text}
  623. <div class="q txt">
  624. {block:Title}<h1>{Title}</h1>{/block:Title}
  625. {Body}</div>{/block:Text}
  626.  
  627.  
  628. {block:Photo}
  629. <div class="q" style="margin-bottom:-5px">
  630. {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">
  631. <img src="{PhotoURL-HighRes}">
  632. </a></div>{LinkCloseTag}
  633. {block:Caption}<div class="caption" >{Caption}</div>{/block:Caption}
  634. {/block:Photo}
  635.  
  636.  
  637. {block:Photoset}
  638. <div class="q" >
  639. <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>
  640. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  641. </div>
  642. {/block:Photoset}
  643.  
  644.  
  645. {block:Quote}
  646. <div class="q txt">
  647. <div class="quote">{Quote}</div>
  648. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  649. </div>{/block:Quote}
  650.  
  651.  
  652. {block:Link}
  653. <div class="q txt">
  654. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  655. {block:Description}{Description}{/block:Description}
  656. </div>
  657. {/block:Link}
  658.  
  659.  
  660. {block:Chat}
  661. <div class="q txt">
  662. {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>
  663. </div>
  664. {/block:Chat}
  665.  
  666.  
  667. {block:Audio}
  668. <div class="q txt">
  669. {block:AudioPlayer}
  670. <div class="player">{AudioPlayerWhite}</div>
  671. <div class="audio_d">
  672. {block:TrackName}{TrackName}{/block:TrackName}
  673. {block:Artist} by {Artist} {/block:Artist}</div>
  674. {/block:AudioPlayer}
  675.  
  676. {block:Caption}
  677. <div class="caption">{Caption}</div>
  678. {/block:Caption}
  679. </div>
  680. {/block:Audio}
  681.  
  682.  
  683. {block:Video}
  684. <div class="q">
  685. <div class="video iframe">{Video-500}</div>
  686. <div class="caption">
  687. {block:Caption}{Caption}{/block:Caption}
  688. </div>
  689. </div>
  690. {/block:Video}
  691.  
  692.  
  693. {block:Answer}
  694. <div class="q txt">
  695. <div class="question"> <img src="{AskerPortraitURL-40}"/> <div class="asker">{asker} said:</div> {Question}</div><br>
  696. <div class="answer">
  697. {Answer}</div>
  698. </div>
  699. {/block:Answer}
  700.  
  701. {block:indexpage}
  702. <div class="hoverinfo">
  703. <b><a href="{permalink}">{DayOfWeek} . {NoteCountWithLabel}</a></b>
  704. </div>
  705. {/block:indexpage}
  706.  
  707.  
  708. {block:permalinkpage}{block:date}
  709. <div class="inf" style="margin-top:16px;padding-top:16px;border-top:1px solid #eee">
  710. <a href="{Permalink}"><b>{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}, {TimeAgo}</b></a>{block:HasTags} <div class="tags"> {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </div> {/block:HasTags}
  711. {block:RebloggedFrom} <br>
  712. via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}; source <a href="{ReblogRootURL}" >{ReblogRootName}</a>
  713. {/block:ContentSource}
  714. {/block:RebloggedFrom}
  715.  
  716. </div>
  717. {/block:date}{/block:permalinkpage}
  718.  
  719.  
  720. {block:PostNotes}
  721. <div class="shownotes">view {NoteCountWithLabel}</div>
  722. {PostNotes}
  723. {/block:PostNotes}
  724.  
  725.  
  726.  
  727. </div>
  728.  
  729.  
  730.  
  731.  
  732. {/block:Posts}
  733.  
  734.  
  735. </div>
  736. {block:ifloadmore}{block:indexpage}
  737. <footer>
  738. <a id="more" style="cursor:help">load more posts</a>
  739. </footer>
  740. {/block:indexpage}{/block:ifloadmore}
  741. {block:Pagination}
  742. <div id="pagination">
  743. {block:previouspage}
  744. <a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  745. {block:JumpPagination length="4"}{block:CurrentPage}
  746. <span class="current_page">{PageNumber}</span>
  747. {/block:CurrentPage}{block:JumpPage}
  748.  
  749. <a class="jump_page" href="{URL}">{PageNumber}</a>
  750. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  751. <a class="next" href="{NextPage}">next</a>
  752. {/block:nextpage}
  753. </div>
  754. {/block:Pagination}
  755. </div>
  756.  
  757.  
  758. {block:ContentSource}
  759.  
  760. <!– {SourceURL}{block:SourceLogo}<img src=“{BlackLogoURL}”
  761.  
  762. width=“{LogoWidth}” height=“{LogoHeight}” alt=“{SourceTitle}” />
  763.  
  764. {/block:SourceLogo}
  765.  
  766. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>
  767.  
  768. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  769.  
  770. <div id="cred"><a href="http://odeysseus.tumblr.com">O</a></div>
  771. {block:ifscrolltotop}
  772. <div class="sc"> <a href="#">scroll to top</a></div>
  773. {/block:ifscrolltotop}
  774.  
  775. {block:indexpage}{block:ifinfinitescroll}
  776. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  777. {/block:ifinfinitescroll}{/block:indexpage}
  778.  
  779. <script>
  780. $(document).ready(function(){
  781. var $container = $('.entries');
  782. {block:ifinfinitescroll}
  783. $container.infinitescroll({
  784. itemSelector: '.posts',
  785. navSelector: '#pagination',
  786. nextSelector: '.next',
  787. loadingImg: '',
  788. loadingText: '',
  789. doneText: 'no more posts',
  790. bufferPx: 2000,
  791. {block:ifloadmore}
  792. errorCallback: function () {
  793. jQuery ('a#more').delay(50).fadeOut();
  794. $('.posts').last().after($('a#more'));
  795. }
  796. {/block:ifloadmore}
  797. },
  798. function( newElements ) {
  799. var $newElems = $( newElements );
  800. $newElems.find('.photo-slideshow').pxuPhotoset({
  801. lightbox: true,
  802. rounded: false,
  803. gutter: '1px',
  804. photoset: '.photo-slideshow',
  805. photoWrap: '.photo-data',
  806. photo: '.pxu-photo'
  807. })
  808. resizeVideos();
  809. $newElems.find('iframe.tumblr_audio_player').load( function() {
  810. $('iframe.tumblr_audio_player').contents().find("head")
  811. .append($("<style type='text/css'> .audio-player{background:#fafafa !important} </style>"));
  812. });
  813. });
  814.  
  815. {block:ifloadmore}
  816. $(window).unbind('.infscr');
  817. $('a#more').click(function(){
  818. $container.infinitescroll('retrieve');return false;
  819. $('.posts').last().after($('a#more'));
  820. });
  821. {/block:ifloadmore}
  822. {/block:ifinfinitescroll}
  823. });
  824. </script>
  825. </body>
  826.  
  827. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement