Advertisement
Jyuubi

[Theme] → #24 Sakuras

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