Advertisement
instantkimchi

You're MY VIP

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