Advertisement
heykevinn

Reparo Theme (v2)

Aug 24th, 2012
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <!-- ----------------------------------------------
  6.  
  7. #1 REPARO (v2) THEME BY EXCOLO
  8. acrisolar.tumblr.com [main blog]
  9. excolo.tumblr.com [tumblr themes]
  10.  
  11. ---------------------------------------------- -->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  16. <meta name="viewport" content="width=820" />
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Della+Respira|PT+Sans|Homenaje' rel='stylesheet' type='text/css'>
  20.  
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22.  
  23. <meta name="color:background" content="#eeeeee"/>
  24. <meta name="color:text" content="#757575"/>
  25. <meta name="color:links" content="#1e5d88"/>
  26. <meta name="color:hover" content="#ed4d6d"/>
  27. <meta name="color:posts background" content="#ffffff"/>
  28. <meta name="color:permalink background" content="#ffed53"/>
  29. <meta name="color:permalink text" content="#474747"/>
  30. <meta name="color:header" content="#5e5e5e"/>
  31. <meta name="color:header text" content="#ffffff"/>
  32. <meta name="color:header links" content="#5e5e5e"/>
  33. <meta name="color:navigations" content="#ffed53"/>
  34. <meta name="color:navigations hover" content="#48dd98"/>
  35. <meta name="color:topbar" content="#ffed53"/>
  36. <meta name="color:back to top button" content="#959da7"/>
  37.  
  38. <meta name="image:header" content=""/>
  39. <meta name="image:background" content=""/>
  40.  
  41. <meta name="if:infinite scroll" content="0"/>
  42. <meta name="if:full sized background" content="0"/>
  43. <meta name="if:fading images" content="1"/>
  44. <meta name="if:show captions" content="1"/>
  45. <meta name="if:show archive link" content="1"/>
  46. <meta name="if:show rss link" content="0"/>
  47. <meta name="if:search" content="1"/>
  48. <meta name="if:back to top button" content="1"/>
  49.  
  50. <meta name="text:ask label" content="message"/>
  51. <meta name="text:submit label" content="submit"/>
  52. <meta name="text:rss label" content="subscribe"/>
  53. <meta name="text:Twitter username" content="" />
  54. <meta name="text:Google Analytics ID" content="" />
  55. <meta name="text:link 1 url" content="" />
  56. <meta name="text:link 1 title" content="" />
  57. <meta name="text:link 2 url" content="" />
  58. <meta name="text:link 2 title" content="" />
  59.  
  60. <script src="http://static.tumblr.com/sjl0ztp/UGEm6pwaz/cufon-yui.js" type="text/javascript"></script>
  61. <script src="http://static.tumblr.com/sjl0ztp/iJ9m6pwe3/websymbolsfont_400.font.js" type="text/javascript"></script>
  62. <script type="text/javascript">
  63. Cufon.replace('#sub1', { fontFamily: 'websymbolsfont', hover: false }); // Requires a selector engine for IE 6-7, see above
  64. </script>
  65.  
  66. <style type="text/css">
  67.  
  68. body {
  69. margin: 0 0 20px 0;
  70. background-color: {color:Background};
  71. background-image:url({image:background});
  72. background-attachment: fixed;
  73. background-repeat: repeat;
  74. {block:iffullsizedbackground}background-size:100%;{/block:iffullsizedbackground}
  75. font-family: 'pt sans', arial, serif;
  76. font-size: 12px;
  77. line-height:110%;
  78. color:{color:text};
  79. letter-spacing:0.5px;
  80. }
  81.  
  82. iframe#tumblr_controls {
  83. top: 18px !important;
  84. right: 10px !important;
  85. position: fixed !important;
  86. }
  87.  
  88. #container {
  89. margin-left: auto;
  90. margin-right: auto;
  91. width: 520px;
  92. text-align: center;
  93. }
  94.  
  95. a {
  96. color:{color:links};
  97. text-decoration:none;
  98. -webkit-transition: all 0.4s linear;
  99. -moz-transition: all 0.4s linear;
  100. transition: all 0.4s linear;
  101. }
  102.  
  103. a:hover {
  104. color:{color:hover};
  105. text-decoration:none;
  106. }
  107.  
  108. img {
  109. opacity:1;
  110. -webkit-transition: all 0.4s linear;
  111. -moz-transition: all 0.4s linear;
  112. transition: all 0.4s linear;
  113. }
  114.  
  115. {block:iffadingimages}
  116. img:hover {
  117. opacity:0.75;
  118. }
  119. {/block:iffadingimages}
  120.  
  121. div#cage{
  122. position:relative;
  123. width:580px;
  124. margin:134px auto;
  125. }
  126.  
  127. div#content{
  128. width:auto;
  129. height:100%;
  130. z-index:99;
  131. }
  132.  
  133. .topbar {
  134. position:absolute;
  135. width:100%;
  136. height:8px;
  137. background:{color:topbar};
  138. }
  139.  
  140. .searchwrap {
  141. position:absolute;
  142. width:35px;
  143. left:15px;
  144. top:7px;
  145. overflow:hidden;
  146. -webkit-transition: all 0.2s linear;
  147. -moz-transition: all 0.2s linear;
  148. transition: all 0.2s linear;
  149. {block:ifnotsearch}display:none;{/block:ifnotsearch}
  150. }
  151.  
  152. .searchwrap:hover {
  153. width:205px;
  154. }
  155.  
  156. .searchanchor {
  157. height:25px;
  158. background:{color:topbar};
  159. font-size:15px;
  160. padding:10px;
  161. width:203px;
  162. }
  163.  
  164. .searchanchor form {
  165. display:inline;
  166. margin-left:10px;
  167. }
  168.  
  169. .header {
  170. width:100%;
  171. background:{color:header};
  172. position:fixed;
  173. margin:0px auto;
  174. top:0px;
  175. z-index:999;
  176. height:104px;
  177. color:{color:header text};
  178. }
  179.  
  180. .header .inner {
  181. width:540px;
  182. margin:0px auto;
  183. padding:20px;
  184. height:64px;
  185. }
  186.  
  187. .header .inner .navs {
  188. margin-top:7px;
  189. }
  190.  
  191. .header .inner .navs a {
  192. background:{color:navigations};
  193. padding:0px 5px;
  194. color:{color:header links};
  195. -webkit-transition: all 0.4s linear;
  196. -moz-transition: all 0.4s linear;
  197. transition: all 0.4s linear;
  198. text-transform:uppercase;
  199. }
  200.  
  201. .header .inner .navs a:hover {
  202. background:{color:navigations hover};
  203. }
  204.  
  205. #entry{
  206. float: left;
  207. {block:IndexPage}
  208. width: 500px;
  209. margin:7px;
  210. position:relative;
  211. background-color:transparent;
  212. {/block:IndexPage}
  213. {block:PermalinkPage}
  214. width:500px;
  215. height: auto;
  216. padding:20px;
  217. margin-left:5px;
  218. {/block:PermalinkPage}
  219. background:{color:posts background};
  220. margin-bottom:20px;
  221. }
  222.  
  223. #entry:hover{
  224. -webkit-transition: all 0.4s linear;
  225. -moz-transition: all 0.4s linear;
  226. transition: all 0.4s linear;
  227. }
  228.  
  229. .perma {
  230. position:absolute;
  231. margin-left:497px;
  232. margin-top:10px;
  233. opacity:0.65;
  234. -webkit-transition: all 0.4s ease-out;
  235. -moz-transition: all 0.4s ease-out;
  236. transition: all 0.4s ease-out;
  237. }
  238.  
  239. .perma:hover {
  240. opacity:1;
  241. }
  242.  
  243. .perma .permaside {
  244. background:{color:permalink background};
  245. width:55px;
  246. padding:5px;
  247. margin-right:-4px;
  248. text-align:center;
  249. height:58px;
  250. padding-left:20px;
  251. }
  252.  
  253. .perma .permaside a {
  254. color:{color:permalink text};
  255. }
  256.  
  257. .perma .permaside .day {
  258. font-size:50px;
  259. font-family:times new roman;
  260. margin-top:15px;
  261. }
  262.  
  263. .perma .permaside .month {
  264. font-size:11px;
  265. font-family:times new roman;
  266. padding-top:15px;
  267. }
  268.  
  269. .perma .rib1 {
  270. width: 0;
  271. height: 0;
  272. border-top: 0px solid transparent;
  273. border-bottom: 34px solid transparent;
  274. border-left:18px solid {color:permalink background};
  275. }
  276.  
  277. .perma .rib2 {
  278. width: 0;
  279. height: 0;
  280. border-top: 34px solid transparent;
  281. border-bottom: 0px solid transparent;
  282. border-left:18px solid {color:permalink background};
  283. }
  284.  
  285. #entry:hover .permatop {
  286. opacity:0.8;
  287. top:0px;
  288. }
  289.  
  290. #entry:hover .permabottom {
  291. opacity:0.8;
  292. bottom:0px;
  293. }
  294.  
  295. .meta {
  296. width:100%;
  297. padding-bottom:10px;
  298. font-size:10px;
  299. font-family:consolas;
  300. line-height:100%;
  301. opacity:0.7;
  302. }
  303.  
  304. #entry:hover .meta {
  305. opacity:1;
  306. }
  307.  
  308. .metainner {
  309. width:250px;
  310. margin:0px auto;
  311. padding:5px 0px;
  312. text-align:center;
  313. border-top:1px solid {color:text};
  314. }
  315.  
  316. .nometa {
  317. display:none;
  318. }
  319.  
  320. .blogtitle{
  321. font-family: Homenaje;
  322. font-size: 40px;
  323. line-height: 110%;
  324. letter-spacing: 0px;
  325. font-weight: 400;
  326. }
  327.  
  328. #postnotes{
  329. text-align: justify;
  330. }
  331.  
  332. #postnotes blockquote{
  333. border: 0px;
  334. }
  335.  
  336. .title{
  337. font-size: 20px;
  338. line-height: 20px;
  339. letter-spacing: 0px;
  340. font-weight: normal;
  341. padding:0px 0px 0px 0px;
  342. }
  343.  
  344. blockquote{
  345. margin:0px 5px;
  346. padding-left:5px;
  347. border-left: 1px solid #555555;
  348. }
  349.  
  350. #footer{
  351. float: left;
  352. width: 500px;
  353. position:relative;
  354. background-color:transparent;
  355. font-family:consolas;
  356. text-align:center;
  357. font-size:10px;
  358. letter-spacing:5px;
  359. margin:7px auto 20px;
  360. }
  361.  
  362. .postnotes ul, .postnotes ol, .postnotes li{list-style:none; margin:0px; padding:0px;}
  363. .chat ul, .chat ol, .chat li{list-style:none; margin-left:-40px; padding:0px;}
  364. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  365. .user_7 .label, .user_8 .label, .user_9 .label {font-weight:600;}
  366.  
  367. .notes img{
  368. width:10px;
  369. position:relative;
  370. top:3px;
  371. }
  372.  
  373. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  374. {block:IndexPage}
  375. width: 500px !important;
  376. {/block:IndexPage}
  377. }
  378.  
  379. .photo, div.photo, .photo img {
  380. {block:IndexPage}
  381. width:500px;
  382. display:block;
  383. {/block:IndexPage}
  384. }
  385.  
  386. .arrow-down {
  387. width: 0;
  388. height: 0;
  389. border-left: 10px inset transparent;
  390. border-right: 10px inset transparent;
  391. border-top: 10px solid {color:permalink background};
  392. margin:0px auto;
  393. }
  394.  
  395. #infscr-loading {
  396. text-align: center;
  397. z-index: 100;
  398. position: fixed;
  399. left:50%;
  400. bottom: 20px;
  401. font-size:0px;
  402. background:#fff;
  403. padding:2px;
  404. -webkit-border-radius: 50px;
  405. -moz-border-radius: 50px;
  406. border-radius: 50px;
  407. width:16px;
  408. height:16px;
  409. }
  410.  
  411. #pagnitionnext {
  412. position:fixed;
  413. right:20px;
  414. top:50%;
  415. font-size:50px;
  416. background:{color:posts background};
  417. line-height:30px;
  418. padding:7px 10px 10px 10px;
  419. opacity:0.5;
  420. -webkit-transition: all 0.4s linear;
  421. -moz-transition: all 0.4s linear;
  422. transition: all 0.4s linear;
  423. }
  424.  
  425. #pagnitionprevious {
  426. position:fixed;
  427. left:20px;
  428. top:50%;
  429. font-size:50px;
  430. background:{color:posts background};
  431. line-height:30px;
  432. padding:7px 10px 10px 10px;
  433. opacity:0.5;
  434. -webkit-transition: all 0.4s linear;
  435. -moz-transition: all 0.4s linear;
  436. transition: all 0.4s linear;
  437. }
  438.  
  439. #pagnitionnext:hover,#pagnitionprevious:hover {
  440. opacity:0.85;
  441. }
  442.  
  443. #pagnitionnext a,#pagnitionprevious a {
  444. color:{color:links};
  445. }
  446.  
  447. .q {
  448. font-family:georgia;
  449. font-size:80px;
  450. padding-top:25px;
  451. }
  452.  
  453. #twitter {
  454. width:460px;
  455. margim:-10px 0px;
  456. text-align:center;
  457. }
  458.  
  459. #twitter_container {
  460. height:auto !important;
  461. }
  462.  
  463. #twitter_update_list {
  464. width: 400px;
  465. padding: 0;
  466. overflow: hidden;
  467. margin:0px auto;
  468. }
  469.  
  470. #twitter_update_list li {
  471. width: 100%;
  472. list-style: none;
  473. margin-bottom:10px;
  474. }
  475.  
  476. #twitter_update_list li a {
  477. text-decoration: none;
  478. }
  479.  
  480. #twitter_update_list li a:hover {
  481. }
  482.  
  483. #top-link{
  484. position:fixed;
  485. bottom:15px;
  486. right:15px;
  487. width: 0;
  488. height: 0;
  489. border-left: 15px inset transparent;
  490. border-right: 15px inset transparent;
  491. border-bottom: 20px solid {color:back to top button};
  492. margin:0px auto;
  493. }
  494.  
  495. .credit {
  496. position:fixed;
  497. font-family:times new roman;
  498. bottom:7px;
  499. left:7px;
  500. font-size:20px;
  501. background:#fff;
  502. padding:3px;
  503. -webkit-border-radius: 10px;
  504. -moz-border-radius: 10px;
  505. border-radius: 10px;
  506. opacity:0.5;
  507. }
  508.  
  509. .credit:hover {
  510. opacity:0.9;
  511. }
  512.  
  513. .credit a {
  514. color:#333 !important;
  515. }
  516.  
  517. {CustomCSS}
  518.  
  519. </style>
  520.  
  521. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  522.  
  523. <script type="text/javascript" src="http://static.tumblr.com/sjl0ztp/07tm8j6sa/jquery.scrollto-1.4.0-min.js"></script>
  524. <script type="text/javascript">
  525. jQuery.fn.topLink = function(settings) {
  526. settings = jQuery.extend({
  527. min: 1,
  528. fadeSpeed: 200,
  529. ieOffset: 50
  530. }, settings);
  531. return this.each(function() {
  532. //listen for scroll
  533. var el = $(this);
  534. el.css('display','none'); //in case the user forgot
  535. $(window).scroll(function() {
  536. if(!jQuery.support.hrefNormalized) {
  537. el.css({
  538. 'position': 'absolute',
  539. 'top': $(window).scrollTop() + $(window).height() - settings.ieOffset
  540. });
  541. }
  542. if($(window).scrollTop() >= settings.min)
  543. {
  544. el.fadeIn(settings.fadeSpeed);
  545. }
  546. else
  547. {
  548. el.fadeOut(settings.fadeSpeed);
  549. }
  550. });
  551. });
  552. };
  553.  
  554. $(document).ready(function() {
  555. $('#top-link').topLink({
  556. min: 400,
  557. fadeSpeed: 500
  558. });
  559. //smoothscroll
  560. $('#top-link').click(function(e) {
  561. e.preventDefault();
  562. $.scrollTo(0,300);
  563. });
  564. });
  565.  
  566.  
  567. </script>
  568.  
  569. </head>
  570. <body>
  571.  
  572. {block:ifbacktotopbutton}<a href="#top" title="back to top"><div id="top-link"></div></a>{/block:ifbacktotopbutton}
  573.  
  574. <div class="header">
  575. <div class="topbar"></div>
  576. <div class="searchwrap"><div class="searchanchor"><a id="sub1">L</a><form action="/search" method="get"><input type="text" name="q" value="{SearchQuery}" placeholder="search, then hit enter"/></form></div></div>
  577. <div class="inner"><table><tr><td style="padding-right:20px;vertical-align:top;"><a href="/" title="{Title}"><img src="{block:ifnotheaderimage}{PortraitURL-64}{/block:ifnotheaderimage}{block:ifheaderimage}{image:header}{/block:ifheaderimage}" width="64" height="64" title="{Title}"></a></td><td style="vertical-align:top;">{description}
  578. <div class="navs">
  579. {block:askenabled}<a href="/ask">{text:ask label}</a>{/block:askenabled}
  580. {block:submissionsenabled}<a href="/submit">{text:submit label}</a>{/block:submissionsenabled}
  581. {block:ifshowarchivelink}<a href="/archive">archive</a>{/block:ifshowarchivelink}
  582. {block:ifshowrsslink}<a href="{rss}">{text:rss label}</a>{/block:ifshowrsslink}
  583. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>
  584. {block:Pages}{/block:HasPages}
  585. {block:iflink1title}<a href="{text:link 1 url}">{text:link 1 title}</a>{/block:iflink1title}
  586. {block:iflink2title}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:iflink2title}
  587. <a href="http://excolo.tumblr.com">theme</a>
  588. </div>
  589. </td></tr></table></div>
  590. </div>
  591.  
  592. {block:ifinfinitescroll}
  593. {block:indexpage}
  594. <script src="http://static.tumblr.com/ihdmiub/Noam2kdyo/jquery.infinitescroll.min.js"></script>
  595. <script>
  596. $(function(){
  597.  
  598. var $container = $('#content');
  599. $container.infinitescroll({
  600. navSelector : '#page-nav', // selector for the paged navigation
  601. nextSelector : '#page-nav a', // selector for the NEXT link (to page 2)
  602. itemSelector : '#entry', // selector for all items you'll retrieve
  603. loading: {
  604. finishedMsg: '<em>no more!</em>',
  605. img: 'http://static.tumblr.com/sjl0ztp/LkXm7hysx/snake_transparent.gif'
  606. }
  607. },
  608. // trigger Masonry as a callback
  609. function( newElements ) {
  610. var $newElems = $( newElements ).css({ opacity: 1 });
  611. $newElems.imagesLoaded(function(){
  612. $newElems.animate({ opacity: 1 });
  613. $container.masonry( 'appended', $newElems, true );
  614. });
  615. }
  616. );
  617.  
  618. });
  619. </script>
  620. <nav id="page-nav">
  621. {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</nav>
  622. {/block:indexpage}
  623. {/block:ifinfinitescroll}
  624.  
  625. <div id="cage">
  626. <div id="content">
  627. {block:iftwitterusername}
  628. <div id="entry">
  629. <div style="padding:20px;">
  630. <div id="twitter">
  631. <div id="twitter_container">
  632. <ul id="twitter_update_list"></ul>
  633. <div class="meta{block:photo} nometa{/block:photo}{block:video} nometa{/block:video}{block:audio} nometa{/block:audio}{block:photoset} nometa{/block:photoset}">
  634. <div class="metainner">
  635. <a href="http://twitter.com/{text:twitter username}">@{Text:twitter username}</a> on Twitter
  636. </div></div></div></div></div></div>
  637. {/block:iftwitterusername}
  638.  
  639. {block:Posts}
  640. <div id="entry">
  641. {block:IndexPage}
  642. <div class="perma">
  643. <table border="0px"><tr>
  644. <td><div class="permaside"><a href="{Permalink}" title="@{12Hour}:{Minutes} {CapitalAmPm} with {NoteCountWithLabel}">{block:Date}<div class="day">{DayOfMonthWithZero}</span><div class="month">{ShortMonth} {Year}</div>{/block:Date}</a></div></td>
  645. <td><div class="rib1"></div><div class="rib2"></div></td>
  646. </tr></table></div>
  647. {/block:IndexPage}
  648.  
  649. {/block:IndexPage}
  650.  
  651. {block:Text}
  652. {block:indexpage}<div style="padding:20px;">{/block:indexpage}{block:Title}<div style="font-size:15px;"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  653. {Body}{block:indexpage}</div>{/block:indexpage}
  654. {/block:Text}
  655.  
  656. {block:Link}
  657. {block:indexpage}<div style="padding:20px;">{/block:indexpage}
  658. <div style="font-size:15px;"><a href="{URL}">{Name} &rarr;</a></div>
  659. {block:Description}{Description}{/block:Description}{block:indexpage}</div>{/block:indexpage}
  660. {block:Link}
  661.  
  662. {block:Photo}{block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{alt}" title="{alt}" width="500px"/></a></div>{LinkCloseTag}{block:ifshowcaptions}{block:caption}<div style="padding:10px 20px;">{caption}</div>{/block:caption}{/block:ifshowcaptions}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  663. {/block:Photo}
  664.  
  665. {block:Quote}
  666. {block:indexpage}<div style="padding:20px;">{/block:indexpage}
  667. <table border="0"><tr><td style="vertical-align:top;"><div class="q">&ldquo;</div></td><td><span class="title"><a href="{Permalink}">{Quote}</a> </span> {block:Source}-- <b>{Source}</b>{/block:Source}</td></tr></table>
  668. </div>
  669. {/block:Quote}
  670.  
  671. {block:Chat}
  672. {block:indexpage}<div style="padding:20px;">{/block:indexpage}
  673. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  674. <ul class="chat">
  675. {block:Lines}
  676. <li class="user_{UserNumber}">
  677. {block:Label}
  678. <span class="label">{Label}</span>
  679. {/block:Label}
  680. {Line}
  681. </li>
  682. {/block:Lines}
  683. </ul>
  684. {block:indexpage}</div>{/block:indexpage}
  685. {/block:Chat}
  686.  
  687. {block:Answer}
  688. {block:indexpage}<div style="padding:20px;">{/block:indexpage}
  689. <div style="padding:5px;background:{color:permalink background};color:{color:links};">{Question}</div>
  690. <div class="arrow-down"></div>
  691. <div style="font-family:consolas;text-align:center;font-weight:600;margin-top:5px;">{lang:Asked by Asker 2}</div>
  692. {Answer}
  693. {block:indexpage}</div>{/block:indexpage}
  694. {/block:Answer}
  695.  
  696. {block:Audio}
  697. <div style="">
  698. {block:AlbumArt}
  699. <a href="{Permalink}"><img src="{AlbumArtURL}" width="100%"></a>
  700. {/block:AlbumArt}</td>
  701. {block:AudioPlayer} <div style="width:100%;background:#000;opacity:0.8;">{AudioPlayerBlack}</div>{/block:AudioPlayer}
  702. {block:AudioEmbed}{block:indexpage}<div style="height:80px;overflow:hidden;">{AudioEmbed-500}</div>{/block:indexpage}{block:permalinkpage}{AudioEmbed-500}{/block:permalinkpage}{/block:AudioEmbed}
  703. {block:indexpage}{block:ifshowcaptions}{block:caption}<div style="padding:10px 20px;">{caption}</div>{/block:caption}{/block:ifshowcaptions}{/block:indexpage}
  704. </div>
  705. {/block:Audio}
  706.  
  707. {block:Video}
  708. {Video-500}
  709. {block:indexpage}{block:ifshowcaptions}{block:caption}<div style="padding:10px 20px;">{caption}</div>{/block:caption}{/block:ifshowcaptions}{/block:indexpage}
  710. {block:Video}
  711.  
  712. {block:indexpage}
  713. <div class="meta{block:photo} nometa{/block:photo}{block:video} nometa{/block:video}{block:audio} nometa{/block:audio}{block:photoset} nometa{/block:photoset}">
  714. <div class="metainner">
  715. <a href="{Permalink}">{lang:Posted TimeAgo with NoteCount notes}</a><br />
  716. {block:HasTags}{lang:Tagged with} {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  717. </div>
  718. </div>
  719. {/block:indexpage}
  720.  
  721. {block:PermalinkPage}
  722. {block:caption}{Caption}{/block:Caption}
  723. {/block:permalinkpage}
  724. </div>
  725. {/block:Posts}
  726.  
  727. {block:ifnotinfinitescroll}
  728. {block:indexpage}
  729. {block:NextPage}
  730. <div id="pagnitionnext">
  731. <a href="{NextPage}">></a>
  732. </div>
  733. {/block:NextPage}
  734. {block:PreviousPage}
  735. <div id="pagnitionprevious">
  736. <a href="{PreviousPage}"><</a>
  737. </div>
  738. {/block:PreviousPage}
  739. {/block:indexpage}
  740. {/block:ifnotinfinitescroll}
  741.  
  742. {block:posts}
  743. {block:permalinkpage}
  744. {block:date}<div id="entry">
  745. {lang:Posted TimeAgo with NoteCount notes}<br />{block:RebloggedFrom}{lang:Reblogged from ReblogParentName 2}<br />
  746. {lang:Originally from ReblogRootName 2}<br />{/block:RebloggedFrom}
  747. {block:ContentSource}&copy; <a href="{SourceURL}">{SourceTitle}</a><br />{/block:ContentSource}
  748. {block:HasTags}{lang:Tagged with} {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  749. </div>{/block:date}
  750.  
  751. {block:PostNotes}<div id="entry"><span class="postnotes">{PostNotes}</span></div>{/block:PostNotes}
  752. {/block:permalinkpage}
  753. {/block:posts}
  754. </div>
  755. </div>
  756.  
  757. <div class="credit"><a href="http://excolo.tumblr.com" title="reparo theme by excolo">e</a></div>
  758.  
  759. {block:ifTwitterUsername}
  760. <script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
  761. <script src="http://twitter.com/statuses/user_timeline/{text:Twitter Username}.json?callback=twitterCallback2&count=2" type="text/javascript"></script>{/block:ifTwitterUsername}
  762.  
  763. {block:IfGoogleAnalyticsID}
  764. <script>
  765. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  766. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  767. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  768. s.parentNode.insertBefore(g,s)}(document,'script'));
  769. </script>
  770. {/block:IfGoogleAnalyticsID}
  771.  
  772. </body>
  773. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement