Advertisement
tomkirk

#005

Apr 26th, 2013
4,260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.11 KB | None | 0 0
  1. <!--
  2.  
  3. TOMKIRK.TUMBLR.COM
  4. ------------------
  5. #005
  6.  
  7. -->
  8. <html>
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12. <!--Default Variables-->
  13. <!--Colors-->
  14. <meta name="color:Ask Background" content="#f7f7f7"/>
  15. <meta name="color:Ask Text" content="#696969"/>
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Border" content="#e8e8e8"/>
  18. <meta name="color:Link" content="#b8b5b8"/>
  19. <meta name="color:Link Hover" content="#59f7d2"/>
  20. <meta name="color:Scrollbar" content="#e0cadd"/>
  21. <meta name="color:Sidelinks Hover" content="#f7f5f5"/>
  22. <meta name="color:Sidelinks Text Hover" content="#59f7d2"/>
  23. <meta name="color:Text" content="#2c2c2c"/>
  24. <meta name="color:Side" content="#2c2c2c"/>
  25. <meta name="color:Side Text" content="#f7f7f7"/>
  26.  
  27. <!--Images-->
  28. <meta name="image:Background" content""/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Faded Images" content=""/>
  32. <meta name="if:Inverted Images" content=""/>
  33. <meta name="if:Captions" content=""/>
  34. <meta name="if:Tiny Cursor" content=""/>
  35.  
  36. <!--Links-->
  37. <meta name="text:Link 1 URL" content="/"/>
  38. <meta name="text:Link 1 name" content=""/>
  39. <meta name="text:Link 2 URL" content="/"/>
  40. <meta name="text:Link 2 name" content=""/>
  41. <meta name="text:Link 3 URL" content="/"/>
  42. <meta name="text:Link 3 name" content=""/>
  43. <meta name="text:Link 4 URL" content="/"/>
  44. <meta name="text:Link 4 name" content=""/>
  45. <meta name="text:Link 5 URL" content="/"/>
  46. <meta name="text:Link 5 name" content=""/>
  47.  
  48. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/javascript/tumblelog.js?7"></script>
  49.  
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  51.  
  52. <script src="jquery.js"></script>
  53. <script>
  54. $(document).ready(function(){
  55. $("#flip").click(function(){
  56. $("#panel").slideToggle("fast");
  57. });
  58. });
  59. </script>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  62.  
  63. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  64.  
  65. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  66.  
  67. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  68.  
  69. {block:Description}
  70. <meta name="description" content="{MetaDescription}" />{/block:Description}
  71. <title>
  72. {block:PostSummary}
  73. {PostSummary} - {/block:PostSummary}{Title}</title>
  74. </style>
  75.  
  76. <style type="text/css">
  77.  
  78. {block:ifInvertedImages}img{
  79. opacity: 1;
  80. filter:alpha(opacity=10);
  81. -moz-opacity: 0.1;
  82. -moz-transition: all .9s ease;
  83. -o-transition: all .9s ease;
  84. transition: all .9s ease;
  85. -webkit-transition: all .9s ease;}
  86. {/block:ifInvertedImages}
  87.  
  88.  
  89. {block:ifInvertedImages} img:hover{
  90. opacity: .8;
  91. filter:alpha(opacity=100);
  92. -moz-opacity: 1;
  93. -moz-transition: all .9s ease;
  94. -o-transition: all .9s ease;
  95. transition: all .9s ease;
  96. -webkit-transition: all .9s ease;}
  97. {/block:ifInvertedImages}
  98.  
  99. {block:ifFadedImages}img{
  100. opacity: .8;
  101. filter:alpha(opacity=10);
  102. -moz-opacity: 0.1;
  103. -moz-transition: all .9s ease;
  104. -o-transition: all .9s ease;
  105. transition: all .9s ease;
  106. -webkit-transition: all .9s ease;}
  107. {/block:ifFadedImages}
  108.  
  109.  
  110. {block:ifFadedImages} img:hover{
  111. opacity: 1;
  112. filter:alpha(opacity=100);
  113. -moz-opacity: 1;
  114. -moz-transition: all .9s ease;
  115. -o-transition: all .9s ease;
  116. transition: all .9s ease;
  117. -webkit-transition: all .9s ease;}
  118. {/block:ifFadedImages}
  119.  
  120. {block:ifInvertedImages}.photo {
  121. opacity: 1;
  122. filter:alpha(opacity=10);
  123. -moz-opacity: 0.1;
  124. -moz-transition: all .9s ease;
  125. -o-transition: all .9s ease;
  126. transition: all .9s ease;
  127. -webkit-transition: all .9s ease;}
  128. {/block:ifInvertedImages}
  129.  
  130.  
  131. {block:ifInvertedImages}.photo:hover{
  132. opacity: .8;
  133. filter:alpha(opacity=100);
  134. -moz-opacity: 1;
  135. -moz-transition: all .9s ease;
  136. -o-transition: all .9s ease;
  137. transition: all .9s ease;
  138. -webkit-transition: all .9s ease;}
  139. {/block:ifInvertedImages}
  140.  
  141. {block:ifFadedImages}.photo {
  142. opacity: .8;
  143. filter:alpha(opacity=10);
  144. -moz-opacity: 0.1;
  145. -moz-transition: all .9s ease;
  146. -o-transition: all .9s ease;
  147. transition: all .9s ease;
  148. -webkit-transition: all .9s ease;}
  149. {/block:ifFadedImages}
  150.  
  151.  
  152. {block:ifFadedImages}.photo:hover{
  153. opacity: 1;
  154. filter:alpha(opacity=100);
  155. -moz-opacity: 1;
  156. -moz-transition: all .9s ease;
  157. -o-transition: all .9s ease;
  158. transition: all .9s ease;
  159. -webkit-transition: all .9s ease;}
  160. {/block:ifFadedImages}
  161.  
  162. .photo{overflow:hidden;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
  163.  
  164. iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  165.  
  166.  
  167. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  168.  
  169. ::-webkit-scrollbar {width:10px; height:10px; background: {color:Background};}
  170. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  171.  
  172. body{background-color: {color:Background};background-image: url({image:Background});background-attachment: fixed;background-repeat: repeat;background-position: center;font-family:consolas;font-size:10px;line-height:13px;color:{color:Text};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}}
  173.  
  174. a:link, a:active, a:visited{color: {color:Link};text-decoration:none;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  175.  
  176. a:hover{
  177. text-decoration:none;
  178. color:{color:Link Hover};
  179. {block:ifTinyCursor}
  180. cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  181. {/block:ifTinyCursor}}
  182.  
  183. #pic img{display:block;}
  184.  
  185. #container {width:950px;margin-top:20px;margin-left:90px;}
  186.  
  187. #content{margin-left:150px;width:850px;}
  188.  
  189. #entry {{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:500px;margin-left:60px;{block:PermalinkPage}margin:10px;padding:5px;border:1px solid {color:Border};background:white;}
  190.  
  191. #entry img{{block:IndexPage}max-width:250px;{/block:IndexPage}{block:PermalinkPage}max-width:500px;{/block:PermalinkPage}}
  192.  
  193. .ht img{-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;border:2px solid {color:Border};}
  194. .rb img{-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;border:2px solid {color:Border};}
  195.  
  196. .ht img:hover{-webkit-filter:invert(100%);}
  197. .rb img:hover{-webkit-filter:invert(100%);}
  198.  
  199. #entry .ht{opacity:0;position:absolute;bottom:0;padding:20px;padding-bottom:22px;-webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear;z-index:1;}
  200.  
  201. #entry:hover .ht{opacity:1;}
  202.  
  203. #entry .rb{opacity:0;position:absolute;right:0;bottom:0;padding:20px;padding-bottom:22px;padding-right:24px;-webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear;z-index:1;}
  204.  
  205. #entry:hover .rb{opacity:1;}
  206.  
  207. .permalinkk{font-size:9px;line-height:10px;margin-top:5px;letter-spacing:1px;text-transform:uppercase;text-align:center;}
  208.  
  209. #side {position:fixed;width:160px;top:0;height:100%;padding:20px;padding-top:150px;left:0;z-index:999;background:{color:Side};color:{color:Side Text};}
  210.  
  211. .navigate a{margin-top:10px;padding:3px;padding-right:10px;padding-left:10px;font-size:9px;line-height:10px;letter-spacing:2px;text-transform:uppercase;text-align:center;display:inline-block;color:{color:Side Text};-webkit-transition: all 0s linear; -moz-transition: all 0s linear; transition: all 0s linear;}
  212.  
  213. .navigate a:hover{background:{color:Side Text};color:{color:Sidelinks Text Hover};text-decoration:none;-moz-box-shadow: 4px 4px{color:Sidelinks Text Hover};-webkit-box-shadow: 4px 4px{color:Sidelinks Text Hover};box-shadow: 4px 4px{color:Sidelinks Text Hover};}
  214.  
  215. #panel,#flip{padding:1px;display:inline-block;}
  216.  
  217. #flip{padding:3px;padding-left:7px;}
  218.  
  219. #flip:hover{cursor:help;}
  220.  
  221. #panel{padding:5px;margin-top:5px;display:none;}
  222.  
  223. #ask {padding:10px;background:{color:Ask Background};color:{color:Ask Text};}
  224.  
  225. .askername{text-transform:uppercase;font-size:10px;letter-spacing:2px;font-weight:bold;}
  226.  
  227. .p{font-size:16px;line-height:17px;font-weight:normal;text-transform:uppercase;}
  228.  
  229. .b{font-size:16px;line-height:14px;letter-spacing:2px;text-transform:uppercase;}
  230.  
  231. .b a{color:{color:Side Text};}
  232. .b a:hover{color:{color:Link Hover};}
  233.  
  234. blockquote{padding-left:5px;margin-left:23px;border-left:4px solid {color:Border};}
  235.  
  236. .p { padding-top: 5px; }
  237. .ol, ul { margin-left: 30px; padding: 5px; }
  238. .ul { list-style-type: square; }
  239.  
  240. .chat .line{padding: 2px;}
  241.  
  242. .chat .line .odd{padding:2px;{color:Ask Text};background:{color:Ask Background};}
  243.  
  244. .label {font-weight:bold;}
  245.  
  246. .audioplayer {margin-top:5px;border:1px solid {color:Border};}
  247.  
  248. .notes img{width:10px; position:left;top:3px;-webkit-border-radius: 10px;
  249. -moz-border-radius: 10px; border-radius: 10px;}
  250.  
  251. .notes li {list-style-type:none;margin-left:-30px;padding:5px;text-align:left;}
  252.  
  253. #pgs{text-transform:uppercase;font-size:9px;letter-spacing:1px;margin-top:5px;}
  254.  
  255. #z{position:fixed;bottom:0;right:0;padding:15px;z-index:999;}
  256.  
  257. #z .y{position:absolute;margin-top:-7px;margin-left:-20px;opacity:0;font-family:calibri;font-size:10px;text-transform:uppercase;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;-webkit-transform: scale(.10);}
  258.  
  259. #z:hover .y{opacity:1;-webkit-transform: scale(1.0);margin-left:-18px;margin-top:-11px;}
  260.  
  261. #z .x{font-size:23px;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
  262.  
  263. #z:hover .x{opacity:0;-webkit-transform: scale(.10);}
  264.  
  265. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  266. #infscr-loading {display:none;}
  267. .navigation {display:none!important;}
  268.  
  269. {CustomCSS}
  270. </style>
  271.  
  272. <link rel="shortcut icon" href="{Favicon}">
  273. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  274.  
  275. <script type="text/javascript">
  276. $(window).load(function () {
  277. $('#content').masonry(),
  278. $('.masonryWrap').infinitescroll({
  279. itemSelector : "#entry",
  280. navSelector : "div.navigation",
  281. nextSelector : ".navigation a#next",
  282. bufferPx : 10000,
  283. extraScrollPx: 10000,
  284. loadingImg : "http://media.tumblr.com/871eca69efd6efa91d7720ed12ee9f16/tumblr_inline_mfnx20Wezl1rs8bwg.jpg",
  285. loadingText : "",
  286. },
  287. function() { $('#content').masonry({ appendedContent: $(this) });
  288. });
  289. });</script>
  290.  
  291. </head>
  292. <body>
  293. <div class="navigation">
  294. {block:Pagination}
  295. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  296. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  297. {/block:Pagination}
  298. </div>
  299. <div id="container">
  300. <div id="z"><div class="x">▲</div>
  301. <div class="y"><a href="http://tomkirk.tumblr.com/">tomkirk</a></div>
  302. </div>
  303. <div id="side">
  304. <div class="b"><div id="flip">+{Title}</div></div>
  305. <div id="panel"> {Description} </div>
  306. <div class="navigate">
  307. {block:ifLink1name}
  308. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> <br>
  309. {/block:ifLink1name}
  310. {block:ifLink2name}
  311. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> <br>
  312. {/block:ifLink2name}
  313. {block:ifLink3name}
  314. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> <br>
  315. {/block:ifLink3name}
  316. {block:ifLink4name}
  317. <a href="{text:Link 4 URL}">{text:Link 4 name}</a> <br>
  318. {/block:ifLink4name}
  319. {block:ifLink5name}
  320. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  321. {/block:ifLink5name}
  322. </div>
  323. </div>
  324.  
  325. <div id="content">
  326. {block:Posts}
  327. <div id="entry">
  328.  
  329. {block:Answer}
  330. <div id="ask">
  331. <div class="askername">{Asker} asked:</div>
  332. {Question}
  333. </div>
  334. {Answer}
  335. {block:IndexPage}
  336. <div class="permalinkk">
  337. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;
  338. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  339. </div>
  340. {/block:IndexPage}
  341. {/block:Answer}
  342.  
  343. {block:Text}
  344. {block:Title}<span class="p">{Title}</span>{/block:Title}
  345. {Body}
  346. {block:IndexPage}
  347. <div class="permalinkk">
  348. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;
  349. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  350. </div>
  351. {/block:IndexPage}
  352. {/block:Text}
  353.  
  354. {block:Link}
  355. <span class="p"><a href="{URL}">{Name} »</a></span>
  356. {block:Description}{Description}{/block:Description}
  357. {block:IndexPage}
  358. <div class="permalinkk">
  359. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;
  360. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  361. </div>
  362. {/block:IndexPage}
  363. {/block:Link}
  364.  
  365. {block:Photo}
  366. {block:IndexPage}
  367. <div class="ht">
  368. <a href="{Permalink}" title="{NoteCountWithLabel}"><img src="http://static.tumblr.com/j1tjexd/aeQmam5ia/like1.png" style="-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;"></a>
  369. </div>
  370. <div class="rb">
  371. <a href="{ReblogURL}" target="_blank" class="details"><img src="http://static.tumblr.com/j1tjexd/nGmmam5hg/reblog.png" style="-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;"></a>
  372. </div>
  373. {/block:IndexPage}
  374. {LinkOpenTag}
  375. <div id="pic">
  376. <div class="ep">
  377. <a href="{permalink}">
  378. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  379. </div></div>
  380. {LinkCloseTag}
  381. {block:ifCaptions}
  382. {block:Caption}{Caption}{/block:Caption}
  383. {/block:ifCaptions}
  384. {block:ifNotCaptions}
  385. {block:PermalinkPage}
  386. {block:Caption}{Caption}{/block:Caption}
  387. {/block:PermalinkPage}
  388. {/block:ifNotCaptions}
  389. {block:ContentSource}
  390. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  391. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  392. {/block:SourceLogo}
  393. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  394. {/block:ContentSource}
  395. {block:ReblogParentURL}
  396. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  397. {/block:ReblogParentURL}
  398. {/block:Photo}
  399.  
  400. {block:Photoset}
  401. <div class="photo">
  402. <center>
  403. {block:IndexPage}
  404. {Photoset-250}
  405. {/block:IndexPage}
  406. {block:PermalinkPage}
  407. {Photoset-500}
  408. {block:PermalinkPage}
  409. </center>
  410. </div>
  411. {block:ifCaptions}
  412. {block:Caption}{Caption}{/block:Caption}
  413. {/block:ifCaptions}
  414. {block:ifNotCaptions}
  415. {block:PermalinkPage}
  416. {block:Caption}{Caption}{/block:Caption}
  417. {/block:PermalinkPage}
  418. {/block:ifNotCaptions}
  419. {block:IndexPage}
  420. <div class="permalinkk">
  421. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;
  422. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  423. </div>
  424. {/block:IndexPage}
  425. {/block:Photoset}
  426.  
  427. {block:Quote}
  428. <span class="p">"{Quote}"</span>
  429. {block:Source}
  430. <i> - {Source}</i>
  431. {/block:Source}
  432. {block:IndexPage}
  433. <div class="permalinkk">
  434. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;
  435. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  436. </div>
  437. {/block:IndexPage}
  438. {/block:Quote}
  439.  
  440. {block:Chat}
  441. {block:Title}<span class="posttitle">{Title}</span>{/block:Title}
  442. <div class="chat">
  443. {block:Lines}
  444. <div class="chat">
  445. <div class="line {Alt}">
  446. <div class="{Alt} user_{UserNumber}">
  447. {block:Label}
  448. <b>{Label} </b>
  449. {/block:Label}
  450. {Line}
  451. </div>
  452. </div>
  453. </div>
  454. {/block:Lines}
  455. </div>
  456. {block:IndexPage}
  457. <div class="permalinkk">
  458. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;
  459. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  460. </div>
  461. {/block:IndexPage}
  462. {/block:Chat}
  463.  
  464. {block:Audio}
  465. <center>
  466. {block:AlbumArt}
  467. <img src="{AlbumArtURL}" width="250px;">
  468. {/block:AlbumArt}
  469. <div class="audioetc">
  470. {block:AudioPlayer}
  471. <div class="audioplayer">
  472. {AudioPlayerWhite}
  473. </div>
  474. </div>
  475. {/block:AudioPlayer}
  476. </center>
  477. {block:Caption}{Caption}{/block:Caption}
  478. {block:IndexPage}
  479. <div class="permalinkk">
  480. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;
  481. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  482. </div>
  483. {/block:IndexPage}
  484. {/block:Audio}
  485.  
  486. {block:Video}
  487. <div class="photo">
  488. <center>
  489. {block:IndexPage}
  490. {Video-250}
  491. {/block:IndexPage}
  492. {block:PermalinkPage}
  493. {Video-500}
  494. {block:PermalinkPage}
  495. </center>
  496. </div>
  497. {block:ifCaptions}
  498. {block:Caption}{Caption}{/block:Caption}
  499. {/block:ifCaptions}
  500. {block:ifNotCaptions}
  501. {block:PermalinkPage}
  502. {block:Caption}{Caption}{/block:Caption}
  503. {/block:PermalinkPage}
  504. {/block:ifNotCaptions}
  505. {block:IndexPage}
  506. <div class="permalinkk">
  507. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;
  508. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  509. </div>
  510. {/block:IndexPage}
  511. {/block:Video}
  512.  
  513. {block:PermalinkPage}
  514. <div style="margin-top:5px;font-family:consolas;font-size:8px;text-transform:uppercase;">
  515. {block:Date}
  516. {TimeAgo} ·
  517. {ShortMonth} {DayofMonth},{Year}
  518. {/block:Date}
  519. {block:NoteCount} ·
  520. {NoteCountWithLabel}
  521. {/block:NoteCount}
  522. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  523. {block:HasTags}
  524. Tags:
  525. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  526. {/block:Tags}
  527. {/block:HasTags}
  528. </div>
  529. {/block:PermalinkPage}
  530.  
  531. {block:PostNotes}
  532. {PostNotes}
  533. {/block:PostNotes}
  534. </div>
  535. {/block:Posts}
  536. </div>
  537. </div>
  538. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement