Advertisement
instantkimchi

Hit Your Heart

May 24th, 2011
6,641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.86 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. <!--
  6.  
  7. _____ _ _ _ ___ _ _
  8. |_ _| | | | | | | / (_) | | (_)
  9. | | _ __ ___| |_ __ _ _ __ | |_| |/ / _ _ __ ___ ___| |__ _
  10. | | | '_ \/ __| __|/ _` | '_ \| __| \| | '_ ` _ \ / __| '_ \| |
  11. _| |_| | | \__ \ |_| (_| | | | | |_| |\ \ | | | | | | (__| | | | |
  12. |_____|_| |_|___/\__|\__,_|_| |_|\__\_| \_/_|_| |_| |_|\___|_| |_|_|
  13.  
  14.  
  15. o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
  16. please do not steal or claim any components from this theme
  17.  
  18. Hit Your Heart by
  19. INSTANTKIMCHI.TUMBLR.COM
  20.  
  21. powered by tumblr
  22. TUMBLR.COM
  23. o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
  24.  
  25. -->
  26.  
  27.  
  28.  
  29.  
  30. <head>
  31. <title>{TITLE}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35.  
  36. <meta name="image:Background" content="http://static.tumblr.com/cq91gob/bZellh0gy/64625055.png"/>
  37. <meta name="image:Sidebar" content=""/>
  38.  
  39. <meta name="color:Background" content="#FFFFFF"/">
  40. <meta name="color:Sidebar" content="#F3F3F3"/">
  41. <meta name="color:Nav" content="#F0F0F0"/>
  42. <meta name="color:Nav hover" content="#DADADA"/>
  43. <meta name="color:Nav Background" content="#B1B1B1"/>
  44. <meta name="color:Nav Background Hover" content="#969696"/>
  45. <meta name="color:Links" content="#E3C9FF"/>
  46. <meta name="color:Links hover" content="#CE99FF"/>
  47. <meta name="color:Links Background" content="#8F5DCF"/>
  48. <meta name="color:Links Background Hover" content="#7348AB"/>
  49. <meta name="color:Text" content="#A47DBA"/>
  50. <meta name="color:Title" content="#A391C2"/>
  51. <meta name="color:Big Title" content="#AB91C2"/>
  52. <meta name="color:Big Title Hover" content="#C3A0D3"/>
  53. <meta name="color:Link" content="#9E3DCC"/>
  54. <meta name="color:Link Hover" content="#9B85CC"/>
  55. <meta name="color:Chat Bg" content="#F7EDFF"/>
  56. <meta name="color:Notes Bg" content="#F7EDFF"/>
  57. <meta name="color:Permapic" content="#FAF2FF"/>
  58. <meta name="color:Permapic Hover" content="#705288"/>
  59. <meta name="color:Permalink" content="#75409E"/>
  60. <meta name="color:Permalink Hover" content="#7B3EBD"/>
  61.  
  62. <meta name="font:Body" content="Helvetica"/>
  63. <meta name="font:Title" content="Century Gothic"/>
  64.  
  65. <meta name="text:Link 1 Name" content="link 1"/>
  66. <meta name="text:Link 1 URL" content=""/>
  67.  
  68. <meta name="text:Link 2 Name" content="link 2"/>
  69. <meta name="text:Link 2 URL" content=""/>
  70.  
  71. <meta name="text:Link 3 Name" content="link 3"/>
  72. <meta name="text:Link 3 URL" content=""/>
  73.  
  74. <meta name="text:Link 4 Name" content="link 4"/>
  75. <meta name="text:Link 4 URL" content=""/>
  76.  
  77. <meta name="text:Link 5 Name" content="link 5"/>
  78. <meta name="text:Link 5 URL" content=""/>
  79.  
  80. <meta name="if:Enable Image Opacity" content="1"/>
  81. <meta name="if:Disable Right Click" content="0"/>
  82. <meta name="if:Avatar Image" content="1"/>
  83. <meta name="if:Search Box" content="1"/>
  84. <meta name="if:Endless Scrolling" content="0"/>
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  87. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  88. <script type="text/javascript">
  89. $(document).ready(function(){
  90. //Hide the tooglebox when page load
  91. $(".togglebox").hide();
  92. //slide up and down when click over heading 2
  93. $("down").click(function(){
  94. // slide toggle effect set to slow you can set it to fast too.
  95. $(this).next(".togglebox").slideToggle("slow");
  96. return true;
  97. });
  98. });
  99. </script>
  100.  
  101. {block:IfEndlessScrolling}
  102. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  103. {/block:IfEndlessScrolling}
  104.  
  105. {block:IfDisableRightClick}
  106. <script language=JavaScript>
  107. <!--
  108.  
  109. //Disable right click script III- By Renigade (renigade@mediaone.net)
  110. //For full source code, visit http://www.dynamicdrive.com
  111.  
  112. var message="";
  113. ///////////////////////////////////
  114. function clickIE() {if (document.all) {(message);return false;}}
  115. function clickNS(e) {if
  116. (document.layers||(document.getElementById&&!document.all)) {
  117. if (e.which==2||e.which==3) {(message);return false;}}}
  118. if (document.layers)
  119. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  120. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  121.  
  122. document.oncontextmenu=new Function("return false")
  123. // -->
  124. </script>
  125. {/block:IfDisableRightClick}
  126.  
  127. <link href="http://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope:regular" rel="stylesheet" type="text/css" >
  128. <link href="http://fonts.googleapis.com/css?family=Crushed:regular" rel="stylesheet" type="text/css" >
  129.  
  130. <style type="text/css">
  131.  
  132. iframe#tumblr_controls{
  133. right:3px !important;
  134. position: fixed !important;
  135. -webkit-transition: opacity 0.7s linear;
  136. opacity: 0.6;
  137. -webkit-transition: all 0.8s ease-out;
  138. -moz-transition: all 0.8s ease-out;
  139. transition: all 0.8s ease-out;}
  140.  
  141. iframe#tumblr_controls:hover{
  142. -webkit-transition: opacity 0.7s linear;
  143. opacity: 1;
  144. -webkit-transition: all 0.4s ease-out;
  145. -moz-transition: all 0.4s ease-out;
  146. transition: all 0.4s ease-out;}
  147.  
  148. body {
  149. background-color:{color:Background};
  150. background-image:url({image:Background});
  151. background-repeat:repeat;
  152. background-attachment: fixed;
  153. color:{color:Text};
  154. font-size:10px;
  155. font-family:{font:body};
  156. }
  157.  
  158. a, a:visited, a:active {
  159. color:{color:Link};
  160. text-decoration: none;
  161. transition-duration: 0.3s;
  162. -webkit-transition-duration: 0.3s;
  163. -moz-transition-duration: 0.3s;
  164. -o-transition-duration: 0.3s;
  165. }
  166.  
  167. a:hover {
  168. color:{color:link hover};
  169. text-decoration:none;
  170. }
  171.  
  172. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
  173. blockquote img{display:block;}
  174. blockquote p{padding:0px; margin:0px;}
  175. blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  176.  
  177.  
  178. a.links {
  179. background-color: {color:Links Background};
  180. color:{color:Links};
  181. font-size: 9px;
  182. text-align: center;
  183. padding: 3px 0;
  184. display: block;
  185. margin-top: 1px;
  186. margin-bottom:1px;
  187. text-transform: uppercase;
  188. margin-top: 1px;
  189. margin-bottom:1px;
  190. letter-spacing: 2px;
  191. font-family:{font:title};
  192. }
  193.  
  194. a.links:hover {
  195. background-color: {color:Links Background Hover};
  196. color:{color:Links hover};
  197. }
  198.  
  199. .nav {
  200. background-color: {color:Nav Background};
  201. color:{color:nav};
  202. font-size: 9px;
  203. text-align: center;
  204. padding: 3px 0;
  205. display: block;
  206. margin-top: 1px;
  207. margin-bottom:1px;
  208. text-transform: uppercase;
  209. margin-top: 1px;
  210. margin-bottom:1px;
  211. letter-spacing: 2px;
  212. font-family:{font:title};
  213. transition-duration: 0.3s;
  214. -webkit-transition-duration: 0.3s;
  215. -moz-transition-duration: 0.3s;
  216. -o-transition-duration: 0.3s;
  217. }
  218.  
  219. a.nav {
  220. background-color: {color:Nav Background};
  221. color:{color:nav};
  222. font-size: 9px;
  223. text-align: center;
  224. padding: 3px 0;
  225. display: block;
  226. margin-top: 1px;
  227. margin-bottom:1px;
  228. text-transform: uppercase;
  229. margin-top: 1px;
  230. margin-bottom:1px;
  231. letter-spacing: 2px;
  232. font-family:{font:title};
  233. }
  234.  
  235. .nav:hover {
  236. background-color: {color:Nav Background Hover};
  237. color:{color:nav hover};
  238. }
  239.  
  240. input {
  241. background-color: {color:Nav Background};
  242. color:{color:nav};
  243. font-size: 9px;
  244. text-align: center;
  245. width: 128px;
  246. padding: 3px 0;
  247. border: 0;
  248. text-transform: uppercase;
  249. display: block;
  250. letter-spacing: 2px;
  251. transition-duration: 0.3s;
  252. -webkit-transition-duration: 0.3s;
  253. -moz-transition-duration: 0.3s;
  254. -o-transition-duration: 0.3s;
  255. }
  256.  
  257. input:hover {
  258. background-color: {color:Nav Background Hover};
  259. color:{color:nav hover};
  260. }
  261.  
  262. .firstbox {
  263. background-color:{color:Sidebar};
  264. padding:5px;
  265. width: 128px;
  266. margin-bottom:2px;
  267. }
  268.  
  269. .secondbox {
  270. background-color:{color:Sidebar};
  271. padding:5px;
  272. width: 128px;
  273. }
  274.  
  275. .sidebar {
  276. position: fixed;
  277. margin-left:-150px;
  278. }
  279.  
  280. img {
  281. {block:IfEnableImageOpacity}
  282. opacity: 1;
  283. filter:alpha(opacity=100);
  284. transition: opacity 2.5s;
  285. -moz-transition: opacity 2.5s;
  286. -webkit-transition: opacity 2.5s;
  287. -o-transition: opacity 2.5s;
  288. {/block:IfEnableImageOpacity}
  289. cursor: crosshair;
  290. }
  291.  
  292. img:hover {
  293. {block:IfEnableImageOpacity}
  294. opacity:0.9;
  295. filter:alpha(opacity=90);
  296. transition: opacity 0.5s;
  297. -moz-transition: opacity 0.5s;
  298. -webkit-transition: opacity 0.5s;
  299. -o-transition: opacity 0.5s;
  300. {/block:IfEnableImageOpacity}
  301. cursor: crosshair;
  302. }
  303.  
  304. .post:hover .permalink {
  305. height:20px;
  306. opacity: 1;
  307. transition: opacity 0.5s,height 0.3s;
  308. -moz-transition: opacity 0.5s ,height 0.3s;
  309. -webkit-transition: opacity 0.5s ,height 0.3s;
  310. -o-transition: opacity 0.5s ,height 0.3s;
  311. }
  312.  
  313. .post:hover .permapic {
  314. opacity: .8;
  315. transition: opacity 0.5s;
  316. -moz-transition: opacity 0.5s;
  317. -webkit-transition: opacity 0.5s;
  318. -o-transition: opacity 0.5s;
  319. font-family:{font:title};
  320. }
  321.  
  322. .permalink {
  323. font-size: 10px;
  324. padding: 0 0;
  325. width:500px;
  326. height:0px;
  327. text-align: center;
  328. opacity: 0;
  329. transition: opacity 0.1s,height 0.1s;
  330. -moz-transition: opacity 0.1s ,height 0.1s;
  331. -webkit-transition: opacity 0.1s ,height 0.1s;
  332. -o-transition: opacity 0.1s ,height 0.1s;
  333. font-family:{font:title};
  334. }
  335.  
  336. .permalink a {
  337. color:{color:Permalink};
  338. }
  339.  
  340. .permalink a:hover {
  341. text-decoration: none;
  342. color:{color:Permalink Hover}
  343. }
  344.  
  345. .permapic {
  346. font-size: 12px;
  347. padding: 5px 0;
  348. position: absolute;
  349. margin-top: -40px;
  350. width:500px;
  351. display:block;
  352. background-color: rgba(0,0,0,0.8);
  353. -webkit-transition-duration: .5s;
  354. text-align: center;
  355. opacity: 0;
  356. }
  357.  
  358. .permapic a {
  359. color:{color:Permapic};
  360. }
  361.  
  362. .permapic a:hover {
  363. text-decoration: none;
  364. color:{color:Permapic Hover};
  365. }
  366.  
  367. a.title {
  368. font-family: 'Annie Use Your Telescope', serif;
  369. font-size: 80px;
  370. text-transform: none;
  371. color:{color:Big Title};
  372. letter-spacing: -1px;
  373. line-height: 60px;
  374. }
  375.  
  376. a.title:hover {
  377. color:{color:Big Title Hover};
  378. letter-spacing: 1px;
  379. }
  380.  
  381. .container {
  382. margin: auto;
  383. padding: 0px;
  384. }
  385.  
  386. .content {
  387. margin: 10px auto;
  388. width: 500px;
  389. height: 100%;
  390. padding: 0;
  391. }
  392.  
  393. .topbar {
  394. text-align:justify;
  395. padding-bottom:5px;
  396. }
  397.  
  398. .post{
  399. width: 500px;
  400. padding: 0;
  401. margin-bottom:2px;
  402. }
  403.  
  404. h6 {
  405. margin:auto;
  406. padding-bottom:2px;
  407. padding-top:2px;
  408. font-size:18px;
  409. font-family:{font:title};
  410. color:{color:Title};
  411. text-transform:none;
  412. line-height:18px;
  413. letter-spacing:-1px;
  414. font-weight:normal;
  415. }
  416.  
  417. h3 {
  418. margin-top:10px;
  419. margin-bottom:10px;
  420. font-size:28px;
  421. font-weight:normal;
  422. font-family:{font:title};
  423. color:{color:Title};
  424. text-transform:none;
  425. line-height:23px;
  426. letter-spacing:-2px;
  427. }
  428.  
  429. .chat {
  430. padding:0px
  431. }
  432.  
  433. .chat li {
  434. padding: 5px;
  435. list-style-type: none;
  436. }
  437.  
  438. .chat li:nth-child(odd) {
  439. background:{color:Chat Bg};
  440. }
  441.  
  442. .notes ol {
  443. list-style-type: none;
  444. padding: 0;
  445. }
  446.  
  447. img.avatar {
  448. margin-right:5px;
  449. display:block;
  450. float:left;
  451. }
  452.  
  453. .notes li {
  454. padding: 5px}
  455.  
  456. .notes li:hover {
  457. background:{color:Notes Bg Hover}}
  458.  
  459. .derp {
  460. font-size: 15px;
  461. text-transform: capitalize;
  462. text-decoration: none;
  463. letter-spacing: 1px;
  464. margin-bottom:2px;
  465. }
  466.  
  467. .askr{
  468. border-bottom:1px solid {color:Nav Background};
  469. font-size: 19px!important;
  470. letter-spacing: -1px;
  471. }
  472.  
  473. .bottomstuff {
  474. font-family: 'Crushed', serif;
  475. text-transform: uppercase;
  476. font-size:9px;
  477. margin-top:1px;
  478. letter-spacing: 1px;
  479. }
  480.  
  481. .footer {
  482. font-family: Trebuchet Ms;
  483. text-transform: uppercase;
  484. font-size:7pt;
  485. text-align: center;
  486. margin-top:10px;
  487. }
  488.  
  489. a.link{
  490. text-decoration:underline
  491. }
  492.  
  493. a.numba:link, a.numba:active, a.numba:visited {
  494. color:{color:nav}}
  495.  
  496. a.numba:hover {
  497. color:{color:nav hover}}
  498.  
  499. ::-webkit-scrollbar {
  500. width: 5px;
  501. background-color:#fff;
  502. }
  503.  
  504. ::-webkit-scrollbar-thumb {
  505. background-color:{color:link};
  506. }
  507.  
  508. .photoseto {
  509. margin-bottom:10px;
  510. }
  511.  
  512. {CustomCSS}
  513. </style>
  514. </head>
  515.  
  516. <body>
  517.  
  518. <div class="container">
  519. <div class="content">
  520.  
  521. <div class="topbar" style="margin-bottom:30px;text-align:center">
  522. <a href="/" class="title">{Title}</a>
  523. </div>
  524.  
  525. <div class="sidebar">
  526.  
  527. <div class="firstbox">
  528. {block:IfAvatarImage}
  529. <a href="/"><img src="{PortraitURL-128}" style="margin-bottom:2px;" /></a>
  530. {/block:IfAvatarImage}
  531. {block:IfSidebarImage}
  532. <a href="/"><img src="{image:Sidebar}" width="128"/></a>
  533. {/block:IfSidebarImage}
  534. </div>
  535.  
  536. <div class="secondbox">
  537. <down>
  538. <div class="nav">
  539. Description
  540. </div>
  541. </down>
  542.  
  543. <div class="togglebox">
  544. <div style="background-color:#ffffff;text-align:center;">
  545. {Description}
  546. </div>
  547. </div>
  548.  
  549. <down>
  550. <div class="nav">
  551. Links
  552. </div>
  553. </down>
  554.  
  555. <div class="togglebox">
  556. <a href="/archive" class="links">Archive</a>
  557. {block:AskEnabled}
  558. <a href="/ask" class="links">Ask</a>
  559. {/block:AskEnabled}
  560. {block:SubmissionsEnabled}
  561. <a href="/submit" class="links">Submit</a>
  562. {/block:SubmissionsEnabled}
  563. {block:IfLink1Name}<a href="{text:link 1 url}" class="links">{text:link 1 name}</a>{/block:IfLink1Name}
  564. {block:IfLink2Name}<a href="{text:link 2 url}" class="links">{text:link 2 name}</a>{/block:IfLink2Name}
  565. {block:IfLink3Name}<a href="{text:link 3 url}" class="links">{text:link 3 name}</a>{/block:IfLink3Name}
  566. {block:IfLink4Name}<a href="{text:link 4 url}" class="links">{text:link 4 name}</a>{/block:IfLink4Name}
  567. {block:IfLink5Name}<a href="{text:link 5 url}" class="links">{text:link 5 name}</a>{/block:IfLink5Name}
  568. </div>
  569.  
  570. {block:IfSearchBox}
  571. <form action="/search" method="get" >
  572. <input type="text" name="q" value="search me" onfocus="if (this.value == 'search me') {this.value = '';}" onblur="if (this.value == '') {this.value = 'search me';}"/>
  573. </form>
  574. {/block:IfSearchBox}
  575. <a href="http://instantkimchi.tumblr.com/" class="nav">theme</a>
  576.  
  577. {block:Pagination}
  578. <div class="nav">
  579. {block:PreviousPage}
  580. <a href="{PreviousPage}" class="numba">&#171;</a>
  581. {/block:PreviousPage}
  582. {block:JumpPagination length="5"}
  583. {block:CurrentPage}
  584. {PageNumber}
  585. {/block:CurrentPage}
  586. {block:JumpPage}
  587. <a href="{URL}" class="numba">{PageNumber}</a>
  588. {/block:JumpPage}
  589. {/block:JumpPagination}
  590. {block:NextPage}
  591. <a href="{NextPage}" class="numba">&#187;</a>
  592. {/block:NextPage}
  593. </div>
  594. {/block:Pagination}
  595.  
  596. </div>
  597. </div>
  598.  
  599. {block:TagPage}
  600. <div class="derp">
  601. <center>Posts tagged as "<a href="{TagURL}">{Tag}</a>"</center>
  602. </div>
  603. {/block:TagPage}
  604.  
  605. {block:SearchPage}
  606. <div class="derp"><center>
  607. results for "{SearchQuery}"
  608. <br/>
  609. {block:NoSearchResults}nope, nothing was found.{/block:NoSearchResults}
  610. </div><center>
  611. {/block:SearchPage}
  612.  
  613. <table border="0" cellspacing="0px" cellpadding="0px">
  614. <tr>
  615. <td>
  616. {block:Posts}
  617. <div class="post">
  618.  
  619. {block:Text}
  620. {block:Title}
  621. <h3><a href="{Permalink}">{Title}</a></h3>
  622. {/block:Title}
  623. {Body}
  624.  
  625. {block:IndexPage}
  626. <div class="permalink">
  627. <a href="{ReblogURL}" target="_blank">Reblog</a> | {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></div>
  628. {/block:IndexPage}
  629.  
  630. {/block:Text}
  631.  
  632. {block:Photo}
  633. {block:IndexPage}
  634. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>
  635. {/block:IndexPage}
  636. {block:PermalinkPage}
  637. {LinkOpenTag}
  638. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>
  639. {LinkCloseTag}
  640. {block:Caption}
  641. {Caption}
  642. {/block:Caption}
  643. {/block:PermalinkPage}
  644.  
  645. {block:IndexPage}
  646. <div class="permapic">
  647. <a href="{ReblogURL}" target="_blank">Reblog</a> | {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  648. </div>
  649. {/block:IndexPage}
  650. {/block:Photo}
  651.  
  652. {block:Photoset}
  653. <div class="photoseto">
  654.  
  655. <center>{Photoset-500}</center>
  656.  
  657. </div>
  658.  
  659. {block:PermalinkPage}
  660. {block:Caption}
  661. {Caption}
  662. {/block:Caption}
  663. {/block:PermalinkPage}
  664.  
  665. {block:IndexPage}
  666. <div class="permapic">
  667. <a href="{ReblogURL}" target="_blank">Reblog</a> | {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  668. </div>
  669. {/block:IndexPage}
  670.  
  671. {/block:Photoset}
  672.  
  673. {block:Quote}
  674. <h3>"{Quote}"</h3>
  675. {block:Source}
  676. <div style="text-align:right"> -{Source}<br></div>
  677. {/block:Source}
  678.  
  679. {block:IndexPage}
  680. <div class="permalink">
  681. <a href="{ReblogURL}" target="_blank">Reblog</a> | {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></div>
  682. {/block:IndexPage}
  683.  
  684. {/block:Quote}
  685. {block:Link}
  686. <h3><a href="{URL}" class="link" {Target}> {Name} >> </a></h3>
  687. {block:Description}
  688. {Description}
  689. {/block:Description}
  690.  
  691. {block:IndexPage}
  692. <div class="permalink">
  693. <a href="{ReblogURL}" target="_blank">Reblog</a> | {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></div>
  694. {/block:IndexPage}
  695.  
  696. {/block:Link}
  697.  
  698.  
  699. {block:Chat}
  700.  
  701. {block:Title}
  702. <h3><a href="{Permalink}">{Title}</a></h3>
  703. {/block:Title}
  704. <ul class="chat">
  705. {block:Lines}
  706. <li class="{Alt} user_{UserNumber}">
  707. {block:Label}
  708. <strong>{Label}</strong>
  709. {/block:Label}
  710. {Line}</li>
  711. {/block:Lines}</ul>
  712.  
  713. {block:IndexPage}
  714. <div class="permalink">
  715. <a href="{ReblogURL}" target="_blank">Reblog</a> | {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></div>
  716. {/block:IndexPage}
  717.  
  718. {/block:Chat}
  719.  
  720. {block:Video}
  721. <center>{Video-500}</center>
  722. {block:PermalinkPage}
  723. {block:Caption}
  724. {Caption}
  725. {/block:Caption}
  726. {/block:PermalinkPage}
  727.  
  728. {block:IndexPage}
  729. <div class="permalink">
  730. <a href="{ReblogURL}" target="_blank">Reblog</a> | {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></div>
  731. {/block:IndexPage}
  732.  
  733. {/block:Video}
  734.  
  735. {block:Audio}
  736. {block:AlbumArt}
  737. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;"/>{/block:AlbumArt}
  738. {AudioPlayerWhite}
  739. {block:Caption}
  740. {Caption}
  741. {/block:Caption}
  742. <p>{PlayCountWithLabel}</p>
  743. <br clear="all">
  744.  
  745. {block:IndexPage}
  746. <div class="permalink">
  747. <a href="{ReblogURL}" target="_blank">Reblog</a> | {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></div>
  748. {/block:IndexPage}
  749.  
  750. {/block:Audio}
  751.  
  752. {block:Answer}
  753. <div class="askr">
  754. <img src="{AskerPortraitURL-24}" style="float: left; margin-right: 2px; margin-bottom: 2px;">
  755. {Asker} said: {Question}<br clear="all">
  756. </div>
  757. {Answer}
  758. {block:IndexPage}
  759. <div class="permalink">
  760. <a href="{ReblogURL}" target="_blank">Reblog</a> | {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a></div>
  761. {/block:IndexPage}
  762. <br>
  763. {/block:Answer}
  764.  
  765. {block:PermalinkPage}
  766. <div class="bottomstuff">
  767. <div style="float:right;text-align:right">
  768. <a href="{ReblogURL}" target="_blank">Reblog this</a><br>
  769. {block:RebloggedFrom}
  770. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  771. {/block:RebloggedFrom}
  772. </div>
  773.  
  774. <div style="float:left;text-align:left">
  775. {block:Date} Posted on <a href="{Permalink}">{ShortDayOfWeek}/{ShortMonth}/{DayOfMonth}/{ShortYear}{/block:Date}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  776. {block:HasTags}<br>Tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  777. </div>
  778. <br clear="all">
  779. </div>
  780. {/block:PermalinkPage}
  781.  
  782. {block:PermalinkPage}
  783. {block:PostNotes}
  784. <div class="notes">{PostNotes}</div>
  785. {/block:PostNotes}
  786. {/block:PermalinkPage}
  787. </div>
  788. {/block:Posts}
  789.  
  790. </td>
  791. </tr>
  792. <tr>
  793. <td>
  794.  
  795. <br>
  796. <div class="footer">
  797. <a href="http://instantkimchi.tumblr.com">Hit Your Heart</a> | Theme By <a href="http://instantkimchi.tumblr.com">InstantKimchi</a>
  798. </div>
  799.  
  800. </td>
  801. </tr>
  802. </table>
  803.  
  804. </div>
  805. </div>
  806.  
  807. </body>
  808. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement