Advertisement
onediewreckshun

34 - take me - http://kimsjongin.tumblr.com

Jul 10th, 2013
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{title}</title>
  4.  
  5. <link rel="shortcut icon" href="{favicon}" />
  6.  
  7. <meta name="color:text" content="#9a9a9a"/>
  8. <meta name="color:bg" content="#ffffff"/>
  9. <meta name="color:links" content="#bbbbbb"/>
  10. <meta name="color:linkshover" content="#e9e7e7"/>
  11. <meta name="color:description" content="#9a9a9a"/>
  12. <meta name="color:sidelinks" content="#555555"/>
  13. <meta name="color:sidelinkshover" content="#4a4a4a"/>
  14. <meta name="color:sidebarborder" content="#eeeeee"/>
  15. <meta name="color:sidebarborderhover" content="#bbbbbb"/>
  16. <meta name="color:sidebarbg" content="#fff"/>
  17. <meta name="color:tags" content="#dddddd"/>
  18. <meta name="color:tagshover" content="#999999"/>
  19. <meta name="color:info" content="#999999"/>
  20. <meta name="color:infohover" content="#000000"/>
  21. <meta name="color:scrollbar" content="#dddddd"/>
  22. <meta name="color:scrollbarbg" content="#ffffff"/>
  23. <meta name="color:textselect" content="#999999"/>
  24.  
  25. <meta name="text:font" content="baskerville" />
  26. <meta name="text:fontsize" content="9px" />
  27.  
  28. <meta name="text:link1text" content="to the stars"/>
  29. <meta name="text:link1url" content="/"/>
  30. <meta name="text:link1title" content="message"/>
  31. <meta name="text:link2text" content="and we'll"/>
  32. <meta name="text:link2url" content="/"/>
  33. <meta name="text:link2title" content="navigation"/>
  34. <meta name="text:link3text" content="never"/>
  35. <meta name="text:link3url" content="/"/>
  36. <meta name="text:link3title" content="tags"/>
  37. <meta name="text:link4text" content="return"/>
  38. <meta name="text:link4url" content="/"/>
  39. <meta name="text:link4title" content="blogroll"/>
  40.  
  41. <meta name="if:updatesbar" content="1" />
  42. <meta name="if:updatestab" content="1" />
  43.  
  44. <meta name="if:hovertags" content="1" />
  45.  
  46. <meta name="if:tinycursor" content="1" />
  47.  
  48. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script> <script type="text/javascript" src="http://static.tumblr.com/gyoju49/uF2mjkhe3/layoutcomponent.txt"></script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
  49.  
  50. <!--
  51.       
  52. ┊   ┊ ┊
  53. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  54. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  55. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  56.  
  57. ᴛʜᴇᴍᴇ ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ)
  58. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ! ^_^
  59.  
  60. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  61. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  62. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  63. ┊ ┊ ┊
  64. -->
  65.  
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70. @font-face {font-family: "meem2";
  71. src: url('http://static.tumblr.com/gs9d5ab/Rj8m7debq/websymbols-regular-webfont.ttf');}
  72.  
  73. #audio {
  74. margin-bottom:5px;
  75. width:500px;
  76. height:105px;
  77. }
  78.  
  79. .albumart {
  80. width:100px;
  81. height:100px;
  82. position:absolute;
  83. }
  84.  
  85. .albumart img {
  86. width:100px;
  87. height:100px;
  88. float:left;
  89. }
  90.  
  91. .playercontainer {
  92. opacity: .2;
  93. display:block;
  94. width:100px;
  95. height:100px;
  96. background-color:white;
  97. position:absolute;
  98. -webkit-transition:all 0.5s ease-in-out;
  99. -moz-transition:all 0.5s ease-in-out;
  100. -o-transition:all 0.5s ease-in-out;
  101. -ms-transition: all 0.5s ease-in-out;
  102. transition:all 0.5s ease-in-out;
  103. }
  104.  
  105. .playercontainer:hover {
  106. opacity:.7;
  107. position:absolute;
  108. -webkit-transition:all 0.5s ease-in-out;
  109. -moz-transition:all 0.5s ease-in-out;
  110. -o-transition:all 0.5s ease-in-out;
  111. -ms-transition: all 0.5s ease-in-out;
  112. transition:all 0.5s ease-in-out;
  113. }
  114.  
  115. /* ᴛʜᴇᴍᴇ ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ) */
  116.  
  117. .player {
  118. margin-left:36px;
  119. margin-top:36px;
  120. width:25px;
  121. height:25px;
  122. overflow:hidden;
  123. position:absolute;
  124. background-color:white;
  125. }
  126.  
  127. .audioinfo {
  128. margin-left:110px;
  129. float:left;
  130. color:{color:Text};
  131. width:386px;
  132. padding:2px;
  133. margin-top:3px;
  134. }
  135.  
  136. #info {
  137. color:{color:text};
  138. width:490px;
  139. font-family:calibri;
  140. text-transform:uppercase;
  141. letter-spacing:0px;
  142. font-size: 8px;
  143. line-height:120%;
  144. text-align:center;
  145. margin-top:2px;
  146. letter-spacing:1px;
  147. padding:5px;
  148. padding-bottom:5px;
  149. -webkit-transition-duration:0.5s;
  150. }
  151.  
  152. {block:iftinycursor}
  153.  
  154. body, a, a:hover{
  155. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  156. }
  157.  
  158. {/block:iftinycursor}
  159.  
  160. #info a{
  161. color:{color:info};
  162. border:0px;
  163. width:490px;
  164. font-family:calibri;
  165. letter-spacing:0px;
  166. font-size: 8px;
  167. line-height:120%;
  168. text-align:center;
  169. letter-spacing:1px;
  170. -moz-transition-duration:0.5s;
  171. -webkit-transition-duration:0.5s;
  172. -o-transition-duration:0.5s;
  173. }
  174.  
  175. #info a:hover{
  176. color:{color:infohover};
  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. {block:ifhovertags}
  190.  
  191. #tags {
  192. opacity:0;
  193. margin-top:-10px;
  194. -moz-transition-duration:0.5s;
  195. -webkit-transition-duration:0.5s;
  196. -o-transition-duration:0.5s;
  197. }
  198.  
  199. #post:hover #tags {
  200. margin-top:5px;
  201. opacity:1;
  202. -moz-transition-duration:0.7s;
  203. -webkit-transition-duration:0.7s;
  204. -o-transition-duration:0.7s;
  205. }
  206. {/block:ifhovertags}
  207.  
  208. {block:ifnothovertags}
  209. #tags {
  210. margin-top:5px;
  211. opacity:1;
  212. -moz-transition-duration:0.5s;
  213. -webkit-transition-duration:0.5s;
  214. -o-transition-duration:0.5s;
  215. }
  216. {/block:ifnothovertags}
  217.  
  218.  
  219. #tags a {
  220. color:{color:tags};
  221. font-family:cambria;
  222. font-style:italic;
  223. border:0px;
  224. text-shadow:0px 0px 0px;
  225. text-transform:lowercase;
  226. padding-top:1px;
  227. padding-bottom:2px;
  228. padding-left:4px;
  229. padding-right:3px;
  230. margin:0px 2px 0px;
  231. font-size:8px;
  232. -moz-transition-duration:0.9s;
  233. -webkit-transition-duration:0.9s;
  234. -o-transition-duration:0.9s;
  235. }
  236.  
  237. #tags a:hover {
  238. color:{color:tagshover};
  239. font-size:8px;
  240. -moz-transition-duration:0.7s;
  241. -webkit-transition-duration:0.7s;
  242. -o-transition-duration:0.7s;
  243. }
  244.  
  245.  
  246. #ackles {
  247. line-height:100%;
  248. position:fixed;
  249. font-size:10px;
  250. width:70px;
  251. height:20px;
  252. font-family:calibri;
  253. letter-spacing:1px;
  254. padding-bottom:4px;
  255. padding-right:4px;
  256. bottom:0;
  257. right:0;
  258. z-index:12;
  259. }
  260.  
  261. #ackles .ville a {
  262. color:#9a9a9a;
  263. }
  264.  
  265. #ackles .dancy{
  266. color:#9a9a9a;
  267. opacity:1.0;
  268. padding:1px 3px 2px 3px;
  269. margin-top:00px;
  270. margin-left:29px;
  271. text-align:center;
  272. overflow:hidden;
  273. position: absolute;
  274. background:#fff;
  275. font-size:10px;
  276. text-transform:uppercase;
  277. z-index:100;
  278. -webkit-transition: opacity 0.5s linear;
  279. -webkit-transition: all 0.5s linear;
  280. -moz-transition: all 0.5s linear;
  281. transition: all 0.5s linear;
  282. border:1px solid #ece4e4;
  283. }
  284.  
  285. #ackles:hover .dancy{
  286. opacity:0;
  287. transition: all 0.5s linear;
  288. -webkit-transition: opacity 0.5s linear;
  289. -webkit-transition: all 0.5s linear;
  290. -moz-transition: all 0.5s linear;
  291. }
  292.  
  293. #ackles .ville{
  294. color:#9a9a9a;
  295. background:#fff;
  296. margin-top:100px;
  297. margin-top:0px;
  298. padding:1px 4px 2px 5px;
  299. margin-left:29px;
  300. font-size:10px;
  301. text-align:left;
  302. text-transform:uppercase;
  303. opacity:0;
  304. overflow:hidden;
  305. position: absolute;
  306. -webkit-transition: opacity 0.5s linear;
  307. -webkit-transition: all 0.5s linear;
  308. -moz-transition: all 0.5s linear;
  309. transition: all 0.5s linear;
  310. z-index:1200;
  311. border:1px solid #ece4e4;
  312. }
  313.  
  314. #ackles:hover .ville {
  315. opacity:1;
  316. margin-bottom:14px;
  317. transition: all 0.5s linear;
  318. -webkit-transition: opacity 0.5s linear;
  319. -webkit-transition: all 0.5s linear;
  320. -moz-transition: all 0.5s linear;
  321. }
  322.  
  323. ::-moz-selection {
  324. background: {color:textselect};
  325. color: #fff;
  326. }
  327.  
  328. ::selection {
  329. background: {color:textselect};
  330. color: #fff;
  331. }
  332.  
  333. ::-webkit-scrollbar-thumb{
  334. background: {color:scrollbar};
  335. height:auto;
  336. }
  337.  
  338. ::-webkit-scrollbar {
  339. height:4px;
  340. width:4px;
  341. background: {color:scrollbarbg};
  342. }
  343.  
  344. body {
  345. background:{color:bg};
  346. margin:0px;
  347. color:{color:text};
  348. font-family:{text:font};
  349. font-size:{text:fontsize};
  350. line-height:100%;
  351. }
  352.  
  353. a {
  354. color: {color:links}; text-decoration:none;
  355. -moz-transition-duration:0.5s;
  356. -webkit-transition-duration:0.5s;
  357. -o-transition-duration:0.5s;
  358. }
  359.  
  360. a:hover{
  361. color:{color:linkshover};
  362. -moz-transition-duration:0.5s;
  363. -webkit-transition-duration:0.5s;
  364. -o-transition-duration:0.5s;
  365. }
  366.  
  367. #entries {
  368. letter-spacing:1px;
  369. text-align:left;
  370. padding:10px;
  371. width:500px;
  372. margin-left:500px;
  373. margin-top:80px;
  374. }
  375.  
  376. #post {
  377. width:500px;
  378. padding-bottom:20px;
  379. }
  380.  
  381. #asker{
  382. font-family:georgia;
  383. font-style:italic;
  384. font-size:10px;
  385. text-align:center;
  386. }
  387.  
  388. img {
  389. border:none;
  390. }
  391.  
  392. blockquote {
  393. margin-left:5px;
  394. padding-left:5px;
  395. border-left:1px solid #eee;
  396. }
  397.  
  398. blockquote blockquote {
  399. margin-left:10px;
  400. padding-left:5px;
  401. border-left:1px solid #eee;
  402. }
  403.  
  404. h1 {
  405. font-weight:normal;
  406. font-size:11px;
  407. text-align:left;
  408. font-style:italic;
  409. letter-spacing:1px;
  410. text-transform:uppercase;
  411. color:{color:text};
  412. }
  413.  
  414. h2 {
  415. font-family:baskerville;
  416. font-size:15px;
  417. text-align:left;
  418. line-height:70%;
  419. letter-spacing:-0.5px;
  420. color:{color:text};
  421. font-style:italic;
  422. font-weight:normal;
  423. }
  424.  
  425. h3 {
  426. font-family:baskerville;
  427. font-size:9px;
  428. text-align:left;
  429. font-style:normal;
  430. font-weight:normal;
  431. line-height:120%;
  432. letter-spacing:1px;
  433. text-transform:uppercase;
  434. color:{color:text};
  435. }
  436.  
  437. h4 {
  438. font-size:9px;
  439. text-align:left;
  440. font-weight:normal;
  441. font-style:normal;
  442. line-height:120%;
  443. letter-spacing:-0.5px;
  444. color:{color:text};
  445. }
  446.  
  447. #s-m-t-tooltip {
  448. font-size: 8px;
  449. max-width:300px;
  450. padding:3px 3px 2px 4px;
  451. margin:20px 0px 0px 20px;
  452. z-index:10;
  453. background:{color:tooltipbg};
  454. border:1px solid {color:tooltipborder};
  455. font-family:calibri;
  456. letter-spacing:3px;
  457. text-transform:uppercase;
  458. color:{color:tooltiptext};
  459. z-index:999999999999999999999999999999999999;
  460. }
  461.  
  462. #words h1 {
  463. font-family:georgia;
  464. text-transform:uppercase;
  465. font-weight:normal;
  466. font-size:15px;
  467. }
  468.  
  469. @font-face { font-family: "meem"; src: url('http://static.tumblr.com/oetadgc/Uialyjfaa/laine.ttf'); }
  470.  
  471. #words {
  472. color:#777;
  473. z-index:9;
  474. position:fixed;
  475. background: #fff;
  476. font-family:georgia;
  477. text-transform:none;
  478. font-size:9px;
  479. width:500px;
  480. margin:-300px 0px 40px -10px;
  481. text-align:center;
  482. height:auto;
  483. font-style:normal;
  484. font-size:9px;
  485. padding:120px 10px 8px 10px;
  486. border-bottom: 1px solid #eee;
  487. -webkit-transition: all 0.7s ease;
  488. -moz-transition: all 0.7s ease;
  489. -o-transition: all 0.7s ease;
  490. }
  491.  
  492. #words:hover {
  493. margin-top:-180px;
  494. -webkit-transition: all 0.7s ease;
  495. -moz-transition: all 0.7s ease;
  496. -o-transition: all 0.7s ease;
  497. }
  498.  
  499. #candywrapper {
  500. letter-spacing:1px;
  501. text-align: center;
  502. font-size: 11px;
  503. position:fixed;
  504. left:10px;
  505. top:-102px;
  506. -webkit-transition: all .5s ease-in-out;
  507. -moz-transition: all .5s ease-in-out;
  508. -o-transition: all .5s ease-in-out;
  509. z-index:99;
  510. }
  511.  
  512. #candywrapper:hover {
  513. top:-1px;
  514. -webkit-transition: all .5s ease-in-out;
  515. -moz-transition: all .5s ease-in-out;
  516. -o-transition: all .5s ease-in-out;}
  517.  
  518. #in {
  519. overflow:auto;
  520. color:#999;
  521. font-family:georgia;
  522. border:1px solid #999;
  523. padding: 10px 10px 10px 10px;
  524. background:#fff;
  525. text-align:center;
  526. font-size:8px;
  527. width:90px;
  528. height:80px;
  529. z-index: 9999;
  530. }
  531.  
  532.  
  533. #titletab {
  534. background:#fff;
  535. color:#999;
  536. letter-spacing:0px;
  537. border:1px solid #999;
  538. border-top: 0px solid transparent;
  539. font-family:georgia;
  540. font-size:8px;
  541. text-align: center;
  542. height:5px;
  543. padding: 3px 0 7px 0;
  544. border-bottom-right-radius: 0px;
  545. -moz-border-bottom-right-radius: 0px;
  546. -webkit-border-bottom-right-radius: 0px;
  547. -webkit-transition: all .5s ease-in-out;
  548. -moz-transition: all .5s ease-in-out;
  549. -o-transition: all .5s ease-in-out;
  550. }
  551.  
  552. #sidebar {
  553. background-color:{color:sidebarbg};
  554. border-right: solid 1px {color:sidebarborder};
  555. width:320px;
  556. height:110%;
  557. position:fixed;
  558. top:1px;
  559. overflow:hidden;
  560. }
  561.  
  562. #tit {
  563. width:300px;
  564. margin-top:150px;
  565. margin-bottom:-5px;
  566. margin-left:15px;
  567. font-family:;
  568. text-transform:lowercase;
  569. font-size:25px;
  570. font-weight:normal;
  571. text-align:right;
  572. padding:5px;
  573. }
  574. #tit a {
  575. padding-right:8px;
  576. color:{color:sidelinks};
  577. text-transform:lowercase;
  578. border-bottom:1px solid {color:sidebarborder};
  579. }
  580.  
  581. #tit a:hover {
  582. color:{color:sidelinkshover}
  583. border-bottom:1px solid {color:sidebarborderhover};
  584. padding-right:18px;
  585. -webkit-transition: all 0.4s ease-in-out;
  586. -moz-transition: all 0.4s ease-in-out;
  587. -o-transition: all 0.4s ease-in-out;
  588. -ms-transition: all 0.4s ease-in-out;
  589. transition: all 0.4s ease-in-out;
  590. }
  591.  
  592. #links {
  593. margin-top:5px;
  594. margin-left:15px;
  595. width:300px;
  596. font-size:10px;
  597. letter-spacing:1px;
  598. text-align:right;
  599. font-style:none;
  600. text-transform:lowercase;
  601. line-height:180%;
  602. padding:5px 7px 5px 7px;
  603. }
  604.  
  605. #links a {
  606. color:{color:sidelinks};
  607. padding-left:0px;
  608. padding-right:8px;
  609. padding-top:2px;
  610. padding-bottom:2px;
  611. border-bottom:1px solid {color:sidebarborder};
  612. }
  613. #links a:hover {
  614. font-style:none;
  615. width:300px;
  616. color:{color:sidelinkshover};
  617. padding-right:14px;
  618. border-bottom:1px solid {color:sidebarborderhover};
  619. -webkit-transition: all 0.4s ease-in-out;
  620. -moz-transition: all 0.4s ease-in-out;
  621. -o-transition: all 0.4s ease-in-out;
  622. -ms-transition: all 0.4s ease-in-out;
  623. transition: all 0.4s ease-in-out;
  624. }
  625.  
  626. #desc {
  627. color:{color:description};
  628. width:200px;
  629. margin-left:115px;
  630. margin-bottom:2px;
  631. padding:0px 8px 0px 0px;
  632. font-size:11px;
  633. text-align:right;
  634. letter-spacing:0px;
  635. line-height:150%;
  636. }
  637.  
  638. .desc {
  639. line-height:20px;
  640. border-bottom:1px solid #eee;padding-bottom:3px;
  641. }
  642.  
  643. </style>
  644.  
  645. </head>
  646.  
  647. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  648.  
  649. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  650.  
  651. <script>
  652.  
  653. (function($){
  654.  
  655. $(document).ready(function(){
  656.  
  657. $("a[title]").style_my_tooltips({
  658.  
  659. tip_follows_cursor:true,
  660.  
  661. tip_delay_time:50,
  662.  
  663. tip_fade_speed:600,
  664.  
  665. attribute:"title"
  666.  
  667. });
  668.  
  669. });
  670.  
  671. })(jQuery);
  672.  
  673. </script>
  674.  
  675. <script type="text/javascript"
  676. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  677.  
  678.  
  679.  
  680. <body>
  681.  
  682.  
  683. <div id="sidebar">
  684. <br>
  685. <div id="tit"><a href="/">{title}</a></div>
  686. <div id="links">
  687.  
  688. <a href="{text:link1url}">{text:link1text}</a><br>
  689. <a href="{text:link2url}">{text:link2text}</a><br>
  690. <a href="{text:link3url}">{text:link3text}</a><br>
  691. <a href="{text:link4url}">{text:link4text}</a>
  692. </div>
  693. <div id="desc">
  694. <span class="desc">
  695. {description}
  696. </span><br>
  697. {block:Pagination}<span class="page">
  698. {block:PreviousPage}<a href="{PreviousPage}">back</a> &nbsp; {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a></span>{/block:NextPage}{/block:Pagination}
  699. </div>
  700.  
  701. </div>
  702. </div>
  703.  
  704. {block:ifupdatestab}
  705. <div id="candywrapper">
  706. <div id="in">
  707.  
  708. oo your text goes here!<br><br>
  709. fill this up with whatever you want!<br><br>
  710. use < br > (without spaces) to bring text to a new line<br><br>
  711. if your info doesn't fit, don't worry; a scrollbar will appear<br>
  712. <a href="http://kimsjongin.tumblr.com">here's a link</a>
  713.  
  714. </div>
  715. <div id="titletab">updates</div>
  716. </div>
  717. {/block:ifupdatestab}
  718.  
  719. <div id="entries">
  720.  
  721. {block:ifupdatesbar}
  722. <div id="words">
  723. <big><big>UPDATES</big></big><br><br>
  724. <div style="font-style:normal;font-size:9px;">
  725. 1. <a href="http://kimsjongin.tumblr.com">wow cool a link</a><br>
  726. 2. type <code>&lt;br&gt;</code> to go to another line! :)<br>
  727. 3. text text text<br>
  728. 4. text text text<br>
  729. <br></div>
  730. <br><img src="http://25.media.tumblr.com/a4000ff25ef60e7c7837e7a16ea68ab8/tumblr_mjtrwufvmf1s7gs24o1_250.png"><br><br><br><br>
  731. <font face="meem" size="4">T</font>ype <b>a</b> <i>short</i>
  732. <br> <b>quote</b> <i>here</i> using<br> <b>alternating</b> <i>font</i>
  733. styles.<br>
  734. <br>
  735. </div>
  736. <br>
  737. {/block:ifupdatesbar}
  738.  
  739. {block:Posts}
  740.  
  741. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  742.  
  743. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" width="500">{LinkCloseTag}<br><br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  744.  
  745. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  746.  
  747. {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}
  748.  
  749. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  750.  
  751. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  752.  
  753. {block:Audio}
  754. <div id="audio">
  755. <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>
  756.  
  757. {block:TrackName}<div class="audioinfo"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
  758. {block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  759. {block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}
  760. {block:PlayCount}<div class="audioinfo"><b>Played:</b> {FormattedPlayCount} times</div> {/block:PlayCount}
  761. </div>{block:Caption}{Caption}{/block:Caption}
  762. {/block:Audio}
  763.  
  764. {block:Video}{Video-500} <br><center>played {PlayCount} times</center> {block:Caption}{Caption}{/block:Caption}{/block:Video}
  765.  
  766.  
  767. {block:Answer}
  768. <a href="{AskerURL}"></a> <span id="asker">{Asker} asked: {Question}</span><p>
  769. {Answer}
  770. {/block:Answer}
  771.  
  772. <div id="info">
  773. <br>
  774. {block:Date} <a href="{permalink}">{TimeAgo}</a> / <a title="click for permalink" href="{Permalink}">{NoteCountWithLabel}</a> {/block:Date} {block:RebloggedFrom} /
  775.  
  776. <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="meem2">J</font></a></div> <p></p><div id="tags"><center>{block:HasTags}<font face="meem2" color="#c9c2c2"><small>,</small></font>{block:Tags}<a title="#{Tag}"href="/tagged/{Tag}">#{Tag}</a> </small>{/block:Tags}{/block:HasTags}</center>
  777. </div>
  778. <br>
  779.  
  780. {block:PostNotes}<center><a href="http://kimsjongin.tumblr.com">&#x1d1b;&#x29c;&#x1d07;&#x1d0d;&#x1d07;&nbsp;&#x299;&#x28f;&nbsp;&#x299;&#x1d00;&#x274;&#x262;&#x1d0a;&#x1d07;&#x274;s&#x1d07;&#x274;</a></center><br><br>{PostNotes}{/block:PostNotes}<br>
  781.  
  782. {/block:Posts}
  783.  
  784. </div>
  785.  
  786. </div>
  787.  
  788. <div id="ackles">
  789.  
  790. <div class="dancy">
  791. &#x1d1b;&#x29c;&#x1d07;&#x1d0d;&#x1d07;
  792. </div>
  793.  
  794. <div class="ville">
  795. <a href="http://kimsjongin.tumblr.com/">&#x1d0d;&#x1d07;&#x1d07;&#x1d0d;</a>
  796. </div>
  797. </div>
  798.  
  799. <!--
  800.       
  801. ┊   ┊ ┊
  802. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  803. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  804. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  805.  
  806. ᴛʜᴇᴍᴇ ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ)
  807. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ! ^_^
  808.  
  809. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  810. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  811. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  812. ┊ ┊ ┊
  813. -->
  814.  
  815. </body>
  816.  
  817. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement