Advertisement
florels

theme #37 - SURRENDER

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