wheretimeisendless

Theme #12

Sep 22nd, 2012
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.90 KB | None | 0 0
  1. <!-- theme orginally by irrelevantly.
  2. edited by youroliviachachi.
  3. -->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Questrial' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  10.  
  11. <head>
  12.  
  13. <meta name="color:Background" content="#acacac"/>
  14. <meta name="color:Text" content="#130C11"/>
  15. <meta name="color:Title" content="#130C11"/>
  16. <meta name="color:Hover" content="#130C11"/>
  17. <meta name="color:Link" content="#130C11"/>
  18. <meta name="image:Background" content="1"/>
  19. <meta name="image:borderbarpicture" content="1"/>
  20. <meta name="image:sidebar" content="1"/>
  21. <meta name="if:show photo" content="0"/>
  22. <meta name="if:bodyfont1" content="1"/>
  23. <meta name="if:bodyfont2" content="0"/>
  24. <meta name="if:shortbackground" content="0"/>
  25. <meta name="if:longbackground" content="1"/>
  26. <meta name="if:redandbluehover" content="1"/>
  27. <meta name="if:fadinghover" content="0"/>
  28. <meta name="text:Link One Title" content="" />
  29. <meta name="text:Link One" content="" />
  30. <meta name="text:Link Two Title" content="" />
  31. <meta name="text:Link Two" content="" />
  32. <meta name="text:Link Three Title" content="" />
  33. <meta name="text:Link Three" content="" />
  34. <meta name="text:Link Four Title" content="" />
  35. <meta name="text:Link Four" content="" />
  36. <meta name="text:Link Five Title" content="" />
  37. <meta name="text:Link Five" content="" />
  38. <meta name="text:Link Six Title" content="" />
  39. <meta name="text:Link Six" content="" />
  40.  
  41. <script type="text/javascript"
  42. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43.  
  44. <style type="text/css">
  45.  
  46. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  47.  
  48. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  49.  
  50. ::-webkit-scrollbar {width: 4px; height: 4px; border-left: 0px solid #aaaaaa; border-radius:1px;}
  51.  
  52. ::-webkit-scrollbar-thumb { background-color:{color:link}; border-bottom-left-radius:10px;
  53. border-bottom-right-radius:10px;
  54. border-top-right-radius:10px;
  55. border-top-left-radius:10px;
  56. }
  57.  
  58. .wrapper{
  59. margin: 0px auto;
  60. width: 717px;
  61. }
  62.  
  63. #tumblr_controls{
  64. position:fixed !important;
  65. top: 3px;
  66. right: 3px;
  67. }
  68.  
  69. body {
  70. padding: 0px;
  71. margin: 0px;
  72. color:{color:text};
  73. background-color: {color:Background};
  74. background-image:url({image:Background});
  75. background-attachment: fixed;
  76. background-size: normal;
  77. font-family: arial;
  78. font-size: 9px;
  79. letter-spacing: 1px;
  80. line-height:12px;
  81. color:{color:text};
  82. }
  83.  
  84. p {
  85. margin:0px;
  86. margin-top:0px;
  87. }
  88.  
  89. a:link, a:active, a:visited{
  90. color: {color:Link};
  91. text-decoration: none;
  92. -webkit-transition: color 0.5s ease-out;
  93. -moz-transition: color 0.5s ease-out;
  94. }
  95.  
  96. {block:ifredandbluehover}a:hover{opacity: 0.7; text-shadow: 2px 0px #df8181, -2px 0px #54d2cb; -webkit-transition: all 1s ease-in-out; color:#ffffff;}{/block:ifredandbluehover}
  97.  
  98. {block:iffadinghover}a:hover{
  99. color:#fff;
  100. text-decoration: none;
  101. -webkit-transition: color 0.9s ease-out;
  102. -moz-transition: color 0.9s ease-out;
  103. }{/block:iffadinghover}
  104.  
  105. .entry {
  106. margin:7px;
  107. padding: 4px;
  108. float:left;
  109. background-color: #ffffff;
  110. {block:ifbodyfont1}
  111. font-family:questrial;
  112. font-size: 10px;
  113. {/block:ifbodyfont1}
  114. {block:ifbodyfont2}
  115. font-family:ronda;
  116. font-size: 8px;
  117. {/block:ifbodyfont2}
  118. letter-spacing: 1px;
  119. line-height:11px;
  120. {block:PermalinkPage}
  121. width: 500px;
  122. margin-left: 0px;
  123. float:left;
  124. padding: 3px;
  125. {/block:PermalinkPage}
  126. {block:IndexPage}
  127. margin: 3px;
  128. float: left;
  129. width: 320px;
  130. {/block:IndexPage}
  131. }
  132.  
  133.  
  134. .entry:hover img {
  135. {block:iffadedimages}
  136. opacity:1;
  137. filter:alpha(opacity=100);
  138. -webkit-transition: all ease-in 250ms;
  139. -moz-transition: all ease-in 250ms;
  140. -o-transition: all ease-in 250ms;
  141. -ms-transition: all ease-in 250ms;
  142. transition: all ease-in 250ms;
  143. {/block:iffadedimages}
  144. }
  145.  
  146.  
  147. .entry:hover .details {
  148. opacity: 1.0;
  149. margin:12px 0px 0px 0px;
  150. filter: alpha(opacity = 100);
  151. -webkit-transition: all .25s ease-in-out;
  152. -moz-transition: all .25s ease-in-out;
  153. -o-transition: all .25s ease-in-out;
  154. transition: all .25s ease-in-out;
  155. }
  156.  
  157.  
  158. #pagination{
  159. display:none;
  160. }
  161.  
  162.  
  163. .clear {
  164. clear: both;
  165. }
  166.  
  167. #posts {
  168. position:relative;
  169. margin-top: 0px;
  170. {block:IndexPage}
  171. width: 700px;
  172. margin-left: 150px;
  173. margin-top: 0px;
  174. {/block:IndexPage}
  175. {block:PermalinkPage}
  176. width: 500px;
  177. margin-left: 150px;
  178. margin-top: 0px;
  179. {/block:PermalinkPage}
  180. }
  181.  
  182.  
  183.  
  184.  
  185.  
  186. ol.notes img {
  187. width: 16px;
  188. display: inline;
  189. position: relative;
  190. top: 3px;
  191. }
  192.  
  193. #sidebar2{
  194. {block:iflongbackground}
  195. width:975px;
  196. {/block:iflongbackground}
  197. {block:ifshortbackground}
  198. width:275px;
  199. {/block:ifshortbackground}
  200. margin-left: -135px;
  201. position:fixed;
  202. bottom:0px;
  203. height:100%;
  204. background:-webkit-gradient(linear, left top, right bottom, from({color:Link}), to(#ffffff));
  205. opacity: 0.85;
  206. }
  207.  
  208. #sidebar{
  209. position:fixed !important;
  210. z-index:1;
  211. height: auto;
  212. margin-left: -120px;
  213. width: 150px;
  214. top:100px;
  215. text-align: center;
  216. padding: 1px;
  217. width: 240px;
  218. margin-top: 10px;
  219. background-color: #ffffff;
  220. opacity: 1;
  221. {block:ifbodyfont1}
  222. font-family:questrial;
  223. font-size: 10px;
  224. {/block:ifbodyfont1}
  225. {block:ifbodyfont2}
  226. font-family:ronda;
  227. font-size: 8px;
  228. {/block:ifbodyfont2}
  229. line-height:10px;
  230. letter-spacing: 1px;
  231. color: {color:text};
  232. }
  233.  
  234.  
  235. #postnotes{
  236. text-align: justify;}
  237.  
  238. #postnotes blockquote{
  239. border: 0px;}
  240.  
  241. #infscr-loading{
  242. bottom: -70px;
  243. position: absolute;
  244. left: 50%;
  245. margin-left:-8px;
  246. width:16px;
  247. height:11px;
  248. overflow:hidden;
  249. margin-bottom: 50px;
  250. }
  251.  
  252. .title{
  253. font-family:questrial;
  254. font-size: 13px;
  255. letter-spacing: 1px;
  256. line-height: 14px;
  257. color: {color:Title};
  258. font-weight: normal;
  259. padding:0px 0px 0px 0px;
  260. }
  261.  
  262. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  263.  
  264.  
  265. .links a{
  266. {block:ifbodyfont1}
  267. font-family:questrial;
  268. font-size: 10px;
  269. {/block:ifbodyfont1}
  270. {block:ifbodyfont2}
  271. font-family:ronda;
  272. font-size: 8px;
  273. {/block:ifbodyfont2}
  274. line-height:8px;
  275. letter-spacing: 1px;
  276. margin: 3px;
  277. color: {color:link};
  278. -webkit-transition: all 0.3s linear;
  279. -webkit-transition: all 0.3s linear;
  280. -moz-transition: all 0.3s linear;
  281. transition: all 0.3s linear;
  282. }
  283.  
  284. .links:hover a{
  285. color: #ffffff;
  286. text-decoration: none;
  287. -webkit-transition: all 0.9s linear;
  288. -webkit-transition: all 0.9s linear;
  289. -moz-transition: all 0.9s linear;
  290. transition: all 0.9s linear;
  291. }
  292.  
  293. .perma{
  294. opacity: 0.0;
  295. filter: alpha(opacity = 0);
  296. margin-top: -21px;
  297. width: px;
  298. height: 30px;
  299. line-height: 30px;
  300. font-size: 9px;
  301. text-transform: bold;
  302. position:absolute;
  303. text-align: right;
  304. z-index:9999991;
  305. color: {color:permalink};
  306.  
  307. }
  308.  
  309. .entry:hover .perma {
  310.  
  311. -webkit-transition: opacity 0.4s linear;
  312. opacity: 1;
  313. -moz-transition: all 0.4s linear;
  314. transition: all 0.4s linear;
  315.  
  316. }
  317.  
  318. .likep {
  319. width: 21px;
  320. height: 20px;
  321. overflow: hidden;
  322. position: relative;
  323. z-index: 9999999;
  324. position: absolute;
  325. margin-top: 26px;
  326. margin-left: 5px;
  327. }
  328. .rep {
  329. width: 24px;
  330. height: 20px;
  331. overflow: hidden;
  332. position: relative;
  333. z-index: 9999999;
  334. position: absolute;
  335. margin-top: 26px;
  336. margin-left: 29px;
  337. }
  338. .likep a:hover {
  339. background-position: 0px 0px;
  340. }
  341. .likep a {
  342. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  343. background-position: 0px 0px;
  344. display: block;
  345. z-index: 9999999;
  346. webkit-transition: all 0s linear;
  347. -webkit-transition: all 0s linear;
  348. -moz-transition: all 0s linear;
  349. transition: all 0s linear;
  350. }
  351. .likep img {
  352. width: 21px;
  353. height: 20px;
  354. webkit-transition: all 0.2s linear;
  355. -webkit-transition: all 0.2s linear;
  356. -moz-transition: all 0.2s linear;
  357. transition: all 0.2s linear;
  358. }
  359. .rep img{
  360. width: 24px;
  361. height: 20px;
  362. line-height: 30px;
  363. display: inline;
  364. }
  365.  
  366. .not { position: absolute;
  367. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  368. height: 20px;
  369. font-size: 9px;
  370. line-height: 20px;
  371. color: #fff;
  372. position: absolute;
  373. margin-top: 26px;
  374. margin-left: 56px;
  375. padding-left: 4px;
  376. padding-right: 4px;
  377. -moz-border-radius: 2px;
  378. border-radius: 2px;
  379. }
  380. .not a{
  381. color: #fff;
  382. font-family: short stack;
  383. }
  384.  
  385. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  386. opacity: 0.8;
  387. filter: alpha(opacity = 80);
  388. }
  389. .not:hover , .rep:hover, .likep:hover {
  390. opacity: 1!important;
  391. filter: alpha(opacity = 100)!important;
  392. }
  393.  
  394. .perma2 {
  395. text-align: right;
  396. text-transform:uppercase;
  397. border-top: 1px solid {color:borders};
  398. padding-top:2px;
  399. }
  400.  
  401. .yo a{
  402. color: #fff;}
  403.  
  404. .yo{
  405. color: #fff;
  406. {block:ifbodyfont1}
  407. font-family:questrial;
  408. font-size: 10px;
  409. {/block:ifbodyfont1}
  410. {block:ifbodyfont2}
  411. font-family:ronda;
  412. font-size: 8px;
  413. {/block:ifbodyfont2}
  414. display: inline-block;}
  415.  
  416.  
  417.  
  418. a img{border: 0px;}
  419.  
  420. blockquote{
  421. padding:2px 2px 2px 5px;
  422. margin:4px 4px 4px 7px;
  423. border-left: 4px solid #dddddd;
  424. }
  425.  
  426. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  427.  
  428. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  429. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  430.  
  431. .notes img{width:10px; position:relative; top:3px;}
  432. <--ses-->
  433. small{font-size: 90%;}
  434.  
  435.  
  436. .caption img {
  437. max-width: 100%;
  438. }
  439.  
  440. div#titt{
  441. position: fixed !important;
  442. color:{color:Title};
  443. font-family: amatic sc;
  444. font-size: 35px;
  445. line-height:10px;
  446. margin-top:-25px;
  447. width:240px;
  448. text-align:center;
  449. text-transform: bold;
  450. }
  451.  
  452. div#desc {
  453. border-radius:2px;
  454. width: 227px;
  455. border:4px solid {color:link};
  456. margin:3px;
  457. padding: 0px;
  458. float:left;
  459. background-color: transparent;
  460. {block:ifbodyfont1}
  461. font-family:questrial;
  462. font-size: 10px;
  463. {/block:ifbodyfont1}
  464. {block:ifbodyfont2}
  465. font-family:ronda;
  466. font-size: 8px;
  467. {/block:ifbodyfont2}
  468. letter-spacing: 1px;
  469. line-height:11px;
  470.  
  471. {CustomCSS}
  472. </style>
  473.  
  474. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  475. <script type="text/javascript">
  476. $(function(){
  477. $("#pageLink").click(function(){
  478. $("#titlePages").fadeToggle(500);
  479. });
  480. });
  481. </script>
  482.  
  483. {block:IndexPage}
  484. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  485. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  486. <script type="text/javascript">
  487. $(window).load(function () {
  488. var $content = $('#posts');
  489. $content.masonry({
  490. itemSelector: '.entry',
  491. isAnimated: true
  492. }),
  493. $content.infinitescroll({
  494. navSelector : '#pagination',
  495. nextSelector : '#pagination a#nextPage',
  496. itemSelector : '.entry',
  497. loading: {
  498. finishedMsg: '',
  499. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  500. },
  501. bufferPx : 200,
  502. debug : false,
  503. },
  504. // call masonry as a callback.
  505. function( newElements ) {
  506. var $newElems = $( newElements );
  507. $newElems.hide();
  508. // ensure that images load before adding to masonry layout
  509. $newElems.imagesLoaded(function(){
  510. $content.masonry( 'appended',
  511. $newElems, true,
  512. function(){$newElems.fadeIn(300);}
  513. );
  514.  
  515.  
  516. });
  517. });
  518. });
  519. </script>
  520. {/block:IndexPage}
  521.  
  522. <title>{title}</title>
  523. <div style="float: left; position: fixed; bottom: 2px; left: 5px;">
  524. <a href="http://youroliviachachi.tumblr.com">credit</a></div>
  525. <link rel="shortcut icon" href="{Favicon}">
  526. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  527. <meta name="viewport" content="width=820" />
  528.  
  529. </style>
  530. </head>
  531. <body>
  532. <div class="wrapper">
  533. <div style="position:fixed;right:0px;top:28px;">
  534. </span>
  535. </div>
  536.  
  537. <div id="sidebar">
  538. <div id="titt"><center>{Title}</center></div>
  539. {block:ifLinkOneTitle}<span class="links"><a href="{text:Link One}">{text:Link One Title}</a></span>{/block:ifLinkOneTitle}
  540.  
  541. {block:ifLinkTwoTitle}<span class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}
  542.  
  543. {block:ifLinkThreeTitle}<span class="links"><a href="{text:Link Three}">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}
  544.  
  545. {block:ifLinkFourTitle}<span class="links"><a href="{text:Link Four}">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}
  546.  
  547. {block:ifLinkFiveTitle}<span class="links"><a href="{text:Link Five}">{text:Link Five Title}</a></span>{/block:ifLinkFiveTitle}
  548.  
  549. {block:ifLinkSixTitle}<span class="links"><a href="{text:Link Six}">{text:Link Six Title}</a></span>{/block:ifLinkSixTitle}
  550.  
  551. {block:ifshowphoto}<br><a href="/"><img src="{image:sidebar}" width=235px;></a>{/block:ifshowphoto}
  552. <p>
  553. <div id="desc">
  554. <p>{description}</p>
  555. </div>
  556. <div style="font-family:short stack; font-size:20px;padding-top:10px;padding-bottom:7px;"><center>{block:PreviousPage}<a href="{PreviousPage}">↜</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">↝</a>{/block:NextPage}</center></div>
  557.  
  558. </div>
  559. <div id="sidebar2">
  560. <img src="{image:borderbar}" height=1000px;>
  561. </div>
  562.  
  563. <div id="posts">
  564.  
  565. {block:Posts}
  566. <div class="entry">
  567.  
  568. {block:Text}
  569. {block:Title}<span class="title">{Title}</span>{/block:Title}
  570. <div class="caption"><span class="entrytext">{Body}</span></div>
  571. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-family:tinytots;font-size:8px;line-height:10px; letter-spacing: 0px; border-top: 1px #777777 solid; padding-bottom: 2px;margin-top:5px;">{Notecount} notes</a> † <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  572. {/block:Text}
  573.  
  574. {block:Link}
  575. <a href="{URL}" class="title">{Name}</a>
  576. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  577. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-family:tinytots;font-size:8px;line-height:10px; letter-spacing: 0px; border-top: 1px #777777 solid; padding-bottom: 2px;margin-top:5px;">{Notecount} notes</a> † <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  578. {block:Link}
  579.  
  580. {block:Photo}
  581. {block:IndexPage}
  582. <div class="perma">
  583. <div class="likep">
  584. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  585. </div>
  586. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a>
  587. </div>
  588. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  589. </div>
  590. {/block:IndexPage}
  591. {block:indexpage}
  592. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  593. {/block:indexpage}
  594. {block:permalinkpage}
  595. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  596. {/block:permalinkpage}
  597. {/block:Photo}
  598.  
  599. {block:Photoset}
  600. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  601. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  602. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-family:tinytots;font-size:8px;line-height:10px; letter-spacing:0px;border-top: 1px #777777 solid; padding-bottom: 2px;margin-top:5px;">{Notecount} notes</a> † <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  603. {/block:Photoset}
  604.  
  605. {block:Quote}
  606. {Quote}</span>
  607. {block:Source}{Source}{/block:Source}
  608. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-family:tinytots;font-size:8px;line-height:10px; border-top: 1px #777777 solid; padding-bottom: 2px;letter-spacing:0px;margin-top:5px;">{Notecount} notes</a> † <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  609. {/block:Quote}
  610.  
  611. {block:Chat}
  612. {block:Title}<span class="title">{Title}</span>{/block:Title}
  613. <ul class="chat">
  614. {block:Lines}
  615. <li class="user_{UserNumber}">
  616. {block:Label}
  617. <span class="label">{Label}</span>
  618. {/block:Label}
  619.  
  620. {Line}
  621. </li>
  622. {/block:Lines}
  623. </ul>
  624. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-family:tinytots;font-size:8px;line-height:10px; border-top: 1px #777777 solid; padding-bottom: 2px;letter-spacing:0px;margin-top:5px;">{Notecount} notes</a> † <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  625. {/block:Chat}
  626.  
  627. {block:Audio}
  628. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  629. {block:IndexPage}
  630. <div class="caption">
  631. {caption}</div>{/block:IndexPage}
  632. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-family:tinytots;font-size:8px;line-height:10px; border-top: 1px #777777 solid; padding-bottom: 2px;letter-spacing:0px;margin-top:5px;">{Notecount} notes</a> † <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  633. {/block:Audio}
  634.  
  635. {block:Video}
  636. <center>
  637. {block:IndexPage}
  638. {Video-250}
  639. {/block:IndexPage}
  640. </center>
  641. {block:PermalinkPage}
  642. <center>{Video-500}</center>
  643. {/block:PermalinkPage}
  644. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-family:tinytots;font-size:8px;line-height:10px; border-top: 1px #777777 solid; padding-bottom: 2px;letter-spacing:0px;margin-top:5px;">{Notecount} notes</a> † <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  645. {block:Video}
  646.  
  647. {block:Answer}
  648. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  649. <strong>{Asker}: {Question}</strong>
  650. <div class="caption">
  651. {Answer}</div>
  652. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-family:tinytots;font-size:8px;line-height:10px; border-top: 1px #777777 solid; padding-bottom: 2px;letter-spacing:0px;margin-top:5px;">{Notecount} notes</a> † <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  653. {/block:Answer}
  654.  
  655. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  656.  
  657. {block:PermalinkPage}
  658. {block:Date}
  659. {block:Caption}{Caption}{/block:Caption}<center>
  660. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  661. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  662. {/block:Date}
  663.  
  664. {/block:PermalinkPage}
  665.  
  666. {block:PostNotes}{PostNotes}
  667. {/block:PostNotes}
  668. </div>
  669.  
  670.  
  671. {/block:Posts}
  672. </div>
  673. </div>
  674. {block:IndexPage}<br>
  675. {block:Pagination}
  676. <div id="pagination">
  677. {block:NextPage}
  678. <a id="nextPage" href="{NextPage}">next</a>
  679. {/block:NextPage}
  680. {block:PreviousPage}
  681. <a href="{PreviousPage}">back</a>
  682. {/block:PreviousPage}
  683. </div>
  684. {/block:Pagination}
  685. {/block:IndexPage}
  686. </div>
  687. </body>
  688. </html>
Advertisement
Add Comment
Please, Sign In to add comment