Advertisement
Ditasaur

Maerani Ver.2 Theme

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