Advertisement
Ditasaur

Cheonguk Theme

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