Advertisement
instantkimchi

Une Petite Ami

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