Advertisement
onediewreckshun

47 - glory and gore - http://kimsjongin.tumblr.com

Nov 3rd, 2013
1,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4. <title>{Title}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7.  
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:bg" content="#ffffff">
  13. <meta name="color:sidebarbg" content="#ffffff">
  14. <meta name="color:blogtitle" content="#555">
  15. <meta name="color:blogtitlehover" content="#999">
  16. <meta name="color:text" content="#000">
  17. <meta name="color:tags" content="#999">
  18. <meta name="color:tagshover" content="#999">
  19. <meta name="color:info" content="#999">
  20. <meta name="color:infohover" content="#fff">
  21. <meta name="color:infohoverbg" content="#999">
  22. <meta name="color:links" content="#999">
  23. <meta name="color:linkshover" content="#000">
  24. <meta name="color:headlinks" content="#999">
  25. <meta name="color:headlinkshover" content="#fff">
  26. <meta name="color:scrollbar" content="#eeeeee">
  27. <meta name="color:scrollbarbg" content="#ffffff">
  28.  
  29. <meta name="color:tooltipbg" content="#999"/>
  30. <meta name="color:tooltipborder" content="#fff"/>
  31. <meta name="color:tooltiptext" content="#fff"/>
  32.  
  33. <meta name="color:textselect" content="#000">
  34.  
  35. <meta name="color:sidebarborder" content="#eee">
  36. <meta name="color:postborder" content="#eee">
  37.  
  38. <meta name="text:link1text" content="home"/>
  39. <meta name="text:link1url" content="/"/>
  40. <meta name="text:link2text" content="message"/>
  41. <meta name="text:link2url" content="/"/>
  42. <meta name="text:link3text" content="themes"/>
  43. <meta name="text:link3url" content="/"/>
  44. <meta name="text:link4text" content="links"/>
  45. <meta name="text:link4url" content="/"/>
  46.  
  47. <meta name="text:titlefontsize" content="32px"/>
  48. <meta name="text:bodyfont" content="baskerville"/>
  49. <meta name="text:titlefont" content="times"/>
  50. <meta name="text:descriptionfont" content="baskerville"/>
  51. <meta name="text:fontsize" content="10px"/>
  52.  
  53. <meta name="if:hovertags" content="1">
  54. <meta name="if:tinycursor" content="1" />
  55.  
  56. <meta name="image:smallsidebar" content="http://24.media.tumblr.com/b584279be109717fca2a8ec647b7d688/tumblr_mm92zaQE0d1snpb5qo2_250.png" />
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
  59. <script type="text/javascript" src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
  61. <script type="text/javascript" src="http://static.tumblr.com/gyoju49/uF2mjkhe3/layoutcomponent.txt"></script><script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
  62.  
  63. <script type="text/javascript">
  64. (function($){
  65. $(document).ready(function(){
  66. $("a[title]").style_my_tooltips({
  67. tip_follows_cursor:true,
  68. tip_delay_time:50,
  69. tip_fade_speed:600,
  70. attribute:"title"
  71. });
  72. });
  73. })(jQuery);
  74. </script>
  75.  
  76. <style type="text/css">
  77.  
  78. #s-m-t-tooltip {
  79. font-size: 8px;
  80. max-width: 300px;
  81. padding: 3px 5px 3px 5px;
  82. margin: 20px 0px 0px 20px;
  83. z-index: 10;
  84. border:1px solid {color:tooltipborder};
  85. background: {color:tooltipbg};
  86. font-family: calibri;
  87. letter-spacing: 2px;
  88. text-transform: uppercase;
  89. color: {color:tooltiptext};
  90. z-index: 999999999999999999999999999999999999999999999999999999999999999999999999;
  91. }
  92.  
  93. ::-webkit-scrollbar {width:7px; height:6px; background:{color:scrollbarbg};}
  94. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  95. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  96. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  97.  
  98. body {
  99. margin:0px;
  100. padding:0px;
  101. font-family:{text:bodyfont};
  102. font-size:{text:fontsize};
  103. color:{color:text};
  104. background:{color:background};
  105. }
  106.  
  107. a:link, a, a:active, a:visited {
  108. text-decoration:none;
  109. color:{color:links};
  110. -webkit-transition: all 0.4s ease-in-out;
  111. -moz-transition: all 0.4s ease-in-out;
  112. -o-transition: all 0.4s ease-in-out;
  113. -ms-transition: all 0.4s ease-in-out;
  114. transition: all 0.4s ease-in-out;
  115. }
  116.  
  117. a:hover {
  118. color:{color:linkshover};
  119. -webkit-transition: all 0.4s ease-in-out;
  120. -moz-transition: all 0.4s ease-in-out;
  121. -o-transition: all 0.4s ease-in-out;
  122. -ms-transition: all 0.4s ease-in-out;
  123. transition: all 0.4s ease-in-out;
  124. }
  125.  
  126. #entries {
  127. letter-spacing:1px;
  128. text-align:left;
  129. padding:10px;
  130. width: 400px;
  131. margin-left:300px;
  132. margin-top:150px;
  133. }
  134.  
  135. .post {
  136. border-bottom:1px solid {color:postborder};
  137. overflow:hidden;
  138. float:center;
  139. text-align:left;
  140. margin-top:10px;
  141. margin-bottom:60px;
  142. padding-top:20px;
  143. padding-bottom:5px;
  144. width:400px;
  145. overflow:hidden;
  146. }
  147.  
  148. #info {
  149. margin-top:-4px;position:absolute;margin-left:-5px;
  150. width:395px;
  151. font-family:calibri;
  152. font-size:8px;
  153. font-style:none;
  154. text-align:center;
  155. letter-spacing:1px;
  156. padding:5px;
  157. line-height:150%;
  158. text-transform:uppercase;
  159. -webkit-transition: all 0.5s ease-in-out;
  160. -moz-transition: all 0.5s ease-in-out;
  161. -o-transition: all 0.5s ease-in-out;
  162. -ms-transition: all 0.5s ease-in-out;
  163. transition: all 0.5s ease-in-out;
  164. }
  165.  
  166. {block:iftinycursor}
  167.  
  168. body, a, a:hover{
  169. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;
  170. }
  171.  
  172. {/block:iftinycursor}
  173.  
  174. #info a, #reblog a {
  175. border:1px solid {color:postborder};
  176. color:{color:info};
  177. padding:3px 5px 3px 6px;
  178. margin-right:10px;
  179. background:{color:bg};
  180. }
  181. #info a:hover, #reblog a:hover {
  182. color:{color:infohover};
  183. border-color:{color:infohoverbg};
  184. background:{color:infohoverbg};
  185. }
  186.  
  187. .post:hover #tags {
  188. opacity:1;
  189. -webkit-transition: all 0.5s ease-in-out;
  190. -moz-transition: all 0.5s ease-in-out;
  191. -o-transition: all 0.5s ease-in-out;
  192. -ms-transition: all 0.5s ease-in-out;
  193. transition: all 0.5s ease-in-out;
  194. }
  195.  
  196. #tags {
  197. {block:ifhovertags}opacity:0;{/block:ifhovertags}
  198. {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
  199. width:390px;
  200. font-size:8px;
  201. font-family:times;
  202. font-style:none;
  203. letter-spacing:1px;
  204. padding:5px;
  205. z-index:99999999999999999999;
  206. margin-bottom:-20px;
  207. color:{color:tags};
  208. text-align:center;
  209. line-height:220%;
  210. -webkit-transition: all 0.5s ease-in-out;
  211. -moz-transition: all 0.5s ease-in-out;
  212. -o-transition: all 0.5s ease-in-out;
  213. -ms-transition: all 0.5s ease-in-out;
  214. transition: all 0.5s ease-in-out;
  215. }
  216. #tags a {
  217. letter-spacing:1px;
  218. text-transform:lowercase;
  219. color:{color:tags};
  220. padding:3px 4px;
  221. margin-left:-5px;
  222. border:0px;
  223. font-style:italic;
  224. }
  225. #tags a:hover {
  226. color:{color:infohoverbg};
  227. background:transparent;
  228. }
  229.  
  230.  
  231. h1 {
  232. font-family:times new roman;
  233. text-transform:lowercase;
  234. outline:1px solid #eee;
  235. outline-offset:2px;
  236. width:380px;
  237. margin-left:3px;
  238. font-size:15px;
  239. color:#999;
  240. background:#eee;
  241. font-weight:normal;
  242. text-align:center;
  243. padding:7px;
  244. }
  245.  
  246. #linkpost a {
  247. display:block;
  248. font-family:times new roman;
  249. text-transform:lowercase;
  250. outline:1px solid #eee;
  251. outline-offset:2px;
  252. width:380px;
  253. margin-left:3px;
  254. font-size:15px;
  255. color:#999;
  256. background:#eee;
  257. font-weight:normal;
  258. text-align:center;
  259. padding:7px;
  260. }
  261.  
  262. #sidebar {
  263. background:{color:sidebarbg};
  264. text-align:center;
  265. width:140px;
  266. border-right: 1px solid {color:sidebarborder};
  267. margin-left:20px;
  268. padding-right:20px;
  269. padding-top:140px;
  270. padding-bottom:100%;
  271. position:fixed;
  272. margin-top:-150px;
  273. background:{color:bg};
  274. z-index:1;
  275. }
  276.  
  277. ::-moz-selection{
  278. color:#fff;
  279. background: {color:textselect};
  280. }
  281.  
  282. ::selection {
  283. color:#fff;
  284. background: {color:textselect};
  285. }
  286.  
  287. #tit {
  288. margin-top:5px;
  289. margin-bottom:-35px;
  290. padding:7px;
  291. display:block;
  292. font-family:garamond;
  293. text-transform:uppercase;
  294. font-size:13px;
  295. font-weight:bold;
  296. text-align:center !important;
  297. }
  298. #tit a {
  299. background:{color:bg};
  300. color:{color:blogtitle};
  301. margin-top:-15px;
  302. }
  303.  
  304. #tit a:hover {
  305. color:{color:blogtitlehover};
  306. }
  307.  
  308. #links {
  309. display:block;
  310. margin-top:-20px;
  311. font-size:9px;
  312. font-family:times;
  313. letter-spacing:1px;
  314. text-align:center;
  315. text-transform:lowercase;
  316. line-height:150%;
  317. padding:5px 7px 5px 7px;
  318. }
  319.  
  320. #links a {
  321. font-style:italic;
  322. display:inline-block;
  323. color:{color:headlinks};
  324. padding: 1px 5px 1px 5px;
  325. -webkit-transition: all 0.4s ease-in-out;
  326. -moz-transition: all 0.4s ease-in-out;
  327. -o-transition: all 0.4s ease-in-out;
  328. -ms-transition: all 0.4s ease-in-out;
  329. transition: all 0.4s ease-in-out;
  330. }
  331.  
  332. #links a:hover {
  333. color:{color:headlinkshover};
  334. -webkit-transition: all 0.4s ease-in-out;
  335. -moz-transition: all 0.4s ease-in-out;
  336. -o-transition: all 0.4s ease-in-out;
  337. -ms-transition: all 0.4s ease-in-out;
  338. transition: all 0.4s ease-in-out;
  339. }
  340.  
  341. #desc {
  342. margin-left:0px;
  343. margin-top:25px;
  344. margin-bottom:10px;
  345. padding:10px;
  346. font-family:garamond;
  347. font-size:10px;
  348. text-align:justify;
  349. letter-spacing:0px;
  350. line-height:150%;
  351. }
  352.  
  353. .quote {
  354. font-family:playfair display;
  355. text-transform:lowercase;
  356. font-size:16px;
  357. font-style:italic;
  358. text-align:right;
  359. letter-spacing:0px;
  360. line-height:110%;
  361. padding:10px;
  362. margin-bottom:5px;
  363. }
  364.  
  365. #source {
  366. font-size:8px;
  367. text-transform:uppercase;
  368. font-family:calibri;
  369. letter-spacing:1px;
  370. text-align:right;
  371. padding:10px;
  372. }
  373.  
  374. #source a {
  375. color:{color:text};
  376. border-bottom:1px solid {color:links};
  377. }
  378.  
  379. blockquote {
  380. padding-left:5px;
  381. border-left:1px solid {color:border};
  382. }
  383.  
  384. #asker {
  385. text-align:left;
  386. margin-top:0px;
  387. margin-bottom:-10px;
  388. font-size:12px;
  389. font-style:none;
  390. padding:10px;
  391. font-family:times new roman;
  392. background-color:{color:border};
  393. }
  394.  
  395. #asker a {
  396. font-size:10px;
  397. font-family:helvetica;
  398. letter-spacing:0px;
  399. background:none;
  400. color:{color:text}
  401. }
  402.  
  403. #asked {
  404. font-size:10px;
  405. font-family:helvetica;
  406. letter-spacing:0px;
  407. background:none;
  408. }
  409.  
  410.  
  411.  
  412. ol.notes {
  413. padding-bottom:2%;
  414. width:340px;
  415. list-style-type:lower-roman;
  416. text-align:left;
  417. }
  418.  
  419. ol.notes li.note{
  420. border-bottom:1px solid {color:border};
  421. padding:2%;
  422. }
  423.  
  424. ol.notes li.note img.avatar{
  425. width:0px;
  426. height:0px;}
  427.  
  428. .audiobox{
  429. -webkit-transform:scale(1);
  430. display:block;
  431. z-index:0 !important;
  432. margin:0px auto;
  433. background:#000;
  434. border:5px solid #000;
  435. position:relative;
  436. width:220px;
  437. height:210px;
  438. overflow:hidden;
  439. }
  440.  
  441. #audiopost {
  442. margin-top:10px;
  443. {block:IndexPage}padding-bottom:60px;{/block:IndexPage}
  444. }
  445.  
  446. .audio {
  447. overflow:hidden;
  448. width:25px;
  449. position:relative;
  450. margin-top:159px;
  451. padding-left:95px;
  452. padding-right:5px;
  453. padding-top:5px;
  454. padding-bottom:10px;
  455. background:#000;
  456. }
  457.  
  458. .art {
  459. margin-top:-211px;
  460. width:220px;
  461. height:220px;
  462. overflow:hidden;
  463. -webkit-transition: all 0.5s ease-in-out;
  464. -moz-transition: all 0.5s ease-in-out;
  465. transition: all 0.5s ease-in-out;
  466. }
  467.  
  468. .art img{
  469. display:block;
  470. }
  471.  
  472. .art1 img {
  473. display:block;
  474. }
  475.  
  476. .art1{
  477. position:relative;
  478. width:100px;
  479. height:100px;
  480. overflow:hidden;
  481. background:#ffffff;
  482. padding:60px 65px 60px 55px;
  483. -webkit-transition: all 0.5s ease-in-out;
  484. -moz-transition: all 0.5s ease-in-out;
  485. transition: all 0.5s ease-in-out;
  486. }
  487.  
  488. .art2{
  489. position:relative;
  490. }
  491.  
  492. .art2 img{
  493. z-index:0;
  494. overflow:hidden;
  495. opacity:1;
  496. width:220px;
  497. height:220px;
  498. margin-top:-220px;
  499. }
  500.  
  501. .post:hover .art{
  502. margin-top:-281px;
  503. -webkit-transition: all 0.5s ease-in-out;
  504. -moz-transition: all 0.5s ease-in-out;
  505. transition: all 0.5s ease-in-out;
  506. }
  507.  
  508. .post:hover .art1{
  509. margin-top:30px;
  510. -webkit-transition: all 0.5s ease-in-out;
  511. -moz-transition: all 0.5s ease-in-out;
  512. transition: all 0.5s ease-in-out;
  513. }
  514.  
  515. .audioinfo{
  516. z-index:99999999999999999999999999999999999999999999999999999999999999999;
  517. opacity:0;
  518. position:absolute;
  519. display:block;
  520. margin-top:-140px;
  521. margin-left:125px;
  522. overflow:hidden;
  523. text-align:center;
  524. -webkit-transition: all 0.5s ease-in-out;
  525. -moz-transition: all 0.5s ease-in-out;
  526. transition: all 0.5s ease-in-out;
  527. }
  528.  
  529. .post:hover .audioinfo {
  530. margin-top:-180px;
  531. opacity:1;
  532. -webkit-transition: all 0.5s ease-in-out;
  533. -moz-transition: all 0.5s ease-in-out;
  534. transition: all 0.5s ease-in-out;
  535. }
  536.  
  537. #audiolabel {
  538. line-height:200%;
  539. z-index:-1;
  540. color:#fff;
  541. background:rgba(0,0,0,.6);
  542. padding:2px 3px 2px 4px;
  543. font-family:calibri;
  544. text-transform:uppercase;
  545. font-size:8px
  546. }
  547. .label{
  548. font-family:calibri;
  549. font-size:8px;
  550. margin-right:4px;
  551. letter-spacing:1px;
  552. background:#fff;
  553. padding:0 0 0px 0;
  554. text-transform:uppercase;
  555. border-bottom:1px solid {color:text};
  556. }
  557.  
  558. @font-face {
  559. font-family: "meem2";
  560. src: url('http://static.tumblr.com/gs9d5ab/Rj8m7debq/websymbols-regular-webfont.ttf');
  561. format("truetype");
  562. }
  563.  
  564.  
  565.  
  566. #ackles {
  567. line-height:100%;
  568. position:fixed;
  569. font-size:10px;
  570. width:70px;
  571. height:20px;
  572. font-family:calibri;
  573. letter-spacing:1px;
  574. padding-bottom:4px;
  575. padding-right:4px;
  576. bottom:0;
  577. right:0;
  578. z-index:12;
  579. }
  580.  
  581. #ackles .ville a {
  582. color:#9a9a9a;
  583. }
  584.  
  585. #ackles .dancy{
  586. color:#9a9a9a;
  587. opacity:1.0;
  588. padding:1px 3px 2px 3px;
  589. margin-top:00px;
  590. margin-left:29px;
  591. text-align:center;
  592. overflow:hidden;
  593. position: absolute;
  594. background:#fff;
  595. font-size:10px;
  596. text-transform:uppercase;
  597. z-index:100;
  598. -webkit-transition: opacity 0.5s linear;
  599. -webkit-transition: all 0.5s linear;
  600. -moz-transition: all 0.5s linear;
  601. transition: all 0.5s linear;
  602. border:1px solid #ece4e4;
  603. }
  604.  
  605. #ackles .ville{
  606. color:#9a9a9a;
  607. background:#fff;
  608. margin-top:100px;
  609. margin-top:0px;
  610. padding:1px 4px 2px 5px;
  611. margin-left:29px;
  612. font-size:10px;
  613. text-align:left;
  614. text-transform:uppercase;
  615. opacity:0;
  616. overflow:hidden;
  617. position: absolute;
  618. -webkit-transition: opacity 0.5s linear;
  619. -webkit-transition: all 0.5s linear;
  620. -moz-transition: all 0.5s linear;
  621. transition: all 0.5s linear;
  622. z-index:1200;
  623. border:1px solid #ece4e4;
  624. }
  625.  
  626. #ackles:hover .ville {
  627. opacity:1;
  628. margin-bottom:14px;
  629. transition: all 0.5s linear;
  630. -webkit-transition: opacity 0.5s linear;
  631. -webkit-transition: all 0.5s linear;
  632. -moz-transition: all 0.5s linear;
  633. }
  634.  
  635. #sidebarimage img {
  636. width:120px;
  637. border-radius:100%;
  638. }
  639.  
  640. </style></head>
  641. <body>
  642.  
  643. <div id="sidebar">
  644. <div id="sidebarimage"><img src="{image:smallsidebar}"/></div>
  645. <div id="tit"><a href="/">{Title}</a></div>
  646. <div id="desc">{block:Description}{Description}
  647. <span style="float:right">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</span> {/block:Description}</div><!-- end description -->
  648. <div id="links">
  649. <a title="{text:link1title}" href="{text:link1url}">{text:link1text}</a>&nbsp;
  650. <a title="{text:link2title}" href="{text:link2url}">{text:link2text}</a>&nbsp;
  651. <a title="{text:link3title}" href="{text:link3url}">{text:link3text}</a>&nbsp;
  652. <a title="{text:link4title}" href="{text:link4url}">{text:link4text}</a>&nbsp;
  653. </div><!-- end linkies -->
  654. </div><!-- end sidebar-->
  655.  
  656. <div id="entries">
  657.  
  658. <div style="margin-top:-40px;">
  659. {block:Posts}
  660.  
  661.  
  662.  
  663. <div class="post">
  664.  
  665. {block:Text}
  666. {block:Title}<h1>{Title}</h1>{/block:Title}
  667. {Body}
  668. {/block:Text}
  669.  
  670.  
  671. {block:Photo}
  672. <center><a href="{Permalink}"><img src="{PhotoURL-400}"></a></center>
  673. {block:Caption}
  674. {caption}
  675. {/block:Caption}
  676. {/block:Photo}
  677.  
  678.  
  679. {block:Photoset}
  680. {Photoset-400}
  681. {block:Caption}
  682. {caption}
  683. {/block:Caption}
  684. {/block:Photoset}
  685.  
  686. {block:Quote}
  687. <div style="position:absolute;font-size:30px;z-index:-5;color:#eee;">❝</div><div class="quote">{Quote}</div>
  688. {block:Source}
  689. <div id="source">- {Source}</div>
  690. {/block:Source}
  691. {/block:Quote}
  692.  
  693.  
  694. {block:Link}
  695. <div id="linkpost"><a href="{URL}" {Target}>{Name}</a></div>
  696. {block:Description}
  697. <div style="padding-left:5px;padding-right:5px;">{Description}</div>
  698. {/block:Description}
  699. {/block:Link}
  700.  
  701.  
  702. {block:Chat}
  703. {block:Title}<h1>{Title}</h1>{/block:Title}
  704. {block:Lines}
  705. <ul style="list-style-type:none">
  706. <li class="user_{UserNumber}">
  707. {block:Label}
  708. <span class="label">{Label}</span>
  709. {/block:Label}
  710.  
  711. {Line}<br>
  712. </ul>
  713. {/block:Lines}
  714. {/block:Chat}
  715.  
  716. {block:Audio}
  717. <div id="audiopost">
  718. <div class="audiobox"><!--begin audio container-->
  719. <div class="audio">{AudioPlayerBlack}</div><!--begin/end player-->
  720. <div class="art"><!--begin album art container-->
  721. <div class="art1"><img src="http://24.media.tumblr.com/d6b9b7a76bccffee6dbc1d69e5e625bd/tumblr_mjcin8WReA1rb8evoo3_r1_500.png"/></div><!--begin/end default album art-->
  722. {block:AlbumArt}<div class="art2"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}<!--begin/end actual album art-->
  723. </div><!--end album art container-->
  724. </div><!--end audio container-->
  725. <div class="audioinfo"><!--begin info-->
  726. {block:TrackName}<span id="audiolabel"><b>TITLE: </b>{TrackName}</span><br>{/block:TrackName}<!--begin/end song title-->
  727. {block:Artist}<span id="audiolabel"><b>ARTIST:</b> {Artist}</span><br>{/block:Artist}<!--begin/end song artist-->
  728. {block:Album}<span id="audiolabel"><b>ALBUM:</b> {Album}</span><br>{/block:Album}
  729. <!--begin/end song album-->
  730. {block:PlayCount}<span id="audiolabel"><b>PLAYS:</b> {FormattedPlayCount}</span>{/block:PlayCount}<!--begin/end song plays-->
  731. </div>
  732. </div>
  733. {block:Caption}
  734. {caption}
  735. {/block:Caption}
  736. {/block:Audio}
  737.  
  738.  
  739.  
  740. {block:Video}
  741. {Video-400}
  742. {block:Caption}
  743. {caption}
  744. {/block:Caption}
  745. {/block:Video}
  746.  
  747.  
  748. {block:Answer}
  749. <div id="asker"><b>{Asker}</b> <font id="asked">asked:</font>
  750. <i>{Question}</i></div>
  751. <font style="padding:10px;font-size:11px;">{Answer}</font>
  752. {/block:Answer}
  753.  
  754. <div id="info">{block:Date}<a title="{shortmonth} {dayofmonth}, {year}" href="{Permalink}">{timeago}</a>{/block:Date} <a href="{Permalink}">{notecountwithlabel}</a> <a style="padding-top:4px;font-family:meem2" href="{reblogurl}">J</a>
  755.  
  756. {block:IndexPage}<div id="tags" style="text-align:center">{block:HasTags}{block:Tags}
  757. <a title="posts tagged 'tag'" href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:IndexPage}
  758.  
  759. {block:PermalinkPage}<div id="tags">{block:HasTags}{block:Tags}
  760. <a title="posts tagged 'tag'" href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  761. <br><font style="padding:5px;font-size:9px;">{block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a></font>
  762. {/block:PermalinkPage}
  763.  
  764. </div>
  765.  
  766.  
  767. </div>
  768. {/block:Posts}
  769. </div>
  770.  
  771.  
  772. {block:PermalinkPage}
  773. {block:PostNotes}
  774. <div id="notes">{PostNotes}</div>
  775. {/block:PostNotes}
  776. {/block:permalinkpage}
  777.  
  778. </div>
  779.  
  780. </div>
  781.  
  782. <div id="ackles">
  783.  
  784. <div class="dancy">
  785. &#x1d1b;&#x29c;&#x1d07;&#x1d0d;&#x1d07;
  786. </div>
  787.  
  788. <div class="ville">
  789. <a href="http://kimsjongin.tumblr.com">&#x1d0d;&#x1d07;&#x1d07;&#x1d0d;</a>
  790. </div>
  791. </div>
  792.  
  793. </body>
  794. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement