Advertisement
florels

theme #29 - TANGLED

Aug 27th, 2014
6,851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.37 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. TANGLED theme by
  6. F L O R E L S (✿◠‿◠) ////
  7.  
  8. published aug 27, 2014
  9. edited feb 13, 2015
  10.  
  11. -->
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15.  
  16. <link rel="icon" href="{Favicon}"/>
  17. <title>{Title}</title>
  18. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  19.  
  20.  
  21. <meta name="color:background" content="#fff" />
  22. <meta name="color:blogtitle" content="#000" />
  23. <meta name="color:blogtitle border" content="#000" />
  24. <meta name="color:link" content="#000" />
  25. <meta name="color:link hover" content="#eee" />
  26. <meta name="color:nav links" content="#000" />
  27. <meta name="color:nav links hover" content="#eee" />
  28. <meta name="color:permalink bg" content="#ccc" />
  29. <meta name="color:permalink" content="#000" />
  30. <meta name="color:permalink hover" content="#000" />
  31. <meta name="color:post background" content="#fff" />
  32. <meta name="color:post border" content="#eeeeee" />
  33. <meta name="color:scrollbar" content="#000" />
  34. <meta name="color:sidebar border" content="#eeeeee" />
  35. <meta name="color:text" content="#000" />
  36.  
  37. <meta name="image:background" content="" />
  38.  
  39. <meta name="if:2 columns" content="1"/>
  40. <meta name="if:post border" content="1"/>
  41. <meta name="if:post bg colour" content="1"/>
  42. <meta name="if:sidebar border" content="0"/>
  43. <meta name="if:custom link 1" content="0" />
  44. <meta name="if:custom link 2" content="0" />
  45. <meta name="if:custom link 3" content="0" />
  46.  
  47. <meta name="text:ask link" content="/ask" />
  48. <meta name="text:blogtitle size" content="20" />
  49. <meta name="text:permalink radius" content="3" />
  50. <meta name="text:post radius" content="3" />
  51. <meta name="text:sidebar radius" content="3" />
  52. <meta name="text:post opacity" content="1" />
  53. <meta name="text:post hover opacity" content="0.8" />
  54. <meta name="text:link 1 url" content="/" />
  55. <meta name="text:link 1 title" content="link 1" />
  56. <meta name="text:link 2 url" content="/" />
  57. <meta name="text:link 2 title" content="link 2" />
  58. <meta name="text:link 3 url" content="/" />
  59. <meta name="text:link 3 title" content="link 3" />
  60.  
  61.  
  62. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  63.  
  64.  
  65. {block:indexpage}
  66. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  67. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  68.  
  69. <script type="text/javascript">
  70. $(window).load(function () {
  71. $('#posts').masonry(),
  72. $('.masonryWrap').infinitescroll({
  73. navSelector : "div.navigation",
  74. // selector for the paged navigation (it will be hidden)
  75. nextSelector : ".navigation a#next",
  76. // selector for the NEXT link (to page 2)
  77. itemSelector : ".post",
  78. // selector for all items you'll retrieve
  79. bufferPx : 10000,
  80. extraScrollPx: 10000,
  81. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  82. loadingText : "<em></em>",
  83. },
  84. // call masonry as a callback.
  85. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  86. );
  87. });
  88. </script>
  89. {/block:indexpage}
  90.  
  91.  
  92. <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>
  93.  
  94.  
  95.  
  96. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  97. <script>
  98. (function($){
  99. $(document).ready(function(){
  100. $("[title]").style_my_tooltips({
  101. tip_follows_cursor:true,
  102. tip_delay_time:0,
  103. tip_fade_speed:0
  104. }
  105. );
  106. });
  107. })(jQuery);
  108. </script>
  109.  
  110.  
  111.  
  112.  
  113. <style type="text/css">
  114.  
  115.  
  116. iframe#tumblr_controls {
  117. top: 0% !important;
  118. right:0% !important;
  119. position: fixed !important;}
  120.  
  121.  
  122. body{
  123. margin:0px;
  124. padding:0px;
  125. margin-top:0px;
  126. margin-bottom:0px;
  127. font-family:'Trebuchet MS', sans-serif;
  128. font-size:10px;
  129. color:{color:text};
  130. background-color:{color:background};
  131. background-image:url('{image:background}');
  132. background-attachment: fixed; }
  133.  
  134. #s-m-t-tooltip{
  135. font-family:'Trebuchet MS', sans-serif;
  136. font-size: 9px;
  137. color:#000;
  138. background-color:#fff;
  139. text-align: center;
  140. letter-spacing:1px;
  141. min-width:50px;
  142. max-width:120px;
  143. border: 1px solid #000;
  144. overflow:auto;
  145. text-transform:uppercase;
  146. display: none;
  147. position: absolute;
  148. z-index: 999999999999;
  149. padding: 3px; /* padding */
  150. margin:20px 20px 15px 0px;}
  151.  
  152. a {
  153. color:{color:link};
  154. text-decoration:underline;
  155. -webkit-transition: all 0.2s ease-in-out;
  156. -moz-transition: all 0.2s ease-in-out;
  157. -o-transition: all 0.2s ease-in-out;}
  158.  
  159. a:hover {
  160. ;-webkit-transition-duration: 0.4s;
  161. color:{color:link hover};
  162. text-decoration:underline;}
  163.  
  164. /** ✧゚・* ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs *・゚✧ **/
  165.  
  166. a:active,a:focus {outline:0;}
  167.  
  168. ::-webkit-scrollbar-thumb{
  169. background-color:{color:scrollbar};
  170. border:1px solid {color:background};
  171. height:6px;}
  172.  
  173. ::-webkit-scrollbar {
  174. height:6px;
  175. width:6px;
  176. background-color:{color:background};}
  177.  
  178. #sidebar {
  179. left:50%;
  180. width:150px;
  181. height:auto;
  182. z-index:5;
  183. padding:5px;
  184. top:70px;
  185. margin-left:-400px;
  186. position:fixed;
  187. border-radius:{text:sidebar radius}px;
  188. {block:ifsidebarborder}
  189. border:1px solid {color:sidebar border};
  190. {/block:ifsidebarborder}
  191. {block:IndexPage}
  192. {block:ifnot2columns}
  193. margin-left:-400px;
  194. {/block:ifnot2columns}
  195. {block:if2columns}
  196. margin-left:-430px;
  197. {/block:if2columns}
  198. {/block:IndexPage}
  199. {block:PermalinkPage}
  200. margin-left:-380px;
  201. {/block:PermalinkPage}}
  202.  
  203. .blogtitle{
  204. left:50%;
  205. text-align:center;
  206. margin-left:-75px;
  207. position:relative;
  208. height:auto;
  209. margin-bottom:5px;
  210. margin-top:5px;
  211. z-index:5;
  212. color:{color:blogtitle};
  213. font-size:{text:blogtitle size}px;
  214. font-family:'Trebuchet MS', sans-serif;
  215. width:150px;}
  216.  
  217. .description {
  218. text-align:center;
  219. color:{color:text};
  220. font-family:'Trebuchet MS', sans-serif;
  221. font-size:10px;
  222. left:50%;
  223. position:relative;
  224. z-index:6;
  225. width:150px;
  226. margin-left:-75px;}
  227.  
  228. .description a{
  229. z-index:7;
  230. position:relative;
  231. text-decoration:underline;}
  232.  
  233. .description a:hover{
  234. text-decoration:none;}
  235.  
  236. .navlinks{
  237. text-align:center;
  238. width:150px;
  239. line-height:170%;
  240. left:50%;
  241. margin-left:-75px;
  242. margin-top:5px;
  243. position:relative;}
  244.  
  245. .navlinks a{
  246. padding:1px 7px 3px 7px;
  247. font-family:'Trebuchet MS', sans-serif;
  248. white-space:nowrap;
  249. font-size:10px;
  250. text-decoration:none;
  251. color:{color:nav links};}
  252.  
  253. .navlinks a:hover{
  254. color:{color:nav links hover};
  255. text-decoration:none;}
  256.  
  257. .notes {
  258. padding-left:20px;
  259. font-size:10px;}
  260.  
  261. li.notes {
  262. float:left;
  263. width:400px;
  264. padding-left:5px;
  265. margin-top:10px;
  266. overflow-x:hidden;
  267. over-flow-y:scroll;
  268. list-style-type:none;
  269. font-weight:normal;
  270. font-size:10px;
  271. text-transform:none;}
  272.  
  273. /** ✧゚・* ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs *・゚✧ **/
  274.  
  275. li.note {
  276. padding-top:2px;
  277. opacity:1;}
  278.  
  279. li.note img.avatar {
  280. width:14px;
  281. height:14px;}
  282.  
  283. .permalink {
  284. color:{color:permalink};
  285. margin-top:-6px;
  286. border-radius:{text:permalink radius}px;
  287. height:12px;
  288. background:{color:permalink bg};
  289. position:relative;
  290. padding:7px 10px;
  291. {block:ifnot2columns}
  292. width:380px;
  293. {/block:ifnot2columns}
  294. {block:if2column}
  295. width:230px;
  296. {/block:if2column}}
  297.  
  298. .permalink a{
  299. color:{color:permalink};
  300. text-decoration:none;}
  301.  
  302. .permalink a:hover{
  303. text-decoration:none;
  304. color:{color:permalink hover};}
  305.  
  306. .permalinktri {
  307. color:{color:permalink bg};
  308. margin-top:-1px;
  309. font-size:18px;
  310. {block:ifnot2columns}
  311. margin-left:365px;
  312. {/block:ifnot2columns}
  313. {block:if2columns}
  314. margin-left:215px;
  315. {/block:if2columns}}
  316.  
  317. .headings{
  318. font-size:16px;
  319. text-align:left;
  320. font-style:italic;}
  321.  
  322. .audiopost {
  323. {block:IndexPage}
  324. {block:if2columns}
  325. width:250px;
  326. padding-bottom:10px;
  327. {block:if2columns}
  328. {block:ifnot2columns}
  329. width:400px;
  330. height:100px;
  331. {/block:ifnot2columns}
  332. {/block:IndexPage}
  333. {block:PermalinkPage}
  334. width:500px;
  335. padding-bottom:110px;
  336. {/block:PermalinkPage}}
  337.  
  338. .albumart {
  339. position:absolute;
  340. {block:IndexPage}
  341. {block:if2columns}
  342. width:50px;
  343. height:50px;
  344. {/block:if2columns}
  345. {block:ifnot2columns}
  346. width:100px;
  347. height:100px;
  348. {/block:ifnot2columns}
  349. {/block:IndexPage}
  350. {block:PermalinkPage}
  351. width:150px;
  352. height:150px;
  353. {/block:PermalinkPage}}
  354.  
  355. .albumart img {
  356. float:left;
  357. {block:IndexPage}
  358. {block:if2columns}
  359. width:50px;
  360. height:50px;
  361. {/block:if2columns}
  362. {block:ifnot2columns}
  363. width:100px;
  364. height:100px;
  365. {/block:ifnot2columns}
  366. {/block:IndexPage}
  367. {block:PermalinkPage}
  368. width:150px;
  369. height:150px;
  370. {/block:PermalinkPage}}
  371.  
  372. /** ✧゚・* ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs *・゚✧ **/
  373.  
  374. .playbox {
  375. opacity:0.6;
  376. width:27px;
  377. height:30px;
  378. overflow:hidden;
  379. position:absolute;
  380. z-index:2;
  381. {block:IndexPage}
  382. {block:if2columns}
  383. margin-left:11px;
  384. margin-top:12px;
  385. {/block:if2columns}
  386. {block:ifnot2columns}
  387. margin-left:37px;
  388. margin-top:36px;
  389. {/block:ifnot2columns}
  390. {block:IndexPage}
  391. {block:PermalinkPage}
  392. margin-left:60px;
  393. margin-top:61px;
  394. {/block:PermalinkPage}}
  395.  
  396. .info {
  397. margin-top:2px;
  398. line-height:12px;
  399. font-size:8px;
  400. text-transform:uppercase;
  401. {block:IndexPage}
  402. {block:if2columns}
  403. margin-left:58px;
  404. {/block:if2columns}
  405. {block:ifnot2columns}
  406. margin-left:108px;
  407. {/block:ifnot2columns}
  408. {block:IndexPage}
  409. {block:PermalinkPage}
  410. margin-left:158px;
  411. {/block:PermalinkPage}}
  412.  
  413. #posts {
  414. position:relative;
  415. float:left;
  416. margin-top:15px;
  417. left:50%;
  418. {block:IndexPage}
  419. {block:ifnot2columns}
  420. width:466px;
  421. margin-left:-233px;
  422. {/block:ifnot2columns}
  423. {block:if2columns}
  424. width:632px;
  425. margin-left:-266px;
  426. {/block:if2columns}
  427. {/block:IndexPage}
  428. {block:PermalinkPage}
  429. margin-left:-200px;
  430. margin-top:20px;
  431. margin-bottom:15px;
  432. width:400px;
  433. padding:12px;
  434. border-radius:{text:post radius}px;
  435. {block:ifpostborder}
  436. border:1px solid {color:post border};
  437. {/block:ifpostborder}
  438. {block:ifnotpostborder}
  439. border:1px solid rgba(0,0,0,0);
  440. {/block:ifnotpostborder}
  441. {/block:PermalinkPage}}
  442.  
  443. .post {
  444. {block:indexpage}
  445. {block:ifpostborder}
  446. border:1px solid {color:post border};
  447. {/block:ifpostborder}
  448. {block:ifnotpostborder}
  449. border:1px solid rgba(0,0,0,0);
  450. {/block:ifnotpostborder}
  451. width:250px;
  452. margin:20px;
  453. padding:12px;
  454. border-radius:{text:post radius}px;
  455. {block:ifnot2columns}
  456. width:400px;
  457. {/block:ifnot2columns}
  458. {/block:indexpage}
  459. {block:permalinkpage}
  460. width:400px;
  461. {/block:permalinkpage}
  462. float:left;
  463. position:relative;
  464. {block:ifpostbgcolour}
  465. background:{color:post background};
  466. {/block:ifpostbgcolour}
  467. font-family:'Trebuchet MS', sans-serif;
  468. font-size:10px;
  469. color:{color:text};}
  470.  
  471. .post img{
  472. max-width:100%;
  473. -webkit-transition: all 0.4s ease-in-out;
  474. -moz-transition: all 0.4s ease-in-out;
  475. transition: all 0.4s ease-in-out;}
  476.  
  477. .photo {
  478. opacity:{text:post opacity};
  479. -webkit-transition: all 0.4s ease-in-out;
  480. -moz-transition: all 0.4s ease-in-out;
  481. transition: all 0.4s ease-in-out;}
  482.  
  483. .photo img:hover{
  484. opacity:{text:post hover opacity};}
  485.  
  486. .quote {
  487. text-align:center;
  488. font-size:12px;}
  489.  
  490. .quotesource {
  491. text-align:right;}
  492.  
  493. .chat {
  494. text-align:right;
  495. line-height:11px;}
  496.  
  497. .captions {
  498. margin-top:-8px;}
  499.  
  500. .video embed, .video object, .video iframe {
  501. {block:IndexPage}
  502. {block:if2columns}
  503. width:250px;
  504. height:auto;
  505. {/block:if2columns}
  506. {block:ifnot2columns}
  507. width:400px;
  508. {/block:ifnot2columns}
  509. {/block:IndexPage}
  510. {block:PermalinkPage}
  511. width:400px;
  512. {/block:PermalinkPage}}
  513.  
  514. #pleasedontremove{
  515. position:fixed;
  516. right:5px;
  517. z-index:6;
  518. top:27px;}
  519.  
  520. /** ✧゚・* ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs *・゚✧ **/
  521.  
  522. </style>
  523. </head>
  524.  
  525. <body>
  526.  
  527. <div id="pleasedontremove"><a href="http://emmalucys.com/" target="_blank" title="theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  528.  
  529. <div id="sidebar">
  530.  
  531.  
  532. <div class="blogtitle">{title}</div>
  533.  
  534.  
  535. <div class="description"> {description} </div>
  536.  
  537.  
  538.  
  539. <div class="navlinks">
  540. <a href="/">home</a>
  541. <a href="{text:ask link}">message</a>
  542. <a href="/archive">archive</a>
  543. {block:ifcustomlink1}<a href="{text:link 1 url}">{text:link 1 title}</a>{/block:ifcustomlink1}
  544. {block:ifcustomlink2}<a href="{text:link 2 url}">{text:link 2 title}</a>{/block:ifcustomlink2}
  545. {block:ifcustomlink3}<a href="{text:link 3 url}">{text:link 3 title}</a>{/block:ifcustomlink3}
  546. <a href="http://emmalucys.com">theme</a>
  547. </div></div>
  548.  
  549.  
  550.  
  551.  
  552. <div id="posts">
  553.  
  554. {block:Posts}
  555.  
  556. {block:Text}
  557. <div class="post">
  558. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  559. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></span> <span style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}</div>
  560. {/block:Text}
  561.  
  562.  
  563. {block:Photo}
  564. <div class="post"><div class="photo">
  565. {block:IndexPage}
  566. {block:if2columns}<a href="{permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>{/block:if2columns}
  567. {block:ifnot2columns}<a href="{permalink}"><img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/></a>{/block:ifnot2columns}
  568. <div class="permalinktri">▲</div><div class="permalink"><span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></span> <span style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>
  569. {/block:IndexPage}
  570.  
  571. {block:PermalinkPage}
  572. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  573. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  574. {/block:Photo}
  575.  
  576.  
  577. {block:Photoset}
  578. <div class="post">
  579. {block:Indexpage}
  580. {Photoset}
  581. <div class="permalinktri">▲</div><div class="permalink"><span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></span> <span style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  582. {/block:Indexpage}
  583. {block:Permalinkpage}{Photoset-400}
  584. {/block:Permalinkpage}</div>
  585. {/block:Photoset}
  586.  
  587.  
  588. {block:Quote}
  589. <div class="post">
  590. <div class="quote">'<i>{Quote}</i>'</div>
  591. <div class="quotesource">— {Source}</div>
  592. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></span> <span style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}</div>
  593. {/block:Quote}
  594.  
  595.  
  596. {block:Link}
  597. <div class="post">
  598. <div class="headings"><a href="{URL}">{Name}</a></div>
  599. {block:Description}{Description}{/block:Description}
  600. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></span> <span style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}</div>
  601. {/block:Link}
  602.  
  603.  
  604. {block:Chat}
  605. <div class="post">
  606. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  607. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  608. {/block:Label}{/block:Lines}</div>
  609. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></span> <span style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}</div>
  610. {/block:Chat}
  611.  
  612.  
  613. {block:Video}
  614. <div class="post">
  615. {block:IndexPage}
  616. <div class="video">{Video-500}</div>
  617. <div class="permalinktri">▲</div><div class="permalink"><span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></span> <span style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  618. {/block:IndexPage}
  619. {block:PermalinkPage}
  620. {Video-500}
  621. {/block:PermalinkPage}</div>
  622. {/block:Video}
  623.  
  624.  
  625. {block:Audio}
  626. <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>
  627. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></span> <span style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}</div>
  628. {/block:Audio}
  629.  
  630.  
  631. {block:Answer}
  632. <div class="post">
  633. {Question}<br>– asked by {Asker} <br><i> {Answer} </i>
  634. {block:IndexPage}<div class="permalinktri">▲</div><div class="permalink"><span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></span> <span style="float:right;"><a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}</div>
  635. {/block:Answer}
  636.  
  637.  
  638. {block:PermalinkPage}
  639. <div class="notes">
  640. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  641. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  642. {block:RebloggedFrom}
  643. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  644. {/block:RebloggedFrom}
  645. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  646. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  647. <br><br>{PostNotes}</div>
  648. {/block:PermalinkPage}
  649.  
  650.  
  651. {/block:posts}
  652.  
  653.  
  654. </div></div>
  655.  
  656. </body>
  657.  
  658. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement