Advertisement
Jyuubi

[Theme] → #30 Twilight

Aug 24th, 2012
31,657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.76 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #30 TWILIGHT
  10. jyuubi.org | manatopia.org
  11.  
  12. SIDEBAR: pixiv.net/member.php?id=858196
  13.  
  14. --RULES--
  15. 1) DO NOT REMOVE CREDIT.
  16. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  17. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  18. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  19. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW UNLESS PROVIDED.
  20. -->
  21.  
  22. <meta name="color:BackgroundM" content="#282828">
  23.  
  24. <meta name="color:Header Background" content="#814248">
  25. <meta name="color:Header Text" content="#303030">
  26.  
  27. <meta name="color:Custom Background" content="#3e3e3e">
  28. <meta name="color:Custom Link" content="#979797">
  29. <meta name="color:Custom Link Hover" content="#d67e99">
  30.  
  31. <meta name="color:Sidebar Wrap" content="#313131">
  32. <meta name="color:Sidebar Background" content="#3e3e3e">
  33.  
  34. <meta name="color:Description Text" content="#888888">
  35. <meta name="color:Description Bold" content="#ad5c63">
  36. <meta name="color:Description Italic" content="#d37867">
  37. <meta name="color:Description Link" content="#d67e99">
  38.  
  39. <meta name="color:Navigation Background" content="#5d3836">
  40. <meta name="color:Navigation Text" content="#8a5f5d">
  41.  
  42. <meta name="color:Entry Background" content="#313131">
  43. <meta name="color:Entry Text" content="#888888">
  44. <meta name="color:Entry Bold" content="#ad5c63">
  45. <meta name="color:Entry Italic" content="#d37867">
  46. <meta name="color:Entry Link" content="#d67e99">
  47. <meta name="color:Entry Titles" content="#d37867">
  48.  
  49. <meta name="color:Question Background" content="#3e3e3e">
  50.  
  51. <meta name="color:Stats Text" content="#a5a5a5">
  52. <meta name="color:Stats Background" content="#814248">
  53.  
  54. <meta name="image:BackgroundM" content="http://static.tumblr.com/ljotsrb/wjtm99po6/twilight-bg.png">
  55. <meta name="image:Sidebar" content="http://static.tumblr.com/ljotsrb/RYxm99por/twilight-side.png">
  56.  
  57. <meta name="if:Infinite Scroll" content="0">
  58. <meta name="if:Show Captions" content="0">
  59. <meta name="if:Monochrome Images" content="">
  60. <meta name="if:Faded Images" content="1">
  61. <meta name="if:Right Background" content="0">
  62. <meta name="if:Show Icon" content="0">
  63.  
  64. <meta name="text:Sidebar Position" content="100">
  65. <meta name="text:Link 1" content="">
  66. <meta name="text:URL 1" content="">
  67. <meta name="text:Link 2" content="">
  68. <meta name="text:URL 2" content="">
  69. <meta name="text:Link 3" content="">
  70. <meta name="text:URL 3" content="">
  71. <meta name="text:Link 4" content="">
  72. <meta name="text:URL 4" content="">
  73. <meta name="text:Link 5" content="">
  74. <meta name="text:URL 5" content="">
  75. <meta name="text:Link 6" content="">
  76. <meta name="text:URL 6" content="">
  77. <meta name="text:Link 7" content="">
  78. <meta name="text:URL 7" content="">
  79. <meta name="text:Link 8" content="">
  80. <meta name="text:URL 8" content="">
  81.  
  82. <head>
  83. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  84. <title>{Title}</title>
  85. <link rel="shortcut icon" href="{Favicon}">
  86. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  87. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  88.  
  89. <style type="text/css">
  90. /* BODY */
  91. body {
  92. background-image: url('{image:BackgroundM}');
  93. background-attachment: fixed;
  94. background-color: {color:BackgroundM};
  95. margin: 0;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. background-color: {color:Entry Bold};
  100. height: 50px;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height: 10px;
  105. width: 5px;
  106. background-color: {color:Entry Background};
  107. }
  108.  
  109. /* SIDEBAR */
  110. #sidebar {
  111. background-color: {color:Sidebar Wrap};
  112. position: fixed;
  113. width: 230px;
  114. height: 100%;
  115. }
  116.  
  117. #info {
  118. position: fixed;
  119. z-index: 999;
  120. left: 15px;
  121. top: {text:Sidebar Position}px;
  122. }
  123.  
  124. #sideimage {
  125. background-color: {color:Sidebar Background};
  126. padding: 10px;
  127. margin-bottom: 10px;
  128. }
  129.  
  130. #sideimage img {
  131. max-width: 180px;
  132. }
  133.  
  134. #description {
  135. background-color: {color:Sidebar Background};
  136. padding: 10px;
  137. width: 180px;
  138. font-family: calibri;
  139. font-size: 10px;
  140. color: {color:Description Text};
  141. text-align: justify;
  142. letter-spacing: 1px;
  143. }
  144.  
  145. #description b, strong {
  146. color: {color:Description Bold};
  147. }
  148.  
  149. #description i, em {
  150. {color:Description Italic};
  151. }
  152.  
  153. #description a {
  154. color: {color:Description Link};
  155. text-decoration: none;
  156. }
  157.  
  158. /* HEADER */
  159. #header {
  160. background-color: {color:Header Background};
  161. width: 520px;
  162. height: 50px;
  163. position: fixed;
  164. left: 250px;
  165. font-family: georgia;
  166. font-size: 20px;
  167. color: {color:Header Text};
  168. font-style: italic;
  169. text-align: center;
  170. line-height: 50px;
  171. letter-spacing: 2px;
  172. text-transform: lowercase;
  173. z-index: 999;
  174. }
  175.  
  176. #custom {
  177. background-color: {color:Custom Background};
  178. width: 520px;
  179. height: 15px;
  180. position: fixed;
  181. left: 250px;
  182. top: 50px;
  183. font-family: calibri;
  184. font-size: 8px;
  185. color: {color:Custom Link};
  186. text-transform: uppercase;
  187. text-align: center;
  188. letter-spacing: 1px;
  189. line-height: 15px;
  190. z-index: 999;
  191. }
  192.  
  193. #custom a {
  194. color: {color:Custom Link};
  195. text-decoration: none;
  196. }
  197.  
  198. #custom a:hover {
  199. color: {color:Custom Link Hover};
  200. }
  201.  
  202. /* RIGHT NAVIGATION */
  203. #right {
  204. {block:IfRightBackground}background-color: {color:Sidebar Wrap};{/block:IfRightBackground}
  205. position: fixed;
  206. width: 70px;
  207. height: 100%;
  208. left: 790px;
  209. }
  210.  
  211. #icon {
  212. background-color: {color:Navigation Background};
  213. padding: 5px;
  214. margin-bottom: 10px;
  215. }
  216.  
  217. #icon img {
  218. width: 40px;
  219. height: 40px;
  220. margin-bottom: -3px;
  221. }
  222.  
  223. #navi {
  224. position: fixed;
  225. width: 50px;
  226. left: 800px;
  227. top: 100px;
  228. z-index: 999;
  229. }
  230.  
  231. #navi a {
  232. background-color: {color:Navigation Background};
  233. display: block;
  234. width: 50px;
  235. height: 50px;
  236. font-family: calibri;
  237. font-size: 9px;
  238. color: {color:Navigation Text};
  239. text-decoration: none;
  240. text-transform: uppercase;
  241. text-align: center;
  242. line-height: 50px;
  243. margin-bottom: 10px;
  244. letter-spacing: 1px;
  245. }
  246.  
  247. /* PAGINATION */
  248. #pagination {
  249. font-family: calibri;
  250. font-size: 9px;
  251. width: 200px;
  252. text-align: center;
  253. margin-top: 20px;
  254. }
  255.  
  256. .current_page {
  257. background-color: {color:Sidebar Background};
  258. color: {color:Description Text};
  259. padding: 5px;
  260. }
  261.  
  262. #pagination a {
  263. background-color: {color:Sidebar Background};
  264. padding: 5px;
  265. color: {color:Description Bold};
  266. text-decoration: none;
  267. }
  268.  
  269. /* POSTS */
  270. #posts {
  271. margin-left: 250px;
  272. position: relative;
  273. top: 85px;
  274. }
  275.  
  276. .posts {
  277. background-color: {color:Entry Background};
  278. position: relative;
  279. width: 500px;
  280. border: 10px solid {color:Entry Background};
  281. overflow: hidden;
  282. margin-bottom: 20px;
  283. font-family: calibri;
  284. font-size: 14px;
  285. color: {color:Entry Text};
  286. text-align: justify;
  287. }
  288.  
  289. .posts b, strong {
  290. color: {color:Entry Bold};
  291. }
  292.  
  293. .posts i, em {
  294. color: {color:Entry Italic};
  295. }
  296.  
  297. .posts a {
  298. color: {color:Entry Link};
  299. text-decoration: none;
  300. }
  301.  
  302. .posts h1 {
  303. font-family: georgia;
  304. font-size: 13px;
  305. color: {color:Entry Titles};
  306. font-style: italic;
  307. font-weight: normal;
  308. text-align: left;
  309. letter-spacing: 2px;
  310. margin: 0;
  311. }
  312.  
  313. .posts blockquote {
  314. border-left: 5px solid {color:Entry Text};
  315. padding-left: 10px;
  316. margin-left: 5px;
  317. }
  318.  
  319. /* IMAGE POSTS */
  320. .posts img {
  321. max-width: 500px;
  322. }
  323.  
  324. .posts img {
  325. {block:IfFadedImages}opacity: .8;{/block:IfFadedImages}
  326. {block:IfMonochromeImages}-webkit-filter: grayscale(1);{/block:IfMonochromeImages}
  327. -webkit-transition: all 0.5s ease-in-out;
  328. -moz-transition: all 0.5s ease-in-out;
  329. -o-transition: all 0.5s ease-in-out;
  330. -ms-transition: all 0.5s ease-in-out;
  331. transition: all 0.5s ease-in-out;
  332. }
  333.  
  334. .posts img:hover {
  335. opacity: 1;
  336. filter: none;
  337. -webkit-filter: grayscale(0);
  338. -webkit-transition: all 0.5s ease-in-out;
  339. -moz-transition: all 0.5s ease-in-out;
  340. -o-transition: all 0.5s ease-in-out;
  341. -ms-transition: all 0.5s ease-in-out;
  342. transition: all 0.5s ease-in-out;
  343. }
  344.  
  345. .photo {
  346. {block:IfFadedImages}opacity: .8;{/block:IfFadedImages}
  347. {block:IfMonochromeImages}-webkit-filter: grayscale(1);{/block:IfMonochromeImages}
  348. -webkit-transition: all 0.5s ease-in-out;
  349. -moz-transition: all 0.5s ease-in-out;
  350. -o-transition: all 0.5s ease-in-out;
  351. -ms-transition: all 0.5s ease-in-out;
  352. transition: all 0.5s ease-in-out;
  353. }
  354.  
  355. .photo:hover {
  356. opacity: 1;
  357. filter: none;
  358. -webkit-filter: grayscale(0);
  359. -webkit-transition: all 0.5s ease-in-out;
  360. -moz-transition: all 0.5s ease-in-out;
  361. -o-transition: all 0.5s ease-in-out;
  362. -ms-transition: all 0.5s ease-in-out;
  363. transition: all 0.5s ease-in-out;
  364. }
  365.  
  366. /* QUOTE */
  367. .posts h2 {
  368. font-family: georgia;
  369. font-size: 11px;
  370. color: {color:Entry Titles};
  371. font-weight: normal;
  372. font-style: italic;
  373. letter-spacing: 2px;
  374. }
  375.  
  376. .quote {
  377. font-family: georgia;
  378. font-size: 20px;
  379. color: {color:Entry Bold};
  380. float: left;
  381. margin-top: 2px;
  382. }
  383.  
  384. /* AUDIO */
  385. .audio img {
  386. max-width: 70px;
  387. float: left;
  388. margin-right: 5px;
  389. }
  390.  
  391. .player {
  392. background-color: #000;
  393. padding: 10px;
  394. height: 27px;
  395. width: 405px;
  396. margin-left: 75px;
  397. }
  398.  
  399. /* STATISTICS */
  400. .stats {
  401. background-color: {color:Stats Background};
  402. opacity: 0;
  403. width: 515px;
  404. height: 10px;
  405. line-height: 8px;
  406. position: absolute;
  407. left: 0px;
  408. bottom: 0px;
  409. font-family: calibri;
  410. font-size: 8px;
  411. color: {color:Stats Text};
  412. text-align: center;
  413. text-transform: uppercase;
  414. padding-right: 5px;
  415. -webkit-transition: all 0.5s ease-in-out;
  416. -moz-transition: all 0.5s ease-in-out;
  417. -o-transition: all 0.5s ease-in-out;
  418. -ms-transition: all 0.5s ease-in-out;
  419. transition: all 0.5s ease-in-out;
  420. }
  421.  
  422. .stats a {
  423. color: {color:Stats Text};
  424. text-decoration: none;
  425. }
  426.  
  427. .posts:hover .stats {
  428. opacity: 1;
  429. height: 30px;
  430. line-height: 30px;
  431. }
  432.  
  433. /* PERMALINK PAGE */
  434. .permalink {
  435. font-family: calibri;
  436. font-size: 11px;
  437. color: {color:Entry Text};
  438. text-transform: lowercase;
  439. text-align: center;
  440. width: 520px;
  441. position: relative;
  442. z-index: 999px;
  443. }
  444.  
  445. .permalink b {
  446. color: {color:Entry Bold};
  447. font-weight: normal;
  448. }
  449.  
  450. #date {
  451. color: {color:Entry Italic};
  452. }
  453.  
  454. .permalink a {
  455. color: {color:Entry Link};
  456. text-decoration: none;
  457. }
  458.  
  459. ol.notes {
  460. padding: 0px;
  461. margin: 15px 0px;
  462. list-style-type: none;
  463. background: transparent;
  464. border: 0px;
  465. letter-spacing: 0px;
  466. text-transform: lowercase;
  467. }
  468.  
  469. ol.notes li.note {
  470. padding: 1px;
  471. text-align: left;
  472. letter-spacing: 0px;
  473. text-transform: lowercase;
  474. }
  475.  
  476. .notes img{
  477. width: 8px;
  478. position: relative;
  479. top: 1px;
  480. opacity: .7;
  481. -moz-border-radius: 8px;
  482. -webkit-border-radius: 8px;
  483. border-radius: 8px;
  484. }
  485.  
  486. /* CREDIT */
  487. #credit {
  488. position: fixed;
  489. bottom: 5px;
  490. right: 5px;
  491. font-family: calibri;
  492. font-size: 8px;
  493. text-transform: uppercase;
  494. z-index: 999;
  495. }
  496.  
  497. #credit a {
  498. color: {color:Description Link};
  499. text-decoration: none;
  500. }
  501.  
  502. /* FOLLOW CODE */
  503. iframe#tumblr_controls {
  504. right:3px !important;
  505. position: fixed !important;
  506. -webkit-transition: opacity 0.7s linear;
  507. opacity: 0.2;
  508. -webkit-transition: all 0.8s ease-out;
  509. -moz-transition: all 0.8s ease-out;
  510. transition: all 0.8s ease-out;
  511. }
  512.  
  513. iframe#tumblr_controls:hover {
  514. -webkit-transition: opacity 0.7s linear;
  515. opacity: 1;
  516. -webkit-transition: all 0.4s ease-out;
  517. -moz-transition: all 0.4s ease-out;
  518. transition: all 0.4s ease-out;
  519. }
  520.  
  521. {CustomCSS}
  522. </style>
  523. {block:IfInfiniteScroll}
  524. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  525. {/block:IfInfiniteScroll}
  526. </head>
  527. <body>
  528.  
  529. <div id="sidebar"></div>
  530. <div id="info">
  531. {block:IfSidebarImage}<div id="sideimage"><img src="{image:Sidebar}"></div>{/block:IfSidebarImage}
  532. {block:Description}<div id="description">{Description}</div>{/block:Description}
  533. {block:IfNotInfiniteScroll}{block:Pagination}<div id="pagination">
  534. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  535. {block:JumpPagination length="3"}
  536. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  537. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  538. {/block:JumpPagination}
  539. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  540. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  541. </div>
  542.  
  543. <div id="header">{Title}</div>
  544. <div id="custom">
  545. {block:HasPages}
  546. {block:Pages}<option value="{URL}">{Label}</option>&nbsp;{/block:Pages}
  547. {/block:HasPages}
  548. {block:IfLink1}<a href="{text:URL 1}">{text:Link 1}</a>{/block:IfLink1}
  549. {block:IfLink2}&middot; <a href="{text:URL 2}">{text:Link 2}</a>{/block:IfLink2}
  550. {block:IfLink3}&middot; <a href="{text:URL 3}">{text:Link 3}</a>{/block:IfLink3}
  551. {block:IfLink4}&middot; <a href="{text:URL 4}">{text:Link 4}</a>{/block:IfLink4}
  552. {block:IfLink5}&middot; <a href="{text:URL 5}">{text:Link 5}</a>{/block:IfLink5}
  553. {block:IfLink6}&middot; <a href="{text:URL 6}">{text:Link 6}</a>{/block:IfLink6}
  554. {block:IfLink7}&middot; <a href="{text:URL 7}">{text:Link 7}</a>{/block:IfLink7}
  555. {block:IfLink8}&middot; <a href="{text:URL 8}">{text:Link 8}</a>{/block:IfLink8}
  556. </div>
  557.  
  558. <div id="right"></div>
  559. <div id="navi">
  560. {block:IfShowIcon}<div id="icon"><img src="{PortraitURL-40}"></div>{/block:IfShowIcon}
  561. <a href="/">refresh</a> <a href="/ask">message</a> <a href="/archive">archive</a> <a href="http://jyuubi.org" target="_blank">credit</a>
  562. </div>
  563.  
  564. <div class="autopagerize_page_element">
  565. <div id="posts">
  566. {block:Posts}
  567.  
  568. <div class="posts">
  569.  
  570. {block:Text}
  571. {block:Title}<h1>{Title}</h1>{/block:Title}
  572. {Body}
  573. {/block:Text}
  574.  
  575. {block:Photo}
  576. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  577. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  578. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  579. {Caption}
  580. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  581. {/block:Photo}
  582.  
  583. {block:Photoset}
  584. <div class="photo">{Photoset-500}</div>
  585. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  586. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  587. {Caption}
  588. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  589. {/block:Photoset}
  590.  
  591. {block:Quote}
  592. <div class="quote">&#10077;</div>
  593. <h2>{Quote}</h2>
  594. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  595. {/block:Quote}
  596.  
  597. {block:Link}
  598. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  599. {block:Description}{Description}{/block:Description}
  600. {/block:Link}
  601.  
  602. {block:Chat}
  603. {block:Title}<h1>{Title}</h1>{/block:Title}
  604. {block:Lines}
  605. {block:Label}
  606. <b>{Label}</b>
  607. {/block:Label}
  608. {Line}<br />
  609. {/block:Lines}
  610. {/block:Chat}
  611.  
  612. {block:Audio}
  613. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  614. <div class="player">{AudioPlayerBlack}</div>
  615. <div style="font-size: 14px; margin-top: 5px; margin-left: 10px;">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/block:Artist}</div>
  616. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  617. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  618. {Caption}
  619. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  620. {/block:Audio}
  621.  
  622. {block:Video}
  623. {Video-500}
  624. <center><i>{FormattedPlayCount}</i> plays</center><br />
  625. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  626. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  627. {Caption}
  628. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  629. {/block:Video}
  630.  
  631. {block:Answer}
  632. <table>
  633. <tr><td colspan="3" width="500px" style="padding:8px; text-align:center; background-color:{color:Question Background};">{Question}</td></tr>
  634. <tr>
  635. <td width="190" style="text-align:right; font-size:30px;"><div style="position:relative; margin-top:-18px; margin-left:35px; color:{color:Question Background};">&#9701;</div></td>
  636. <td width="5" style="text-align:right;"><div style="margin-left:-5px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
  637. <td width="180"style="text-align:left; padding-left:2px; font-family:calibri; font-size:10px; letter-spacing:0px; text-transform:uppercase;">{Asker}</td>
  638. </tr>
  639. </table>
  640. {Answer}
  641. {/block:Answer}
  642.  
  643. {block:IndexPage}<div class="stats">
  644. <a href="{Permalink}">{TimeAgo}{block:NoteCount} &middot; {NoteCountWithLabel}{/block:NoteCount} &middot; <a href="{ReblogURL}">Reblog</a></a>
  645. </div>{/block:IndexPage}
  646. </div>
  647.  
  648. {block:PermalinkPage}
  649. <div class="permalink">
  650. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  651. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  652. {block:PostNotes}
  653. {PostNotes}
  654. {/block:PostNotes}
  655. </div>
  656. {/block:PermalinkPage}
  657.  
  658. {/block:Posts}
  659. </div>
  660. </div>
  661.  
  662. </body>
  663. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement