Advertisement
florels

theme #61 - COEXIST

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