Advertisement
sunkei

Sunkei update

Feb 13th, 2012
9,491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.08 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. <!--Theme by gyapo.tumblr.com, don't remove this comment
  3. -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <meta name="color:Link" content="#646464" />
  15. <meta name="color:Link hover" content="#868686" />
  16. <meta name="color:Background" content="#000000" />
  17. <meta name="image:Background" content="http://static.tumblr.com/..."/>
  18. <meta name="color:Texts" content="#333333" />
  19. <meta name="color:Entry Background" content="#333333" />
  20. <meta name="color:Texts" content="#333333" />
  21. <meta name="color:Perma Background" content="#333333" />
  22. <meta name="color:Page" content="#333333" />
  23.  
  24. <meta name="image:Band" content="http://static.tumblr.com/..."/>
  25. <meta name="image:Container" content="http://static.tumblr.com/..."/>
  26. <meta name="image:Bias" content="http://static.tumblr.com/..."/>
  27. <meta name="image:Bias2" content="http://static.tumblr.com/..."/>
  28. <meta name="image:Bias3" content="http://static.tumblr.com/..."/>
  29. <meta name="image:Bias4" content="http://static.tumblr.com/..."/>
  30. <meta name="image:Bias5" content="http://static.tumblr.com/..."/>
  31. <meta name="image:Bias6" content="http://static.tumblr.com/..."/>
  32. <meta name="image:Bias7" content="http://static.tumblr.com/..."/>
  33.  
  34.  
  35.  
  36. <meta name="color:Description" content="#ffffff" />
  37. <meta name="color:Navigation" content="#ffffff" />
  38. <meta name="color:Navigation Hover" content="#333333" />
  39. <meta name="color:Navigation Background" content="#000000" />
  40.  
  41.  
  42. <meta name="text:Links" content="links page url" />
  43. <meta name="text:comment" content="comment"/>
  44. <meta name="text:comment2" content="comment2"/>
  45. <meta name="text:comment3" content="comment3"/>
  46. <meta name="text:comment4" content="comment4"/>
  47. <meta name="text:comment5" content="comment5"/>
  48. <meta name="text:comment6" content="comment6"/>
  49. <meta name="text:comment7" content="comment7"/>
  50.  
  51. <meta name="if:Linksnav" content="0"/>
  52. <meta name="if:Permalink" content="1"/>
  53. <meta name="if:Reblog" content="1"/>
  54. <meta name="if:EndlessScroll" content="0"/>
  55.  
  56. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  57.  
  58. {block:IfEndlessScroll}
  59. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  60. {/block:IfEndlessScroll}
  61. <style type="text/css">
  62.  
  63. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  64.  
  65. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  66.  
  67. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Perma Background};height:25px;}
  68. ::-webkit-scrollbar {height:0px;width:8px;background-color:{color:Entry Background};}
  69.  
  70. body
  71. {font-family:arial;
  72. font-size:10px;
  73. color:{color:Texts};
  74. background-color:{color:Background};
  75. background-image:url('{image:Background}');
  76. background-position: fixed;
  77. background-attachment:fixed;
  78. background-repeat:repeat;}
  79.  
  80. a
  81. {text-decoration:none;
  82. color:{color:Link};
  83. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;
  84. opacity:1;}
  85.  
  86. a:hover
  87. {text-decoration:none;
  88. color:{color:Link hover};
  89. opacity:1;}
  90.  
  91. #container
  92. {position:fixed;
  93. top:0px;
  94. left:260px;
  95. float:left;
  96. width:85px;
  97. height:1000px;
  98. overflow:hidden;
  99. background-image:url('{image:Container}');
  100. background-position: fixed;
  101. background-attachment:fixed;
  102. background-repeat:repeat;}
  103.  
  104. #description
  105. {position:fixed;
  106. width:200px;
  107. height:auto;
  108. padding:5px;
  109. bottom:100px;
  110. left:25px;
  111. font-family:arial;
  112. font-size:10px;
  113. text-transform:;
  114. float:left;
  115. color:{color:Description};
  116. background-color:{color:Navigation Background};}
  117.  
  118. #faces
  119. {position:fixed;
  120. top:10px;
  121. left:275px;
  122. float:left;
  123. }
  124.  
  125. .portrait
  126. {z-index:999;
  127. width:80px;
  128. height:60px;
  129. overflow:hidden;
  130. margin-top:20px;
  131. margin-left:0px;
  132. font-family:consolas;
  133. font-style:italic;
  134. font-size:10px;
  135. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;
  136. opacity:0.6;}
  137.  
  138. .portrait:hover
  139. {height:95px;
  140. opacity:1;}
  141.  
  142. .bias
  143. {width:60px;
  144. height:60px;
  145. -moz-border-radius: 30px 30px 30px 30px;
  146. border-radius:30px 30px 30px 30px;
  147. overflow:hidden;}
  148.  
  149. .comment
  150. {text-align:center;
  151. margin-top:5px;
  152. width:60px;
  153. color:{color:Texts};
  154. overflow:hidden;
  155. background-color:{color:Entry Background};}
  156.  
  157.  
  158. #side
  159. {position:fixed;
  160. width:250px;
  161. height:1000px;
  162. overflow:hidden;
  163. top:100px;
  164. left:0px;
  165. float:left;
  166. }
  167.  
  168. #band
  169. {position:fixed;
  170. width:250px;
  171. height:1000px;
  172. top:0px;
  173. left:0px;
  174. float:left;
  175. background-image:url('{image:Band}');
  176. z-index:-999;}
  177.  
  178. .pagination
  179. {font-family:arial black;
  180. height:auto;
  181. font-size:100px;
  182. float:left;
  183. color:{color:Page};
  184. opacity:0.4;
  185. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  186.  
  187. .pagination:hover
  188. {opacity:1;}
  189.  
  190. a.page
  191. {color:{color:Page};
  192. opacity:0.3;
  193. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  194.  
  195. a.page:hover
  196. {opacity:1;}
  197.  
  198.  
  199. #band2
  200. {position:fixed;
  201. width:10px;
  202. height:1000px;
  203. top:0px;
  204. left:250px;
  205. float:left;
  206. font-family:consolas;
  207. font-size:10px;
  208. background-color:{color:Navigation Background};
  209. }
  210.  
  211. #navigation
  212. {position:fixed;
  213. width:10px;
  214. top:110px;
  215. left:250px;
  216. float:left;
  217. font-family:consolas;
  218. font-size:10px;
  219. color:{color:Navigation};
  220. background-color:{color:Navigation Background};}
  221.  
  222. .navigation
  223. {background-color:{color:Navigation Background};
  224. color:{color:Navigation};
  225. padding-left:2px;
  226. padding-top:8px;
  227. padding-bottom:8px;
  228. height:auto;
  229. }
  230.  
  231. .arrow
  232. {background-color:{color:Navigation Background};
  233. color:{color:Navigation};
  234. padding-left:0px;
  235. font-size:18px;
  236. padding-top:2px;
  237. padding-bottom:8px;
  238. height:auto;
  239. }
  240.  
  241. .navi
  242. {background-color:{color:Navigation Background};
  243. color:{color:Navigation Background};
  244. padding-left:2px;
  245. padding-top:8px;
  246. padding-bottom:8px;
  247. height:auto;
  248. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  249.  
  250. .navi:hover
  251. {background-color:{color:Navigation hover};}
  252.  
  253.  
  254.  
  255.  
  256.  
  257. #posts
  258. {width:506px;
  259. height:autolength;
  260. overflow:hidden;
  261. margin-left:450px;
  262. margin-top:0px;
  263. overflow:hidden;
  264. font-family:arial;
  265. font-size:10px;
  266. color:{color:Texts};
  267. }
  268.  
  269. .post
  270. {width:500px;
  271. overflow:hidden;
  272. height:autolength;
  273. margin-top:10px;
  274. margin-bottom:0px;
  275. font-family:arial;
  276. font-size:10px;
  277. color:{color:Texts};
  278. overflow:hidden;
  279. background-color:{color:Entry Background};}
  280.  
  281. #permabar
  282. {width:500px;font-family:arial;
  283. font-size:10px;
  284. color:{color:Texts};
  285. background-color:{color:Perma Background};
  286. overflow:hidden;}
  287.  
  288. .perbar
  289. {position:absolute;
  290. font-size:10px;
  291. margin-left:500px;
  292. text-align:center;
  293. width:15px;
  294. height:12px;
  295. overflow:hidden;
  296. padding-top:5px;
  297. padding-bottom:5px;
  298. font-family:arial;
  299. background-color:{color:Navigation Background};
  300. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  301.  
  302. .perbar:hover
  303. {color:{color:Link hover};
  304. height:120px;}
  305.  
  306. .perbar2
  307. {position:absolute;
  308. font-size:10px;
  309. margin-left:500px;
  310. text-align:center;
  311. width:15px;
  312. height:12px;
  313. overflow:hidden;
  314. {block:IfPermalink}margin-top:18px;{/block:IfPermalink}
  315. padding-top:5px;
  316. padding-bottom:5px;
  317. font-family:arial;
  318. background-color:{color:Navigation Background};
  319. -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  320.  
  321. .perbar2:hover
  322. {color:{color:Link hover};
  323. height:85px;}
  324.  
  325. </style>
  326.  
  327. </head>
  328. <body>
  329.  
  330. {block:IfEndlessScroll}<div id="top"></div>
  331. <a style="position:fixed;bottom:10px;right:10px;font-size:10px;font-family:arial" href="#top" class="texte">back to top</a>{/block:IfEndlessScroll}
  332.  
  333. <div id="side">
  334. <table style="align:center;position:fixed;
  335. width:250px;
  336. height:auto;
  337. top:50px;
  338. left:100px;cellspacing:50px;">
  339. <tr><td id="description" >{Description}</td></tr>
  340. {block:IfNotEndlessScroll}{block:Pagination} {block:NextPage}<tr><td class="pagination"><a href="{NextPage}" class="page"><div class="button">»</div></a></td></tr>{/block:NextPage}
  341. {block:PreviousPage}<tr><td class="pagination"><a href="{PreviousPage}" class="page"><div class="button">«</div></a></tr><td>{/block:PreviousPage}{/block:Pagination}{/block:IfNotEndlessScroll}
  342. </table>
  343.  
  344.  
  345. <div id="band"></div>
  346.  
  347. <div id="band2">
  348. <div id="navigation">
  349. <div class="navigation">n<br/>a<br/>v<br/>i<br/>g<br/>a<br/>t<br/>i<br/>o<br/>n</div>
  350. <div class="arrow">&#8595;</div>
  351. <a href="/"><div class="navi">h<br/>o<br/>m<br/>e</div></a>
  352. <a href="/ask"><div class="navi">a<br/>s<br/>k</div></a>
  353. {block:IfLinksnav}<a href="{text:links}"><div class="navi">l<br/>i<br/>n<br/>k<br/>s</div></a>
  354. {/block:IfLinksnav}{block:IfNotLinksnav}{/block:IfNotLinksnav}
  355. <a href="http://gyapo.tumblr.com"><div class="navi">t<br/>h<br/>e<br/>m<br/>e</div></a>
  356. </div>
  357. </div>
  358. </div>
  359.  
  360.  
  361. <div id="container">
  362. <table style="align:center;height:100px;"></table>
  363. <div id="faces">
  364. <div class="portrait"><img class="bias" src="{image:Bias}"/><div class="comment">{text:comment}</div></div>
  365. <div class="portrait"><img class="bias" src="{image:Bias2}"/><div class="comment">{text:comment2}</div></div>
  366. <div class="portrait"><img class="bias" src="{image:Bias3}"/><div class="comment">{text:comment3}</div></div>
  367. <div class="portrait"><img class="bias" src="{image:Bias4}"/><div class="comment">{text:comment4}</div></div>
  368. <div class="portrait"><img class="bias" src="{image:Bias5}"/><div class="comment">{text:comment5}</div></div>
  369. <div class="portrait"><img class="bias" src="{image:Bias6}"/><div class="comment">{text:comment6}</div></div>
  370. <div class="portrait"><img class="bias" src="{image:Bias7}"/><div class="comment">{text:comment7}</div></div>
  371. </div>
  372. </div>
  373.  
  374. <div id="posts">
  375. <table width="600px" border="0" cellpadding="0" cellspacing="0" align="center">
  376. {block:Posts}
  377. {block:Text}
  378. <div class="post">
  379. <div>
  380. {block:IfReblog}<a href="{ReblogURL}" target="_blank"><div class="perbar2">r<br/>e<br/>b<br/>l<br/>o<br/>g</div></a>{/block:IfReblog}{block:IfNotReblog}{/block:IfNotReblog}{block:IfPermalink}<a href="{Permalink}" target="_blank"><div class="perbar">p<br/>e<br/>r<br/>m<br/>a<br/>l<br/>i<br/>n<br/>k</div></a>{/block:IfPermalink}{block:IfNotPermalink}{/block:IfNotPermalink}
  381.  
  382. {block:Title}<a href="{Permalink}"><div class="titre">{Title}</div></a>{/block:Title}
  383. <div>{Body}</div>
  384. </div>
  385. {block:IndexPage}
  386. <div id="permabar">
  387. <div><a href="{Permalink}" target="_blank">{ {NoteCount} }</a> {block:HasTags}{block:Tags}
  388. &#160#<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}{/block:HasTags}</div>
  389. </div>
  390. {/block:IndexPage}
  391. </div>
  392. {/block:Text}
  393.  
  394. {block:Photo}
  395. <div class="post">
  396. <div>
  397. {block:IfReblog}<a href="{ReblogURL}" target="_blank"><div class="perbar2">r<br/>e<br/>b<br/>l<br/>o<br/>g</div></a>{/block:IfReblog}{block:IfNotReblog}{/block:IfNotReblog}{block:IfPermalink}<a href="{Permalink}" target="_blank"><div class="perbar">p<br/>e<br/>r<br/>m<br/>a<br/>l<br/>i<br/>n<br/>k</div></a>{/block:IfPermalink}{block:IfNotPermalink}{/block:IfNotPermalink}
  398.  
  399. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  400.  
  401. {block:PermalinkPage}{block:Caption}
  402. {Caption}
  403. {/block:Caption}{block:PermalinkPage}
  404.  
  405. </div>
  406. {block:IndexPage}
  407. <div id="permabar">
  408. <div><a href="{Permalink}" target="_blank">{ {NoteCount} }</a> {block:HasTags}{block:Tags}
  409. &#160#<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}{/block:HasTags}</div>
  410. </div>
  411. {/block:IndexPage}
  412. </div>
  413. {/block:Photo}
  414.  
  415. {block:Photoset}
  416. <div class="post">
  417. <div>
  418. {block:IfReblog}<a href="{ReblogURL}" target="_blank"><div class="perbar2">r<br/>e<br/>b<br/>l<br/>o<br/>g</div></a>{/block:IfReblog}{block:IfNotReblog}{/block:IfNotReblog}{block:IfPermalink}<a href="{Permalink}" target="_blank"><div class="perbar">p<br/>e<br/>r<br/>m<br/>a<br/>l<br/>i<br/>n<br/>k</div></a>{/block:IfPermalink}{block:IfNotPermalink}{/block:IfNotPermalink}
  419.  
  420. <a href="{Permalink}">{Photoset-500}</a>
  421. {block:PermalinkPage}{block:Caption}
  422. <div>{Caption}</div>
  423. {/block:Caption}{block:PermalinkPage}
  424.  
  425. </div>
  426. {block:IndexPage}
  427. <div id="permabar">
  428. <div><a href="{Permalink}" target="_blank">{ {NoteCount} }</a> {block:HasTags}{block:Tags}
  429. &#160#<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}{/block:HasTags}</div>
  430. </div>
  431. {/block:IndexPage}
  432. </div>
  433. {/block:Photoset}
  434.  
  435. {block:Quote}
  436. <div class="post">
  437. <div>{block:IfReblog}<a href="{ReblogURL}" target="_blank"><div class="perbar2">r<br/>e<br/>b<br/>l<br/>o<br/>g</div></a>{/block:IfReblog}{block:IfNotReblog}{/block:IfNotReblog}{block:IfPermalink}<a href="{Permalink}" target="_blank"><div class="perbar">p<br/>e<br/>r<br/>m<br/>a<br/>l<br/>i<br/>n<br/>k</div></a>{/block:IfPermalink}{block:IfNotPermalink}{/block:IfNotPermalink}
  438.  
  439. <a href="{Permalink}"><div class="texte"> "{Quote}"</div></a>
  440.  
  441. {block:Source}
  442. <div class="texte"> {Source}</div>
  443. {/block:Source}
  444. </div>
  445. {block:IndexPage}
  446. <div id="permabar">
  447. <div><a href="{Permalink}" target="_blank">{ {NoteCount} }</a> {block:HasTags}{block:Tags}
  448. &#160#<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}{/block:HasTags}</div>
  449. </div>
  450. {/block:IndexPage}
  451. </div>
  452. {/block:Quote}
  453.  
  454. {block:Link}
  455. <div class="post">
  456. <div>{block:IfReblog}<a href="{ReblogURL}" target="_blank"><div class="perbar2">r<br/>e<br/>b<br/>l<br/>o<br/>g</div></a>{/block:IfReblog}{block:IfNotReblog}{/block:IfNotReblog}{block:IfPermalink}<a href="{Permalink}" target="_blank"><div class="perbar">p<br/>e<br/>r<br/>m<br/>a<br/>l<br/>i<br/>n<br/>k</div></a>{/block:IfPermalink}{block:IfNotPermalink}{/block:IfNotPermalink}
  457.  
  458. <a href="{URL}" {Target}><div class="titre">{Name}</div></a>
  459. {block:Description}
  460. <div class="texte">{Description}</div>
  461. {/block:Description}</div>
  462. {block:IndexPage}
  463. <div id="permabar">
  464. <div><a href="{Permalink}" target="_blank">{ {NoteCount} }</a> {block:HasTags}{block:Tags}
  465. &#160#<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}{/block:HasTags}</div>
  466. </div>
  467. {/block:IndexPage}
  468. </div>
  469. {/block:Link}
  470.  
  471. {block:Chat}
  472. <div class="post">
  473. <div>{block:IfReblog}<a href="{ReblogURL}" target="_blank"><div class="perbar2">r<br/>e<br/>b<br/>l<br/>o<br/>g</div></a>{/block:IfReblog}{block:IfNotReblog}{/block:IfNotReblog}{block:IfPermalink}<a href="{Permalink}" target="_blank"><div class="perbar">p<br/>e<br/>r<br/>m<br/>a<br/>l<br/>i<br/>n<br/>k</div></a>{/block:IfPermalink}{block:IfNotPermalink}{/block:IfNotPermalink}
  474.  
  475. {block:Title}
  476. <a href="{Permalink}"><div class="titre">{Title}</div></a>
  477. {/block:Title}
  478. <div class="chat">
  479. {block:Lines}
  480. <div class="{Alt} user_{UserNumber}">
  481. {block:Label}
  482. <div class="name">{Label}&#160<a href="{Permalink}">{Line}</a> </div> {/block:Label}
  483.  
  484. </div>
  485. {/block:Lines}
  486. </div></div>
  487. {block:IndexPage}
  488. <div id="permabar">
  489. <div><a href="{Permalink}" target="_blank">{ {NoteCount} }</a> {block:HasTags}{block:Tags}
  490. &#160#<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}{/block:HasTags}</div>
  491. </div>
  492. {/block:IndexPage}
  493. </div>
  494. {/block:Chat}
  495.  
  496. {block:Video}
  497. <div class="post">
  498. <div>
  499. {block:IfReblog}<a href="{ReblogURL}" target="_blank"><div class="perbar2">r<br/>e<br/>b<br/>l<br/>o<br/>g</div></a>{/block:IfReblog}{block:IfNotReblog}{/block:IfNotReblog}{block:IfPermalink}<a href="{Permalink}" target="_blank"><div class="perbar">p<br/>e<br/>r<br/>m<br/>a<br/>l<br/>i<br/>n<br/>k</div></a>{/block:IfPermalink}{block:IfNotPermalink}{/block:IfNotPermalink}
  500.  
  501. <div align="center">{Video-500}</div>
  502. {block:IfCaption}{block:Caption}
  503. <a href="{Permalink}"><div class="texte">{Caption}</div> </a> {/block:Caption} {/block:IfCaption}
  504. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  505. <div class="texte">{Caption}</div>
  506. {/block:Caption}{block:PermalinkPage}{/block:IfNotCaption}
  507. </div>
  508. {block:IndexPage}
  509. <div id="permabar">
  510. <div><a href="{Permalink}" target="_blank">{ {NoteCount} }</a> {block:HasTags}{block:Tags}
  511. &#160#<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}{/block:HasTags}</div>
  512. </div>
  513. {/block:IndexPage}
  514. </div>
  515. {/block:Video}
  516.  
  517. {block:Audio}
  518.  
  519.  
  520. <div class="post">{block:IfReblog}
  521. <div>
  522. <a href="{ReblogURL}" target="_blank"><div class="perbar2">r<br/>e<br/>b<br/>l<br/>o<br/>g</div></a>{/block:IfReblog}{block:IfNotReblog}{/block:IfNotReblog}{block:IfPermalink}<a href="{Permalink}" target="_blank"><div class="perbar">p<br/>e<br/>r<br/>m<br/>a<br/>l<br/>i<br/>n<br/>k</div></a>{/block:IfPermalink}{block:IfNotPermalink}{/block:IfNotPermalink}
  523. {AudioPlayerBlack}
  524. {block:IfCaption}{block:Caption}
  525. <a href="{Permalink}"><div class="texte">{Caption}</div></a> {/block:Caption} {/block:IfCaption}
  526. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  527. <div class="texte">{Caption}</div>
  528. {/block:Caption}{block:PermalinkPage}{/block:IfNotCaption}
  529. </div>
  530.  
  531. {block:IndexPage}
  532. <div id="permabar">
  533. <div><a href="{Permalink}" target="_blank">{ {NoteCount} }</a> {block:HasTags}{block:Tags}
  534. &#160#<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}{/block:HasTags}</div>
  535. </div>
  536. {/block:IndexPage}
  537. </div>
  538.  
  539. {/block:Audio}
  540.  
  541.  
  542.  
  543.  
  544.  
  545. {block:PermalinkPage}
  546. <div id="permabar">
  547. <a href="{Permalink}" target="_blank">{ {NoteCount} }</a> {block:HasTags}{block:Tags}
  548. &#160#<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}{/block:HasTags}</div>
  549. {block:RebloggedFrom} (via <a href="{ReblogParentURL}">{ReblogParentName}</a> , org. <a href="{ReblogRootURL}">{ReblogRootName}</a> ){/block:RebloggedFrom}{/block:HasTags}{PostNotes}</div>
  550. {/block:PermalinkPage}
  551. {/block:Posts}
  552. </td></tr>
  553.  
  554. </table>
  555. </div>
  556.  
  557.  
  558. </body>
  559. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement