Advertisement
shanelanne

st-uckinreverse tweaked theme #2

May 30th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}" />
  8.  
  9. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  10.  
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14.  
  15. <script src="http://static.tumblr.com/iuggpng/8iplzlvdu/smoothscroll.js" type="text/javascript"></script>
  16.  
  17. <script type="text/javascript">$(document).ready(function(){$( '.content' ).fadeIn("slow");});</script>
  18.  
  19. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  20. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  21.  
  22. <script type="text/javascript" charset="utf-8">
  23. var $j = jQuery.noConflict();
  24. $j(function() {
  25. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  26. $j("img").lazyload({
  27. placeholder : "",
  28. effect: "fadeIn",
  29. });
  30. });
  31. </script>
  32.  
  33.  
  34.  
  35. <!--BASIC FLUFF-->
  36.  
  37. <meta name="if:500px posts" content="0"/>
  38. <meta name="if:400px posts" content="1"/>
  39. <meta name="if:250px posts" content="0"/>
  40. <meta name="if:image opacity" content="1"/>
  41. <meta name="if:cute cursor" content="1"/>
  42. <meta name="if:infinite scrolling" content="1"/>
  43.  
  44.  
  45. <meta name="text:link 1" content=""/>
  46. <meta name="text:link 1 url" content=""/>
  47. <meta name="text:link 2" content=""/>
  48. <meta name="text:link 2 url" content=""/>
  49. <meta name="text:link 3" content=""/>
  50. <meta name="text:link 3 url" content=""/>
  51. <meta name="text:link 4" content=""/>
  52. <meta name="text:link 4 url" content=""/>
  53.  
  54.  
  55. <meta name="image:background" content="http://static.tumblr.com/iuggpng/MCbm32jir/stripedwoodgraybg.png"/>
  56. <meta name="image:left sidebar" content="http://static.tumblr.com/iuggpng/q7im32j5a/yooracolorver2s2.png"/>
  57. <meta name="image:right sidebar" content="http://static.tumblr.com/iuggpng/IDDm32j7a/yooracolorver2s2.jpg"/>
  58.  
  59. <meta name="color:scrollbar" content="#FFC4C4"/>
  60. <meta name="color:background" content="#eee"/>
  61. <meta name="color:posts bg" content="#fff"/>
  62. <meta name="color:link" content="#76ECC1"/>
  63. <meta name="color:link hover" content="#aaa"/>
  64. <meta name="color:text" content="#222"/>
  65. <meta name="color:title" content="#696969"/>
  66. <meta name="color:perm bg" content="#D4D4D4"/>
  67. <meta name="color:perm text" content="#646464"/>
  68. <meta name="color:desc text" content="#999"/>
  69. <meta name="color:navigation text" content="#808080"/>
  70. <meta name="color:button 1" content="#778899"/>
  71. <meta name="color:button 2" content="#778899"/>
  72. <meta name="color:button 3" content="#778899"/>
  73. <meta name="color:button 4" content="#778899"/>
  74. <meta name="color:button 5" content="#778899"/>
  75. <meta name="color:button 6" content="#778899"/>
  76. <meta name="color:button 7" content="#778899"/>
  77. <meta name="color:button 8" content="#778899"/>
  78.  
  79. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  80.  
  81.  
  82. <style type="text/css">
  83. {CustomCSS}
  84. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:75px;}
  85.  
  86. ::-webkit-scrollbar {height:0px;width:4px;background-color:white;}
  87.  
  88.  
  89. iframe#tumblr_controls {
  90. right:3px !important;
  91. position: fixed !important;
  92. -webkit-transition: opacity 0.7s linear;
  93. opacity: 0.7;
  94. -webkit-transition: all 0.8s ease-out;
  95. -moz-transition: all 0.8s ease-out;
  96. transition: all 0.8s ease-out;
  97. }
  98.  
  99. iframe#tumblr_controls:hover {
  100. -webkit-transition: opacity 0.7s linear;
  101. opacity: 1;
  102. -webkit-transition: all 0.4s ease-out;
  103. -moz-transition: all 0.4s ease-out;
  104. transition: all 0.4s ease-out;
  105. }
  106.  
  107. body{
  108. background-image:url("{image:background}");
  109. background-color:{color:background};
  110. background-repeat:repeat;
  111. background-attachment:fixed;
  112. color:{color:text};
  113. font-family:trebuchet ms;
  114. font-size:9px;
  115. {block:ifcutecursor}cursor: url(http://static.tumblr.com/iuggpng/z55m1rsg6/cursor.png), progress !important;{/block:ifcutecursor}
  116. }
  117.  
  118. a, a:link, a:visited, a:active{
  119. color:{color:link};
  120. z-index:999;
  121. text-decoration:none;
  122. letter-spacing:1px;
  123. -webkit-transition: all 0.4s ease-out;
  124. -moz-transition: all 0.4s ease-out;
  125. transition: all 0.4s ease-out;
  126. }
  127.  
  128. a:hover {
  129. color:{color:link hover};
  130. text-decoration:none;
  131. {block:ifcutecursor} cursor: url(http://static.tumblr.com/iuggpng/z55m1rsg6/cursor.png), progress !important;{/block:ifcutecursor}
  132. -webkit-transition: all 0.4s ease-out;
  133. -moz-transition: all 0.4s ease-out;
  134. transition: all 0.4s ease-out;
  135. }
  136.  
  137.  
  138. #posts {
  139. overflow:auto;
  140. margin-top:10px;
  141. height:auto;
  142. margin-left:400px;
  143.  
  144. }
  145.  
  146. .posteu {
  147. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  148. {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  149. {block:if400pxposts}width:400px;{/block:if400pxposts}
  150. {block:if250pxposts}width:250px;{/block:if250pxposts}{/block:IndexPage}
  151. height:auto;
  152. padding:0px;
  153. margin-bottom:15px;
  154. border: 5px solid {color:posts bg};
  155. font-family:helvetica new;
  156. font-size:9px;
  157. z-index:999;
  158. color:{color:text};
  159. background-color:{color:posts bg};
  160. opacity:1;
  161. -webkit-transition: all 0.4s ease-out;
  162. -moz-transition: all 0.4s ease-out;
  163. transition: all 0.4s ease-out;
  164.  
  165.  
  166. }
  167.  
  168.  
  169. .title {
  170. font-family:consolas;
  171. font-weight:lighter;
  172. font-size:14px;
  173. line-height:16px;
  174. text-align:right;
  175. letter-spacing:3px;
  176. color:{color:post titles};
  177. text-transform:uppercase;
  178. }
  179.  
  180. .title a {
  181. color:{color:post titles};
  182. }
  183.  
  184. .texts, .chat, .link, .quote, .audio{
  185. font-family:lucida console;
  186. font-size:9px;
  187. line-height:15px;
  188. margin-bottom:5px;
  189. margin-top:5px;
  190. color:{color:text};
  191. padding:0px;
  192. letter-spacing:0px;
  193. }
  194.  
  195. img, a img {
  196. opacity:.9;
  197. }
  198.  
  199. .posteu img, .posteu a img {
  200. opacity:.7;
  201. -webkit-transition: all 0.4s ease-out;
  202. -moz-transition: all 0.4s ease-out;
  203. transition: all 0.4s ease-out;
  204. }
  205.  
  206. {block:ifimageopacity}.posteu img:hover, .posteu a img:hover {
  207. opacity:1;
  208. -webkit-transition: all 0.4s ease-out;
  209. -moz-transition: all 0.4s ease-out;
  210. transition: all 0.4s ease-out;
  211. }
  212. {/block:ifimageopacity}
  213.  
  214. #perm {
  215. font-family:consolas;
  216. font-size:8px;
  217. text-align:right;
  218. background-color:{color:perm bg};
  219. padding:3px;
  220. position:absolute;
  221. margin-top:-40px;
  222. margin-left:-10px;
  223. letter-spacing:1px;
  224. color:{color:perm text};
  225. width:20px;
  226. opacity:0;
  227. text-transform:uppercase;
  228. -webkit-transition: all 0.8s ease-out;
  229. -moz-transition: all 0.8s ease-out;
  230. transition: all 0.8s ease-out;
  231. }
  232.  
  233. #perm a {
  234. color:{color:perm text};
  235. }
  236.  
  237. #inpiniteu {
  238. {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  239. {block:if400pxposts}width:400px;{/block:if400pxposts}
  240. {block:if250pxposts}width:250px;{/block:if250pxposts}{/block:IndexPage}
  241. -webkit-transition: all 0.8s ease-out;
  242. -moz-transition: all 0.8s ease-out;
  243. transition: all 0.8s ease-out;
  244.  
  245. }
  246.  
  247. {block:IndexPage}#inpiniteu:hover #perm {
  248. {block:IndexPage}{block:if500pxposts}width:495px;{/block:if500pxposts}
  249. {block:if400pxposts}width:395px;{/block:if400pxposts}
  250. {block:if250pxposts}width:245px;{/block:if250pxposts}{/block:IndexPage}
  251. {block:IndexPage}opacity:1;{/block:IndexPage}
  252. -webkit-transition: all 0.8s ease-out;
  253. -moz-transition: all 0.8s ease-out;
  254. transition: all 0.8s ease-out;
  255. }
  256. {/block:IndexPage}
  257.  
  258. #permalink {
  259. display:block;
  260. width:500px;
  261. padding:5px;
  262. height:auto;
  263. background-color:{color:posts bg};
  264. color:{color:text};
  265. }
  266.  
  267. #taemin {
  268. display:block;
  269. background-color:{color:posts bg};
  270. width:500px;
  271. padding:0px;
  272. }
  273. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  274.  
  275. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  276.  
  277. @font-face {font-family: "bree";src: url('http://static.tumblr.com/iuggpng/bYRm2w6dy/bree.ttf');}
  278.  
  279.  
  280. #eunhyuk {
  281. opacity:1;
  282. position:fixed;
  283. left:250px;
  284. background-color:transparent;
  285. height:auto;
  286. top:200px;
  287. padding:5px;
  288. text-align:right;
  289. font-family:tinytots;
  290. font-size:8px;
  291. letter-spacing:0px;
  292. text-transform:uppercase;
  293. color:{color:desc text};
  294. width:170px;
  295. z-index:10;
  296. }
  297.  
  298. #links {
  299. position:absolute;
  300. margin-top:130px;
  301. }
  302.  
  303. #links:hover #names {
  304. opacity:1;
  305. }
  306.  
  307. #names {
  308. opacity:0;
  309. padding:2px;
  310. letter-spacing:2px;
  311. position:absolute;
  312. color:{color:navigation text};
  313. margin-top:-155px;
  314. margin-left:-170px;
  315. font-family:consolas;
  316. font-size:8px;
  317. max-width:50px;
  318. height:auto;
  319. text-transform:uppercase;
  320. background-color:{color:navigation text bg};
  321. -webkit-transition: all 0.4s ease-out;
  322. -moz-transition: all 0.4s ease-out;
  323. transition: all 0.4s ease-out;
  324. }
  325.  
  326. #navi {
  327. padding:2px;
  328. letter-spacing:2px;
  329. position:absolute;
  330. color:{color:navigation text};
  331. padding-left:10px;
  332. margin-top:0px;
  333. margin-left:110px;
  334. font-family:consolas;
  335. font-size:8px;
  336. max-width:70px;
  337. height:auto;
  338. text-transform:uppercase;
  339. background-color:#FFF;
  340. -webkit-transition: all 0.4s ease-out;
  341. -moz-transition: all 0.4s ease-out;
  342. transition: all 0.4s ease-out;
  343. }
  344.  
  345.  
  346. #link1 {
  347. width:15px;
  348. height:15px;
  349. position:absolute;
  350. background-color:{color:button 1};
  351. color:{color:button 1};
  352. margin-top:-130px;
  353. margin-left:-200px;
  354. overflow:hidden;
  355. }
  356.  
  357. #link2 {
  358. width:15px;
  359. height:15px;
  360. position:absolute;
  361. background-color:{color:button 2};
  362. color:{color:button 2};
  363. margin-top:-110px;
  364. margin-left:-200px;
  365. overflow:hidden;
  366. }
  367.  
  368. #link3 {
  369. width:15px;
  370. height:15px;
  371. position:absolute;
  372. background-color:{color:button 3};
  373. color:{color:button 3};
  374. margin-top:-90px;
  375. margin-left:-200px;
  376. overflow:hidden;
  377. }
  378.  
  379. #link4 {
  380. width:15px;
  381. height:15px;
  382. position:absolute;
  383. background-color:{color:button 4};
  384. color:{color:button 4};
  385. margin-top:-70px;
  386. margin-left:-200px;
  387. overflow:hidden;
  388. }
  389.  
  390. #link5 {
  391. width:15px;
  392. height:15px;
  393. position:absolute;
  394. background-color:{color:button 5};
  395. color:{color:button 5};
  396. margin-top:30px;
  397. margin-left:5px;
  398. overflow:hidden;
  399. }
  400.  
  401. #link6 {
  402. width:15px;
  403. height:15px;
  404. position:absolute;
  405. background-color:{color:button 6};
  406. color:{color:button 6};
  407. margin-top:50px;
  408. margin-left:5px;
  409. overflow:hidden;
  410. }
  411.  
  412. #link7 {
  413. width:15px;
  414. height:15px;
  415. position:absolute;
  416. background-color:{color:button 7};
  417. color:{color:button 7};
  418. margin-top:70px;
  419. margin-left:5px;
  420. overflow:hidden;
  421. }
  422.  
  423.  
  424. #link8 {
  425. width:15px;
  426. height:15px;
  427. position:absolute;
  428. background-color:{color:button 8};
  429. color:{color:button 8};
  430. margin-top:90px;
  431. margin-left:5px;
  432. overflow:hidden;
  433. }
  434.  
  435. #desc {
  436. font-family:arial;
  437. text-transform:none;
  438. font-size:8px;
  439. color:{color:desc text};
  440. text-align:right;
  441. margin-top:10px;
  442. }
  443.  
  444. #heechul {
  445. position:fixed;
  446. top:200px;
  447. {block:PermalinkPage}left:940px;{/block:PermalinkPage}
  448. {block:IndexPage}{block:if500pxposts}left:940px;;{/block:if500pxposts}
  449. {block:if400pxposts}left:840px;{/block:if400pxposts}
  450. {block:if250pxposts}left:690px;{/block:if250pxposts}{/block:IndexPage}
  451. width:170px;
  452. }
  453.  
  454. #minho {
  455. position:fixed;
  456. top:200px;
  457. left:80px;
  458. width:170px;
  459. }
  460.  
  461.  
  462. li, ul {
  463. list-style: hiragana;
  464. margin-left: 5px;
  465. }
  466.  
  467.  
  468. #pag {
  469. top:400px;
  470. left:10px;
  471. width:200px;
  472. text-align:center;
  473. position:fixed;
  474. background-color:transparent;
  475. }
  476.  
  477.  
  478. </style>
  479.  
  480. <script type="text/javascript"
  481. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  482. </script>
  483. <script type="text/javascript" language="javascript">
  484. $(function () {
  485. $('#scrlBotm').click(function () {
  486. $('html, body').animate({
  487. scrollTop: $(document).height()
  488. },
  489. 1500);
  490. return false;
  491. });
  492.  
  493. $('#scrlTop').click(function () {
  494. $('html, body').animate({
  495. scrollTop: '0px'
  496. },
  497. 1500);
  498. return false;
  499. });
  500. });
  501. </script>
  502.  
  503.  
  504. </head>
  505. <body>
  506.  
  507.  
  508.  
  509. <div id="minho"><a href="/"><img src="{image:left sidebar}" width="170px"></a>
  510. <center><div style="font-size:15px; font-family:consolas; text-transform:lowercase; margin-bottom:3px; color:{color:title};">{Title}</div></center>
  511. <div id="desc">
  512. {Description}
  513.  
  514. {block:ifnotinfinitescrolling}
  515. <br><br><center>{block:Pagination}<center> {block:PreviousPage}<a href="{PreviousPage}">◀</a> {/block:PreviousPage} {block:JumpPagination length="5"} {block:CurrentPage} <span class="current_page">{PageNumber}</span> {/block:CurrentPage} {block:JumpPage} <a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage} {/block:JumpPagination} {block:NextPage} <a href="{NextPage}">▶</a> {/block:NextPage}</center> {/block:Pagination}</center>{/block:ifnotinfinitescrolling}
  516. </div>
  517. </div>
  518.  
  519.  
  520. {block:ifinfinitescrolling}<a id="scrlTop" title="fly up !" href="#" style="position: fixed; bottom: 5px; left: 360px;"><font size="7px">☼</font></a>
  521. {/block:ifinfinitescrolling}
  522.  
  523. <div id="eunhyuk">
  524. <div id="navi"></div>
  525. <div id="links"><a href="/" id="link1">index</a> <div id="names">index</div></div>
  526. <div id="links"><a href="/ask" id="link2">message</a><div id="names">message</div></div>
  527. <div id="links"><a href="http://st-uckinreverse.tumblr.com" target="new" id="link4">theme</a><div id="names">theme</div></div>
  528. <div id="links"><a href="/archive" id="link3">history</a><div id="names">history</div></div>
  529.  
  530. {block:iflink1}<div id="links"><a href="{text:link 1 url}" id="link5">{text:link 1}</a><div id="names">{text:link 1}</div></div>{/block:iflink1}
  531.  
  532. {block:iflink2}<div id="links"><a href="{text:link 2 url}" id="link6">{text:link 2}</a><div id="names">{text:link 2}</div></div>{/block:iflink2}
  533.  
  534. <div id="links"><a href="{text:link 3 url}" id="link7">{text:link 3}</a>{block:iflink3}<div id="names">{text:link 3}</div>{/block:iflink3}</div>
  535.  
  536. {block:iflink4}<div id="links"><a href="{text:link 4}" id="link8">{text:link 4}</a><div id="names">{text:link 4}</div></div>{/block:iflink4}
  537.  
  538.  
  539. </div>
  540.  
  541.  
  542.  
  543.  
  544. <div id="posts">
  545. {block:ifinfinitescrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}{block:Posts}
  546.  
  547. <div id="inpiniteu">
  548.  
  549. {block:Text}
  550. <div class="posteu">
  551. <div class="texts">
  552. {block:Title}
  553. <div class="title"><a href="{Permalink}">{Title}</a></div>
  554. {/block:Title}
  555.  
  556. {Body}
  557.  
  558. </div></div>
  559. <div id="perm"><a href="{Permalink}">Posted with {NoteCountWithLabel}</a></div>
  560. {/block:Text}
  561.  
  562. {block:Photo}<div class="posteu">
  563. <a href="{Permalink}"><img class="photo"
  564. {block:IndexPage}{block:if500pxposts}src="{PhotoURL-500}"{/block:if500pxposts}
  565. {block:if400pxposts}src="{PhotoURL-500}" width="400px"{/block:if400pxposts}
  566. {block:if250pxposts}src="{PhotoURL-250}"{/block:if250pxposts}
  567. {/block:IndexPage} {block:PermalinkPage}src="{PhotoURL-500}"{/block:PermalinkPage}
  568. alt="{PhotoAlt}"/></a>
  569.  
  570. {block:PermalinkPage}{block:Caption}
  571. {Caption}
  572. {/block:Caption}{/block:PermalinkPage}
  573. </div>
  574. <div id="perm"><a href="{Permalink}">Posted with {NoteCountWithLabel}</a></div>
  575. {/block:Photo}
  576.  
  577. {block:Photoset}<div class="posteu">
  578. <div class="photoset">
  579. <a href="{Permalink}">
  580. {block:IndexPage}{block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  581. {block:if400pxposts}{Photoset-400}{/block:if400pxposts}
  582. {block:if250pxposts}{Photoset-250}{/block:if250pxposts}
  583. {/block:IndexPage}
  584. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  585. </a>
  586.  
  587. {block:PermalinkPage}{block:Caption}
  588. {Caption}
  589. {/block:Caption}{/block:PermalinkPage}
  590. </div>
  591. </div>
  592. <div id="perm"><a href="{Permalink}">Posted with {NoteCountWithLabel}</a></div>
  593. {/block:Photoset}
  594.  
  595. {block:Quote}<div class="posteu">
  596. <div class="quote">
  597. " {Quote} "
  598.  
  599. {block:Source}
  600. <div class="source">- {Source}</div>
  601. {/block:Source}
  602.  
  603. </div></div>
  604. <div id="perm"><a href="{Permalink}">Posted with {NoteCountWithLabel}</a></div>
  605. {/block:Quote}
  606.  
  607. {block:Link}<div class="posteu">
  608. <div class="link">
  609. <a href="{URL}" class="link" {Target}>{Name}</a>
  610.  
  611. {block:Description}
  612. <div class="description">{Description}</div>
  613. {/block:Description}
  614. </div></div>
  615. <div id="perm"><a href="{Permalink}">Posted with {NoteCountWithLabel}</a></div>
  616. {/block:Link}
  617.  
  618. {block:Chat}<div class="posteu">
  619. <div class="post chat">
  620. {block:Title}
  621. <h3><a href="{Permalink}">{Title}</a></h3>
  622. {/block:Title}
  623.  
  624. <div class="chat">
  625. {block:Lines}
  626. <div class="{Alt} user_{UserNumber}">
  627. {block:Label}
  628. <span class="label">{Label}</span>
  629. {/block:Label}
  630.  
  631. {Line}
  632. </div>
  633. {/block:Lines}
  634. </div>
  635. </div>
  636. </div>
  637. <div id="perm"><a href="{Permalink}">Posted with {NoteCountWithLabel}</a></div>
  638. {/block:Chat}
  639.  
  640. {block:Video}<div class="posteu">
  641. <div class="video">
  642. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  643. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  644. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  645. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  646.  
  647. {block:PermalinkPage}{block:Caption}
  648. <div class="caption">{Caption}</div>
  649. {/block:Caption}{/block:PermalinkPage}
  650. </div></div>
  651. <div id="perm"><a href="{Permalink}">Posted with {NoteCountWithLabel}</a></div>
  652. {/block:Video}
  653.  
  654. {block:Audio}<div class="posteu">
  655. <div class="audio">
  656. <center>{AudioPlayerBlack}
  657.  
  658.  
  659. {block:Caption}
  660. <div class="caption">{Caption}</div>
  661. {/block:Caption}</center>
  662. </div></div>
  663. <div id="perm"><a href="{Permalink}">Posted with {NoteCountWithLabel}</a></div>
  664. {/block:Audio}
  665.  
  666. {block:PermalinkPage}
  667. <div id="permalink">
  668. <center>Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}{block:RebloggedFrom} (via <a href="{ReblogParentURL}">{ReblogParentName}</a> , org. <a href="{ReblogRootURL}">{ReblogRootName}</a> ){/block:RebloggedFrom}
  669. <div>
  670. {block:HasTags}tagged :{block:Tags}
  671. &#160<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</center>
  672. <div id="taemin">{PostNotes}</div></div></div> {/block:PermalinkPage}
  673. </div>
  674. {/block:Posts}
  675. </div>{block:ifinfinitescrolling}</div>{/block:ifinfinitescrolling}
  676.  
  677. </body>
  678. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement