xmisa0923

hfhf

Jul 5th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.01 KB | None | 0 0
  1. <!--
  2. Soju Bomb (0.1)
  3. Theme made by gyapo.tumblr.com
  4. Don't Remove this comment
  5. -->
  6.  
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13. <head>
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21. <meta name="image:Background" content="http://static.tumblr.com/..."/>
  22. <meta name="image:Picture" content="http://27.media.tumblr.com/tumblr_m2g9ix32GA1qbgeizo1_500.jpg"/>
  23. <meta name="image:Entry BG" content="http://static.tumblr.com/..."/>
  24.  
  25.  
  26. <meta name="color:Link" content="#444" />
  27. <meta name="color:Link hover" content="#000" />
  28. <meta name="color:Background" content="#fff" />
  29. <meta name="color:Scroll" content="#999" />
  30. <meta name="color:Scroll BG" content="#fff" />
  31.  
  32. <meta name="color:Title" content="#fff" />
  33. <meta name="color:Description" content="#000" />
  34. <meta name="color:Menu" content="#000" />
  35. <meta name="color:Menu Hover" content="#fff" />
  36. <meta name="color:Menu BG" content="#000" />
  37. <meta name="color:Menu Border" content="#000" />
  38.  
  39.  
  40. <meta name="color:Entry BG" content="#fff" />
  41. <meta name="color:Entry Border" content="#eee" />
  42. <meta name="color:Entry Title" content="#000" />
  43. <meta name="color:Texts" content="#888" />
  44. <meta name="color:Infos" content="#fff" />
  45. <meta name="color:Infos BG" content="#000" />
  46.  
  47.  
  48. <meta name="text:Link1 title" content="link 1" />
  49. <meta name="text:Link1" content="" />
  50. <meta name="text:Link2 title" content="link 2" />
  51. <meta name="text:Link2" content="" />
  52.  
  53. <meta name="if:Title" content="1"/>
  54. <meta name="if:Caption" content="0"/>
  55. <meta name="if:Single Column" content="0"/>
  56. <meta name="if:Big Posts" content="0"/>
  57. <meta name="if:EndlessScroll" content="0"/>
  58.  
  59.  
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. 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;}
  65.  
  66. 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;}
  67.  
  68. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scroll};height:150px;border-radius:4px;-moz-border-radius:4px;}
  69. ::-webkit-scrollbar {height:0px;width:4px;border-radius:4px;-moz-border-radius:4px;background-color:{color:Scroll BG};}
  70.  
  71. body
  72. {font-family:arial;
  73. font-size:10px;
  74. color:{color:Texts};
  75. background-color:{color:Background};
  76. background-image:url('{image:Background}');
  77. background-position: fixed;
  78. background-attachment:fixed;
  79. background-repeat:repeat;}
  80.  
  81. a
  82. {text-decoration:none;
  83. color:{color:Link};
  84. -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;
  85. opacity:1;}
  86.  
  87. a:hover
  88. {text-decoration:none;
  89. color:{color:Link hover};
  90. opacity:1;}
  91.  
  92. blockquote
  93. {border-left:2px solid;
  94. padding-left:5px;}
  95.  
  96.  
  97. #side
  98. {position:fixed;
  99. top:50px;
  100. left:100px;}
  101.  
  102.  
  103.  
  104.  
  105.  
  106. #left
  107. {float:left;
  108. overflow:hidden;
  109. width:125px;
  110. border-bottom:2px solid {color:Menu Border};
  111. padding:5px 0px 2px 5px;
  112. -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;}
  113.  
  114. #right
  115. {float:left;
  116. overflow:hidden;
  117. width:125px;
  118. border-bottom:2px solid {color:Menu Border};;
  119. padding:5px 5px 2px 0px;}
  120.  
  121. #about
  122. {float:left;
  123. color:{color:Description};
  124. text-align:justify;
  125. font-size:9px;
  126. width:0px;
  127. height:0px;
  128. opacity:0;
  129. -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;}
  130.  
  131. #picture
  132. {width:260px;
  133. -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;}
  134.  
  135. #picture:hover
  136. {width:360px;}
  137.  
  138. #picture:hover #about
  139. {width:125px;
  140. padding:20px 10px 20px 10px;
  141. opacity:1;}
  142.  
  143. #picture:hover #left
  144. {margin-left:-65px;}
  145.  
  146. #title
  147. {position:absolute;
  148. width:275px;
  149. color:{color:Title};
  150. bottom:200px;
  151. font-size:20px;
  152. letter-spacing:5px;
  153. text-align:center;}
  154.  
  155. #menu
  156. {width:275px;
  157. overflow:hidden;}
  158.  
  159. .button
  160. {float:left;color:{color:Menu};
  161. text-align:center;
  162. width:77px;
  163. padding:10px 0px 10px 0px;}
  164.  
  165. .button:hover
  166. {background-color:{color:Menu BG};color:{color:Menu Hover};
  167. letter-spacing:2px;
  168. font-weight:800;}
  169.  
  170.  
  171.  
  172.  
  173. .pagination {
  174. display:none;
  175. }
  176.  
  177. #posts
  178. {{block:IndexPage}
  179. {block:IfSingleColumn}
  180. {block:IfBigPosts}
  181. width:690px;
  182. {/block:IfBigPosts}
  183. {block:IfNotBigPosts}
  184. width:300px;
  185. {/block:IfNotBigPosts}
  186. {/block:IfSingleColumn}
  187. {block:IfNotSingleColumn}
  188. {block:IfBigPosts}
  189. width:1200px;
  190. {/block:IfBigPosts}
  191. {block:IfNotBigPosts}
  192. width:700px;
  193. {/block:IfNotBigPosts}
  194. {/block:IfNotSingleColumn}
  195.  
  196. {/block:IndexPage}
  197. margin-top:35px;
  198. margin-left:420px;
  199. {block:PermalinkPage}
  200.  
  201. width:550px;
  202. text-align:justify;
  203. {/block:PermalinkPage}}
  204.  
  205.  
  206.  
  207.  
  208.  
  209. .post
  210. {{block:IndexPage}
  211. {block:IfBigPosts}
  212. width:400px;
  213. {/block:IfBigPosts}
  214. {block:IfNotBigPosts}
  215. width:250px;
  216. {/block:IfNotBigPosts}
  217. {/block:IndexPage}
  218. {block:PermalinkPage}
  219. width:400px;
  220. {/block:PermalinkPage}
  221. margin-top:20px;
  222. margin-left:20px;
  223. text-align:justify;
  224. color:{color:Texts};
  225. font-family:arial;
  226. font-size:9px;
  227. background-image:url('{image:Entry BG}');
  228. background-color: {color:Entry BG};
  229. border:1px solid {color:Entry Border};
  230. padding:5px 5px 5px 5px;
  231. {block:IfNotEndlessScroll}
  232. -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;
  233. {/block:IfNotEndlessScroll}}
  234.  
  235. #photo
  236. {padding-bottom:1px;}
  237.  
  238.  
  239. .texte
  240. {overflow:hidden;
  241. {block:IndexPage}
  242. {block:IfBigPosts}
  243. width:400px;
  244. {/block:IfBigPosts}
  245. {block:IfNotBigPosts}
  246. width:250px;
  247. {/block:IfNotBigPosts}
  248. {/block:IndexPage}
  249. {block:PermalinkPage}
  250. width:400px;
  251. {/block:PermalinkPage}}
  252.  
  253. {block:IndexPage}
  254.  
  255. .post img
  256. {{block:IfBigPosts}
  257. max-width:400px;
  258. {/block:IfBigPosts}
  259. {block:IfNotBigPosts}
  260. max-width:250px;
  261. {/block:IfNotBigPosts}}
  262.  
  263. {/block:IndexPage}
  264.  
  265.  
  266. .infos
  267. {position:absolute;
  268. {block:IfBigPosts}
  269. width:410px;
  270. {/block:IfBigPosts}
  271. {block:IfNotBigPosts}
  272. width:260px;
  273. {/block:IfNotBigPosts}
  274. color:#fff;
  275. margin:-20px -10px 0px -10px;
  276. padding:5px;
  277. background-color:{color:Infos BG};
  278. color:{color:Infos};
  279. text-transform:uppercase;
  280. font-family:courier;
  281. opacity:0;
  282. font-size:10px;
  283. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  284.  
  285. .post:hover .infos
  286. {opacity:1;}
  287.  
  288. .infos a
  289. {color:{color:Infos};}
  290.  
  291. .infos a:hover
  292. {opacity:0.5;}
  293.  
  294.  
  295.  
  296. .titlepost
  297. {text-transform:uppercase;
  298. font-family:courier;
  299. letter-spacing:2px;
  300. color:{color:Entry Title};
  301. text-decoration:underline;}
  302.  
  303. #label
  304. {text-transform:uppercase;
  305. color:{color:Entry Title};
  306. font-family:courier;}
  307.  
  308.  
  309. .nav
  310. {text-align:center;
  311. letter-spacing:5px;}
  312.  
  313. #pages
  314. {width:265px;
  315. margin-top:20px;
  316. letter-spacing:5px;
  317. text-align:center;}
  318.  
  319.  
  320.  
  321. #music
  322. {position:fixed; bottom:20px; right:25px;
  323. padding-top:12px; padding-bottom:12px; text-align:center; height:10px; width:34px; overflow:hidden;
  324. border:3px solid #f8c3d6;
  325. color:#f8c3d6;
  326. -moz-border-radius: 17px 17px 17px 17px;
  327. border-radius:17px 17px 17px 17px;
  328. -webkit-transition: opacity 0.7s linear;
  329. -webkit-transition: all 0.7s ease-in-out;
  330. -moz-transition: all 0.7s ease-in-out;
  331. -o-transition: all 0.7s ease-in-out;
  332. background-color:#fff;
  333. z-index:999;}
  334.  
  335.  
  336. #musicplayer
  337. {padding-top:15px;}
  338.  
  339.  
  340. #music:hover
  341. {border:3px solid #f8c3d6; padding:5px; height:45px; width:140px;}
  342.  
  343.  
  344.  
  345.  
  346. </style>
  347.  
  348. {block:IndexPage}
  349. <script src="http://static.tumblr.com/6hsqxdt/s7Vm2rb3k/jquery.masonry.min.js"></script>
  350. {block:IfEndlessScroll}
  351. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>{/block:IfEndlessScroll}
  352. <script src="http://static.tumblr.com/6hsqxdt/JBvm2rb44/masonry.js"></script>
  353. <script>
  354. $(window).load(function () {
  355. $('#posts').masonry(),
  356. $('.masonryWrap').infinitescroll({
  357. navSelector : "div.pagination",
  358. nextSelector : ".pagination a#next",
  359. itemSelector : ".post",
  360. bufferPx : 10000,
  361. extraScrollPx: 10000,
  362. loadingImg : "",
  363. loadingText : "<em></em>",
  364. },
  365. // call masonry as a callback.
  366. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  367. );
  368. });
  369. </script>{/block:IndexPage}
  370.  
  371.  
  372.  
  373. </head>
  374. <body>
  375.  
  376.  
  377.  
  378. {block:IndexPage}
  379. <div id="music"><center><img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"/></center>
  380. <div id="musicplayer"><center><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0= http://dl.dropbox.com/u/30975005/04%20Lets%20Get.mp3&t0=Let's Get&f1= http://dl.dropbox.com/u/30975005/Te%20Amo.mp3&t1=Te Amo&f2=http://dl.dropbox.com/u/30975005/01%20Believe.mp3&t2=Believe&f3=http://dl.dropbox.com/u/30975005/doradora.mp3&t3=Doradora&f4=http://dl.dropbox.com/u/30975005/U-KISS%20-%20AMAZING.mp3&t4=Amazing&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></center></div>
  381. </div>
  382. {/block:IndexPage}
  383.  
  384.  
  385.  
  386. {block:IfEndlessScroll}
  387. <a style="position:fixed;bottom:5px;right:5px;font-size:10px;z-index:999;" href="#top" ></a>{/block:IfEndlessScroll}
  388.  
  389.  
  390.  
  391.  
  392. <div id="side">
  393.  
  394. <div id="picture">
  395. {block:IfTitle}
  396. <div id="title">{Title}</div>
  397. {/block:IfTitle}
  398. <div>
  399. <div id="left">
  400. <img width="250px" src="{image:Picture}">
  401. </div>
  402. <div id="about">
  403. {Description}
  404. </div>
  405. <div id="right">
  406. <img width="250px" style="margin-left:-125px;"src="{image:Picture}">
  407. </div>
  408. </div>
  409. </div>
  410.  
  411. <div>
  412. <table id="menu" border="0" cellpadding="0" cellspacing="0">
  413. <tr>
  414. <td><a href="/"><div class="button">home</div></a></td>
  415. <td><a href="/ask"><div class="button">ask</div></a></td>
  416. <td><a href="/archive"><div class="button">archive</div></a></td>
  417. </tr>
  418. <td><a href="{text:Link1}"><div class="button">{text:Link1 title}</div></a></td>
  419. <td><a href="{text:Link2}"><div class="button">{text:Link2 title}</div></a></td>
  420. <td><a title="theme" href="http://gyapo.tumblr.com/"><div class="button">theme</div></a></td>
  421. </tr>
  422. </table>
  423. </div>
  424.  
  425. {block:IfNotEndlessScroll}{block:Pagination}
  426. <div id="pages">
  427. {block:PreviousPage}<a href="{PreviousPage}">← back</a> | {/block:PreviousPage}
  428. {block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}
  429. </div>
  430. {/block:Pagination} {/block:IfNotEndlessScroll}
  431. </div>
  432.  
  433.  
  434.  
  435.  
  436. <div id="posts">
  437.  
  438. {block:Posts}
  439.  
  440.  
  441.  
  442. {block:Photo}
  443. <div class="post" id="photo">
  444. {block:IndexPage}
  445. <span class="infos">{block:Date}<a href="{Permalink}" target="_blank">{DayOfMonthWithZero}{DayOfMonthSuffix} {ShortMonth} {ShortYear}</a>{/block:Date} • {NoteCountWithLabel} • <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  446. {/block:IndexPage}
  447.  
  448. <a href="{Permalink}" style="border-bottom:1px dotted transparent;">
  449. <div><img id="photo" src="{PhotoURL-500}"
  450.  
  451. {block:IndexPage}
  452. {block:IfBigPosts}
  453. width="400px"
  454. {/block:IfBigPosts}
  455. {block:IfNotBigPosts}
  456. width="250px"
  457. {/block:IfNotBigPosts}
  458. {/block:IndexPage}
  459.  
  460. {block:PermalinkPage}
  461. width="400px"
  462. {/block:PermalinkPage}
  463. alt="{PhotoAlt}"/></div></a>
  464.  
  465. {block:IfCaption}<div>{block:Caption}<div class="texte">{Caption}</div> {/block:Caption}</div>{/block:IfCaption}
  466.  
  467. </div>
  468. {/block:Photo}
  469.  
  470.  
  471. {block:Text}
  472. <div class="post">
  473. {block:IndexPage}
  474. <span class="infos">{block:Date}<a href="{Permalink}" target="_blank">{DayOfMonthWithZero}{DayOfMonthSuffix} {ShortMonth} {ShortYear}</a>{/block:Date} • {NoteCountWithLabel} • <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  475. {/block:IndexPage}
  476.  
  477. {block:Title}
  478. <div class="titlepost">{Title}</div>
  479. {/block:Title}
  480. <div class="texte">{Body}</div>
  481. </div>
  482. {/block:Text}
  483.  
  484.  
  485. {block:Quote}
  486. <div class="post">
  487. {block:IndexPage}
  488. <span class="infos">{block:Date}<a href="{Permalink}" target="_blank">{DayOfMonthWithZero}{DayOfMonthSuffix} {ShortMonth} {ShortYear}</a>{/block:Date} • {NoteCountWithLabel} • <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  489. {/block:IndexPage}
  490. <div>"{Quote}"</div>
  491. {block:Source}
  492. <div>— {Source}</div>
  493. {/block:Source}
  494.  
  495. </div>
  496. {/block:Quote}
  497.  
  498.  
  499.  
  500. {block:Link}
  501. <div class="post">
  502. {block:IndexPage}
  503. <span class="infos">{block:Date}<a href="{Permalink}" target="_blank">{DayOfMonthWithZero}{DayOfMonthSuffix} {ShortMonth} {ShortYear}</a>{/block:Date} • {NoteCountWithLabel} • <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  504. {/block:IndexPage}
  505. <a href="{URL}" {Target}><div class="titlepost">{Name}</div></a>
  506. {block:Description}
  507. <div>{Description}</div>
  508. {/block:Description}
  509.  
  510. </div>
  511. {/block:Link}
  512.  
  513.  
  514.  
  515. {block:Chat}
  516. <div class="post">
  517. {block:IndexPage}
  518. <span class="infos">{block:Date}<a href="{Permalink}" target="_blank">{DayOfMonthWithZero}{DayOfMonthSuffix} {ShortMonth} {ShortYear}</a>{/block:Date} • {NoteCountWithLabel} • <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  519. {/block:IndexPage}
  520. {block:Title}
  521. <div class="titlepost">{Title}</div>
  522. {/block:Title}
  523. <div>
  524. {block:Lines}
  525. <div class="{Alt} user_{UserNumber}">
  526. <div>{block:Label}<a href="{Permalink}" id="label">- {Label}</a>{/block:Label} {Line} </div>
  527. </div>
  528. {/block:Lines}
  529. </div>
  530. </div>
  531. {/block:Chat}
  532.  
  533.  
  534. {block:Audio}
  535. <div class="post">
  536. {block:IndexPage}
  537. <span class="infos">{block:Date}<a href="{Permalink}" target="_blank">{DayOfMonthWithZero}{DayOfMonthSuffix} {ShortMonth} {ShortYear}</a>{/block:Date} • {NoteCountWithLabel} • <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  538. {/block:IndexPage}
  539.  
  540. <table cellpadding="0" border="0" cellspacing="0">
  541. <tr><td rowspan="2">
  542. {block:AlbumArt}
  543. <img style="height:100px;width:100px;margin-right:5px;" id="art" src="{AlbumArtURL}"/>
  544. {/block:AlbumArt}</td>
  545. <td><div style="margin-top:15px;">
  546. {block:IndexPage}{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}by {Artist}{/block:Artist}{/block:IndexPage} <br>
  547. {PlayCountWithLabel}</div></td></tr><td>
  548. <div style="{block:IfBigPosts}
  549. width:295px;
  550. {/block:IfBigPosts}
  551. {block:IfNotBigPosts}
  552. width:145px;
  553. {/block:IfNotBigPosts}
  554. {block:PermalinkPage}width:395px;{/block:PermalinkPage}background-color:#000;overflow:hidden;">{AudioPlayerBlack}</div></td></tr>
  555. </table>
  556.  
  557. {block:IfCaption}<div>{block:Caption}<div class="texte">{Caption}</div> {/block:Caption}</div>{/block:IfCaption}
  558. </div>
  559. {/block:Audio}
  560.  
  561.  
  562. {block:Photoset}
  563. <div class="post">
  564. {block:IndexPage}
  565. <span class="infos">{block:Date}<a href="{Permalink}" target="_blank">{DayOfMonthWithZero}{DayOfMonthSuffix} {ShortMonth} {ShortYear}</a>{/block:Date} • {NoteCountWithLabel} • <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  566. {/block:IndexPage}
  567.  
  568. {block:IndexPage}
  569. {block:IfBigPosts}
  570. {Photoset-400}
  571. {/block:IfBigPosts}
  572. {block:IfNotBigPosts}
  573. {Photoset-250}
  574. {/block:IfNotBigPosts}
  575. {/block:IndexPage}
  576.  
  577. {block:PermalinkPage}
  578. {Photoset-400}
  579. {/block:PermalinkPage}
  580. {block:IfCaption}<div>{block:Caption}<div class="texte">{Caption}</div> {/block:Caption}</div>{/block:IfCaption}
  581. </div>
  582. {/block:Photoset}
  583.  
  584. {block:Video}
  585. <div class="post">
  586. {block:IndexPage}
  587. <span class="infos">{block:Date}<a href="{Permalink}" target="_blank">{DayOfMonthWithZero}{DayOfMonthSuffix} {ShortMonth} {ShortYear}</a>{/block:Date} • {NoteCountWithLabel} • <a href="{ReblogURL}" target="_blank">Reblog</a></span>
  588. {/block:IndexPage}
  589. {block:IndexPage}
  590. {block:IfBigPosts}
  591. {Video-400}
  592. {/block:IfBigPosts}
  593. {block:IfNotBigPosts}
  594. {Video-250}
  595. {/block:IfNotBigPosts}
  596. {/block:IndexPage}
  597.  
  598. {block:PermalinkPage}
  599. {Video-400}
  600. {/block:PermalinkPage}
  601.  
  602. {block:IfCaption}<div>{block:Caption}<div class="texte">{Caption}</div> {/block:Caption}</div>{/block:IfCaption}
  603. </div>
  604. {/block:Video}
  605.  
  606.  
  607. {block:PermalinkPage}
  608. <div style="margin-left:25px;margin-top:15px;">
  609. {block:IfNotCaption}<div>{block:Caption}<div class="texte">{Caption}</div> {/block:Caption}</div>{/block:IfNotCaption} <br>
  610. {block:PostNotes} {NoteCountWithLabel},{/block:PostNotes} {block:Date}{TimeAgo}.{/block:Date} {block:RebloggedFrom}<span class="green">via :</span> <a href="{ReblogParentURL}">{ReblogParentName}</a> , <span class="green">org :</span> <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  611. <div>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}</div>
  612. {block:PostNotes}{PostNotes}{/block:PostNotes}
  613. </div>
  614. {/block:PermalinkPage}
  615.  
  616.  
  617. {/block:Posts}
  618. </div>
  619.  
  620.  
  621.  
  622. <div class="pagination">
  623. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  624. </div>
  625. </body>
  626. </html>
Advertisement
Add Comment
Please, Sign In to add comment