Advertisement
rivhalry

theme #3

Oct 22nd, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.61 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. _____ _ _ _____ __ __ _____ ______ __
  6. |_ _| | | | ____| \/ | ____| | __ \ \ / /
  7. | | | |_| | _| | |\/| | _| | _ \\ V /
  8. | | | _ | |___| | | | |___ | |_) || |
  9. |_| |_| |_|_____|_| |_|_____| |____/ |_|
  10.  
  11. ____ _____ ___ _ _ _ ______ __
  12. | _ \|_ _\ \ / | | | | / \ | | | _ \ \ / /
  13. | |_) || | \ \ / /| |_| | / _ \ | | | |_) \ V /
  14. | _ < | | \ V / | _ |/ ___ \| |___| _ < | |
  15. |_| \_|___| \_/ |_| |_/_/ \_|_____|_| \_\|_|
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. -->
  23.  
  24. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  25. <head>
  26.  
  27.  
  28. <link rel="icon" href="{Favicon}"/>
  29. <title>{Title}</title>
  30. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  31.  
  32.  
  33. <meta name="color:tooltip bg" content="#fcebd5" />
  34. <meta name="color:tooltip text" content="#666" />
  35.  
  36. <meta name="image:Decoration" content=""/>
  37.  
  38. <meta name="color:background" content="#fff" />
  39. <meta name="color:sidebar background" content="#666" />
  40. <meta name="color:blogtitle" content="#666" />
  41. <meta name="color:blogtitle bg" content="#fcebd5" />
  42. <meta name="color:description" content="#666" />
  43. <meta name="color:link" content="#666" />
  44. <meta name="color:link hover" content="#fcebd5" />
  45. <meta name="color:nav links" content="#666" />
  46. <meta name="color:nav links hover" content="#666" />
  47. <meta name="color:permalink" content="#888" />
  48. <meta name="color:permalink hover" content="#888" />
  49. <meta name="color:post bg" content="#fff" />
  50. <meta name="color:post border" content="#888" />
  51. <meta name="color:scrollbar" content="#fcebd5" />
  52. <meta name="color:text" content="#666" />
  53.  
  54. <meta name="image:background" content="" />
  55. <meta name="if:1 column" content="0"/>
  56. <meta name="if:tiled bg image" content="0"/>
  57. <meta name="if:custom cursor" content="1"/>
  58. <meta name="if:post border" content="0"/>
  59. <meta name="if:show custom link a" content="0" />
  60. <meta name="if:show custom link b" content="0" />
  61. <meta name="if:show custom link c" content="0" />
  62.  
  63. <meta name="text:ask link" content="/ask" />
  64. <meta name="text:hover ask " content="" />
  65. <meta name="text:image opacity" content="1" />
  66. <meta name="text:image hover opacity" content="1" />
  67. <meta name="text:custom cursor url" content="http://static.tumblr.com/bcpenwm/e1znbxtup/cursor.png" />
  68. <meta name="text:custom cursor hover link url" content="http://static.tumblr.com/bcpenwm/8sInbxu65/cursorhover.png" />
  69. <meta name="text:linka url" content="/" />
  70. <meta name="text:hover linka" content="" />
  71. <meta name="text:linkb url" content="/" />
  72. <meta name="text:hover linkb" content="" />
  73. <meta name="text:linkc url" content="/" />
  74. <meta name="text:hover linkc" content="" />
  75.  
  76.  
  77.  
  78. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  79.  
  80.  
  81. {block:indexpage}
  82. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  83. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  84.  
  85. <script type="text/javascript">
  86. $(window).load(function () {
  87. $('#posts').masonry(),
  88. $('.masonryWrap').infinitescroll({
  89. navSelector : "div.navigation",
  90. // selector for the paged navigation (it will be hidden)
  91. nextSelector : ".navigation a#next",
  92. // selector for the NEXT link (to page 2)
  93. itemSelector : ".post",
  94. // selector for all items you'll retrieve
  95. bufferPx : 10000,
  96. extraScrollPx: 10000,
  97. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  98. loadingText : "<em></em>",
  99. },
  100. // call masonry as a callback.
  101. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  102. );
  103. });
  104. </script>
  105. {/block:indexpage}
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  114.  
  115.  
  116.  
  117. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  118. <script>
  119. (function($){
  120. $(document).ready(function(){
  121. $("[title]").style_my_tooltips({
  122. tip_follows_cursor:true,
  123. tip_delay_time:0,
  124. tip_fade_speed:0
  125. }
  126. );
  127. });
  128. })(jQuery);
  129. </script>
  130.  
  131.  
  132.  
  133.  
  134. <style type="text/css">
  135.  
  136.  
  137.  
  138.  
  139.  
  140. iframe#tumblr_controls {
  141. top: 0% !important;
  142. right:0% !important;
  143. position: fixed !important;}
  144.  
  145.  
  146. body{
  147. margin:0px;
  148. padding:0px;
  149. margin-top:0px;
  150. margin-bottom:0px;
  151. font-family:'courier';
  152. font-size:11px;
  153. color:{color:text};
  154. background-color:{color:background};
  155. background-image:url('{image:background}');
  156. background-attachment:fixed;
  157. {block:ifnottiledbgimage}
  158. background-size:cover;
  159. {/block:ifnottiledbgimage}}
  160.  
  161. {block:ifcustomcursor}
  162. body, html{
  163. cursor: url({text:custom cursor url}), auto !important;}
  164. {/block:ifcustomcursor}
  165.  
  166.  
  167. #s-m-t-tooltip{
  168. font-family:'courier';
  169. font-size: 8px;
  170. color:{color:tooltip text};
  171. background:{color:tooltip bg};
  172. text-align: center;
  173. letter-spacing:1px;
  174. min-width:50px;
  175. max-width:120px;
  176. border: 1px solid #000;
  177. overflow:auto;
  178. text-transform:uppercase;
  179. display: none;
  180. position: absolute;
  181. z-index: 999999999999;
  182. padding: 6px;
  183. margin:20px 20px 15px 0px;}
  184.  
  185.  
  186. #transparentpicturee{
  187. position:fixed;
  188. right:10px;
  189. bottom:-20px;
  190. z-index:11;
  191. z-index:100;
  192. opacity:.5;
  193. }
  194. #transparentpicturee img{
  195. width:250px;
  196. }
  197.  
  198.  
  199.  
  200. a {
  201. color:{color:link};
  202. text-decoration:underline;
  203. -webkit-transition: all 0.2s ease-in-out;
  204. -moz-transition: all 0.2s ease-in-out;
  205. -o-transition: all 0.2s ease-in-out;}
  206.  
  207. a:hover {
  208. -webkit-transition-duration: 0.4s;
  209. color:{color:link hover};
  210. text-decoration:none;
  211. {block:ifcustomcursor}
  212. cursor: url({text:custom cursor hover link url}), auto !important;}
  213. {/block:ifcustomcursor}}
  214.  
  215. a:active,a:focus {outline:0;}
  216.  
  217. ::-webkit-scrollbar-thumb{
  218. background-color:{color:scrollbar};
  219. border:1px solid {color:background};
  220. height:6px;}
  221.  
  222. ::-webkit-scrollbar {
  223. height:6px;
  224. width:6px;
  225. background-color:{color:background};}
  226.  
  227. #sidebar {
  228. z-index:4;
  229. width:auto;
  230. height:auto;
  231. top:130px;
  232. padding:5px 12px 5px 15px;
  233. left:75px;
  234. position:fixed;
  235. background:{color:sidebar background};
  236. background-color:{color:sidebar background};
  237. background-attachment:fixed;
  238. border: {color:post border}solid 1px;
  239. }
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247. .blogtitle{
  248. text-align:center;
  249. position:fixed;
  250. height:auto;
  251. z-index:5;
  252. color:{color:blogtitle};
  253. background:{color:blogtitle bg};
  254. font-size:25px;
  255. padding:0px 3px;
  256. text-transform:uppercase;
  257. font-family:'courier';
  258. width:auto;
  259.  
  260. }
  261.  
  262. .description {
  263. border-top: {color:post border}solid 1px;padding-top:8px;
  264. text-align:left;
  265. color:{color:description};
  266. font-family:'courier';
  267. font-size:11px;
  268. position:relative;
  269. z-index:6;
  270. width:200px;
  271. margin-top:30px;
  272.  
  273. }
  274.  
  275. .description a{
  276. z-index:7;
  277. position:relative;
  278. text-decoration:underline;}
  279.  
  280. .description a:hover{
  281. text-decoration:none;}
  282.  
  283. .navlinks{
  284. border-top: {color:post border}solid 1px;padding-top:8px;
  285. text-align:left;
  286. width:auto;
  287. line-height:160%;
  288. margin-top:-20px;
  289. position:relative;
  290. opacity:0;
  291. -webkit-transition: all 1.5s ease-out;
  292. -moz-transition: all 1.5s ease-out;
  293. transition: all 1.5s ease-out;
  294.  
  295.  
  296.  
  297. }
  298.  
  299. .navlinks a{
  300. padding-left:2px;
  301. font-family:'courier';
  302. white-space:nowrap;
  303. font-size:11px;
  304. text-decoration:none;
  305. color:{color:nav links};}
  306.  
  307. .navlinks a:hover{
  308. color:{color:nav links hover};
  309. text-decoration:underline;}
  310.  
  311.  
  312. #sidebar:hover .navlinks {
  313. height:auto;
  314. opacity:1;
  315. margin-top:6px;
  316. -webkit-transition: all 1.5s ease-out;
  317. -moz-transition: all 1.5s ease-out;
  318. transition: all 1.5s ease-out;
  319. }
  320.  
  321.  
  322.  
  323.  
  324. .notes {
  325. padding-left:20px;
  326. font-size:11px;}
  327.  
  328. li.notes {
  329. float:left;
  330. width:400px;
  331. padding-left:5px;
  332. margin-top:11px;
  333. overflow-x:hidden;
  334. over-flow-y:scroll;
  335. list-style-type:none;
  336. font-weight:normal;
  337. font-size:11px;
  338. text-transform:none;}
  339.  
  340. li.note {
  341. padding-top:2px;
  342. opacity:1;}
  343.  
  344. li.note img.avatar {
  345. width:14px;
  346. height:14px;}
  347.  
  348. .permalink {
  349. color:{color:permalink};
  350. margin-top:11px;
  351. text-align:left;
  352. {block:permalinkpage}
  353. opacity:0;
  354. {/block:permalinkpage}}
  355.  
  356. .permalink a{
  357. color:{color:permalink};
  358. text-decoration:none;}
  359.  
  360. .permalink a:hover{
  361. text-decoration:underline;
  362. color:{color:permalink hover};}
  363.  
  364. .headings{
  365. font-size:16px;
  366. text-align:left;
  367. font-style:italic;}
  368.  
  369. .audiopost {
  370. {block:IndexPage}
  371. {block:ifnot1column}
  372. width:200px;
  373. padding-bottom:10px;
  374. {block:ifnot1column}
  375. {block:if1column}
  376. width:400px;
  377. padding-bottom:60px;
  378. {/block:if1column}
  379. {/block:IndexPage}
  380. {block:PermalinkPage}
  381. width:400px;
  382. padding-bottom:110px;
  383. {/block:PermalinkPage}}
  384.  
  385. .audiopost{
  386. {block:ifcustomcursor}
  387. cursor: url({text:custom cursor url}), auto !important;}
  388. {/block:ifcustomcursor}}
  389.  
  390. .albumart {
  391. position:absolute;
  392. {block:IndexPage}
  393. {block:ifnot1column}
  394. width:50px;
  395. height:50px;
  396. {/block:ifnot1column}
  397. {block:if1column}
  398. width:100px;
  399. height:100px;
  400. {/block:if1column}
  401. {/block:IndexPage}
  402. {block:PermalinkPage}
  403. width:150px;
  404. height:150px;
  405. {/block:PermalinkPage}}
  406.  
  407. .albumart img {
  408. float:left;
  409. {block:IndexPage}
  410. {block:ifnot1column}
  411. width:50px;
  412. height:50px;
  413. {/block:ifnot1column}
  414. {block:if1column}
  415. width:100px;
  416. height:100px;
  417. {/block:if1column}
  418. {/block:IndexPage}
  419. {block:PermalinkPage}
  420. width:150px;
  421. height:150px;
  422. {/block:PermalinkPage}}
  423.  
  424. .playbox {
  425. opacity:0.6;
  426. width:27px;
  427. height:30px;
  428. overflow:hidden;
  429. position:absolute;
  430. z-index:2;
  431. {block:IndexPage}
  432. {block:ifnot1column}
  433. margin-left:11px;
  434. margin-top:12px;
  435. {/block:ifnot1column}
  436. {block:if1column}
  437. margin-left:37px;
  438. margin-top:36px;
  439. {/block:if1column}
  440. {block:IndexPage}
  441. {block:PermalinkPage}
  442. margin-left:60px;
  443. margin-top:61px;
  444. {/block:PermalinkPage}}
  445.  
  446.  
  447. .info {
  448. margin-top:2px;
  449. line-height:12px;
  450. font-size:8px;
  451. text-transform:uppercase;
  452. {block:IndexPage}
  453. {block:ifnot1column}
  454. margin-left:58px;
  455. {/block:ifnot1column}
  456. {block:if1column}
  457. margin-left:108px;
  458. {/block:if1column}
  459. {block:IndexPage}
  460. {block:PermalinkPage}
  461. margin-left:158px;
  462. {/block:PermalinkPage}}
  463.  
  464. #posts {
  465. position:absolute;
  466. float:left;
  467. margin-top:20px;
  468. left:50%;
  469. {block:IndexPage}
  470. width:556px;
  471. margin-left:-278px;
  472. {block:if1column}
  473. width:478px;
  474. margin-left:-239px;
  475. {/block:if1column}
  476. {/block:IndexPage}
  477. {block:PermalinkPage}
  478. background:{color:post bg};
  479. margin-left:-215px;
  480. width:400px;
  481. padding:10px;
  482. margin-top:40px;
  483. margin-bottom:25px;
  484. {block:ifpostborder}
  485. border:1px solid {color:post border};
  486. {/block:ifpostborder}
  487. {block:ifnotpostborder}
  488. border:1px solid rgba(0,0,0,0);
  489. {/block:ifnotpostborder}
  490. {/block:PermalinkPage}}
  491.  
  492. .post {
  493. {block:indexpage}
  494. width:200px;
  495. margin:30px;
  496. padding:8px 8px 6px 8px;
  497. background:{color:post bg};
  498. {block:ifpostborder}
  499. border:1px solid {color:post border};
  500. {/block:ifpostborder}
  501. {block:ifnotpostborder}
  502. border:1px solid rgba(0,0,0,0);
  503. {/block:ifnotpostborder}
  504. {block:if1column}
  505. width:400px;
  506. {block:if1column}
  507. {/block:indexpage}
  508. {block:permalinkpage}
  509. width:400px;
  510. {/block:permalinkpage}
  511. float:left;
  512. position:relative;
  513. text-align:left;
  514. overflow:hidden;
  515. font-family:'courier';
  516. font-size:11px;
  517. color:{color:text};}
  518.  
  519. .post img{
  520. max-width:100%;
  521. opacity:{text:image opacity};
  522. -webkit-transition: all 0.3s ease-in-out;
  523. -moz-transition: all 0.3s ease-in-out;
  524. -o-transition: all 0.3s ease-in-out;}
  525.  
  526. .post img:hover{
  527. opacity:{text:image hover opacity};}
  528.  
  529. .quote {
  530. text-align:center;
  531. font-size:12px;}
  532.  
  533. .quotesource {
  534. text-align:right;}
  535.  
  536. .chat {
  537. text-align:right;
  538. line-height:11px;}
  539.  
  540. .captions {
  541. margin-top:-8px;}
  542.  
  543. .video embed, .video object, .video iframe {
  544. {block:IndexPage}
  545. {block:ifnot1column}
  546. width:200px;
  547. height:auto;
  548. {/block:ifnot1column}
  549. width:400px;
  550. {/block:IndexPage}
  551. {block:PermalinkPage}
  552. width:400px;
  553. {/block:PermalinkPage}}
  554.  
  555.  
  556.  
  557.  
  558.  
  559. #line{position:fixed;width:1px;background:{color:post border};height:150%;z-index:99999999999999999;margin-left:435px;margin-top:-50px;}
  560.  
  561. #kill{
  562. position:fixed;
  563. height:15px;
  564. width:625px;
  565. top:0px;
  566. left:400px;
  567. z-index:99999999;
  568. padding:4px;
  569. border-bottom:1px solid {color:post border};
  570. border-left:0px solid {color:post border};
  571. background:{color:background};
  572. opacity:10;
  573. {block:permalinkpage}width:625px;{/block:permalinkpage}
  574. }
  575.  
  576. #line2{position:fixed;width:1px;background:{color:post border};height:150%;z-index:99999999999999999;margin-left:1000px;margin-top:-50px;}
  577.  
  578. </style>
  579. </head>
  580.  
  581.  
  582. <div id="transparentpicturee">
  583. <img src="{image:decoration}"style="width:225px"></a></div>
  584.  
  585.  
  586.  
  587. <body>
  588.  
  589. <a href="http://rivahlry.tumblr.com" title="theme by rivahlry " onclick="clicksound.playclip()" onmouseover="mouseoversound.playclip()"><img src="http://media.tumblr.com/d0828dc53924f0ae57b006f83500d629/tumblr_inline_mi5xs3Ykl71qz4rgp.gif" style="position:fixed; bottom:10px; -webkit-filter: grayscale(80%); left:10px; z-index:9999999999999999999"/></a>
  590.  
  591. <div id="sidebar">
  592.  
  593.  
  594. <div class="blogtitle">{title}</div>
  595.  
  596.  
  597. <div class="description">{description}</div>
  598.  
  599.  
  600.  
  601. <div class="navlinks">
  602. <a href="/"title="refresh"><img src="http://media.tumblr.com/9e77a248d2c3d06fd384ca35326f61b6/tumblr_inline_n094a6wC7q1qid2nw.gif"><l></l></a>
  603. <a href="{text:ask link}"title="{text:hover ask }"><img src="http://media.tumblr.com/dbe66fad4df81c09baf1d3448b39c0bb/tumblr_inline_n094a4I2PW1qid2nw.gif"></a>
  604. <a href="/archive"title="archive"><img src="http://media.tumblr.com/cea43f0c1192ee9d9486934e4471509f/tumblr_inline_n094a7TEct1qid2nw.gif"></a>
  605. {block:ifshowcustomlinka}<a href="{text:linka url}"title="{text:hover linka}"
  606. ><img src="http://media.tumblr.com/382ab9044a29320dfb7b42d6fb2ffddd/tumblr_inline_n094a2YhgR1qid2nw.gif"></a>{/block:ifshowcustomlinka}
  607. {block:ifshowcustomlinkb}<a href="{text:linkb url}"title="{text:hover linkb}"><img src="http://media.tumblr.com/d08123cb90ebf2cc3b61dc85497f6b72/tumblr_inline_n0949uPAdb1qid2nw.gif"></a>{/block:ifshowcustomlinkb}
  608. {block:ifshowcustomlinkc}<a href="{text:linkc url}"title="{text:hover linkc}"><img src="http://media.tumblr.com/114bd87bc12dc46624795f992b78bcaa/tumblr_inline_n094a03AXK1qid2nw.gif"></a>{/block:ifshowcustomlinkc}
  609. <a href="http://rivahlry.tumblr.com/"title="credit"><img src="http://media.tumblr.com/9a986113f4696208b2eb25c838597b68/tumblr_inline_n0949yWDVY1qid2nw.gif"></a>
  610. </div></div>
  611.  
  612.  
  613. <div id="kill"></div>
  614.  
  615. <div id="line"></div>
  616.  
  617. <div id="line2"></div>
  618.  
  619. <div id="posts">
  620.  
  621. {block:Posts}
  622.  
  623. {block:Text}
  624. <div class="post">
  625. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  626. <div class="permalink">
  627. <a href="{Permalink}">{NoteCount}</a> / <a href="{Permalink}">{TimeAgo}</a></div>
  628. </div>
  629. {/block:Text}
  630.  
  631.  
  632. {block:Photo}
  633. <div class="post">
  634. {block:IndexPage}
  635. {block:ifnot1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"/></a>{/block:ifnot1column}
  636. {block:if1column}<a href="{permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>{/block:if1column}
  637. <div class="permalink">
  638. <a href="{Permalink}">{NoteCount}</a> / <a href="{Permalink}">{TimeAgo}</a>/ <a href="{ReblogUrl}">rebloom</a></div>
  639. {/block:IndexPage}
  640.  
  641. {block:PermalinkPage}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  642. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  643. {/block:Photo}
  644.  
  645.  
  646. {block:Photoset}
  647. <div class="post">
  648. {block:indexpage}
  649. {block:ifnot1column}
  650. {Photoset-250}
  651. {/block:ifnot1column}
  652. {block:if1column}
  653. {Photoset-400}
  654. {/block:if1column}
  655. {/block:indexpage}
  656. {block:permalinkpage}
  657. {Photoset-400}
  658. {/block:permalinkpage}
  659. <div class="permalink">
  660. <a href="{Permalink}">{NoteCount}</a> / <a href="{Permalink}">{TimeAgo}</a>/ <a href="{ReblogUrl}">rebloom</a></div></div>
  661. {/block:Photoset}
  662.  
  663.  
  664. {block:Quote}
  665. <div class="post">
  666. <div class="quote">'<i>{Quote}</i>'</div>
  667. <div class="quotesource">— {Source}</div>
  668. <div class="permalink">
  669. <a href="{Permalink}">{NoteCount}</a> / <a href="{Permalink}">{TimeAgo}</a></div></div>
  670. {/block:Quote}
  671.  
  672.  
  673. {block:Link}
  674. <div class="post">
  675. <div class="headings"><a href="{URL}">{Name}</a></div>
  676. {block:Description}{Description}{/block:Description}
  677. <div class="permalink">
  678. <a href="{Permalink}">{NoteCount}</a> / <a href="{Permalink}">{TimeAgo}</a></div></div>
  679. {/block:Link}
  680.  
  681.  
  682. {block:Chat}
  683. <div class="post">
  684. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  685. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  686. {/block:Label}{/block:Lines}</div>
  687. <div class="permalink">
  688. <a href="{Permalink}">{NoteCount}</a> / <a href="{Permalink}">{TimeAgo}</a></div></div>
  689. {/block:Chat}
  690.  
  691.  
  692. {block:Video}
  693. <div class="post">
  694. {block:IndexPage}
  695. <div class="video">{Video-500}</div><div class="permalink">
  696. <a href="{Permalink}">{NoteCount}</a> / <a href="{Permalink}">{TimeAgo}</a></div>
  697. {/block:IndexPage}
  698. {block:PermalinkPage}
  699. {Video-400}
  700. {/block:PermalinkPage}</div>
  701. {/block:Video}
  702.  
  703.  
  704. {block:Audio}
  705. <div class="post"><div class="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  706. {block:IndexPage}<div class="permalink">
  707. <a href="{Permalink}">{NoteCount}</a> / <a href="{Permalink}">{TimeAgo}</a></div>{/block:IndexPage}</div>
  708. {/block:Audio}
  709.  
  710.  
  711. {block:Answer}
  712. <div class="post">
  713. {Question}<br>– asked by {Asker} <br><i> {Answer} </i>
  714. <div class="permalink">
  715. <a href="{Permalink}">{NoteCount}</a> / <a href="{Permalink}">{TimeAgo}</a></div></div>
  716. {/block:Answer}
  717.  
  718.  
  719. {block:PermalinkPage}
  720. <div class="notes">
  721. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  722. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  723. {block:RebloggedFrom}
  724. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  725. {/block:RebloggedFrom}
  726. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  727. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  728. <br><br>{PostNotes}<div>
  729. {/block:PermalinkPage}
  730.  
  731.  
  732. {/block:posts}
  733.  
  734.  
  735. </div></div>
  736.  
  737. </body>
  738.  
  739. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement