Advertisement
Jyuubi

[Theme] → #07 Simplistic (v.2)

Jul 22nd, 2012
14,951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.33 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: #07 SIMPLISTIC (VERSION TWO)
  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.  
  20. <meta name="color:BackgroundM" content="#ffffff">
  21.  
  22. <meta name="color:Sidebar Background" content="#f0f0f0">
  23. <meta name="color:Post Wrap Background" content="#f0f0f0">
  24. <meta name="color:Entry Background" content="#ececec">
  25.  
  26. <meta name="color:Content Text" content="#898989">
  27. <meta name="color:Content Bold" content="#de7480">
  28. <meta name="color:Content Italic" content="#db8466">
  29. <meta name="color:Content Link" content="#7ca774">
  30.  
  31. <meta name="color:Nav Background" content="#f0c7a5">
  32. <meta name="color:Nav Text" content="#d98465">
  33. <meta name="color:Nav Background Hover" content="#c6d7a8">
  34. <meta name="color:Nav Text Hover" content="#7ca774">
  35. <meta name="color:Custom Background" content="#f4d9d4">
  36. <meta name="color:Custom Text" content="#ca7d7f">
  37.  
  38. <meta name="color:Post Title" content="#bfae88">
  39. <meta name="color:Post Blockquote" content="#dddddd">
  40.  
  41. <meta name="color:Stats Link" content="#bfae88">
  42. <meta name="color:Stats Text" content="#e9ae87">
  43.  
  44. <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/QRdm1ij75/simplistic_v2.png">
  45. <meta name="image:Sidebar" content="">
  46.  
  47. <meta name="font:Titles" content="georgia">
  48. <meta name="font:Content" content="tahoma, sans-serif">
  49.  
  50. <meta name="if:Infinite Scrolling" content="0">
  51. <meta name="if:Post Wrap" content="1">
  52. <meta name="if:Smaller Posts" content="1">
  53. <meta name="if:Photo Fading" content="1">
  54. <meta name="if:Show Captions" content="0">
  55. <meta name="if:High Res Link" content="1">
  56. <meta name="if:Show Tags" content="1">
  57. <meta name="if:Reblog Link" content="0">
  58. <meta name="if:Submit Button" content="0">
  59. <meta name="if:Dropdown Description" content="1">
  60.  
  61. <meta name="text:Hide Description" content="-120">
  62. <meta name="text:Show Description" content="120">
  63. <meta name="text:Description Dropdown" content="learn more?">
  64.  
  65. <meta name="text:Name 1" content="">
  66. <meta name="text:URL 1" content="http://">
  67. <meta name="text:Name 2" content="">
  68. <meta name="text:URL 2" content="http://">
  69. <meta name="text:Name 3" content="">
  70. <meta name="text:URL 3" content="http://">
  71. <meta name="text:Name 4" content="">
  72. <meta name="text:URL 4" content="http://">
  73. <meta name="text:Name 5" content="">
  74. <meta name="text:URL 5" content="http://">
  75. <meta name="text:Name 6" content="">
  76. <meta name="text:URL 6" content="http://">
  77.  
  78. <head>
  79. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  80. <title>{Title}</title>
  81. <link rel="shortcut icon" href="{Favicon}">
  82. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  83. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  84.  
  85. <style type="text/css">
  86. /* BODY */
  87. body {
  88. background-image: url('{image:BackgroundM}');
  89. background-attachment: fixed;
  90. background-color: {color:BackgroundM};
  91. }
  92.  
  93. ::-webkit-scrollbar-thumb:vertical {
  94. background-color: {color:Content Bold};
  95. height: 50px;
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. background-color: {color:Sidebar Background};
  100. height: 10px;
  101. width: 5px;
  102. }
  103.  
  104. #container {
  105. width: 710px;
  106. margin-left: 100px;
  107. }
  108.  
  109. /* SIDEBAR */
  110. #left {
  111. top: 40px;
  112. width: 270px;
  113. position: fixed;
  114. float: left;
  115. }
  116.  
  117. /* LEFT NAVIGATION */
  118. #nav {
  119. margin-top: 30px;
  120. float: left;
  121. }
  122.  
  123. #nav a {
  124. background-color: {color:Nav Background};
  125. display: block;
  126. width: 35px;
  127. height: 35px;
  128. border-radius: 35px;
  129. -webkit-border-radius: 35px;
  130. -moz-border-radius: 35px;
  131. padding: 6px;
  132. font-family: georgia;
  133. font-size: 9px;
  134. color: {color:Nav Text};
  135. font-style: italic;
  136. text-transform: lowercase;
  137. line-height: 36px;
  138. text-decoration: none;
  139. text-align: center;
  140. margin-bottom: 6px;
  141. -webkit-transition: all 0.5s ease-in-out;
  142. -moz-transition: all 0.5s ease-in-out;
  143. -o-transition: all 0.5s ease-in-out;
  144. -ms-transition: all 0.5s ease-in-out;
  145. transition: all 0.5s ease-in-out;
  146. }
  147.  
  148. #nav a:hover {
  149. background-color: {color:Nav Background Hover};
  150. color: {color:Nav Text Hover};
  151. }
  152.  
  153. /* DESCRIPTION & CUSTOM LINKS */
  154. #desc {
  155. background-color: {color:Sidebar Background};
  156. width: 200px;
  157. padding: 5px;
  158. float: right;
  159. z-index: 999;
  160. position: relative;
  161. border-radius: 20px 0px 0px 0px;
  162. -webkit-border-radius: 20px 0px 0px 0px;
  163. -moz-border-radius: 20px 0px 0px 0px;
  164. }
  165.  
  166. #desc img {
  167. max-width: 200px;
  168. border-radius: 20px 0px 0px 0px;
  169. -webkit-border-radius: 20px 0px 0px 0px;
  170. -moz-border-radius: 20px 0px 0px 0px;
  171. }
  172.  
  173. #desc a {
  174. background-color: {color:Custom Background};
  175. display: block;
  176. font-family: georgia;
  177. font-size: 10px;
  178. color: {color:Custom Text};
  179. font-style: italic;
  180. text-decoration: none;
  181. letter-spacing: 2px;
  182. text-align: center;
  183. margin-top: 3px;
  184. -webkit-transition: all 0.3s ease-in-out;
  185. -moz-transition: all 0.3s ease-in-out;
  186. -o-transition: all 0.3s ease-in-out;
  187. -ms-transition: all 0.3s ease-in-out;
  188. transition: all 0.3s ease-in-out;
  189. }
  190.  
  191. #desc a:hover {
  192. padding-top: 6px;
  193. padding-bottom: 6px;
  194. }
  195.  
  196. #showmore {
  197. background-color: {color:Sidebar Background};
  198. float: right;
  199. width: 200px;
  200. padding: 5px;
  201. -webkit-transition: all 1s ease-in-out;
  202. -moz-transition: all 1s ease-in-out;
  203. -o-transition: all 1s ease-in-out;
  204. -ms-transition: all 1s ease-in-out;
  205. transition: all 1s ease-in-out;
  206. font-family: tahoma, sans-serif;
  207. font-size: 10px;
  208. color: {color:Content Text};
  209. letter-spacing: 1px;
  210. text-align: center;
  211. line-height: 14px;
  212. {block:IfDropdownDescription}margin-top: {text:Hide Description}px;{/block:IfDropdownDescription}
  213. border-radius: 0px 0px 20px 0px;
  214. -webkit-border-radius: 0px 0px 20px 0px;
  215. -moz-border-radius: 0px 0px 20px 0px;
  216. }
  217.  
  218. {block:IfDropDownDescription}#showmore:hover {
  219. padding-top: {text:Show Description}px;
  220. }{/block:IfDropdownDescription}
  221.  
  222. #showmore b, strong {
  223. color: {color:Content Bold};
  224. }
  225.  
  226. #showmore i, em {
  227. color: {color:Content Italic};
  228. }
  229.  
  230. #showmore a {
  231. color: {color:Content Link};
  232. text-decoration: none;
  233. }
  234.  
  235. #showmore h1 {
  236. font-family: georgia, serif;
  237. font-size: 10px;
  238. color: {color:Post Title};
  239. font-weight: normal;
  240. font-style: italic;
  241. text-transform: lowercase;
  242. letter-spacing: 5px;
  243. text-align: center;
  244. margin: 0;
  245. }
  246.  
  247. /* PAGINATION */
  248. #pagination {
  249. background-color: {color:Sidebar Background};
  250. {block:IfSmallerPosts}width: 420px;{/block:IfSmallerPosts}
  251. {block:IfNotSmallerPosts}width: 520px;{/block:IfNotSmallerPosts}
  252. bottom: 0;
  253. position: fixed;
  254. z-index: 999;
  255. padding-top: 2px;
  256. padding-left: 5px;
  257. padding-right: 5px;
  258. padding-bottom: 4px;
  259. font-family: georgia;
  260. font-size: 14px;
  261. color: {color:Content Bold};
  262. text-align: center;
  263. margin-left: 290px;
  264. -webkit-transition: all 0.5s ease-in-out;
  265. -moz-transition: all 0.5s ease-in-out;
  266. -o-transition: all 0.5s ease-in-out;
  267. -ms-transition: all 0.5s ease-in-out;
  268. transition: all 0.5s ease-in-out;
  269. opacity: .6;
  270. }
  271.  
  272. #pagination a {
  273. font-size: 16px;
  274. color: {color:Content Link};
  275. text-decoration: none;
  276. }
  277.  
  278. #pagination:hover {
  279. opacity: 1;
  280. }
  281.  
  282. /* ENTRIES */
  283. #content {
  284. background-color: {color:Post Wrap Background};
  285. {block:IfSmallerPosts}width: 420px;{/block:IfSmallerPosts}
  286. {block:IfNotSmallerPosts}width: 520px;{/block:IfNotSmallerPosts}
  287. height: 100%;
  288. padding: 5px;
  289. position: fixed;
  290. top: 0;
  291. margin-left: 290px;
  292. }
  293.  
  294. #posts {
  295. margin-left: 300px;
  296. }
  297.  
  298. .post {
  299. {block:IfSmallerPosts}width: 555px;{/block:IfSmallerPosts}
  300. {block:IfNotSmallerPosts}width: 655px;{/block:IfNotSmallerPosts}
  301. }
  302.  
  303. .entry {
  304. background-color: {color:Entry Background};
  305. {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
  306. {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
  307. padding: 5px;
  308. margin-bottom: 15px;
  309. position: relative;
  310. z-index: 888;
  311. float: left;
  312. font-family: tahoma, sans-serif;
  313. font-size: 11px;
  314. color: {color:Content Text};
  315. letter-spacing: 1px;
  316. text-align: justify;
  317. }
  318.  
  319. .entry b, strong {
  320. color: {color:Content Bold};
  321. }
  322.  
  323. .entry i, em {
  324. color: {color:Content Italic};
  325. }
  326.  
  327. .entry a {
  328. color: {color:Content Link};
  329. text-decoration: none;
  330. }
  331.  
  332. .entry h1 {
  333. font-family: georgia;
  334. font-size: 16px;
  335. color: {color:Post Title};
  336. font-weight: normal;
  337. font-style: italic;
  338. letter-spacing: 3px;
  339. text-transform: lowercase;
  340. margin: 0;
  341. }
  342.  
  343. .entry h1 a {
  344. color: {color:Post Title};
  345. }
  346.  
  347. .entry img {
  348. {block:IfSmallerPosts}max-width: 400px;{/block:IfSmallerPosts}
  349. {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
  350. -webkit-transition: all 0.5s ease-in-out;
  351. -moz-transition: all 0.5s ease-in-out;
  352. -o-transition: all 0.5s ease-in-out;
  353. -ms-transition: all 0.5s ease-in-out;
  354. transition: all 0.5s ease-in-out;
  355. }
  356.  
  357. .entry img:hover {
  358. opacity: 1;
  359. }
  360.  
  361. .entry blockquote {
  362. border-left: 4px solid {color:Post Blockquote};
  363. margin-left: 5px;
  364. padding-left: 5px;
  365. }
  366.  
  367. /* QUOTES */
  368. .entry h2 {
  369. font-family: {font:Titles};
  370. font-size: 14px;
  371. color: {color:Post Title};
  372. font-weight: normal;
  373. text-transform: uppercase;
  374. letter-spacing: 1px;
  375. text-align: left;
  376. }
  377.  
  378. .quote {
  379. font-family: georgia;
  380. font-size: 28px;
  381. color: {color:Content Bold};
  382. float: left;
  383. }
  384.  
  385. /* QUESTION & ANSWERS */
  386. .ask {
  387. background-color: {color:Sidebar Background};
  388. padding: 2px;
  389. font-size: 10px;
  390. }
  391.  
  392. /* AUDIO ALBUMS */
  393. .audio img {
  394. max-width: 40px;
  395. float: left;
  396. margin-right: 5px;
  397. }
  398.  
  399. /* STATISTICS */
  400. .stats {
  401. font-family: consolas;
  402. font-size: 9px;
  403. color: {color:Stats Text};
  404. text-transform: uppercase;
  405. line-height: 10px;
  406. width: 130px;
  407. float: right;
  408. margin-top: 10px;
  409. opacity: 0;
  410. filter: alpha(opacity=0);
  411. -moz-opacity: 0;
  412. -khtml-opacity: 0;
  413. -webkit-transition: all 1s ease;
  414. -moz-transition: all 1s ease;
  415. -o-transition: all 1s ease;
  416. }
  417.  
  418. .stats a {
  419. color: {color:Stats Link};
  420. text-decoration: none;
  421. }
  422.  
  423. /* HOVER */
  424. .post:hover .stats {
  425. opacity: 1;
  426. -moz-opacity: 1;
  427. -khtml-opacity: 1;
  428. }
  429.  
  430. /* PERMALINK PAGE */
  431. .permalink {
  432. font-family: {font:Content};
  433. font-size: 10px;
  434. color: {color:Content Text};
  435. text-transform: lowercase;
  436. text-align: center;
  437. {block:IfNotSmallerPosts}width: 510px;{/block:IfNotSmallerPosts}
  438. {block:IfSmallerPosts}width: 410px;{/block:IfSmallerPosts}
  439. position: relative;
  440. }
  441.  
  442. .permalink b {
  443. color: {color:Content Bold};
  444. font-weight: normal;
  445. }
  446.  
  447. #date {
  448. color: {color:Content Italic};
  449. }
  450.  
  451. .permalink a {
  452. color: {color:Content Link};
  453. text-decoration: none;
  454. }
  455.  
  456. ol.notes {
  457. padding: 0px;
  458. margin: 15px 0px;
  459. list-style-type: none;
  460. background: transparent;
  461. border: 0px;
  462. letter-spacing: 0px;
  463. }
  464.  
  465. ol.notes li.note {
  466. padding: 1px;
  467. text-align: left;
  468. letter-spacing: 0px;
  469. }
  470.  
  471. .notes img{
  472. width: 10px;
  473. position: relative;
  474. top: 1px;
  475. opacity: .5;
  476. }
  477.  
  478. /* FOLLOW CODE */
  479. iframe#tumblr_controls {
  480. right:3px !important;
  481. position: fixed !important;
  482. -webkit-transition: opacity 0.7s linear;
  483. opacity: 0.2;
  484. -webkit-transition: all 0.8s ease-out;
  485. -moz-transition: all 0.8s ease-out;
  486. transition: all 0.8s ease-out;
  487. }
  488.  
  489. iframe#tumblr_controls:hover {
  490. -webkit-transition: opacity 0.7s linear;
  491. opacity: 1;
  492. -webkit-transition: all 0.4s ease-out;
  493. -moz-transition: all 0.4s ease-out;
  494. transition: all 0.4s ease-out;
  495. }
  496. </style>
  497. <style type="text/css">{CustomCSS}</style>
  498. {block:IfInfiniteScrolling}
  499. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  500. {/block:IfInfiniteScrolling}
  501. </head>
  502. <body>
  503. <div id="container">
  504.  
  505. <div id="left">
  506. <div id="nav">
  507. <a href="/">refresh</a>
  508. <a href="/archive">archive</a>
  509. <a href="/ask">ask me</a>
  510. {block:IfSubmitButton}<a href="/submit">submit</a>{/block:IfSubmitButton}
  511. <a href="http://jyuubi.org">theme</a>
  512. </div>
  513. <div id="desc">
  514. <img src="{image:Sidebar}" alt="">
  515. {block:IfName1}<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
  516. {block:IfName2}<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
  517. {block:IfName3}<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
  518. {block:IfName4}<a href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
  519. {block:IfName5}<a href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
  520. {block:IfName6}<a href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6}
  521. </div>
  522. <div id="showmore">
  523. {Description}
  524. {block:IfDropdownDescription}<br /><br />
  525. <h1>{text:Description Dropdown}</h1>{/block:IfDropdownDescription}
  526. </div>
  527. </div>
  528.  
  529. {block:IfPostWrap}<div id="content"></div>{/block:IfPostWrap}
  530. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">
  531. {block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}
  532. </div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
  533. <div id="posts">
  534.  
  535. <div class="autopagerize_page_element">
  536. {block:Posts}
  537.  
  538. <div class="post">
  539. <div class="entry">
  540.  
  541. {block:Text}
  542. {block:Title}<h1>{Title}</h1>{/block:Title}
  543. {Body}
  544. {/block:Text}
  545.  
  546. {block:Photo}
  547. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>{LinkCloseTag}</center>
  548. {block:IfHighResLink}{block:HighRes}<font size="1px"><a href="{PhotoURL-HighRes}">high resolution &rarr;</a></font>{/block:HighRes}{/block:IfHighResLink}
  549. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  550. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  551. {Caption}
  552. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  553. {/block:Photo}
  554.  
  555. {block:Photoset}
  556. {block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
  557. {block:IfSmallerPosts}{Photoset-400}{/block:IfSmallerPosts}
  558. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  559. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  560. {Caption}
  561. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  562. {/block:Photoset}
  563.  
  564. {block:Quote}
  565. <div class="quote">&#10077;</div>
  566. <h2>{Quote}</h2>
  567. {block:Source}<p align="right">{Source} &mdash;</p>{/block:Source}
  568. {/block:Quote}
  569.  
  570. {block:Link}
  571. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  572. {block:Description}{Description}{/block:Description}
  573. {/block:Link}
  574.  
  575. {block:Chat}
  576. {block:Title}<h1>{Title}</h1>{/block:Title}
  577. {block:Lines}
  578. {block:Label}
  579. <b>{Label}</b>
  580. {/block:Label}
  581. {Line}<br />
  582. {/block:Lines}
  583. {/block:Chat}
  584.  
  585. {block:Audio}
  586. {block:AlbumArt}
  587. <div class="audio"><img src="{AlbumArtURL}" alt=""></div>
  588. {/block:AlbumArt}
  589. {AudioPlayerGrey}
  590. <b>{FormattedPlayCount}</b> plays
  591. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  592. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  593. {Caption}
  594. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  595. {/block:Audio}
  596.  
  597. {block:Video}
  598. {block:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
  599. {block:IfSmallerPosts}{Video-400}{/block:IfSmallerPosts}
  600. <center><i>{FormattedPlayCount}</i> plays</center><br />
  601. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  602. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  603. {Caption}
  604. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  605. {/block:Video}
  606.  
  607. {block:Answer}
  608. <div class="ask">{Asker} <b>sent:</b> {Question}</div>
  609. {Answer}
  610. {/block:Answer}
  611.  
  612. </div>
  613. {block:IndexPage}<div class="stats">
  614. <a href="{Permalink}">{TimeAgo}
  615. {block:NoteCount}<br />{NoteCountWithLabel}{/block:NoteCount}
  616. {block:IfReblogLink}<br /><a href="{ReblogURL}">Reblog this post</a>{/block:IfReblogLink}</a>{block:IfShowTags}{block:HasTags}<br /><br />
  617. Tags&nbsp;{block:Tags}#<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  618. </div>{/block:IndexPage}
  619. </div>
  620.  
  621. {block:PermalinkPage}
  622. <div class="permalink">
  623. <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}
  624. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  625. {block:PostNotes}
  626. {PostNotes}
  627. {/block:PostNotes}
  628. </div>
  629. {/block:PermalinkPage}
  630.  
  631. {/block:Posts}
  632. </div>
  633.  
  634. </div>
  635. </body>
  636. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement