Advertisement
rafhuh

1992 Theme by Collisions

Dec 15th, 2012
4,793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.35 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" xml:lang="en" lang="en">
  3.  
  4. <html>
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  10. {block:Description}
  11.  
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. <meta name="font:title" content="Helvetica Neue"/>
  15. <meta name="font:post title" content="Helvetica Neue"/>
  16. <meta name="font:body" content="Helvetica Neue"/>
  17. <meta name="text:title" content="30px"/>
  18. <meta name="text:font size" content="9px"/>
  19. <meta name="text:post title size" content="11px"/>
  20. <meta name="text:title font size" content="16px"/>
  21. <meta name="text:permalink font size" content="8px"/>
  22. <meta name="text:notes size" content="8px"/>
  23. <meta name="text:line height" content="14px"/>
  24. <meta name="text:space between posts" content="20px">
  25. <meta name="color:background" content="#fff"/>
  26. <meta name="color:content background" content="#f4f4f4"/>
  27. <meta name="color:caption background" content="#f3f3f3"/>
  28. <meta name="color:title" content="#222"/>
  29. <meta name="color:text" content="#222"/>
  30. <meta name="color:post title color" content="#222"/>
  31. <meta name="color:link" content="#8a8a8a"/>
  32. <meta name="color:link hover" content="#aeaeae"/>
  33. <meta name="color:permalink link" content="#8a8a8a"/>
  34. <meta name="color:permalink link hover" content="#aeaeae"/>
  35. <meta name="color:permalink background" content="#f8f8f8"/>
  36. <meta name="color:title background" content="#fff"/>
  37. <meta name="color:borders" content="#a8a8a8" />
  38. <meta name="text:link 1 text" content="link 1" />
  39. <meta name="text:link 1" content="http://" />
  40. <meta name="text:link 2 text" content="link 2" />
  41. <meta name="text:link 2" content="http://" />
  42. <meta name="if:endless scrolling" content="0"/>
  43. <meta name="if:cursive title" content="1"/>
  44. <meta name="if:fixed title" content="1"/>
  45. <meta name="if:sidebar fade" content="0"/>
  46. <meta name="if:smaller posts" content="0"/>
  47. <meta name="if:images fade" content="0"/>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. /* 1992 theme provided by collisions.tumblr.com. Do NOT remove the credit. */
  53.  
  54. body {
  55. background: {color:background};
  56. margin:0px auto;
  57. font-family: {font:body};
  58. font-size: {text:font size};
  59. line-height: {text:line height};
  60. text-align: justify;
  61. color: {color:text};
  62. }
  63.  
  64. .wrap {
  65. position: absolute;
  66. width: {block:ifsmallerposts}250{/block:ifsmallerposts}{block:ifNotsmallerposts}450{/block:ifNotsmallerposts}px;
  67. top: 0px;
  68. left: 250px;
  69. margin-bottom: 50px;
  70. }
  71.  
  72. .posts {
  73. padding-top: {block:iffixedtitle}80{/block:iffixedtitle}{block:ifNotfixedtitle}30{/block:ifNotfixedtitle}px;
  74. }
  75.  
  76. {block:ifimagesfade}
  77. #imgpost img {
  78. opacity: 1;
  79. -webkit-transition: all .2s linear;
  80. -moz-transition: all .2s linear;
  81. transition: all 0.2s linear;
  82. }
  83.  
  84. #imgpost img:hover {
  85. opacity: .90;
  86. -webkit-transition: all .2s linear;
  87. -moz-transition: all .2s linear;
  88. transition: all 0.2s linear;
  89. }
  90. {/block:ifimagesfade}
  91.  
  92. .post {
  93. width: {block:ifsmallerposts}250{/block:ifsmallerposts}{block:ifNotsmallerposts}450{/block:ifNotsmallerposts}px;
  94. margin-bottom: {text:space between posts};
  95. }
  96.  
  97. .wrap img {
  98. max-width: {block:ifsmallerposts}250{/block:ifsmallerposts}{block:ifNotsmallerposts}450{/block:ifNotsmallerposts}px;
  99. }
  100.  
  101. .sidebar{
  102. position: fixed;
  103. bottom: 50px;
  104. left: 50px;
  105. width: 150px;
  106. {block:ifsidebarfade}
  107. opacity: .6;
  108. -webkit-transition: all .2s linear;
  109. -moz-transition: all .2s linear;
  110. transition: all 0.2s linear;
  111. }
  112.  
  113. .sidebar:hover {
  114. opacity: 1;
  115. -webkit-transition: all .2s linear;
  116. -moz-transition: all .2s linear;
  117. transition: all 0.2s linear;
  118. {/block:ifsidebarfade}
  119. }
  120.  
  121. .title {
  122. width: {block:ifsmallerposts}220{/block:ifsmallerposts}{block:ifNotsmallerposts}420{/block:ifNotsmallerposts}px;
  123. padding: 25px 15px 15px 15px;
  124. text-align: center;
  125. font-family: {block:ifcursivetitle}'Great Vibes', cursive{/block:ifcursivetitle}{block:ifNotcursivetitle}{font:title}{/block:ifNotcursivetitle};
  126. color:{color:title};
  127. font-size: {text:title};
  128. background-color: {color:title background};
  129. {block:iffixedtitle}
  130. position: fixed;
  131. z-index: 100;
  132. opacity: .6;
  133. -webkit-transition: all .2s linear;
  134. -moz-transition: all .2s linear;
  135. transition: all 0.2s linear;
  136. }
  137.  
  138. .title:hover {
  139. opacity: .95;
  140. -webkit-transition: all .2s linear;
  141. -moz-transition: all .2s linear;
  142. transition: all 0.2s linear;
  143. {/block:iffixedtitle}
  144. }
  145.  
  146. .portrait {
  147. margin: 0 auto;
  148. width:64px;
  149. height:64px;
  150. border-radius:32px;
  151. -webkit-border-radius:32px;
  152. -moz-border-radius:32px;
  153. background: url({PortraitURL-64}) no-repeat;
  154. }
  155.  
  156. .about{
  157. margin-top: 10px;
  158. border-top: 1px dotted {color:borders};
  159. border-bottom: 1px dotted {color:borders};
  160. padding: 5px 0 5px 0;
  161. }
  162.  
  163. .desc{
  164. margin-bottom: 5px;
  165. }
  166.  
  167. .links{
  168. text-align: right;
  169. text-transform: uppercase;
  170. font-size: 9px;
  171. font-weight: bold;
  172. }
  173.  
  174. h3 {
  175. font-family:{font:post title};
  176. font-size:{text:post title size};
  177. text-decoration:none;
  178. }
  179.  
  180. a {
  181. text-decoration:none;
  182. color:{color:link};
  183. -webkit-transition: all .2s linear;
  184. -moz-transition: all .2s linear;
  185. transition: all 0.2s linear;
  186. }
  187.  
  188. a:hover {
  189. color:{color:link hover};
  190. -webkit-transition: all .2s linear;
  191. -moz-transition: all .2s linear;
  192. transition: all 0.2s linear;
  193. }
  194.  
  195. .permalink {
  196. text-transform: uppercase;
  197. letter-spacing: 1px;
  198. font-weight: bold;
  199. padding: 7px;
  200. text-align: center;
  201. position: absolute;
  202. margin-left: {block:ifsmallerposts}270{/block:ifsmallerposts}{block:ifNotsmallerposts}470{/block:ifNotsmallerposts}px;
  203. font-size: {text:permalink font size};
  204. background-color: {color:permalink background};
  205. }
  206.  
  207. .permalink a{
  208. color: {color:permalink link};
  209. }
  210.  
  211. .permalink a:hover{
  212. color: {color:permalink link hover};
  213. }
  214.  
  215. .permainfo {
  216. margin-top: 15px;
  217. margin-bottom: 15px;
  218. }
  219.  
  220. .quote {
  221. font-family: Georgia, "Times New Roman", Times, serif;
  222. font-size: {text:font size};
  223. }
  224.  
  225. .postnotes {
  226. max-height: 200px;
  227. overflow: scroll;
  228. }
  229.  
  230. .postnotecount {
  231. font-size: {text:notes size};
  232. text-align: center;
  233. text-transform: uppercase;
  234. margin-top: 10px;
  235. padding-top: 6px;
  236. border-top: 1px dotted {color:borders};
  237. width: {block:ifsmallerposts}250{/block:ifsmallerposts}{block:ifNotsmallerposts}450{/block:ifNotsmallerposts}px;
  238. opacity: .8;
  239. -webkit-transition: all .2s linear;
  240. -moz-transition: all .2s linear;
  241. transition: all 0.2s linear;
  242. }
  243.  
  244. .pagination {
  245. width: 150px;
  246. text-align: center;
  247. font-family: {font:pagination};
  248. letter-spacing: 3px;
  249. }
  250.  
  251. .postnotecount:hover {
  252. opacity: 1;
  253. -webkit-transition: all .2s linear;
  254. -moz-transition: all .2s linear;
  255. transition: all 0.2s linear;
  256. }
  257.  
  258. .albumcover {
  259. float: left;
  260. margin-right: 10px;
  261. }
  262.  
  263. .audioplayer {
  264. }
  265.  
  266. .audiopost {
  267. min-height: 150px;
  268. }
  269.  
  270. ol.notes {
  271. padding: 0px;
  272. margin: 25px 0px;
  273. list-style-type: none;
  274. border-bottom: dotted 1px #ccc;
  275. }
  276.  
  277. ol.notes li.note {
  278. border-top: dotted 1px #ccc;
  279. padding: 5px;
  280. }
  281.  
  282. ol.notes li.note img.avatar {
  283. vertical-align: -4px;
  284. margin-right: 10px;
  285. width: 16px;
  286. height: 16px;
  287. }
  288.  
  289. ol.notes li.note span.action {
  290. font-weight: normal;
  291. }
  292.  
  293. ol.notes li.note .answer_content {
  294. font-weight: normal;
  295. }
  296. ol.notes li.note blockquote {
  297. border-color: #eee;
  298. padding: 4px 10px;
  299. margin: 10px 0px 0px 25px;
  300. }
  301.  
  302. ol.notes li.note blockquote a {
  303. text-decoration: none;
  304. }
  305.  
  306. ul{
  307. margin-left:-40px!important;
  308. list-style:none;
  309. }
  310.  
  311. ::-webkit-scrollbar{width:7px;height:7px;}
  312. ::-webkit-scrollbar-button:start:decrement
  313. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  314. ::-webkit-scrollbar-track-piece{background-color:#fff; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  315. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #f4f4f4;-webkit-border-radius:px;}
  316. ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color: #f4f4f4; -webkit-border-radius:px;}
  317.  
  318. iframe#tumblr_controls {position:fixed!important; opacity:.8;}
  319.  
  320. {CustomCSS}
  321.  
  322. </style>
  323.  
  324. {block:ifendlessscrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifendlessscrolling}
  325.  
  326. <script type="text/javascript">
  327. $(document).ready(function()
  328. {
  329. $( '.wrap' ).fadeIn("slow");
  330. });
  331. </script>
  332.  
  333. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  334.  
  335. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  336. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  337.  
  338. <script type="text/javascript" charset="utf-8">
  339. var $j = jQuery.noConflict();
  340. $j(function() {
  341. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  342. $j("img").lazyload({
  343. placeholder : "http://i.imgur.com/lpcBD.png",
  344. effect: "fadeIn",
  345. });
  346. });</script>
  347.  
  348. </head>
  349.  
  350. <body>
  351.  
  352. <div style="position:fixed; bottom:10px; right:10px;"><a href="http://collisions.tumblr.com" title="theme from collisions">theme</a></div>
  353.  
  354. <div class="sidebar">
  355. <div class="portrait">
  356. </div>
  357. <div class="about">
  358. <div class="desc">
  359. {Description}
  360. </div>
  361. <div class="links">
  362. <a href="/">home</a><br>
  363. <a href="/ask">ask</a><br>
  364. <a href="/archive">archive</a><br>
  365. <a href="{text:link 1}">{text:link 1 text}</a><br>
  366. <a href="{text:link 2}">{text:link 2 text}</a><br>
  367. </div>
  368. </div>
  369. {block:ifNotendlessscrolling}
  370. <div class="pagination">
  371. {block:Pagination}
  372. {block:PreviousPage}
  373. <a href="{PreviousPage}">{text:Previous Page} &nbsp;</a>
  374. {/block:PreviousPage}
  375.  
  376. {block:JumpPagination length="5"}
  377. {block:CurrentPage}
  378. <span class="current_page">{PageNumber}</span>
  379. {/block:CurrentPage}
  380.  
  381. {block:JumpPage}
  382. <a class="jump_page" href="{URL}">{PageNumber}</a>
  383. {/block:JumpPage}
  384. {/block:JumpPagination}
  385.  
  386. {block:NextPage}
  387. <a href="{NextPage}">&nbsp; {text:Next Page}</a>
  388. {/block:NextPage}
  389. {/block:Pagination}
  390. </div>
  391. {/block:ifNotendlessscrolling}
  392. </div>
  393.  
  394. <div class="wrap">
  395.  
  396. <div class="title">
  397. {title}
  398. </div>
  399.  
  400. <div class="posts">
  401.  
  402. {block:Posts}
  403.  
  404. {block:Text}
  405. <div class="post">
  406. {block:IndexPage}
  407. <span class="permalink">
  408. <a href="{Permalink}">
  409. {ShortMonth}<br>
  410. {DayOfMonthWithZero}
  411. </a></span>
  412. {/block:IndexPage}
  413. {block:Title}
  414. <h3>{Title}</h3>
  415. {/block:Title}
  416. {Body}
  417. {block:IndexPage}
  418. <div class="postnotecount">
  419. {block:NoteCount}
  420. <a href="{Permalink}">{NoteCountWithLabel}</a>
  421. {/block:NoteCount}
  422. </div>
  423. {/block:IndexPage}
  424. {block:PermalinkPage}
  425. <div class="permainfo">
  426. {block:Caption}
  427. <div class="caption">{Caption}</div>
  428. {/block:Caption}
  429. <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  430. </div>
  431. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  432. {/block:PermalinkPage}
  433. </div>
  434. {/block:Text}
  435.  
  436.  
  437. {block:Photo}
  438. <div class="post">
  439. <div id="imgpost">
  440. {block:IndexPage}
  441. <span class="permalink">
  442. <a href="{Permalink}">
  443. {ShortMonth}<br>
  444. {DayOfMonthWithZero}
  445. </a></span>
  446. {/block:IndexPage}
  447. <a href="{Permalink}">
  448. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  449. <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{block:ifsmallerposts}250px{/block:ifsmallerposts}{block:ifNotsmallerposts}450px{/block:ifNotsmallerposts}"/></a>
  450. {block:PermalinkPage}
  451. <div class="permainfo">
  452. {block:Caption}
  453. <div class="caption">{Caption}</div>
  454. {/block:Caption}
  455. <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  456. </div>
  457. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  458. {/block:PermalinkPage}
  459. </div>
  460. </div>
  461. {/block:Photo}
  462.  
  463.  
  464. {block:Photoset}
  465. <div class="post">
  466. {block:IndexPage}
  467. <span class="permalink">
  468. <a href="{Permalink}">
  469. {ShortMonth}<br>
  470. {DayOfMonthWithZero}
  471. </a></span>
  472. {/block:IndexPage}
  473. {block:ifsmallerposts}{Photoset-250}{/block:ifsmallerposts}{block:ifNotsmallerposts}{Photoset-400}{/block:ifNotsmallerposts}
  474. {block:IndexPage}
  475. <div class="postnotecount">
  476. {block:NoteCount}
  477. <a href="{Permalink}">{NoteCountWithLabel}</a>
  478. {/block:NoteCount}
  479. </div>
  480. {/block:IndexPage}
  481. {block:PermalinkPage}
  482. <div class="permainfo">
  483. {block:Caption}
  484. <div class="caption">{Caption}</div>
  485. {/block:Caption}
  486. <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  487. </div>
  488. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  489. {/block:PermalinkPage}
  490. </div>
  491. {/block:Photoset}
  492.  
  493.  
  494. {block:Quote}
  495. <div class="post">
  496. {block:IndexPage}
  497. <span class="permalink">
  498. <a href="{Permalink}">
  499. {ShortMonth}<br>
  500. {DayOfMonthWithZero}
  501. </a></span>
  502. {/block:IndexPage}
  503. <em><div class="quote"><img src="http://i.imgur.com/eSfTw.gif" width="12px">&nbsp;{Quote}&nbsp;<img src="http://i.imgur.com/QY809.gif" width="13px"></div></em> {block:Source}<b>By {Source}</b>{/block:Source}
  504. {block:IndexPage}
  505. <div class="postnotecount">
  506. {block:NoteCount}
  507. <a href="{Permalink}">{NoteCountWithLabel}</a>
  508. {/block:NoteCount}
  509. </div>
  510. {/block:IndexPage}
  511. {block:PermalinkPage}
  512. <div class="permainfo">
  513. {block:Caption}
  514. <div class="caption">{Caption}</div>
  515. {/block:Caption}
  516. <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  517. </div>
  518. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  519. {/block:PermalinkPage}
  520. </div>
  521. {/block:Quote}
  522.  
  523.  
  524. {block:Link}
  525. <div class="post">
  526. {block:IndexPage}
  527. <span class="permalink">
  528. <a href="{Permalink}">
  529. {ShortMonth}<br>
  530. {DayOfMonthWithZero}
  531. </a></span>
  532. {/block:IndexPage}
  533. <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
  534. {block:Description}
  535. <div class="description">{Description}</div>
  536. {/block:Description}
  537. {block:IndexPage}
  538. <div class="postnotecount">
  539. {block:NoteCount}
  540. <a href="{Permalink}">{NoteCountWithLabel}</a>
  541. {/block:NoteCount}
  542. </div>
  543. {/block:IndexPage}
  544. {block:PermalinkPage}
  545. <div class="permainfo">
  546. {block:Caption}
  547. <div class="caption">{Caption}</div>
  548. {/block:Caption}
  549. <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  550. </div>
  551. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  552. {/block:PermalinkPage}
  553. </div>
  554. {/block:Link}
  555.  
  556.  
  557. {block:Chat}
  558. <div class="post">
  559. {block:IndexPage}
  560. <span class="permalink">
  561. <a href="{Permalink}">
  562. {ShortMonth}<br>
  563. {DayOfMonthWithZero}
  564. </a></span>
  565. {/block:IndexPage}
  566. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  567. {block:IndexPage}
  568. <div class="postnotecount">
  569. {block:NoteCount}
  570. <a href="{Permalink}">{NoteCountWithLabel}</a>
  571. {/block:NoteCount}
  572. </div>
  573. {/block:IndexPage}
  574. {block:PermalinkPage}
  575. <div class="permainfo">
  576. {block:Caption}
  577. <div class="caption">{Caption}</div>
  578. {/block:Caption}
  579. <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  580. </div>
  581. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  582. {/block:PermalinkPage}
  583. </div>
  584. {/block:Chat}
  585.  
  586.  
  587. {block:Video}
  588. <div class="post">
  589. {block:IndexPage}
  590. <span class="permalink">
  591. <a href="{Permalink}">
  592. {ShortMonth}<br>
  593. {DayOfMonthWithZero}
  594. </a></span>
  595. {/block:IndexPage}
  596. {block:ifsmallerposts}{Video-250}{/block:ifsmallerposts}{block:ifNotsmallerposts}{Video-400}{/block:ifNotsmallerposts}
  597. {block:Caption}
  598. <div class="caption">{Caption}</div>
  599. {/block:Caption}
  600. {block:IndexPage}
  601. <div class="postnotecount">
  602. {block:NoteCount}
  603. <a href="{Permalink}">{NoteCountWithLabel}</a>
  604. {/block:NoteCount}
  605. </div>
  606. {/block:IndexPage}
  607. {block:PermalinkPage}
  608. <div class="permainfo">
  609. {block:Caption}
  610. <div class="caption">{Caption}</div>
  611. {/block:Caption}
  612. <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  613. </div>
  614. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  615. {/block:PermalinkPage}
  616. </div>
  617. {/block:Video}
  618.  
  619.  
  620. {block:Audio}
  621. <div class="post">
  622. {block:IndexPage}
  623. <span class="permalink">
  624. <a href="{Permalink}">
  625. {ShortMonth}<br>
  626. {DayOfMonthWithZero}
  627. </a></span>
  628. {/block:IndexPage}
  629. <div class="audiopost">
  630. <div class="albumcover">
  631. {block:AlbumArt}
  632. <img src="{AlbumArtURL}" width="150px"/>
  633. {/block:AlbumArt}
  634. </div>
  635. <div class="audioplayer">
  636. <div class="audio">{AudioPlayerBlack}</div>
  637. <div id="caption">
  638. <div>{PlayCountWithLabel}</div>
  639. {block:Caption}
  640. {Caption}
  641. {/block:Caption}
  642. </div>
  643. </div>
  644. </div>
  645. {block:IndexPage}
  646. <div class="postnotecount">
  647. {block:NoteCount}
  648. <a href="{Permalink}">{NoteCountWithLabel}</a>
  649. {/block:NoteCount}
  650. </div>
  651. {/block:IndexPage}
  652. {block:PermalinkPage}
  653. <div class="permainfo">
  654. {block:Caption}
  655. <div class="caption">{Caption}</div>
  656. {/block:Caption}
  657. <strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  658. </div>
  659. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  660. {/block:PermalinkPage}
  661. </div>
  662. {/block:Audio}
  663.  
  664.  
  665. {/block:Posts}
  666.  
  667. </div>
  668.  
  669. </div>
  670.  
  671. </body>
  672. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement