tezx

Repent theme

Aug 23rd, 2012
1,197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.97 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--REPENT THEME BY TEZX- PLEASE DON'T REMOVE CREDIT-->
  6.  
  7. <head>
  8.  
  9. <meta name="color:Background" content="#fff">
  10. <meta name="color:Hover" content="#c4c4c4"/>
  11. <meta name="color:Nav Link BG" content="#c4c4c4"/>
  12. <meta name="color:Nav Link BG Hover" content="#ffffff">
  13. <meta name="color:Post Background" content="#ffffff">
  14. <meta name="color:Desc Background" content="#ffffff">
  15. <meta name="color:Post Border" content="#dedede">
  16. <meta name="color:Post Text" content="#a8a8a8">
  17. <meta name="color:Post Bold" content="#8e8e8e">
  18. <meta name="color:Post Italic" content="#8e8e8e">
  19. <meta name="color:Post Link" content="#6f6f6f">
  20. <meta name="color:Post Title" content="#cdcdcd">
  21. <meta name="color:Sidebar Text" content="#a8a8a8">
  22. <meta name="color:Sidebar Bold" content="#8e8e8e">
  23. <meta name="color:Sidebar Italic" content="#8e8e8e">
  24. <meta name="color:Sidebar Link" content="#6f6f6f">
  25. <meta name="color:Scrollbar" content="#cccccc"/>
  26. <meta name="color:Title" content="#cdcdcd">
  27. <meta name="image:Background" content="http://static.tumblr.com/aqoekwn/Iw5m9777x/tumblr_ls0w5txuft1r3vazto11_r1_400.png">
  28. <meta name="image:Sidebar" content="http://static.tumblr.com/aqoekwn/2bCm973qn/sawasawa.600.1142515_large.jpg">
  29. <meta name="if:Show Captions" content="0">
  30. <meta name="if:Photo Fading" content="0">
  31. <meta name="text:Link 1" content=""/>
  32. <meta name="text:Link 1 Name" content=""/>
  33. <meta name="text:Link 2" content=""/>
  34. <meta name="text:Link 2 Name" content=""/>
  35. <meta name="text:Link 3" content=""/>
  36. <meta name="text:Link 3 Name" content=""/>
  37. <meta name="text:Link 4" content=""/>
  38. <meta name="text:Link 4 Name" content=""/>
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  41.  
  42. <title>{Title}</title>
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45.  
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}"/>
  48. {/block:Description}
  49.  
  50. <style type="text/css">
  51. {CustomCSS}
  52.  
  53. .bubble {align:right;background: #f3f3f3; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  54. .bubble p {margin:1px 0px;}
  55. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #f3f3f3;
  56. }
  57.  
  58. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #f3f3f3
  59. }
  60.  
  61. @font-face { font-family: "economica-regular"; src: url('http://static.tumblr.com/jtqlgf2/EFzm1d5lh/economica-regular.ttf');}
  62.  
  63. a:link, a:active, a:visited{
  64. color: {color:Post Link}
  65. text-decoration:none;
  66. -webkit-transition-duration:0.8s;
  67. }
  68.  
  69. a:hover{
  70. color:{color:Hover};
  71. }
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background-color:{color:Scrollbar};
  75. height:10px;
  76. }
  77.  
  78. ::-webkit-scrollbar {
  79. height:0px;
  80. width:6px;
  81. background-color:white;
  82. }
  83.  
  84. body {
  85. background-image: url('{image:Background}');
  86. background-attachment: fixed;
  87. background-color: {color:Background};
  88. }
  89.  
  90. #sidebar {
  91. position: fixed;
  92. left: 395px;
  93. top: 70px;
  94. z-index:444;
  95. }
  96.  
  97. #desc {
  98. width: 220px;
  99. height: auto;
  100. padding: 7px;
  101. padding-left: 7px;
  102. font-family: calibri;
  103. font-size: 9px;
  104. letter-spacing: 1px;
  105. color: {color:Sidebar Text};
  106. text-decoration: none;
  107. text-align: left;
  108. line-height: 12px;
  109. background-color: {color:Desc Background};
  110. border: 1px solid {color:Post Border};
  111. }
  112.  
  113. #desc i, em {
  114. color: {color:Sidebar Italic};
  115. }
  116.  
  117. #desc b, em {
  118. color: {color:Sidebar Link};
  119. }
  120.  
  121. #desc a {
  122. text-decoration: none;
  123. color: {color:Sidebar Link};
  124. }
  125.  
  126. #desc a:hover {
  127. text-decoration: none;
  128. color: {color:Hover};
  129. }
  130.  
  131. #sidebar2 {
  132. position: fixed;
  133. left: 232px;
  134. top: 15px;
  135. z-index:444;
  136. }
  137.  
  138. #desc2 {
  139. width: 140px;
  140. height: auto;
  141. padding: 7px;
  142. padding-left: 7px;
  143. background-color: {color:Desc Background};
  144. }
  145.  
  146. #desc2 img {
  147. max-width: 140px;
  148. margin-bottom:-3px;
  149. }
  150.  
  151. #sidebar3 {
  152. position: fixed;
  153. left: 640px;
  154. top: 15px;
  155. z-index:444;
  156. }
  157.  
  158. #desc3 {
  159. width: 140px;
  160. height: 145px;
  161. padding: 7px;
  162. padding-left: 7px;
  163. background-color: {color:Desc Background};
  164. }
  165.  
  166. #sidebar4 {
  167. position: fixed;
  168. left: 395px;
  169. top: 15px;
  170. z-index:444;
  171. }
  172.  
  173. #desc4 {
  174. width: 220px;
  175. height: auto;
  176. padding: 7px;
  177. padding-left: 7px;
  178. background-color: {color:Desc Background};
  179. }
  180.  
  181. #links {
  182. position:fixed;
  183. width:123px;
  184. padding:3px;
  185. margin-top:-3px;
  186. z-index:99;
  187. }
  188.  
  189. .links {
  190. width:123px;
  191. display:block;
  192. height:6px;
  193. margin-bottom:3px;
  194. text-align:center;
  195. background-color: {color:Nav Link BG};
  196. padding-bottom:10px;
  197. padding-top:6px;
  198. padding-right:5px;
  199. padding-left:5px;
  200. text-decoration:none;
  201. color:{color:Sidebar Link};
  202. font-family:calibri;
  203. font-size:9px;
  204. text-transform:uppercase;
  205. letter-spacing:2px;
  206. -webkit-transition: all 0.5s ease;
  207. -moz-transition: all 0.5s ease;
  208. -o-transition: all 0.5s ease;
  209. }
  210.  
  211. .links:hover {
  212. background-color: {color:Nav Link BG Hover};
  213. }
  214.  
  215. #title {
  216. font-family: georgia;
  217. font-size:20px;
  218. width:220px;
  219. text-transform:uppercase;
  220. text-align:center;
  221. letter-spacing:1px;
  222. padding-top:4px;
  223. padding-bottom:4px;
  224. padding-left:2px;
  225. padding-right:2px;
  226. color:{color:Title};
  227. }
  228.  
  229. .pagination {
  230. display:none;
  231. }
  232.  
  233. #posts {
  234. {block:IndexPage}width: 580px;{/block:IndexPage}
  235. {block:PermalinkPage}width: 530px;{/block:PermalinkPage}
  236. float: left;
  237. margin-left: 235px;
  238. margin-top: 172px;
  239. }
  240.  
  241. .entry {
  242. background-color: {color:Post Background};
  243. {block:IndexPage}width: 250px;{/block:IndexPage}
  244. {block:PermalinkPage}width: 530px;{/block:PermalinkPage}
  245. padding: 5px;
  246. position: relative;
  247. {block:IndexPage}float: left;{/block:IndexPage}
  248. margin: 3px;
  249. font-family: calibri;
  250. letter-spacing: 1px;
  251. {block:IndexPage}font-size: 10px;{/block:IndexPage}
  252. {block:PermalinkPage}font-size: 10px;{/block:PermalinkPage}
  253. color: {color:Post Text};
  254. text-align: justify;
  255. {block:PermalinkPage}margin-left: margin-left: 120px;px;{/block:PermalinkPage}
  256. border: 1px solid {color:Post Border};
  257. }
  258.  
  259. .entry .permalink{
  260. width:270px;
  261. height:20px;
  262. margin-left:-10px;
  263. margin-top:-10px;
  264. background-color:{color:Post Background};
  265. opacity:0;
  266. position:absolute;
  267. text-align:center;
  268. font-family:calibri;
  269. font-size:9px;
  270. text-transform:uppercase;
  271. line-height:20px;
  272. -webkit-transition: all .7s ease-in-out;
  273. -moz-transition: all .7s ease-in-out;
  274. -o-transition: all .7s ease-in-out;
  275. -ms-transition: all .7s ease-in-out;
  276. transition: all .7s ease-in-out;
  277. }
  278.  
  279. .entry:hover .permalink{
  280. opacity:1;
  281. z-index:9;
  282. height:20px;
  283. text-align:center;
  284. line-height:20px;
  285. margin-top:-10px;
  286. -webkit-transition: all .5s ease-in-out;
  287. -moz-transition: all .5s ease-in-out;
  288. -o-transition: all .5s ease-in-out;
  289. -ms-transition: all .5s ease-in-out;
  290. transition: all .5s ease-in-out;
  291. }
  292.  
  293. .permalink a {
  294. color: {color:Post Link};
  295. }
  296.  
  297. .permalink a:hover {
  298. color: {color:Hover};
  299. }
  300.  
  301. .entry b, strong {
  302. color: {color:Post Bold};
  303. }
  304.  
  305. .entry i, em {
  306. color: {color:Post Italic};
  307. }
  308.  
  309. .entry a {
  310. color: {color:Post Link};
  311. text-decoration: none;
  312. }
  313.  
  314. .entry h1 {
  315. font-family: georgia;
  316. font-size: 13px;
  317. color: {color:Post Title};
  318. font-weight: none;
  319. font-style: none;
  320. letter-spacing: 1px;
  321. text-transform: none;
  322. text-align: left;
  323. margin: 0;
  324. margin-left:1px;
  325. margin-bottom:-10px;
  326. }
  327.  
  328. .entry h1 a:hover {
  329. color: {color:Hover};
  330. }
  331.  
  332. .entry blockquote {
  333. border-left: 3px solid {color:Post Blockquote};
  334. padding-left: 8px;
  335. margin-left: 5px;
  336. }
  337.  
  338. .entry img {
  339. {block:IndexPage}max-width: 250px;{/block:IndexPage}
  340. {block:PermalinkPage}max-width: 500px;{/block:PermalinkPage}
  341. margin-bottom: -2px;
  342. {block:IfPhotoFading}opacity: .9;{/block:IfPhotoFading}
  343. -webkit-transition: all 0.5s ease-in-out;
  344. -moz-transition: all 0.5s ease-in-out;
  345. -o-transition: all 0.5s ease-in-out;
  346. -ms-transition: all 0.5s ease-in-out;
  347. transition: all 0.5s ease-in-out;
  348. }
  349.  
  350. .entry img:hover {
  351. opacity: 1;
  352. }
  353.  
  354. .photo {
  355. {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
  356. margin-bottom: -2px;
  357. -webkit-transition: all 0.5s ease-in-out;
  358. -moz-transition: all 0.5s ease-in-out;
  359. -o-transition: all 0.5s ease-in-out;
  360. -ms-transition: all 0.5s ease-in-out;
  361. transition: all 0.5s ease-in-out;
  362. }
  363.  
  364. .photo:hover {
  365. opacity: 1;
  366. }
  367.  
  368. a:hover {
  369. color: {color:Hover};
  370. }
  371.  
  372. .entry h2 {
  373. font-family: verdana;
  374. font-size: 9px;
  375. color: {color:Post Title};
  376. font-weight: normal;
  377. font-style: ;
  378. text-transform: ;
  379. letter-spacing: 2px;
  380. text-align: left;
  381. }
  382.  
  383. .quote {
  384. font-family: arial;
  385. font-size: 20px;
  386. color: {color:Post Bold};
  387. float: left;
  388. margin-top: -1px;
  389. margin-right: 5px;
  390. }
  391.  
  392. a:hover {
  393. color:{color:Hover};
  394. text-decoration: none;
  395. webkit-transition: all 0.3s linear;
  396. -webkit-transition: all 0.3s linear;
  397. -moz-transition: all 0.3s linear;
  398. transition: all 0.3s linear;
  399. }
  400.  
  401. .textperma{
  402. display: block;
  403. font-family: consolas;
  404. font-size: 8px;
  405. text-transform: uppercase;
  406. text-align: center;
  407. background-color:{color:Post Background};
  408. letter-spacing: 1px;
  409. border-top: 1px solid #C4C4C4;
  410. padding-top: 2px;
  411. margin: 0px;
  412. }
  413.  
  414. .textperma a {
  415. color: {color:Post Link};
  416. }
  417.  
  418. .textperma a:hover {
  419. color: {color:Hover};
  420. }
  421.  
  422. #audio {
  423. margin-top:90px;
  424. margin-left:86px;
  425. position:absolute;
  426. -webkit-border-radius: 60px;
  427. border-radius: 60px;
  428. -moz-border-radius: 60px;
  429. height: 80px;
  430. width:80px;
  431. overflow: hidden;
  432. background-color:#ffffff;
  433. text-align: center;
  434. opacity: 0.8;
  435. filter:alpha(opacity=0.8);
  436. }
  437.  
  438. .permalink {
  439. font-family: arial;
  440. font-size: 9px;
  441. color: {color:Sidebar Text};
  442. text-transform: ;
  443. text-align: center;
  444. width: 518px;
  445. float: left;
  446. margin-left: 30px;
  447. }
  448.  
  449. .permalink b {
  450. color: {color:Sidebar Bold};
  451. font-weight: normal;
  452. }
  453.  
  454. #date {
  455. color: {color:Sidebar Italic};
  456. }
  457.  
  458. .permalink a {
  459. color: {color:Sidebar Link};
  460. text-decoration: none;
  461. }
  462.  
  463. ol.notes {
  464. padding: 0px;
  465. margin: 15px 0px;
  466. list-style-type: none;
  467. background: transparent;
  468. border: 0px;
  469. letter-spacing: 0px;
  470. }
  471.  
  472. ol.notes li.note {
  473. padding: 1px;
  474. text-align: left;
  475. letter-spacing: 0px;
  476. }
  477.  
  478. .notes img {
  479. width: 8px;
  480. position: relative;
  481. top: 1px;
  482. opacity: .5;
  483. }
  484.  
  485. #credit {
  486. position:fixed;
  487. bottom:5px;
  488. right:5px;
  489. font-family:consolas;
  490. font-size:14px;
  491. text-transform:uppercase;
  492. }
  493.  
  494. #credit a {
  495. color:{color:Post Link};
  496. text-decoration:none;
  497. }
  498.  
  499. #credit a:hover {
  500. color: {color:Hover};
  501. -webkit-transition: all .5s ease-in-out;
  502. -moz-transition: all .5s ease-in-out;
  503. -o-transition: all .5s ease-in-out;
  504. }
  505.  
  506. iframe#tumblr_controls {
  507. right:3px !important;
  508. position: fixed !important;
  509.  
  510. </style>
  511.  
  512. {block:IndexPage}<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  513.  
  514. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  515.  
  516. <script>
  517. $(function(){
  518. var $container = $('#posts');
  519. $container.imagesLoaded(function(){
  520. $container.masonry({
  521. itemSelector: '.entry',
  522. });
  523. });
  524. $container.infinitescroll({
  525. itemSelector : ".entry",
  526. navSelector : "div.pagination",
  527. nextSelector : ".pagination a#next",
  528. loadingImg : "",
  529. loadingText : "<em></em>",
  530. bufferPx : 10000,
  531. extraScrollPx: 12000,
  532. },
  533. // trigger Masonry as a callback
  534. function( newElements ) {
  535. var $newElems = $( newElements ).css({ opacity: 0 });
  536. // ensure that images load before adding to masonry layout
  537. $newElems.imagesLoaded(function(){
  538. $newElems.animate({ opacity: 1 });
  539. $container.masonry( 'appended', $newElems, true );
  540. });
  541. }
  542. );
  543. });
  544. </script>{/block:IndexPage}
  545.  
  546. </head>
  547. <body>
  548.  
  549. <div id="sidebar4">
  550. <div id="desc4">
  551. <div id="title">
  552. {title}
  553. </div></div></div>
  554. <div id="sidebar">
  555. <div id="desc">
  556. {Description}
  557. <div id="sidebar2">
  558. <div id="desc2">
  559. {block:IfSidebarImage}<img src="{image:Sidebar}" width="140" height="145"/><br />{/block:IfSidebarImage}
  560. <div id="sidebar3">
  561. <div id="desc3">
  562. <div id="links">
  563. <a href="/" class="links">Home</a>
  564. <a href="/ask" class="links">Ask</a>
  565. <a href="{text:Link 1}" class="links">{text:Link 1 Name}</a>
  566. <a href="{text:Link 2}" class="links">{text:Link 2 Name}</a>
  567. <a href="{text:Link 3}" class="links">{text:Link 3 Name}</a>
  568. <a href="{text:Link 4}" class="links">{text:Link 4 Name}</a>
  569. </div>
  570. </div></div></div></div>
  571. </div></div>
  572.  
  573. <div id="credit">
  574. <a href="http://tezx.tumblr.com">©</a></div>
  575.  
  576. <div class="pagination">
  577. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  578. </div>
  579. </div>
  580.  
  581. <div id="posts">
  582. {block:Posts}
  583.  
  584. <div class="entry">
  585.  
  586. {block:Text}
  587. {block:Title}<h1><span class="title">{Title}</span></h1>{/block:Title}
  588. <span class="entrytext">{Body}</span></a>
  589. {block:IndexPage}
  590. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  591. {/block:IndexPage}
  592. {/block:Text}
  593.  
  594. {block:Photo}
  595. {block:IndexPage}<div class="permalink">
  596. <a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>{/block:IndexPage}
  597. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  598. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  599. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  600. {Caption}
  601. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  602. {/block:Photo}
  603.  
  604. {block:Photoset}
  605. {block:IndexPage}<div class="permalink">
  606. <a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>{/block:IndexPage}
  607. <div class="photo">{block:IndexPage}{Photoset-250}{/block:IndexPage}
  608. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
  609. {/block:Photoset}
  610.  
  611. {block:Quote}
  612. <div class="quote">&#10077;</div>
  613. <h2>{Quote}</h2>
  614. {block:Source}<div style="border-right: 4px solid #dedede; text-align: right; padding-right: 2px; font-family: arial; text-transform: ; letter-spacing: 2px;">{Source}</div>{/block:Source}
  615. {block:IndexPage}
  616. <br /><div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  617. {/block:IndexPage}
  618. {/block:Quote}
  619.  
  620. {block:Link}
  621. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  622. {block:Description}{Description}{/block:Description}
  623. {block:IndexPage}
  624. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  625. {/block:IndexPage}
  626. {/block:Link}
  627.  
  628. {block:Chat}
  629. {block:Title}<h1>{Title}</h1>{/block:Title}
  630. {block:Lines}
  631. {block:Label}
  632. <b>{Label}</b>
  633. {/block:Label}
  634. {Line}<br />
  635. {/block:Lines}
  636. {block:IndexPage}
  637. <br /><div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  638. {/block:IndexPage}
  639. {/block:Chat}
  640.  
  641. {block:Audio}
  642. {block:AlbumArt}<div style="margin-bottom: 3px;"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  643. <div style="background-color: #fff; height: 27px; margin-bottom: 2px;">{AudioPlayer}</div>
  644. <div style="border-left: 5px solid #dedede; padding-left: 5px; font-family: verdana; text-transform: ;">{block:TrackName}{TrackName} / {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>
  645. {block:IndexPage}
  646. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  647. {/block:IndexPage}
  648. {/block:Audio}
  649.  
  650. {block:Video}
  651. {block:IndexPage}{Video-250}{/block:IndexPage}
  652. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  653. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  654. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  655. {Caption}
  656. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  657. {block:IndexPage}
  658. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  659. {/block:IndexPage}
  660. {/block:Video}
  661.  
  662. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker} said: {Question}&nbsp;</div>{Answer}
  663. {block:IndexPage}
  664. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a></span></a></div>
  665. {/block:IndexPage}
  666. {/block:Answer}
  667.  
  668. </div>
  669.  
  670. {block:PermalinkPage}
  671. <div class="permalink">
  672. <center><div id="date">{block:Date}Posted: {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  673. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  674. {block:PostNotes}
  675. {PostNotes}
  676. {/block:PostNotes}
  677. </div>
  678. {/block:PermalinkPage}
  679.  
  680. {/block:Posts}
  681. </div>
  682.  
  683. </body>
  684. </html>
Advertisement
Add Comment
Please, Sign In to add comment