Advertisement
jasonmcann

Theme: Déjà-boo

Jan 13th, 2015
1,642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4. - theme #23 / caulfielld(tumblr.com) -
  5. don't take parts of this code.
  6. don't remove this comment.
  7. don't remove the credit.
  8. -->
  9.  
  10. <html>
  11. <head>
  12.  
  13. <title>{Title}
  14. {block:PostTitle} — {PostTitle}{/block:PostTitle}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta name="if:bg image" content="0">
  20. <meta name="if:500px posts" content="0">
  21. <meta name="if:infinite scrolling" content="0">
  22. <meta name="if:show caption" content="1">
  23. <meta name="if:optional titles" content="1">
  24.  
  25. <meta name="color:background" content="#ffffff" />
  26. <meta name="color:text" content="#aaaaaa" />
  27. <meta name="color:link" content="#77b5be" />
  28. <meta name="color:link hover" content="#7e7175" />
  29. <meta name="color:scrollbar" content="#f8f8f8" />
  30. <meta name="color:border" content="#f7f7f7" />
  31. <meta name="color:blockquote" content="#f5f5f5" />
  32. <meta name="color:selection bg" content="#77b5be" />
  33. <meta name="color:selection text" content="#ffffff" />
  34. <meta name="color:bold" content="#77b5be" />
  35. <meta name="color:answers bg" content="#dbeaef" />
  36.  
  37. <meta name="text:Link 01 URL" content="/" />
  38. <meta name="text:Link 01 title" content="text">
  39. <meta name="text:Link 01 title2" content="link 01">
  40. <meta name="text:Link 02 URL" content="/" />
  41. <meta name="text:Link 02 title" content="photo">
  42. <meta name="text:Link 02 title2" content="link 02">
  43. <meta name="text:Link 03 URL" content="/" />
  44. <meta name="text:Link 03 title" content="quote">
  45. <meta name="text:Link 03 title2" content="link 03">
  46. <meta name="text:Link 04 URL" content="/" />
  47. <meta name="text:Link 04 title" content="link">
  48. <meta name="text:Link 04 title2" content="link 04">
  49. <meta name="text:Link 05 URL" content="/" />
  50. <meta name="text:Link 05 title" content="chat">
  51. <meta name="text:Link 05 title2" content="link 05">
  52. <meta name="text:Link 06 URL" content="/" />
  53. <meta name="text:Link 06 title" content="audio">
  54. <meta name="text:Link 06 title2" content="link 06">
  55. <meta name="text:Link 07 URL" content="/" />
  56. <meta name="text:Link 07 title" content="video">
  57. <meta name="text:Link 07 title2" content="link 07">
  58. <meta name="text:Link 08 URL" content="/" />
  59. <meta name="text:Link 08 title" content="link 08">
  60. <meta name="text:Link 09 URL" content="/" />
  61. <meta name="text:Link 09 title" content="link 09">
  62. <meta name="text:Link 10 URL" content="/" />
  63. <meta name="text:Link 10 title" content="link 10">
  64.  
  65. <meta name="image:background" content="">
  66.  
  67. <!--- extras --->
  68.  
  69. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  70. <script src="http://static.tumblr.com/nb65v05/XPQmpjoyl/jquery.style-my-tooltips.js"></script>
  71.  
  72. <script type="text/javascript" src="http://demo.marcofolio.net/create_a_sticky_sidebar_or_box/mootools.js"></script>
  73.  
  74. <script type="text/javascript">
  75. // Scrolling sidebar for your website
  76.  
  77. // Downloaded from Marcofolio.net
  78.  
  79. // Read the full article: http://www.marcofolio.net/webdesign/create_a_sticky_sidebar_or_box.html
  80.  
  81.  
  82.  
  83. window.onscroll = function()
  84.  
  85. {
  86.  
  87. if( window.XMLHttpRequest ) {
  88.  
  89. if (document.documentElement.scrollTop > 180 || self.pageYOffset > 180) {
  90.  
  91. $('content').style.position = 'fixed';
  92.  
  93. $('content').style.top = '0';
  94.  
  95. } else if (document.documentElement.scrollTop < 180 || self.pageYOffset < 180) {
  96.  
  97. $('content').style.position = 'absolute';
  98.  
  99. $('content').style.top = '180px';
  100.  
  101. }
  102.  
  103. }
  104.  
  105. }
  106. </script>
  107.  
  108. <script type="text/javascript">
  109. jQuery(document).ready(function() {
  110. jQuery(".sub").hide();
  111. //toggle the componenet with class msg_body
  112. jQuery(".cthrough").click(function()
  113. {
  114. jQuery(this).next(".sub").slideToggle(500);
  115. });});
  116. </script>
  117.  
  118. <script type="text/javascript">
  119. $(document).ready(function(){
  120. $(window).scroll(function(){
  121. if ($(this).scrollTop() > 100) {
  122. $('.scrollup').fadeIn();
  123. } else {
  124. $('.scrollup').fadeOut();}});
  125. $('.scrollup').click(function(){
  126. $("html, body").animate({ scrollTop: 0 }, 600);
  127. return false;});});
  128. </script>
  129.  
  130. <script>
  131. (function($){
  132. $(document).ready(function(){
  133. $("[title]").style_my_tooltips({
  134. tip_follows_cursor:false,
  135. tip_delay_time:20,
  136. tip_fade_speed:300,
  137. attribute:"title"
  138. });});})(jQuery);
  139. </script>
  140.  
  141. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  142.  
  143. <style type="text/css">
  144.  
  145. body {
  146. font:09px trebuchet ms;
  147. margin:0;
  148. background:{color:Background} {block:ifBgImage}url('{image:Background}') fixed{/block:ifBgImage};
  149. color:{color:text};}
  150.  
  151. a {
  152. color:{color:link};
  153. text-decoration: none;
  154. -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
  155. -o-transition:all 0.6s ease-in-out;/*opera*/
  156. -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
  157. -ms-transition:all 0.6s ease-in-out;/*ie*/
  158. transition:all 0.6s ease-in-out;/*w3c*/}
  159.  
  160. small{
  161. font-size:09px;}
  162.  
  163.  
  164. a:hover {
  165. color:{color:link hover};}
  166.  
  167. em, strong,b{
  168. color:{color:bold};}
  169.  
  170. blockquote {
  171. border-left: 1px solid {color:blockquote};
  172. padding-left: 5px;
  173. margin:05px;}
  174.  
  175. img {
  176. max-width: 100%;}
  177.  
  178. ol {
  179. list-style-type:lower-roman;}
  180.  
  181. sub, sup{
  182. font-size: 10px; /*credit to pohroro*/}
  183.  
  184. .container {
  185. width:400px;
  186. {block:if500pxPosts}
  187. width:500px;
  188. {/block:if500pxPosts}
  189. margin:auto;}
  190.  
  191. .entries {
  192. width:400px;
  193. {block:if500pxPosts}
  194. width:500px;
  195. {/block:if500pxPosts}
  196. position:relative;
  197. padding-top:60px;
  198. padding-bottom:60px;
  199. margin-left:-50px;}
  200.  
  201. #posts {
  202. width:400px;
  203. {block:PermalinkPage}
  204. width:500px;
  205. {block:ifNot500pxPosts}
  206. margin-left:-50px;
  207. {/block:ifNot500pxPosts}
  208. {/block:PermalinkPage}
  209. {block:if500pxPosts}
  210. width:500px;
  211. {/block:if500pxPosts}
  212. overflow:hidden;
  213. border-radius:0px;
  214. word-wrap: break-word;
  215. background-color:{color:background};
  216. border:1px solid {color:border};
  217. padding:30px;
  218. border-radius:05px;
  219. {block:IndexPage}
  220. margin-bottom:30px;
  221. {/block:IndexPage}}
  222.  
  223. #posts .images{
  224. display:block;
  225. max-width:100%;}
  226.  
  227. .text-title{
  228. text-align:left;
  229. font-weight:bold;
  230. font-size:15px;
  231. text-transform:uppercase;
  232. border-radius:5px;
  233. padding:10px;}
  234.  
  235. #sidebar {
  236. width: 130px;
  237. height:auto;
  238. {block:PermalinkPage}
  239. margin-left:-550px!important;
  240. {/block:PermalinkPage}
  241. margin-top:200px;
  242. position:fixed;}
  243.  
  244. .sb-title{
  245. padding-bottom:10px;
  246. text-align:left;
  247. border-bottom:2px dotted {color:border};}
  248.  
  249. .name{
  250. font-weight:bold;
  251. margin-bottom:5px;
  252. font-size:12px;}
  253.  
  254. .sidebar-image img{
  255. display:block;
  256. margin-left:-77px;
  257. float:left;
  258. border-radius:5px;}
  259.  
  260. .descr {
  261. margin-top:5px;
  262. text-align:center;
  263. max-height:118px;
  264. overflow:auto;}
  265.  
  266. .navi {
  267. text-align:center;
  268. margin-top:5px;
  269. border:1px solid {color:border};
  270. height:90px;
  271. width:460px;
  272. {block:if500pxPosts}
  273. width:560px;
  274. {/block:if500pxPosts}
  275. border-radius:05px;
  276. margin-bottom:30px;
  277. font:09px consolas;
  278. text-transform:uppercase;
  279. letter-spacing:1px;
  280. line-height:250%;
  281. overflow:hidden;}
  282.  
  283. .navi i{
  284. font-size:25px;
  285. color:{color:text};}
  286.  
  287. .navi a{
  288. display:inline-block;
  289. padding:13px;
  290. {block:if500pxPosts}
  291. padding:20px;
  292. margin-top:04px!important;
  293. {/block:if500pxPosts}
  294. margin-top:07px;}
  295.  
  296. .na i{
  297. font-size:13px;
  298. padding:3px;}
  299.  
  300. .na {
  301. margin-top:5px;
  302. font:08px consolas;
  303. text-transform:uppercase;
  304. letter-spacing:1px;}
  305.  
  306. .na a{
  307. display:block;
  308. padding-bottom:5px;
  309. padding-top:5px;
  310. border-bottom:1px solid {color:border};}
  311.  
  312.  
  313. .pag {
  314. margin-top:10px;
  315. text-align:left;}
  316.  
  317. .jump_page {
  318. padding: 4px 6px;}
  319.  
  320. .current_page, .jump_page:hover {
  321. padding: 4px 6px;}
  322.  
  323. .quote {
  324. padding:0 10px 0 10px;}
  325.  
  326. .quotetext-short {
  327. font-size: 18px;}
  328.  
  329. .quotetext-medium {
  330. font-size: 14px;}
  331.  
  332. .quotetext-long {
  333. font-size: 11px;}
  334.  
  335. .quote-source {
  336. text-align:right;}
  337.  
  338. .caption img, .answer img{
  339. {block:if500pxPosts}
  340. max-width:500px;
  341. {/block:if500pxPosts}
  342. {block:ifNot500pxPosts}
  343. max-width:400px;
  344. {/block:ifNot500pxPosts}}
  345.  
  346. .posts-info,.posts-info2{
  347. text-align:left;
  348. text-transform:lowercase;
  349. margin-bottom:15px;
  350. font:08px consolas;
  351. letter-spacing:01px;
  352. text-transform:uppercase;}
  353. .posts-info2{
  354. margin-bottom:0;
  355. margin-top:15px;}
  356.  
  357. /* extras */
  358. #s-m-t-tooltip{
  359. z-index:10;
  360. margin:24px 14px 7px 12px;
  361. padding:0 3px 0 3px;
  362. letter-spacing:1px;
  363. z-index:9999999999999;
  364. line-height:16px;
  365. background-color:{color:link};
  366. color:white;
  367. border-radius:3px;}
  368.  
  369. ::selection {
  370. background: {color:selection bg};
  371. color: {color:selection text};}
  372. ::-moz-selection {
  373. background: {color:selection bg};
  374. color: {color:selection text};}
  375. ::-webkit-selection {
  376. background: {color:selection bg};
  377. color: {color:selection text};}
  378.  
  379. iframe#tumblr_controls {
  380. top:0%!important;
  381. right:0%!important;
  382. position:fixed!important;
  383. z-index:999999999!important;
  384. opacity:0.3;
  385. -webkit-filter:invert(100%);
  386. -moz-filter:invert(100%);
  387. -o-filter:invert(100%);
  388. -ms-filter:invert(100%);
  389. filter:invert(100%);} /*credit to ladmilk*/
  390.  
  391. ::-webkit-scrollbar {
  392. width: 6px;
  393. height: 3px;
  394. background: {color:background};}
  395.  
  396. ::-webkit-scrollbar-thumb {
  397. background-color:{color:scrollbar};
  398. padding:2px;}
  399.  
  400. #notes{
  401. width:560px;
  402. margin-left:-50px;
  403. {block:if500pxPosts}
  404. margin-left:0;
  405. {/block:if500pxPosts}
  406. margin-top:10px;
  407. height:190px;
  408. overflow:auto;}
  409.  
  410. ol.notes {
  411. padding: 0px;
  412. margin: 0;
  413. list-style-type: none;}
  414.  
  415. ol.notes li.note {
  416. padding: 10px;}
  417.  
  418. ol.notes li.note img.avatar {
  419. vertical-align: -4px;
  420. float:left;
  421. margin-right: 10px;
  422. width: 16px;
  423. height: 16px;}
  424.  
  425. ol.notes li.note span.action {}
  426.  
  427. ol.notes li.note .answer_content {
  428. font-weight: normal;}
  429.  
  430. ol.notes li.note blockquote {
  431. border-color: #eee;
  432. padding: 4px 10px;
  433. margin: 10px 0px 0px 25px;}
  434.  
  435. .scrollup{
  436. width:30px;
  437. height:30px;
  438. opacity:0.3;
  439. position:fixed;
  440. bottom:10px;
  441. right:0px;
  442. display:none;
  443. text-indent:-9999px;
  444. background: url('http://static.tumblr.com/ii9pnwy/6qRn1ekzg/1393103726_up4.png') no-repeat;}
  445.  
  446. .scrollup:hover{
  447. cursor:pointer;}
  448.  
  449. #c{
  450. position:fixed;
  451. bottom:10px;
  452. right:12px;
  453. font: 09px georgia;
  454. letter-spacing:1px;
  455. text-align:right;
  456. z-index:99;}
  457.  
  458. #content {
  459. position:absolute;
  460. top: 180px;
  461. width: 150px;
  462. margin-left:450px;
  463. {block:if500pxPosts}
  464. margin-left:550px;
  465. {/block:if500pxPosts}
  466. padding-top:10px;
  467. {block:ifNot500pxPosts}{block:PermalinkPage}
  468. display:none;
  469. {/block:PermalinkPage}{/block:ifNot500pxPosts}}
  470.  
  471. .sidebox {
  472. background: {color:background}; no-repeat left bottom;}
  473.  
  474. /*credit to lmthemes*/
  475. .cthrough{
  476. float:right;
  477. margin-right:05px;}
  478.  
  479. .cthrough i{
  480. font-size:15px;
  481. cursor:pointer;}
  482.  
  483. .sub{
  484. margin-top:05px;}
  485.  
  486. .answe img{
  487. float:right;
  488. border-radius:3px;}
  489.  
  490. .quest{
  491. border:1px solid #f5f5f5;
  492. padding:10px;
  493. line-height:100%;
  494. border-radius:3px;
  495. width:330px;
  496. {block:PermalinkPage}
  497. width:430px;
  498. {/block:PermalinkPage}
  499. {block:if500pxPosts}
  500. width:430px;
  501. {/block:if500pxPosts}
  502. background-color:#fafafa;}
  503.  
  504. .quest a{
  505. color:{color:text};}
  506.  
  507. </style>
  508.  
  509. {block:ifInfiniteScrolling}
  510. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  511. {/block:ifInfiniteScrolling}
  512.  
  513. </head>
  514. <body>
  515.  
  516. <div class="container">
  517.  
  518. <div id="content" class="sidebox">
  519.  
  520. <div class="name">{name}</div>
  521.  
  522. <div class="sb-title"><a href="/">{Title}</a> <a class="cthrough"><i class="fa fa-angle-down"></i></a>
  523. <div class="sub">
  524. {Description}
  525. </div></div>
  526.  
  527. <div class="na">
  528. <a href="/"><i class="fa fa-file-text-o"></i>
  529. Refresh</a>
  530. <a href="/ask"><i class="fa fa-envelope-o"></i></i>
  531. Askbox</a>
  532. <a href="{text:Link 08 URL}"><i class="fa fa-users"></i>
  533. {text:Link 08 title}</a>
  534. <a href="{text:Link 09 URL}"><i class="fa fa-file-o"></i>
  535. {text:Link 09 title}</a>
  536. <a href="{text:Link 10 URL}"><i class="fa fa-eye"></i>
  537. {text:Link 10 title}</a>
  538. </div>
  539.  
  540. {block:Pagination}{block:ifNotInfiniteScrolling}<div class="pag">
  541. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">prev</a>{/block:PreviousPage}
  542. {block:JumpPagination length="3"}
  543. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  544. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  545. {block:NextPage}<a href="{NextPage}" class="jump_page">next</a>{/block:NextPage}</div>{/block:ifNotInfiniteScrolling}
  546. {/block:Pagination}
  547. </div>
  548.  
  549. <div id="c">
  550. <a href="http://caulfielld.tumblr.com" target="_blank" title="theme by caulfielld"><em>tc.</em></a>
  551. </div>
  552.  
  553. <div class="entries">
  554.  
  555. <div class="sidebar">
  556. <div class="sidebar-image"><a href="/"><img src="{PortraitURL-64}"></a></div>
  557. <div class="navi">
  558. <a href="{text:Link 01 URL}"><i class="fa fa-font" {block:ifOptionalTitles}title="{text:Link 01 title2}"{/block:ifOptionalTitles}></i><br>{text:Link 01 title}</a>
  559. <a href="{text:Link 02 URL}"><i class="fa fa-camera" {block:ifOptionalTitles}title="{text:Link 02 title2}"{/block:ifOptionalTitles}></i><br>{text:Link 02 title}</a>
  560. <a href="{text:Link 03 URL}"><i class="fa fa-quote-left" {block:ifOptionalTitles}title="{text:Link 03 title2}"{/block:ifOptionalTitles}></i><br>{text:Link 03 title}</a>
  561. <a href="{text:Link 04 URL}"><i class="fa fa-external-link-square" {block:ifOptionalTitles}title="{text:Link 04 title2}"{/block:ifOptionalTitles}></i><br>{text:Link 04 title}</a>
  562. <a href="{text:Link 05 URL}"><i class="fa fa-comments-o" {block:ifOptionalTitles}title="{text:Link 05 title2}"{/block:ifOptionalTitles}></i><br>{text:Link 05 title}</a>
  563. <a href="{text:Link 06 URL}"><i class="fa fa-music" {block:ifOptionalTitles}title="{text:Link 06 title2}"{/block:ifOptionalTitles}></i><br>{text:Link 06 title}</a>
  564. <a href="{text:Link 07 URL}"><i class="fa fa-video-camera" {block:ifOptionalTitles}title="{text:Link 07 title2}"{/block:ifOptionalTitles}></i><br>{text:Link 07 title}</a>
  565. </div>
  566. </div>
  567.  
  568. {block:ifInfiniteScrolling}<div class= "autopagerize_page_element">{/block:ifInfiniteScrolling}
  569.  
  570. {block:Posts}
  571.  
  572. {block:ContentSource}
  573. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  574. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  575. {/block:SourceLogo}
  576. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  577. {/block:ContentSource}
  578.  
  579. <div id="posts">
  580.  
  581. {block:Date}
  582. <div class="posts-info">
  583. {block:RebloggedFrom}
  584. <span style="float:right;">source: <a href="{ReblogRootURL}">{ReblogRootName}</a></span>
  585. {name} <i class="fa fa-retweet"></i> <a href="{ReblogParentURL}">{ReblogParentName}</a> <br>{/block:RebloggedFrom}
  586. <a href="{Permalink}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}, {12HourWithZero}:{Minutes}:{Seconds} {AmPm} · {TimeAgo}</a>
  587. </div>{/block:Date}
  588.  
  589. {block:Text}
  590. {block:Title}<div class="text-title">{Title}</div>{/block:Title}
  591. <div class="caption">{Body}</div>
  592. {/block:Text}
  593.  
  594. {block:Photo}
  595. <center>{LinkOpenTag}<img src="{PhotoURL-500}" class="images">{LinkCloseTag}
  596. </center>{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{block:ifNotShowCaption}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:ifNotShowCaption}
  597. {/block:Photo}
  598.  
  599. {block:Photoset}
  600. {block:IndexPage}{block:ifNot500pxPosts}<div class="images">{Photoset-400}</div>{/block:ifNot500pxPosts}{block:if500pxPosts}<div class="images">{Photoset-500}</div>{/block:if500pxPosts}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  601. {block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{block:ifNotShowCaption}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:ifNotShowCaption}
  602. {/block:Photoset}
  603.  
  604. {block:Answer}
  605. <div class="answe">
  606. <img src="{AskerPortraitURL-40}">
  607. <div class="quest">
  608. <b>{Asker}</b> asked: <br><br>{Question}</div>
  609. </div>
  610. {Answer}
  611. {/block:Answer}
  612.  
  613. {block:Quote}<div class="quote">
  614. <div class="quotetext-{Length}">{Quote}</div>
  615. {block:Source}
  616. <div class="quote-source">{Source}</div>
  617. {/block:Source}
  618. </div>{/block:Quote}
  619.  
  620. {block:Link}
  621. <div class="text-title">
  622. <a href="{URL}" target="{Target}">{Name} <b>&rarr;</b></a></div>
  623. {block:Description}{Description}{/block:Description}
  624. {/block:Link}
  625.  
  626. {block:Chat}
  627. {block:Title}<div class="text-title">{Title}</div>{/block:Title}
  628. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  629. {/block:Chat}
  630.  
  631. {block:Video}
  632. {block:IndexPage}{block:ifNot500pxPosts}{Video-400}{/block:ifNot500pxPosts}{block:if500pxPosts}{Video-500}{/block:if500pxPosts}{/block:IndexPage}
  633. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  634. {block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{block:ifNotShowCaption}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:ifNotShowCaption}
  635. {/block:Video}
  636.  
  637. {block:Audio}
  638. <div class="audio">
  639. {block:ifNot500pxPosts}
  640. {AudioEmbed-400}
  641. {/block:ifNot500pxPosts}
  642. {block:if500pxPosts}
  643. {AudioEmbed-500}
  644. {/block:if500pxPosts}
  645. </div>
  646. {block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{block:ifNotShowCaption}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:ifNotShowCaption}
  647. {/block:Audio}
  648.  
  649. {block:Date}
  650. <div class="posts-info2">
  651. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags} <br>{/block:HasTags}
  652. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  653. </div>{/block:Date}
  654.  
  655. </div><!--- posts --->
  656.  
  657. {block:PermalinkPage}
  658. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  659. {/block:PermalinkPage}
  660.  
  661. {/block:Posts}
  662. </div><!-- entries -->
  663. </div><!-- container-->
  664.  
  665. {block:ifInfiniteScrolling}<a class="scrollup">Scroll</a>{/block:ifInfiniteScrolling}
  666.  
  667. </body>
  668. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement