Advertisement
Ditasaur

Yoora Ver.2 Monochrome

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