Advertisement
aerou

Nunjae

Mar 20th, 2012
6,543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.21 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. Nunjae Theme by http://-apple.tumblr.com
  7. More themes can be found at http://aerou.tumblr.com (previously known as applethemes)
  8.  
  9. *DO NOT REMOVE ANY CREDIT OR ELSE YOUR THEME WON'T WORK.
  10. *CLAIMING AS YOUR OWN IS COMPLETELY DISRESPECTFUL AND I WILL FIND OUT.
  11. *IF YOU BREAK ANY RULES, I'LL REPORT YOU.
  12. *EDITING THIS THEME IS ALLOWED. JUST LEAVE THE CREDITS.
  13.  
  14. -->
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Leckerli+One|The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  20.  
  21. <style>
  22. .shakeimage{
  23. position:relative
  24. }
  25. </style>
  26. <script language="JavaScript1.2">
  27.  
  28. /*
  29. Shake image script (onMouseover)-
  30. © Dynamic Drive (www.dynamicdrive.com)
  31. For full source code, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
  32. */
  33.  
  34. //configure shake degree (where larger # equals greater shake)
  35. var rector=3
  36.  
  37. ///////DONE EDITTING///////////
  38. var stopit=0
  39. var a=1
  40.  
  41. function init(which){
  42. stopit=0
  43. shake=which
  44. shake.style.left=0
  45. shake.style.top=0
  46. }
  47.  
  48. function rattleimage(){
  49. if ((!document.all&&!document.getElementById)||stopit==1)
  50. return
  51. if (a==1){
  52. shake.style.top=parseInt(shake.style.top)+rector+"px"
  53. }
  54. else if (a==2){
  55. shake.style.left=parseInt(shake.style.left)+rector+"px"
  56. }
  57. else if (a==3){
  58. shake.style.top=parseInt(shake.style.top)-rector+"px"
  59. }
  60. else{
  61. shake.style.left=parseInt(shake.style.left)-rector+"px"
  62. }
  63. if (a<4)
  64. a++
  65. else
  66. a=1
  67. setTimeout("rattleimage()",50)
  68. }
  69.  
  70. function stoprattle(which){
  71. stopit=1
  72. which.style.left=0
  73. which.style.top=0
  74. }
  75.  
  76. </script>
  77.  
  78. <!- DEFAULT SHIZZ DON'T TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING! ->
  79.  
  80. <meta name="image:background" content="http://static.tumblr.com/qbwrk8v/MNrlxfzw6/20.jpg"/>
  81. <meta name="image:your" content="" />
  82. <meta name="image:sidebar background" content=""/>
  83.  
  84. <meta name="color:background" content="#eee" />
  85. <meta name="color:sidebar" content="#ffffff" />
  86. <meta name="color:posts" content="#ffffff" />
  87. <meta name="color:text" content="#999" />
  88. <meta name="color:title" content="#888" />
  89. <meta name="color:post titles background" content="#eeeeee" />
  90. <meta name="color:link" content="#000000" />
  91. <meta name="color:link hover" content="#000000" />
  92. <meta name="color:link background" content="#eeeeee" />
  93.  
  94. <meta name="color:scrollbar" content="#eeeeee" />
  95. <meta name="color:scrollbar background" content="#333333" />
  96.  
  97. <meta name="if:Faded Images" content="1" />
  98. <meta name="if:Shake Images" content="1" />
  99. <meta name="if:Enable Infinite Scrolling" content="1"/>
  100. <meta name="if:Disable right click" content="0"/>
  101. <meta name="if:Show Captions" content="0"/>
  102.  
  103. <meta name="text:link one" content="http://"/>
  104. <meta name="text:link one name" content=""/>
  105. <meta name="text:link two" content="http://"/>
  106. <meta name="text:link two name" content=""/>
  107. <meta name="text:link three" content="http://"/>
  108. <meta name="text:link three name" content=""/>
  109. <meta name="text:link four" content="http://"/>
  110. <meta name="text:link four name" content=""/>
  111. <meta name="text:link five" content="http://"/>
  112. <meta name="text:link five name" content=""/>
  113. <meta name="text:link six" content="http://"/>
  114. <meta name="text:link six name" content=""/>
  115.  
  116.  
  117. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  118.  
  119. {block:IfDisableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/HlSla0dfm/darlieecious-dot-tumblr-dot-com.js"></script>{/block:IfDisableRightClick}
  120.  
  121. <link rel="shortcut icon" href="{favicon}" />
  122. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  123. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  124. {CustomCSS}
  125. <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  126.  
  127.  
  128. <style type="text/css">
  129.  
  130. ::-webkit-scrollbar {width: 10px; height: 10px;}
  131. ::-webkit-scrollbar-button:start:decrement,
  132. ::-webkit-scrollbar-button:end:increment {height: 1px;display: block;background-color: transparent;}
  133. ::-webkit-scrollbar-track-piece {background-color:{color:scrollbar background};}
  134. ::-webkit-scrollbar-thumb:vertical {height: 50px; border: 4px {color:scrollbar background} solid; background-color: {color:scrollbar};}
  135.  
  136.  
  137. body{
  138. margin:0px;
  139. padding:0px;
  140. margin-top:0px;
  141. font-size:9px;
  142. color:{color:text};
  143. background-color:{color:background};
  144. background-image:url('{image:background}');
  145. background-attachment: fixed;
  146. }
  147.  
  148. @font-face {font-family: "slkscr";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  149.  
  150. #contentcolumn{
  151. margin-left:350px;
  152. margin-top:50px;
  153. opacity:1;
  154. overflow:shown;
  155. z-index: 0.9;
  156. text-align:justify;
  157. }
  158.  
  159. a {color:{color:link}; text-decoration: none; s}
  160. a:hover {color:{color:link hover}; -webkit-transition-duration: 0.3s;}
  161. a:active,a:focus {outline: 0;}
  162.  
  163. #tit {
  164. letter-spacing:1px;
  165. text-decoration:none;
  166. font-family: georgia;
  167. font-size:10px;
  168. text-transform:uppercase;
  169. line-height:14px;
  170. background-color:{color:post titles background};
  171. background-image:url('');
  172. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
  173. padding:2px;
  174. color:{color:text};
  175. }
  176.  
  177. #tit a{
  178. color:{color:text};
  179. }
  180.  
  181. #ask{
  182. padding: 10px;
  183. color:#292929;
  184. padding: 5px;
  185. -moz-border-radius: 4px;
  186. border-radius: 4px;
  187. background-color:#eee;
  188. }
  189.  
  190. .flower{
  191. color:#777;
  192. margin-bottom:0px;
  193. padding:1px;
  194. }
  195. .flower .flower.even{
  196. background-color:#eee;
  197. color:#292929;
  198. margin-bottom:0px;
  199. padding:1px;
  200. }
  201.  
  202. #contue {
  203. line-height:11px;
  204. margin-top:-10px;
  205. }
  206.  
  207. #audio {
  208. background-color : #000;
  209. height : 27px;
  210. margin-bottom : -10px;
  211. {block:IndexPage}
  212. width:400px;
  213. {/block:IndexPage}
  214. {block:PermalinkPage}
  215. width:500px;
  216. {/block:PermalinkPage}
  217. }
  218.  
  219. #permalink{
  220. text-align:left;
  221. left:780px;
  222. font-family: slkscr;
  223. font-size:8px;
  224. float:left;
  225. color:#000;
  226. opacity:0;
  227. -webkit-transition-duration: 0.7s;
  228. background-image:url('');
  229. padding:3px;
  230. position:absolute;
  231. background-color:#fff;
  232. }
  233.  
  234. .notes {z-index:2; background-color:#333; height:10px; text-align:right; color:white; padding-top:4px; opacity:.89;}
  235.  
  236. .notes:hover {opacity:1;}
  237.  
  238. .notes a {color:white; line-height:10px; padding-left:4px; padding-right:4px;}
  239. .notes a:hover {background-color:#fff; color:black; padding-top:4px; padding-left:4px;}
  240.  
  241. #entry {
  242. background:{color:posts};
  243. background-image:url('');
  244. padding:5px;
  245. margin-top:0px;
  246. margin-bottom:10px;
  247. line-height:11px;
  248. font-family: georgia;
  249. font-size:9px;
  250. {block:IndexPage}
  251. width:400px;
  252. {/block:IndexPage}
  253. {block:PermalinkPage}
  254. width:500px;
  255. {/block:PermalinkPage}
  256. }
  257.  
  258. #entry:hover #permalink {
  259. display: block;
  260. opacity:1;
  261. }
  262.  
  263. .shiny img, .dead img, blockquote img {max-width:450px;}
  264.  
  265. blockquote{
  266. padding: 3px;
  267. margin: 3px;
  268. border-left: 4px solid #666;
  269. background: #eee;}
  270.  
  271. .puppy img{
  272. -webkit-transition: all 0.7s ease;
  273. -moz-transition: all 0.7s ease;
  274. -o-transition: all 0.7s ease;
  275. border: 5px solid #666;
  276. }
  277.  
  278. .puppy img:hover {
  279. opacity:1;
  280. -webkit-transition: all 0.7s ease;
  281. -moz-transition: all 0.7s ease;
  282. -o-transition: all 0.7s ease;
  283. border: 5px solid #666;
  284. }
  285.  
  286. .taemin {background-color:#333; z-index:2; height:10px; text-align:right; padding-top:4px; opacity:.89;font-size:11px; letter-spacing:3px;font-family:georgia;}
  287.  
  288. .taemin:hover {opacity:1;}
  289.  
  290. .taemin a {color:{color:title}; line-height:10px; padding-left:4px; padding-right:4px;}
  291. .taemin a:hover {color:white; padding-top:4px; padding-left:4px;}
  292.  
  293. .sidebar {
  294. position:fixed;
  295. left:55px;
  296. bottom:250px;
  297. overflow:show;
  298. width:230px;
  299. height:auto;
  300. overflow:hidden;
  301. background-image:url('{image:sidebar background}');
  302. background-position:right bottom;
  303. text-align:right;
  304. background-color:{color:sidebar};
  305. font-size:8px;
  306. font-family: slkscr;
  307. }
  308.  
  309. .description {z-index:2; background-color:#333; height:10px; text-align:right; color:white; padding-top:4px; opacity:.89;font-family:georgia;}
  310.  
  311. .description:hover {opacity:1;}
  312.  
  313. .description a {color:white; line-height:10px; padding-left:4px; padding-right:4px;}
  314. .description a:hover {background-color:#fff; color:black; padding-top:4px; padding-left:4px;}
  315.  
  316.  
  317. {block:Iffadedimages}
  318. img{
  319. -webkit-transition: opacity 0.7s linear;
  320. opacity: 0.75;
  321. }
  322. img:hover {
  323. -webkit-transition: opacity 0.7s linear;
  324. opacity: 1;
  325. }
  326. {/block:Iffadedimages}
  327. img{}
  328. img:hover{; }
  329.  
  330. iframe#tumblr_controls {
  331. right:3px !important;
  332. position: fixed !important;
  333. -webkit-transition: opacity 0.7s linear;
  334. opacity: 0.2;
  335. -webkit-transition: all 0.8s ease-out;
  336. -moz-transition: all 0.8s ease-out;
  337. transition: all 0.8s ease-out;}
  338.  
  339. iframe#tumblr_controls:hover{
  340. -webkit-transition: opacity 0.7s linear;
  341. opacity: 1;
  342. -webkit-transition: all 0.4s ease-out;
  343. -moz-transition: all 0.4s ease-out;
  344. transition: all 0.4s ease-out;}
  345.  
  346. #toTop {
  347. display:none;
  348. text-decoration:none;
  349. position:fixed;
  350. bottom:10px;
  351. right:10px;
  352. overflow:hidden;
  353. width:39px;
  354. height:39px;
  355. border:none;
  356. text-indent:-999px;
  357. background:url(http://static.tumblr.com/qbwrk8v/vCAlpj9ze/untitled-1.png) no-repeat left top;
  358. }
  359.  
  360. #toTopHover {
  361. background:url(http://static.tumblr.com/qbwrk8v/vCAlpj9ze/untitled-1.png) no-repeat left -51px;
  362. width:39px;
  363. height:39px;
  364. display:block;
  365. overflow:hidden;
  366. float:left;
  367. opacity: 0;
  368. -moz-opacity: 0;
  369. filter:alpha(opacity=0);
  370. }
  371.  
  372. #toTop:active, #toTop:focus {
  373. outline:none;
  374. </style>
  375.  
  376. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  377. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  378. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  379. <script type="text/javascript">
  380. $(document).ready(function() {
  381. /*
  382. var defaults = {
  383. containerID: 'moccaUItoTop', // fading element id
  384. containerHoverClass: 'moccaUIhover', // fading element hover class
  385. scrollSpeed: 1200,
  386. easingType: 'linear'
  387. };
  388. */
  389. $().UItoTop({ easingType: 'easeOutQuart' });
  390. });
  391. </script>
  392.  
  393. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  394. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  395. <script type="text/javascript" charset="utf-8">
  396. var $j = jQuery.noConflict();
  397. $j(function() {
  398. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  399. $j("img").lazyload({
  400. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  401. effect: "fadeIn",
  402. });
  403. });
  404. </script>
  405.  
  406. {block:IndexPage}
  407. <script type="text/javascript">
  408. $(window).load(function(){
  409. $("p").remove(":contains('Source:')");
  410. $("p").remove(":contains('(via')");
  411. });
  412. </script>
  413. {/block:IndexPage}
  414.  
  415. </head>
  416. <body>
  417.  
  418. <div id="contentcolumn">
  419.  
  420. <div class="sidebar">
  421. {block:ifyourimage}
  422. <img src="{image:your}" width="230px"/>
  423. {/block:ifyourimage}
  424. <div class="taemin"><a href="/" title="home">{Title}</a></div>
  425. <table>
  426. <tr><td>
  427. <div class="puppy">
  428. <img src="{PortraitURL-48}" width="48px" /></td>
  429. </div>
  430. <td><div span="font-size="8px">{block:Description}{Description}{/block:Description}<br>
  431. </div></td>
  432. </tr>
  433. </table>
  434. {block:IfNotEnableInfiniteScrolling}
  435. {block:Pagination}
  436. {block:PreviousPage}
  437. <a href="{PreviousPage}">&larr;</a>
  438. {/block:PreviousPage}
  439.  
  440. {block:JumpPagination length="5"}
  441. {block:CurrentPage}
  442. <span class="current_page">{PageNumber}</span>
  443. {/block:CurrentPage}
  444.  
  445. {block:JumpPage}
  446. <a class="jump_page" href="{URL}">{PageNumber}</a>
  447. {/block:JumpPage}
  448. {/block:JumpPagination}
  449.  
  450. {block:NextPage}
  451. <a href="{NextPage}">&rarr;</a>
  452. {/block:NextPage}
  453. {/block:Pagination}
  454. {/block:Pagination}
  455. {/block:IfNotEnableInfiniteScrolling}
  456.  
  457. <div class="description">
  458. <a href="/" title="home">home</a>
  459. <a href="/ask" title="ask">ask</a>
  460. {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName} {block:IfLinkTwoName}<a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName} {block:IfLinkThreeName}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThreeName}
  461. {block:IfLinkFourName}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFourName} {block:IfLinkFiveName}<a href="{text:link five}">{text:link five name}</a>{/block:IfLinkFiveName} {block:IfLinkSixName}<a href="{text:link six}">{text:link six name}</a>{/block:IfLinkSixName}
  462. <a href="http://aerou.tumblr.com" title="theme credit">✖</a>
  463. </div></div>
  464.  
  465. {block:IfEnableInfiniteScrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableInfiniteScrolling}
  466.  
  467. {block:Posts}
  468. <div id="entry">
  469. {Block:IndexPage}
  470. <div id="permalink">
  471. <a href="{Permalink}" title="permalink">
  472. <div class="notes">{block:Date}{NoteCountWithLabel}{/block:Date}</a></div>
  473. <a href="{ReblogURL}" target="_blank">reblog</a><br>
  474. {block:Tags}<a href="{TagURL}">#{Tag}</a><br> {/block:Tags}{/block:HasTags}
  475. </div>
  476. {/Block:IndexPage}
  477.  
  478. {block:Text}
  479. {block:Title}<div id="tit">{Title}</div><br>{/block:Title}
  480. <div class="shiny" id="contue"><p align=justify>{Body}</p></div>
  481. {/block:Text}
  482.  
  483. {block:Ifshakeimages}
  484. {block:Photo}
  485. {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/> <img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" {block:IndexPage}width="400px"{/block:IndexPage}{block:PermalinkPage}width="500px"{/block:PermalinkPage} class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()">
  486. {LinkCloseTag}
  487. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  488. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  489. {/block:Photo}
  490. {/block:Ifshakeimages}
  491.  
  492. {block:IfNotshakeimages}
  493. {block:Photo}
  494. {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/> <img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" {block:IndexPage}width="400px"{/block:IndexPage}{block:PermalinkPage}width="500px"{/block:PermalinkPage}>
  495. {LinkCloseTag}
  496. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  497. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  498. {/block:Photo}
  499. {/block:IfNotshakeimages}
  500.  
  501.  
  502. {block:IndexPage}
  503. {block:Photoset}
  504. <center>{Photoset-400}</center>
  505. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  506. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  507. {/block:Photoset}
  508. {/block:IndexPage}
  509.  
  510. {block:PermalinkPage}
  511. {block:Photoset}
  512. <center>{Photoset-500}</center>
  513. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  514. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  515. {/block:Photoset}
  516. {/block:PermalinkPage}
  517.  
  518. {block:Quote}
  519. <div id="tit">"{Quote}"</div><br>
  520. {block:Source}~{Source}{/block:Source}
  521. {/block:Quote}
  522.  
  523. {block:Link}
  524. <div id="tit">&rarr; <a href="{URL}">{Name}</a></div><br>
  525. <div id="contue">{block:Description}{Description}{/block:Description}</div>
  526. {/block:Link}
  527.  
  528. {block:Chat}
  529. {block:Title}
  530. <div id="tit">{Title}</div>
  531. {/block:Title}
  532. <div class="flower">
  533. {block:Lines}
  534. <div class="flower {Alt}">
  535. {block:Label}
  536. <b>{Label}</b>
  537. {/block:Label}
  538. {Line}
  539. </div>
  540. {/block:Lines}
  541. </div>
  542. {/block:Chat}
  543.  
  544. {/block:Chat}
  545.  
  546. {block:Audio}
  547. <div id="audio">{AudioPlayerBlack}</div><br>
  548. <center>{block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}<br>{/block:Artist}
  549. {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage} {PlayCountWithLabel}</center>
  550. {/block:Audio}
  551.  
  552. {block:Answer}
  553. <div id="ask">"{Question}"</div> asked by <b>{Asker}</b><br>
  554. {Answer}
  555. {/block:answer}
  556.  
  557. {block:IndexPage}
  558. {block:Video}
  559. <div id="width"><center>{Video-400}</div></center>
  560. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  561. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  562. {/block:Video}
  563. {/block:IndexPage}
  564. {block:PermalinkPage}
  565. {block:Video}
  566. <div id="width"><center>{Video-500}</div></center>
  567. {block:IfShowCaptions}<br>{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  568. {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  569. {/block:Video}
  570. {/block:PermalinkPage}
  571.  
  572.  
  573. {block:Date}
  574. {block:PermalinkPage}
  575.  
  576. {block:NoteCount}NOTES: {notecount}{/block:NoteCount}<br>
  577. DATE: <a href="{permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a><br>
  578. {block:RebloggedFrom}OP: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
  579. VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  580. {block:HasTags}<br><br>
  581. TAGGED: {block:Tags}<a href="{TagURL}">{Tag}.</a> {/block:Tags}{/block:HasTags}
  582. {/block:PermalinkPage}
  583. {/block:Date}
  584.  
  585. {block:PostNotes}
  586. {PostNotes}
  587. {/block:PostNotes}
  588. </div>
  589.  
  590. {/block:posts}
  591. {block:IfEnableInfiniteScrolling}</div>{/block:IfEnableInfiniteScrolling}
  592.  
  593.  
  594. </div>
  595.  
  596. </body>
  597. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement