Asiasthemes

Untitled

Sep 15th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.95 KB | None | 0 0
  1. <!-
  2. MADE BY SEEKINGTRUST base code from one the my themes i edited base code from Miserywishes if you take credit out (which i know you will) put it in your faq or i will report you.
  3. -!>
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8.  
  9. <script type="text/javascript">
  10. <!--
  11.  
  12. // Disable Right Click Script
  13.  
  14. function IE(e)
  15. {
  16. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  17. {
  18. return false;
  19. }
  20. }
  21. function NS(e)
  22. {
  23. if (document.layers || (document.getElementById && !document.all))
  24. {
  25. if (e.which == "2" || e.which == "3")
  26. {
  27. return false;
  28. }
  29. }
  30. }
  31. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  32.  
  33. //-->
  34. </script>
  35.  
  36.  
  37. <html lang="en">
  38. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  39. <html xmlns="http://www.w3.org/1999/xhtml">
  40. <head>
  41.  
  42.  
  43. <script type="text/javascript">
  44. <!--
  45.  
  46. // Disable Right Click Script
  47.  
  48. function IE(e)
  49. {
  50. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  51. {
  52. return false;
  53. }
  54. }
  55. function NS(e)
  56. {
  57. if (document.layers || (document.getElementById && !document.all))
  58. {
  59. if (e.which == "2" || e.which == "3")
  60. {
  61. return false;
  62. }
  63. }
  64. }
  65. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  66.  
  67. //-->
  68. </script>
  69.  
  70.  
  71. <script type="text/javascript"
  72. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  73.  
  74. <!-- DEFAULT VARIABLES -->
  75. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  76. <meta name="color:background" content="#fff"/>
  77. <meta name="color:link" content="#777"/>
  78. <meta name="color:text" content="#777"/>
  79. <meta name="color:title" content="#333"/>
  80. <meta name="color:hover" content="#fff"/>
  81. <meta name="color:blogtitle" content="#fff" />
  82. <meta name="color:blogtitle shadow" content="#aaa" />
  83. <meta name="color:scrollbar" content="#ddd" />
  84. <meta name="image:sidebar" content=""/>
  85. <meta name="image:Sidebar5" content=""/>
  86. <meta name="image:background" content="1"/>
  87. <meta name="if:show blog title" content="1"/>
  88. <meta name="if:scrollbar" content="1"/>
  89. <meta name="text:link separation" content="&middot;" />
  90. <meta name="text:blogtitle size" content="23" />
  91. <meta name="text:link one" content="" />
  92. <meta name="text:link one title" content="" />
  93. <meta name="text:link two" content="" />
  94. <meta name="text:link two title" content="" />
  95. <meta name="text:link three" content="" />
  96. <meta name="text:link three title" content="" />
  97. <meta name="text:link four" content="" />
  98. <meta name="text:link four title" content="" />
  99. <meta name="text:link five" content="" />
  100. <meta name="text:link five title" content="" />
  101.  
  102. <script type="text/javascript"
  103. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  104.  
  105.  
  106. <style type="text/css">
  107.  
  108.  
  109.  
  110. {block:ifscrollbar}
  111. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:0px solid #ccc; background:white;}
  112. ::-webkit-scrollbar-thumb { border-left:1px solid #ccc; background: {color:scrollbar};}
  113. {/block:ifscrollbar}
  114.  
  115. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  116.  
  117. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  118.  
  119.  
  120. p {
  121. margin:0px;
  122. margin-top:0px;
  123. }
  124.  
  125.  
  126.  
  127. body {
  128. padding: 0px;
  129. margin: 0px;
  130. color:{color:text};
  131. font-family: dixel;
  132. line-height:7px;
  133. font-size:8px;
  134. background-color: {color:Background};
  135. background-image:url({image:Background});
  136. background-attachment: fixed;
  137. background-repeat: repeat;
  138. }
  139.  
  140.  
  141. a:link, a:active, a:visited{
  142. text-decoration: none;
  143. -webkit-transition: color 0.3s ease-out;
  144. -moz-transition: color 0.3s ease-out;
  145. transition: color 0.3s ease-out;
  146. color:{color:link};
  147. }
  148.  
  149. a:hover {
  150. text-decoration: none;
  151. font-style:;
  152. text-shadow:0px 0px 2px #000;
  153. color: {color:Hover};
  154. }
  155.  
  156. div#center{
  157. margin:auto;
  158. position:relative;
  159. width:1000px;
  160. background-color:;
  161. overflow:auto;
  162. overflow-y:hidden;
  163. }
  164.  
  165. .entry {
  166. float:left;
  167. display: block;
  168. margin:2px;
  169. line-height:7px;
  170. padding:2px;
  171. border:2px solid #ecc7a9;
  172. overflow:hidden;
  173. width:190px;
  174. opacity:0.6;
  175. {block:PermalinkPage}
  176. width:388px;
  177. text-align:left;
  178. line-height:10px;
  179. {/block:PermalinkPage}
  180. background:white; background-image:URL();
  181. transition: all 0.5s ease-out;
  182. -o-transition-transition: all 0.5s ease-out;
  183. -webkit-transition: all 0.5s ease-out;
  184. -moz-transition: all 0.5s ease-out;
  185. }
  186.  
  187.  
  188.  
  189. .entry .perma a{
  190. color:#444444;}
  191.  
  192.  
  193. .entry .perma{
  194. width:38px;
  195. height:30px;
  196. position: absolute;
  197. line-height: 33px;
  198. overflow:hidden;
  199. font-family:dixel;
  200. text-align:left;
  201. padding-left:6px;
  202. font-size:8px;
  203. left:-50px;
  204. bottom:2px;
  205. border-right:2px solid #f2f2f2;
  206. border-top:2px solid #f2f2f2;
  207. background:white;
  208. letter-spacing: 0px;
  209. opacity: 0.0;
  210. transition: all 0.7s ease-out;
  211. -o-transition-transition: all 0.7s ease-out;
  212. -webkit-transition: all 0.7s ease-out;
  213. -moz-transition: all 0.7s ease-out;
  214. border-top-right-radius:90px;
  215. -moz-border-top-right-radius:90px;
  216. -webkit-border-top-right-radius:90px;
  217.  
  218. }
  219.  
  220. .entry:hover .perma{
  221. margin-left: 0px;
  222. left:1px;
  223. overflow:visible;
  224. opacity:0.85;
  225. transition: all 0.7s ease-out;
  226. -o-transition-transition: all 0.7s ease-out;
  227. -webkit-transition: all 0.7s ease-out;
  228. -moz-transition: all 0.7s ease-out;
  229. }
  230.  
  231.  
  232. #posts {
  233. width:480px;
  234. margin-top:100px;
  235. margin-left:312px;
  236. right:auto;
  237. background:transparent;
  238. margin-right:auto;
  239. position:relative;
  240. overflow-y: hidden;
  241. }
  242.  
  243.  
  244. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  245.  
  246. div#desc{
  247. position:fixed !important;
  248. opacity: 0.9;
  249. width: 150px;
  250. height: 28px;
  251. margin-top: -1px;
  252. margin-left: -2px;
  253. padding-top:4px;
  254. padding: 10px;
  255. font-size: 7px;
  256.  
  257. font-family: arma;
  258. text-align: left;
  259. border-top: 2px solid #ecc7a9;
  260. z-index: 99999;
  261. transition: all 0.9s ease-out;
  262. -o-transition-transition: all 0.9s ease-out;
  263. -webkit-transition: all 0.9s ease-out;
  264. -moz-transition: all 0.9s ease-out;
  265. }
  266. #sidebar:hover #desc{
  267. background:white;
  268. border: 1px dashed #ddd;
  269. margin-top: -140px;
  270. margin-left: -6px;
  271. opacity: 0.8;
  272. transition: all 0.9s ease-out;
  273. -o-transition-transition: all 0.9s ease-out;
  274. -webkit-transition: all 0.9s ease-out;
  275. -moz-transition: all 0.9s ease-out;
  276. }
  277.  
  278. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  279.  
  280.  
  281.  
  282.  
  283.  
  284. #sidebar img{
  285. width:165px;
  286. margin-left:0px;
  287. transition: all 0.7s ease-out;
  288. -o-transition-transition: all 0.7s ease-out;
  289. -webkit-transition: all 0.7s ease-out;
  290. -moz-transition: all 0.7s ease-out;
  291. }
  292.  
  293. #sidebar{
  294. position:fixed !important;
  295. width:165px;
  296. background:white;
  297. height:auto;
  298. padding-bottom:29px;
  299. margin-top:200px;
  300. margin-left:116px;
  301. height:234px;
  302. line-height:8px;
  303. text-align:center;
  304. z-index:999;
  305. opacity:0.9;
  306. border:2px solid #ecc7a9;
  307. transition: all 0.7s ease-out;
  308. -o-transition-transition: all 0.7s ease-out;
  309. -webkit-transition: all 0.7s ease-out;
  310. -moz-transition: all 0.7s ease-out;
  311. }
  312.  
  313.  
  314. #sidebar5 {
  315. opacity:.0;
  316. position:fixed !important;
  317. width: 165px;
  318. height: 151px;
  319. background-color: transparent;
  320. margin-left: -1px;
  321. margin-top: -1px;
  322. padding:1px;
  323. -webkit-transition: all 0.7s ease-in-out;
  324. -moz-transition: all 0.7s ease-in-out;
  325. -o-transition: all 0.7s ease-in-out;
  326. -ms-transition: all 0.7s ease-in-out;
  327. transition: all 0.7s ease-in-out;
  328. position:fixed;
  329. line-height: 12px;
  330. }
  331.  
  332. #sidebar5:hover {
  333. opacity:0.9;
  334. border-radius: 00px 00px 00px 00px;
  335. -webkit-transition: all 0.9s ease-in-out;
  336. -moz-transition: all 0.9s ease-in-out;
  337. -o-transition: all 0.9s ease-in-out;
  338. -ms-transition: all 0.9s ease-in-out;
  339. transition: all 0.9s ease-in-out;
  340. }
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348. #linksss{
  349. opacity:0.9;
  350. font-family:bebas neue;
  351. background:white;
  352. z-index:99;
  353. height:10px;
  354.  
  355. font-size:17px;
  356. line-height:9px;
  357. width:171px;
  358. color:#e7d1bf;
  359. opacity:0.9;
  360. margin-top:-245px;
  361.  
  362. border:0px solid #bbb;
  363. padding-top:5px;
  364. transition: all 0.7s ease-out;
  365. -o-transition-transition: all 0.7s ease-out;
  366. -webkit-transition: all 0.7s ease-out;
  367. -moz-transition: all 0.7s ease-out;
  368. }
  369.  
  370.  
  371. #sidebarpic{
  372. opacity:1;
  373. transition: all 0.7s ease-out;
  374. -o-transition-transition: all 0.7s ease-out;
  375. -webkit-transition: all 0.7s ease-out;
  376. -moz-transition: all 0.7s ease-out;
  377. }
  378.  
  379.  
  380. @font-face { font-family: "rawengulksans"; src: url('http://static.tumblr.com/u37ad6e/i1rm8cst5/rawengulksans-094.ttf'); }
  381. .title{
  382. font-family:lobster;
  383. font-size: 14px;
  384. line-height: 13px;
  385. color:#ecc7a9;
  386. letter-spacing: 1px;
  387. font-weight: normal;
  388. padding:0px 0px 0px 0px;
  389. }
  390.  
  391.  
  392.  
  393. @font-face { font-family: "bby"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf');}
  394.  
  395. @font-face { font-family: "gram"; src: url('http://static.tumblr.com/jdjsstr/vQrm800ez/neou-bold_1_.otf'); }
  396.  
  397. #entry .perma a{
  398. color:;}
  399.  
  400. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  401.  
  402. @font-face {font-family: "neou";src: url('http://static.tumblr.com/jdjsstr/tmCm6t649/neou-thin_1_.otf');}
  403.  
  404.  
  405.  
  406. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  407.  
  408. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  409.  
  410. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/jdjsstr/94Vm81hpy/ferrica_1_.ttf'); }
  411.  
  412.  
  413. @font-face { font-family: "demo"; src: url('http://static.tumblr.com/jdjsstr/Eq8m819c1/neou-thin_1_.ttf'); }
  414.  
  415. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  416.  
  417. @font-face { font-family: "masexy"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
  418.  
  419. @font-face { font-family: "simply"; src: url('http://static.tumblr.com/jdjsstr/Exdm8lviy/sweetie_pie_1_.ttf'); }
  420.  
  421.  
  422. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  423.  
  424.  
  425. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  426.  
  427. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  428.  
  429. div#blogtitle{
  430. position: fixed !important;
  431. margin-left:-1120px;
  432. margin-top:-434px;
  433. color:#dbbead;
  434. opacity: 1.2;
  435. text-shadow: 9px 10px 7px #ecc7a9;
  436. border-bottom-right-radius:0px;
  437. border-top-left-radius:0px;
  438. border-bottom-left-radius:0px;
  439. border-top-right-radius:0px;
  440. border-shadow: 2px 10px 7px #ebc1a9;;
  441. border-top: 0px solid #ebc1a9;
  442. border-bottom: 2px solid #ebcfbf;
  443. width: 2290px;
  444. height: 45px;
  445. background-image:url(http://media.tumblr.com/tumblr_lr3m0zsVDg1qf72le.png);
  446. padding-top: 56px;
  447. font-family: masexy;
  448. font-size: 56px;
  449. line-height:-7px;
  450. letter-spacing:2px;
  451. text-transform: normal;
  452. text-align: center;
  453. border-top-left-radius:0px;
  454. border-top-right-radius:0px;
  455. z-index: 99999;
  456. }
  457.  
  458. div#topbar{
  459. position: fixed !important;
  460. background-color: {color:Background};
  461. background-image:url({image:Background});
  462. background-attachment: fixed;
  463. background-repeat: repeat;
  464. margin-left:310px;
  465. margin-top:-138px;
  466. width: 723px;
  467. height: 80px;
  468. background-color:white;
  469. padding-top: 55px;
  470. z-index: 99999;
  471. cursor:url(http://i.imgur.com/2qleX.jpg), progress;
  472. }
  473.  
  474. .permalink{
  475. text-transform: normal;
  476. display: block;
  477. text-align: right;
  478. text-decoration: none;
  479. }
  480.  
  481. #infscr-loading{
  482. bottom: -70px;
  483. position: absolute;
  484. left: 50%;
  485. margin-left:-8px;
  486. width:16px;
  487. height:11px;
  488. overflow:hidden;
  489. margin-bottom: 50px;
  490. }
  491.  
  492. #postnotes{
  493. text-align: justify;}
  494.  
  495. #postnotes blockquote{
  496. border: 0px;}
  497.  
  498. blockquote{
  499. padding:0px 0px 2px 5px;
  500. margin:0px 0px 2px 10px;
  501. border-left: 1px dotted #555555;
  502. }
  503.  
  504. blockquote p, ul{
  505. margin:0px;
  506. padding:0px;
  507. }
  508.  
  509. a img{border: 0px;}
  510.  
  511.  
  512. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  513.  
  514. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  515. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  516.  
  517. .notes img{width:10px; position:relative; top:3px;}
  518. <--ses-->
  519. small{font-size: 90%;}
  520.  
  521. {CustomCSS}
  522.  
  523. </style>
  524.  
  525. {block:IndexPage}
  526. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  527. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  528.  
  529. <script type="text/javascript">
  530. $(window).load(function () {
  531. var $content = $('#posts');
  532. $content.masonry({itemSelector: '.entry'}),
  533. $content.infinitescroll({
  534. navSelector : 'div#pagination',
  535. nextSelector : 'div#pagination a#nextPage',
  536. itemSelector : '.entry',
  537. loading: {
  538. finishedMsg: '',
  539. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  540. },
  541. bufferPx : 600,
  542. debug : false,
  543. },
  544. // call masonry as a callback.
  545. function( newElements ) {
  546. var $newElems = $( newElements );
  547. $newElems.hide();
  548. // ensure that images load before adding to masonry layout
  549. $newElems.imagesLoaded(function(){
  550. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  551.  
  552.  
  553. });
  554. });
  555. });
  556. </script>
  557.  
  558. {/block:IndexPage}
  559.  
  560.  
  561. <title>{title}</title>
  562.  
  563. <link rel="shortcut icon" href="{Favicon}" />
  564. <meta name="viewport" content="width=820" />
  565. </head>
  566.  
  567. <body>
  568.  
  569.  
  570. <div class="wrapper">
  571. <div class="header">
  572. </div>
  573.  
  574. <div id="cage">
  575. <div id="center">
  576.  
  577.  
  578. <div id="sidebar">
  579.  
  580. <center>
  581.  
  582. <div id="sidebar5">
  583. <a href="/"><img src="{image:sidebar5}" style="height:225px; width: 165px; "></a>
  584. </div>
  585.  
  586. <div id="sidebarpic"><a href="/"><img src="{image:sidebar}"></a></div>
  587. {block:ifshowblogtitle}<div id="blogtitle">{title}</div>{/block:ifshowblogtitle}
  588. <div id="desc">
  589. <center>{Description}</div>
  590. <div id="linksss">
  591. <a href="{text:link one}">{text:link one title}</a> {text:link separation}
  592. <a href="{text:link two}">{text:link two title}</a> {text:link separation}
  593. <a href="{text:link three}">{text:link three title}</a>
  594. {block:iflinkfourtitle}
  595. {text:link separation}
  596. <a href="{text:link four}">{text:link four title}<script language="JavaScript">
  597. var ref = (''+document.referrer+'');
  598. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID1822329&e1=+&e2=+&r=' + ref + '"><\/script>');
  599. </script></a>
  600. {/block:iflinkfourtitle}
  601. {block:iflinkfivetitle}
  602. {text:link separation}
  603. <a href="{text:link five}">{text:link five title}</a>
  604. {/block:iflinkfivetitle}
  605. </div>
  606. </div>
  607. </center>
  608.  
  609.  
  610. <div class="left">
  611. <div id="posts">
  612. {block:Posts}
  613. <div class="entry">
  614.  
  615. {block:Answer}
  616. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background:white">
  617. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  618. {Asker}: {Question}</div>
  619. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  620. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  621. {/block:Answer}
  622.  
  623. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  624. {/block:Text}
  625.  
  626. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  627.  
  628. {block:Photo}
  629. {block:IndexPage}
  630. <center>
  631. <div class="perma">
  632. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  633. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  634. {/block:IndexPage}
  635. {block:PermalinkPage}
  636. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  637. {/block:PermalinkPage}
  638. {/block:Photo}
  639.  
  640. {block:Photoset}
  641. {block:IndexPage}
  642. <center>
  643. <div class="perma">
  644. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  645. {Photoset-250}</center>
  646. {/block:IndexPage}
  647. {block:PermalinkPage}
  648. <center>
  649. {Photoset-500}</center>
  650. {/block:PermalinkPage}
  651. {/block:Photoset}
  652.  
  653. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  654.  
  655. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  656. <ul class="chat">
  657. {block:Lines}
  658. <li class="user_{UserNumber}">
  659. {block:Label}
  660. <span class="label">{Label}</span>
  661. {/block:Label}
  662.  
  663. {Line}
  664. </li>
  665. {/block:Lines}
  666. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  667. {/block:Chat}
  668.  
  669. {block:Audio}
  670. <div style="width:190px; height:30px;">
  671. {AudioPlayerBlack}
  672. </div>
  673. {block:IndexPage}<span class="permalink">
  674. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  675. </span>{/block:IndexPage}
  676. {/block:Audio}
  677.  
  678. {block:Video}
  679. {block:IndexPage}
  680. <center>
  681.  
  682. <div class="perma">
  683. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  684. {Video-250}</center>
  685. {/block:IndexPage}
  686. {block:PermalinkPage}
  687. <center>
  688. {Video-400}</center>
  689. {/block:PermalinkPage}
  690. {block:Video}
  691.  
  692.  
  693. {block:PostNotes}<div align="middle">{caption}</div>
  694. <center>
  695.  
  696. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  697.  
  698. {block:HasTags}
  699. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  700. {block:RebloggedFrom}
  701. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  702. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  703.  
  704. {/block:RebloggedFrom}
  705. </center></span>
  706. <br>
  707. <div id="postnotes">{PostNotes}</div><br>
  708.  
  709. <center>{block:ContentSource}
  710. <br><a href="{SourceURL}">
  711. {lang:Source}:
  712. {block:SourceLogo}
  713. <img src="{BlackLogoURL}" width="{LogoWidth}"
  714. height="{LogoHeight}" alt="{SourceTitle}" />
  715. {/block:SourceLogo}
  716. {block:NoSourceLogo}
  717. {SourceLink}
  718. {/block:NoSourceLogo}
  719. </a>
  720. {/block:ContentSource}</center>
  721.  
  722. {/block:PostNotes}
  723. </div>
  724. {/block:Posts}
  725. </div></div>
  726.  
  727. {block:IndexPage}
  728. {block:Pagination}
  729. <div id="pagination">
  730. {block:NextPage}
  731. <a id="nextPage" href="{NextPage}"></a>
  732. {/block:NextPage}
  733. {block:PreviousPage}
  734. <a href="{PreviousPage}"></a>
  735. {/block:PreviousPage}
  736. </div>
  737. {/block:Pagination}
  738. {/block:IndexPage}
  739. </body>
  740.  
  741. </body>
  742. <div style="font-size: 8px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://seekingtrust.tumblr.com">credit</a></div>
  743. </html>
Advertisement
Add Comment
Please, Sign In to add comment