Advertisement
onediewreckshun

29 - clarity - http://kimsjongin.tumblr.com

Jun 19th, 2013
1,060
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.00 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.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{title}</title>
  7.  
  8. <link rel="shortcut icon" href="{favicon}" />
  9.  
  10.  
  11. <meta name="color:text" content="#9a9a9a"/>
  12. <meta name="color:sidebarlinks" content="#555"/>
  13. <meta name="color:sidebarlinkshover" content="#000"/>
  14. <meta name="color:descriptiontext" content="#555"/>
  15. <meta name="color:links" content="#bbb"/>
  16. <meta name="color:linkshover" content="#e9e7e7"/>
  17. <meta name="color:tags" content="#ddd"/>
  18. <meta name="color:tagshover" content="#999"/>
  19. <meta name="color:info" content="#999"/>
  20. <meta name="color:infohover" content="#000"/>
  21. <meta name="color:textselect" content="#9a9a9a"/>
  22. <meta name="color:background" content="#fff"/>
  23. <meta name="color:tooltiptext" content="#fff"/>
  24. <meta name="color:tooltipborder" content="#fff"/>
  25. <meta name="color:tooltipbg" content="#555"/>
  26.  
  27. <meta name="text:link1text" content="01." />
  28. <meta name="text:link1title" content="link title" />
  29. <meta name="text:link1url" content="/" />
  30. <meta name="text:link2text" content="02." />
  31. <meta name="text:link2title" content="link title" />
  32. <meta name="text:link2url" content="/" />
  33. <meta name="text:link3text" content="03." />
  34. <meta name="text:link3title" content="link title" />
  35. <meta name="text:link3url" content="/" />
  36. <meta name="text:link4text" content="04." />
  37. <meta name="text:link4title" content="link title" />
  38. <meta name="text:link4url" content="/" />
  39.  
  40. <meta name="color:scrollbar" content="#ddd"/>
  41.  
  42. <meta name="if:tiny cursor" content="1"/>
  43.  
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  45.  
  46. <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
  47.  
  48. <script type="text/javascript" src="http://static.tumblr.com/gyoju49/uF2mjkhe3/layoutcomponent.txt"></script>
  49.  
  50. <meta name="description" content="" />
  51.  
  52. <!--
  53.       
  54. ┊   ┊ ┊
  55. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  56. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  57. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  58.  
  59. ᴛʜᴇᴍᴇ 29 | ᴄʟᴀʀɪᴛʏ | ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ)
  60. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ!
  61.  
  62. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  63. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  64. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  65. ┊ ┊ ┊
  66.  
  67. -->
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. {block:iftinycursor}
  74. body, a, a:hover{
  75. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  76. }
  77. {/block:iftinycursor}
  78.  
  79. @font-face {font-family: "meem";
  80. src: url('http://static.tumblr.com/gs9d5ab/Rj8m7debq/websymbols-regular-webfont.ttf');}
  81.  
  82. #audio {
  83. margin-bottom:5px;
  84. width:500px;
  85. height:105px;
  86. }
  87.  
  88. .albumart {
  89. width:100px;
  90. height:100px;
  91. position:absolute;
  92. }
  93.  
  94. .albumart img {
  95. width:100px;
  96. height:100px;
  97. float:left;
  98. }
  99.  
  100. .playercontainer {
  101. opacity: .2;
  102. display:block;
  103. width:100px;
  104. height:100px;
  105. background-color:white;
  106. position:absolute;
  107. -webkit-transition:all 0.5s ease-in-out;
  108. -moz-transition:all 0.5s ease-in-out;
  109. -o-transition:all 0.5s ease-in-out;
  110. -ms-transition: all 0.5s ease-in-out;
  111. transition:all 0.5s ease-in-out;
  112. }
  113.  
  114. .playercontainer:hover {
  115. opacity:.7;
  116. position:absolute;
  117. -webkit-transition:all 0.5s ease-in-out;
  118. -moz-transition:all 0.5s ease-in-out;
  119. -o-transition:all 0.5s ease-in-out;
  120. -ms-transition: all 0.5s ease-in-out;
  121. transition:all 0.5s ease-in-out;
  122. }
  123.  
  124. .player {
  125. margin-left:36px;
  126. margin-top:36px;
  127. width:25px;
  128. height:25px;
  129. overflow:hidden;
  130. position:absolute;
  131. background-color:white;
  132. }
  133.  
  134. .audioinfo {
  135. margin-left:110px;
  136. float:left;
  137. color:{color:Text};
  138. width:386px;
  139. padding:2px;
  140. margin-top:3px;
  141. }
  142.  
  143. #info {
  144. color:{color:text};
  145. width:490px;
  146. font-family:calibri;
  147. text-transform:uppercase;
  148. letter-spacing:0px;
  149. font-size: 8px;
  150. line-height:120%;
  151. text-align:center;
  152. margin-top:2px;
  153. letter-spacing:1px;
  154. padding:5px;
  155. padding-bottom:5px;
  156. -webkit-transition-duration:0.5s;
  157. }
  158.  
  159. #info a{
  160. color:{color:info};
  161. border:0px;
  162. width:490px;
  163. font-family:calibri;
  164. letter-spacing:0px;
  165. font-size: 8px;
  166. line-height:120%;
  167. text-align:center;
  168. letter-spacing:1px;
  169. -moz-transition-duration:0.5s;
  170. -webkit-transition-duration:0.5s;
  171. -o-transition-duration:0.5s;
  172. }
  173.  
  174. #info a:hover{
  175. color:{color:infohover};
  176. border-bottom:0px solid #fff;
  177. width:490px;
  178. letter-spacing:0px;
  179. font-size: 8px;
  180. line-height:120%;
  181. text-align:center;
  182. margin-top:2px;
  183. letter-spacing:1px;
  184. -moz-transition-duration:0.5s;
  185. -webkit-transition-duration:0.5s;
  186. -o-transition-duration:0.5s;
  187. }
  188.  
  189. #tags a {
  190. color:{color:tags};
  191. font-family:calibri;
  192. border:0px;
  193. text-shadow:0px 0px 0px;
  194. text-transform:lowercase;
  195. padding-top:1px;
  196. padding-bottom:2px;
  197. padding-left:4px;
  198. padding-right:3px;
  199. margin:0px 2px 0px;
  200. font-size:8px;
  201. -moz-transition-duration:0.9s;
  202. -webkit-transition-duration:0.9s;
  203. -o-transition-duration:0.9s;
  204. }
  205.  
  206. #tags a:hover {
  207. border:0px;
  208. background-color:#fff;
  209. color:{color:tagshover};
  210. font-size:8px;
  211. -moz-transition-duration:0.7s;
  212. -webkit-transition-duration:0.7s;
  213. -o-transition-duration:0.7s;
  214. }
  215.  
  216. ::-moz-selection {
  217. background-color: {color:textselect};
  218. color: #fff;
  219. }
  220.  
  221. ::selection {
  222. background-color: {color:textselect};
  223. color: #fff;
  224. }
  225.  
  226.  
  227.  
  228.  
  229. iframe#tumblr_controls {
  230. margin-top:5px;
  231. margin-right:6px;
  232. z-index: 99999999;
  233. right:122px !important;
  234. position: fixed !important;
  235. opacity: 0.7;
  236. -webkit-transition: opacity 0.7s linear;
  237. -webkit-transition: all 0.8s ease-out;
  238. -moz-transition: all 0.8s ease-out;
  239. transition: all 0.8s ease-out;
  240. -webkit-filter: invert(100%)brightness(.2);
  241. }
  242.  
  243. iframe#tumblr_controls:hover{
  244. -webkit-filter: invert(100%)brightness(.2);
  245. -webkit-transition: opacity 0.7s linear;
  246. opacity: 1;
  247. -webkit-transition: all 0.4s ease-out;
  248. -moz-transition: all 0.4s ease-out;
  249. transition: all 0.4s ease-out;
  250. }
  251.  
  252. iframe#tumblr_controls {
  253. top: 0% !important;
  254. right:0% !important;
  255. position: fixed !important;
  256. }
  257.  
  258. ::-webkit-scrollbar-thumb{
  259. background-color: {color:scrollbar};
  260. height:auto;
  261. }
  262.  
  263. ::-webkit-scrollbar {
  264. height:4px;
  265. width:4px;
  266. background-color: #fff;
  267. }
  268.  
  269.  
  270.  
  271. body {
  272. background:{color:bg};
  273. margin:0px;
  274. color:{color:text};
  275. font-family:baskerville;
  276. font-size:9px;
  277. line-height:100%;
  278. background:url('http://assets.tumblr.com/images/x.gif');
  279. }
  280.  
  281. a {
  282. color: {color:links}; text-decoration:none;
  283. -moz-transition-duration:0.5s;
  284. -webkit-transition-duration:0.5s;
  285. -o-transition-duration:0.5s;}
  286. a:hover{
  287. color:{color:linkshover};
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. #entries {
  294. letter-spacing:1px;
  295. text-align:left;
  296. padding:10px;
  297. width:500px;
  298. margin-left:500px;
  299. margin-top:60px;
  300. }
  301.  
  302. #post {
  303. width:500px;
  304. padding-bottom:20px;
  305. }
  306.  
  307. #asker {
  308. margin-top:-5px;
  309. float:left;
  310. margin-right:10px;
  311. }
  312.  
  313. img {
  314. border:none;
  315. }
  316.  
  317. blockquote {
  318. margin-left:10px;
  319. padding-left:10px;
  320. border-left:1px solid #eee;
  321. }
  322.  
  323.  
  324. h1 {
  325. font-family:calibri;
  326. font-weight:normal;
  327. font-size:11px;
  328. text-align:center;
  329. font-style:normal;
  330. letter-spacing:1px;
  331. text-transform:uppercase;
  332. color:{color:text};
  333. }
  334.  
  335. h2 {
  336. font-family:calibri;
  337. font-size:15px;
  338. text-align:center;
  339. line-height:70%;
  340. letter-spacing:-0.5px;
  341. color:{color:text};
  342. font-style:italic;
  343. font-weight:normal;
  344. }
  345.  
  346. h3 {
  347. font-family:calibri;
  348. font-size:9px;
  349. text-align:center;
  350. font-style:normal;
  351. line-height:120%;
  352. letter-spacing:1px;
  353. text-transform:uppercase;
  354. color:{color:text};
  355. }
  356.  
  357. h4 {
  358. font-size:9px;
  359. text-align:center;
  360. font-style:normal;
  361. line-height:120%;
  362. letter-spacing:-0.5px;
  363. color:{color:text};
  364. }
  365.  
  366. iframe#tumblr_controls {
  367. right:3px !important;
  368. position: fixed !important;
  369. opacity: 0.5;
  370. -webkit-transition: opacity 0.7s linear;
  371. -webkit-transition: all 0.8s ease-out;
  372. -moz-transition: all 0.8s ease-out;
  373. transition: all 0.8s ease-out;
  374. -webkit-filter: invert(100%)brightness(.2);
  375. }
  376.  
  377. iframe#tumblr_controls:hover{
  378. -webkit-transition: opacity 0.7s linear;
  379. opacity: 1;
  380. -webkit-transition: all 0.4s ease-out;
  381. -moz-transition: all 0.4s ease-out;
  382. transition: all 0.4s ease-out;
  383. }
  384.  
  385. iframe#tumblr_controls {
  386. top: 0% !important;
  387. right:0% !important;
  388. position: fixed !important;
  389. }
  390.  
  391. #asker {
  392. float:left;
  393. margin-right:10px;
  394. }
  395.  
  396. #container a{
  397. color:{color:background};
  398. }
  399.  
  400. #kanye {
  401. line-height:100%;
  402. position:fixed;
  403. font-size:10px;
  404. width:70px;
  405. height:20px;
  406. font-family:calibri;
  407. letter-spacing:1px;
  408. padding-bottom:4px;
  409. padding-right:4px;
  410. bottom:0;
  411. right:0;
  412. z-index:12;
  413. }
  414.  
  415. #kanye .ville a {
  416. color:#9a9a9a;
  417. }
  418.  
  419. #kanye .basker {
  420. color:#9a9a9a;
  421. opacity:1.0;
  422. padding:1px 3px 2px 3px;
  423. margin-top:00px;
  424. margin-left:29px;
  425. text-align:center;
  426. overflow:hidden;
  427. position: absolute;
  428. background:#fff;
  429. font-size:10px;
  430. text-transform:uppercase;
  431. z-index:100;
  432. -webkit-transition: opacity 0.5s linear;
  433. -webkit-transition: all 0.5s linear;
  434. -moz-transition: all 0.5s linear;
  435. transition: all 0.5s linear;
  436. border:1px solid #ece4e4;
  437. }
  438.  
  439. #kanye:hover .basker{
  440. opacity:0;
  441. transition: all 0.5s linear;
  442. -webkit-transition: opacity 0.5s linear;
  443. -webkit-transition: all 0.5s linear;
  444. -moz-transition: all 0.5s linear;
  445. }
  446.  
  447. #kanye .ville{
  448. color:#9a9a9a;
  449. background:#fff;
  450. margin-top:100px;
  451. margin-top:0px;
  452. padding:1px 4px 2px 5px;
  453. margin-left:29px;
  454. font-size:10px;
  455. text-align:left;
  456. text-transform:uppercase;
  457. opacity:0;
  458. overflow:hidden;
  459. position: absolute;
  460. -webkit-transition: opacity 0.5s linear;
  461. -webkit-transition: all 0.5s linear;
  462. -moz-transition: all 0.5s linear;
  463. transition: all 0.5s linear;
  464. z-index:1200;
  465. border:1px solid #ece4e4;
  466. }
  467.  
  468. #kanye:hover .ville{
  469. opacity:1;
  470. margin-bottom:14px;
  471. transition: all 0.5s linear;
  472. -webkit-transition: opacity 0.5s linear;
  473. -webkit-transition: all 0.5s linear;
  474. -moz-transition: all 0.5s linear;
  475. }
  476.  
  477. #s-m-t-tooltip{
  478. font-size: 8px;
  479. max-width:300px;
  480. padding:3px 3px 2px 4px;
  481. margin:20px 0px 0px 20px;
  482. z-index:10;
  483. background-color:{color:tooltipbg};
  484. border:1px solid {color:tooltipborder};
  485. font-family:calibri;
  486. letter-spacing:3px;
  487. text-transform:uppercase;
  488. color:{color:tooltiptext};
  489. z-index:999999999999999999999999999999999999;
  490. }
  491.  
  492. #sidebar {
  493. color:#9b9b9b;
  494. position:fixed;
  495. width:130px;
  496. height:auto;
  497. margin-left:30px;
  498. margin-top:170px;
  499. text-align:left;
  500. }
  501.  
  502. #sidebar img {
  503. width:110px;
  504. height:auto;
  505. margin-bottom:2px;
  506. margin-left: 9px;
  507. }
  508.  
  509. #links {
  510. opacity:1;
  511. z-index:99999999999999;
  512. margin-top:-180px;
  513. margin-left:108px;
  514. position:fixed;
  515. padding-bottom:5px;
  516. -webkit-transition: opacity 0.5s linear;
  517. -webkit-transition: all 0.5s linear;
  518. -moz-transition: all 0.5s linear;
  519. }
  520.  
  521. #links a {
  522. color:#000;
  523. font-family:baskerville;
  524. padding:2px 5px 2px 5px;
  525. line-height:18px;
  526. font-size:14px;
  527. font-weight:normal;
  528. text-align:center;
  529. letter-spacing:2px;
  530. -webkit-transition: opacity 0.5s linear;
  531. -webkit-transition: all 0.5s linear;
  532. -moz-transition: all 0.5s linear;
  533. }
  534.  
  535. #links a:hover {
  536. font-style:italic;
  537. color:#000;
  538. background:#fff;
  539. -webkit-transition: opacity 0.5s linear;
  540. -webkit-transition: all 0.5s linear;
  541. -moz-transition: all 0.5s linear;
  542. }
  543.  
  544. .desc {
  545. color:{color:descriptiontext};
  546. border:0px solid #ddd;
  547. width:135px;
  548. overflow:hidden;
  549. opacity:1;
  550. margin-left:110px;
  551. margin-top:-160px;
  552. font-size:14px;
  553. position:fixed;
  554. font-family: times;
  555. font-style:italic;
  556. text-transform:lowercase;
  557. text-align:left;
  558. letter-spacing:1px;
  559. line-height:170%;
  560. z-index:9;
  561. -webkit-transition: opacity 0.5s linear;
  562. -webkit-transition: all 0.5s linear;
  563. -moz-transition: all 0.5s linear;
  564. }
  565.  
  566. .desc a {
  567. color:{color:descriptiontext};
  568. }
  569.  
  570. .pagi {
  571. font-size:7px;
  572. width: 135px;
  573. text-transform:uppercase;
  574. letter-spacing:3px;
  575. font-style:normal;
  576. text-align:center;
  577. }
  578.  
  579. .pagi a {
  580. color:#888787;
  581. }
  582.  
  583. #black img{
  584. width: 300px;
  585. position:fixed;
  586. height: auto;
  587. margin-top: -310px;
  588. opacity: 1;
  589. margin-left: 10px;
  590. z-index:8;
  591. display:block;
  592. }
  593.  
  594.  
  595. </style>
  596.  
  597. </head>
  598.  
  599. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  600.  
  601. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  602.  
  603. <script>
  604.  
  605. (function($){
  606.  
  607. $(document).ready(function(){
  608.  
  609. $("a[title]").style_my_tooltips({
  610.  
  611. tip_follows_cursor:true,
  612.  
  613. tip_delay_time:50,
  614.  
  615. tip_fade_speed:600,
  616.  
  617. attribute:"title"
  618.  
  619. });
  620.  
  621. });
  622.  
  623. })(jQuery);
  624.  
  625. </script>
  626.  
  627.  
  628. <script type="text/javascript"
  629. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  630.  
  631. <body>
  632.  
  633. <div id="sidebar">
  634. <img src="http://assets.tumblr.com/images/x.gif">
  635.  
  636. <div id="links">
  637.  
  638. <center>
  639.  
  640. <a href="{text:link1url}" title="{text:link1title}">{text:link1text}</a>
  641.  
  642. <a href="{text:link2url}" title="{text:link2title}">{text:link2text}</a>
  643.  
  644. <a href="{text:link3url}" title="{text:link3title}">{text:link3text}</a>
  645.  
  646. <a href="{text:link4url}" title="{text:link4title}">{text:link4text}</a>
  647.  
  648. </center>
  649.  
  650. </div>
  651.  
  652. <div class="desc">
  653.  
  654. {description}
  655. <div style="font-style:italic;font-size:12px;">
  656. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&larr;</a> &nbsp; {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}{/block:Pagination}
  657. </div>
  658. </div>
  659.  
  660. <div id="black">
  661. <img src="http://shop.starsunflowerstudio.com/download_nc/SSFS_CU_VINTAGE_ORNAMENTS_HENRY_VAN_DYKE%20(5).png">
  662. </div>
  663.  
  664. </div>
  665.  
  666. <div id="entries">
  667.  
  668.  
  669. {block:Posts}<div id="post">
  670.  
  671. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  672.  
  673. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  674.  
  675. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  676.  
  677. {block:Quote}<div style="text-align:center; font-size:12px;">{Quote}</div> {block:Source}<div style="text-align:center; font-size:10px;">{Source}</div><br>{/block:Source}{/block:Quote}
  678.  
  679. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  680.  
  681. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  682.  
  683. {block:Audio}
  684. <div id="audio">
  685. <div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>
  686.  
  687. {block:TrackName}<div class="audioinfo"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
  688. {block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  689. {block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}
  690. {block:PlayCount}<div class="audioinfo"><b>Played:</b> {FormattedPlayCount}times</div> {/block:PlayCount}
  691. </div>{block:Caption}{Caption}{/block:Caption}
  692. {/block:Audio}
  693.  
  694. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  695.  
  696.  
  697. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div><p align="left"><b><big>{Asker}</big> <small>asked:</small></b><br>{Question}</p><p align="left"><br><br><b><small>and the queen, ever so lovely, replied:</small></b>{Answer}</p>{/block:Answer}
  698.  
  699.  
  700. <div id="info">
  701. <br>
  702. {block:Date} <a href="{Permalink}">{TimeAgo}</a> / <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:Date} {block:RebloggedFrom} /
  703.  
  704. <a title="via" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom} / {block:ContentSource} <a title="source" href="{SourceURL}">{SourceLink}</a>{/block:ContentSource} / <a title="reblog" href="{ReblogURL}" target="_blank"><font face="meem">J</font></a></div> <p></p><div id="tags"><center>{block:HasTags}<font face="meem" color="#c9c2c2"><small>,</small></font>{block:Tags}<a title="#{Tag}"href="/tagged/{Tag}">#{Tag}</a> </small>{/block:Tags}{/block:HasTags}</center> </div></div>
  705.  
  706.  
  707. {block:PostNotes}<center><a href="http://kimsjongin.tumblr.com">ᴛʜᴇᴍᴇ&nbsp;ʙʏ&nbsp;ᴍᴇᴇᴍ</a></center><br><br><div id="notes">{PostNotes}{/block:PostNotes}<br>
  708.  
  709.  
  710. {/block:Posts}
  711.  
  712. </div>
  713.  
  714. </div>
  715.  
  716. <div id="kanye">
  717. <div class="basker">
  718. ᴛʜᴇᴍᴇ
  719. </div>
  720. <div class="ville">
  721. <a href="http://kimsjongin.tumblr.com/">ᴍᴇᴇᴍ</a>
  722. </div>
  723. </div>
  724.  
  725. </body>
  726.  
  727.  
  728. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement