Advertisement
florels

theme #59 - COLD WATER

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