Advertisement
Jyuubi

[Theme] → #36 The Mad Duo

Oct 30th, 2012
51,144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.56 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: #36 THE MAD DUO
  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 UNLESS PROVIDED.
  18. -->
  19.  
  20. <meta name="color:BackgroundM" content="#eee9e7">
  21.  
  22. <meta name="color:Header" content="#c49778">
  23. <meta name="color:Subtitle" content="#b09648">
  24.  
  25. <meta name="color:Nav Link Background" content="#d2c879">
  26. <meta name="color:Nav Link Text" content="#fff">
  27. <meta name="color:Nav Link Text Hover" content="#656036">
  28.  
  29. <meta name="color:Image Border" content="#dbd5d3">
  30.  
  31. <meta name="color:Description Text" content="#7b7372">
  32. <meta name="color:Description Bold" content="#a25454">
  33. <meta name="color:Description Italic" content="#b3a262">
  34. <meta name="color:Description Link" content="#a57e72">
  35.  
  36. <meta name="color:Entry Background" content="#f5efed">
  37. <meta name="color:Entry Text" content="#7b7372">
  38. <meta name="color:Entry Bold" content="#a25454">
  39. <meta name="color:Entry Italic" content="#b3a262">
  40. <meta name="color:Entry Link" content="#a57e72">
  41. <meta name="color:Entry Titles" content="#b3a262">
  42.  
  43. <meta name="color:Question Background" content="#f0eae8">
  44.  
  45. <meta name="color:Stats Date Background" content="#e1cec6">
  46. <meta name="color:Stats Date Text" content="#a69289">
  47. <meta name="color:Stats Tags" content="#a25454">
  48.  
  49. <meta name="image:BackgroundM" content="http://static.tumblr.com/ljotsrb/iP5mcpxvl/madduo-bg.png">
  50. <meta name="image:Sidebar" content="http://static.tumblr.com/ljotsrb/h1Hmcpxw3/madduo-sidebar.gif">
  51.  
  52. <meta name="if:Infinite Scroll" content="0">
  53. <meta name="if:Lazy Load" content="1">
  54. <meta name="if:Smaller Posts" content="0">
  55. <meta name="if:Show Captions" content="0">
  56. <meta name="if:Faded Images" content="1">
  57. <meta name="if:Show Tags" content="1">
  58. <meta name="if:Submit Link" content="0">
  59.  
  60. <meta name="text:Header" content="the mad duo">
  61. <meta name="text:Subtitle" content="we have magic">
  62. <meta name="text:Entry Text Size" content="11">
  63.  
  64. <meta name="text:Link Title 1" content="">
  65. <meta name="text:Link URL 1" content="">
  66. <meta name="text:Link Title 2" content="">
  67. <meta name="text:Link URL 2" content="">
  68. <meta name="text:Link Title 3" content="">
  69. <meta name="text:Link URL 3" content="">
  70. <meta name="text:Link Title 4" content="">
  71. <meta name="text:Link URL 4" content="">
  72. <meta name="text:Link Title 5" content="">
  73. <meta name="text:Link URL 5" content="">
  74. <meta name="text:Link Title 6" content="">
  75. <meta name="text:Link URL 6" content="">
  76.  
  77. <head>
  78. <link href='http://fonts.googleapis.com/css?family=Cinzel+Decorative' rel='stylesheet' type='text/css'>
  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-color: {color:BackgroundM};
  90. background-attachment: fixed;
  91. margin: 0;
  92. }
  93.  
  94. /* THEME SPECIALS */
  95. ::-webkit-scrollbar-thumb:vertical {
  96. background-color: {color:Description Italic};
  97. height: 50px;
  98. }
  99.  
  100. ::-webkit-scrollbar {
  101. height: 10px;
  102. width: 8px;
  103. background-color: {color:BackgroundM};
  104. }
  105.  
  106. /* HEADER */
  107. #header {
  108. font-family: 'Cinzel Decorative', cursive;
  109. font-size: 22px;
  110. color: {color:Header};
  111. text-align: center;
  112. position: fixed;
  113. z-index: 999;
  114. height: 20px;
  115. line-height: 20px;
  116. top: 52px;
  117. width: 280px;
  118. letter-spacing: 1px;
  119. text-transform: uppercase;
  120. margin-left: 4px;
  121. }
  122.  
  123. #subtitle {
  124. font-family: calibri;
  125. font-size: 8px;
  126. color: {color:Subtitle};
  127. width: 280px;
  128. text-align: center;
  129. text-transform: uppercase;
  130. letter-spacing: 2px;
  131. margin-top: -8px;
  132. margin-bottom: -5px;
  133. }
  134.  
  135. /* SIDEBAR */
  136. #sidebar {
  137. position: fixed;
  138. width: 288px;
  139. top: 80px;
  140. left: 60px;
  141. }
  142.  
  143. #sideimage {
  144. width: 288px;
  145. margin: auto;
  146. margin-top: 10px;
  147. }
  148.  
  149. #sideimage img {
  150. width: 280px;
  151. padding: 3px;
  152. border: 1px solid {color:Image Border};
  153. }
  154.  
  155. #navi {
  156. float: left;
  157. }
  158.  
  159. #navi a {
  160. background-color: {color:Nav Link Background};
  161. display: block;
  162. width: 80px;
  163. height: 13px;
  164. line-height: 12px;
  165. font-family: calibri;
  166. font-size: 8px;
  167. color: {color:Nav Link Text};
  168. text-transform: uppercase;
  169. text-decoration: none;
  170. text-align: right;
  171. margin-bottom: 3px;
  172. letter-spacing: 1px;
  173. padding-right: 3px;
  174. -webkit-transition: all 0.5s ease-in-out;
  175. -moz-transition: all 0.5s ease-in-out;
  176. -o-transition: all 0.5s ease-in-out;
  177. -ms-transition: all 0.5s ease-in-out;
  178. transition: all 0.5s ease-in-out;
  179. }
  180.  
  181. #navi a:hover {
  182. color: {color:Nav Link Text Hover};
  183. }
  184.  
  185. #info {
  186. width: 195px;
  187. font-family: arial;
  188. font-size: 8px;
  189. color: {color:Description Text};
  190. text-align: justify;
  191. line-height: 10px;
  192. letter-spacing: 1px;
  193. float: right;
  194. margin-left: 5px;
  195. }
  196.  
  197. #info b, strong {
  198. color: {color:Description Bold};
  199. }
  200.  
  201. #info i, em {
  202. color: {color:Description Italic};
  203. }
  204.  
  205. #info a {
  206. color: {color:Description Link};
  207. text-decoration: none;
  208. }
  209.  
  210. /* PAGINATION */
  211. #pagination {
  212. font-family: arial;
  213. font-size: 8px;
  214. text-align: center;
  215. margin-top: 10px;
  216. float: left;
  217. width: 80px;
  218. clear: both;
  219. }
  220.  
  221. .current_page {
  222. color: {color:Description Text};
  223. }
  224.  
  225. #pagination a {
  226. color: {color:Description Link};
  227. text-decoration: none;
  228. }
  229.  
  230. /* BLOG POSTS */
  231. #posts {
  232. margin-left: 410px;
  233. margin-top: 20px;
  234. }
  235.  
  236. .entry {
  237. background-color: {color:Entry Background};
  238. {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
  239. {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
  240. border: 10px solid {color:Entry Background};
  241. overflow: hidden;
  242. margin-bottom: 5px;
  243. font-family: arial;
  244. font-size: {text:Entry Text Size}px;
  245. color: {color:Entry Text};
  246. text-align: justify;
  247. letter-spacing: 1px;
  248. line-height: 12px;
  249. }
  250.  
  251. .entry b, strong {
  252. color: {color:Entry Bold};
  253. }
  254.  
  255. .entry i, em {
  256. color: {color:Entry Italic};
  257. }
  258.  
  259. .entry a {
  260. color: {color:Entry Link};
  261. text-decoration: none;
  262. }
  263.  
  264. .entry h1 {
  265. font-family: arial;
  266. font-size: 12px;
  267. color: {color:Entry Titles};
  268. font-weight: normal;
  269. letter-spacing: 1px;
  270. text-transform: uppercase;
  271. }
  272.  
  273. .entry h1 a {
  274. color: {color:Entry Titles};
  275. }
  276.  
  277. .entry blockquote {
  278. border-left: 3px solid {color:Entry Italic};
  279. margin-left: 10px;
  280. padding-left: 10px;
  281. }
  282.  
  283. /* IMAGES */
  284. {block:IfSmallerPosts}
  285. .entry img {
  286. max-width: 400px;
  287. }
  288. {/block:IfSmallerPosts}
  289.  
  290. {block:IfFadedImages}.entry img {
  291. opacity: .9;
  292. -webkit-transition: all 0.5s ease-in-out;
  293. -moz-transition: all 0.5s ease-in-out;
  294. -o-transition: all 0.5s ease-in-out;
  295. -ms-transition: all 0.5s ease-in-out;
  296. transition: all 0.5s ease-in-out;
  297. }
  298.  
  299. .entry img:hover {
  300. opacity: 1;
  301. }
  302.  
  303. .photo {
  304. opacity: .9;
  305. -webkit-transition: all 0.5s ease-in-out;
  306. -moz-transition: all 0.5s ease-in-out;
  307. -o-transition: all 0.5s ease-in-out;
  308. -ms-transition: all 0.5s ease-in-out;
  309. transition: all 0.5s ease-in-out;
  310. }
  311.  
  312. .photo:hover {
  313. opacity: 1;
  314. }{/block:IfFadedImages}
  315.  
  316. /* QUOTES */
  317. .entry h2 {
  318. font-family: arial;
  319. font-size: 12px;
  320. color: {color:Entry Titles};
  321. font-weight: normal;
  322. letter-spacing: 1px;
  323. }
  324.  
  325. .quote {
  326. font-family: georgia;
  327. font-size: 24px;
  328. color: {color:Entry Italic};
  329. float: left;
  330. margin-top: 2px;
  331. }
  332.  
  333. /* AUDIO */
  334. .audio img {
  335. max-width: 50px;
  336. float: left;
  337. margin-right: 5px;
  338. border: 5px solid {color:Question Background};
  339. }
  340.  
  341. .player {
  342. background-color: #fff;
  343. height: 25px;
  344. width: 25px;
  345. padding: 5px;
  346. margin-left: 85px;
  347. margin-top: 10px;
  348. overflow: hidden;
  349. position: absolute;
  350. margin-left: 13px;
  351. margin-top: 13px;
  352. opacity: .2;
  353. transition: 0.5s;
  354. -moz-transition: 0.5s;
  355. -webkit-transition: 0.5s;
  356. -o-transition: 0.5s;
  357. }
  358.  
  359. .player:hover {
  360. opacity: .7;
  361. }
  362.  
  363. /* STATISTICS */
  364. .stats {
  365. margin-bottom: 20px;
  366. {block:IfNotSmallerPosts}width: 520px;{/block:IfNotSmallerPosts}
  367. {block:IfSmallerPosts}width: 420px;{/block:IfSmallerPosts}
  368. font-family: calibri;
  369. font-size: 8px;
  370. text-transform: uppercase;
  371. }
  372.  
  373. .stats a {
  374. color: {color:Stats Tags};
  375. text-decoration: none;
  376. }
  377.  
  378. .stats a.date {
  379. background-color: {color:Stats Date Background};
  380. padding: 2px;
  381. font-family: calibri;
  382. font-size: 8.5px;
  383. color: {color:Stats Date Text};
  384. letter-spacing: 1px;
  385. }
  386.  
  387. /* PERMALINK PAGE */
  388. .permalink {
  389. font-family: arial;
  390. font-size: 10px;
  391. color: {color:Description Text};
  392. text-transform: lowercase;
  393. {block:IfNotSmallerPosts}width: 520px;{/block:IfNotSmallerPosts}
  394. {block:IfSmallerPosts}width: 420px;{/block:IfSmallerPosts}
  395. position: relative;
  396. letter-spacing: 1px;
  397. z-index: 999px;
  398. }
  399.  
  400. .permalink b {
  401. color: {color:Description Bold};
  402. font-weight: normal;
  403. }
  404.  
  405. #date {
  406. color: {color:Description Italic};
  407. }
  408.  
  409. .permalink a {
  410. color: {color:Description Link};
  411. text-decoration: none;
  412. }
  413.  
  414. ol.notes {
  415. padding: 0px;
  416. margin: 15px 0px;
  417. list-style-type: none;
  418. background: transparent;
  419. border: 0px;
  420. letter-spacing: 0px;
  421. text-transform: lowercase;
  422. }
  423.  
  424. ol.notes li.note {
  425. padding: 1px;
  426. text-align: left;
  427. letter-spacing: 0px;
  428. text-transform: lowercase;
  429. }
  430.  
  431. .notes img{
  432. width: 8px;
  433. position: relative;
  434. top: 1px;
  435. opacity: .7;
  436. -moz-border-radius: 8px;
  437. -webkit-border-radius: 8px;
  438. border-radius: 8px;
  439. }
  440.  
  441. /* FOLLOW CODE */
  442. iframe#tumblr_controls {
  443. right:3px !important;
  444. position: fixed !important;
  445. -webkit-transition: opacity 0.7s linear;
  446. opacity: 0.2;
  447. -webkit-transition: all 0.8s ease-out;
  448. -moz-transition: all 0.8s ease-out;
  449. transition: all 0.8s ease-out;
  450. }
  451.  
  452. iframe#tumblr_controls:hover {
  453. -webkit-transition: opacity 0.7s linear;
  454. opacity: 1;
  455. -webkit-transition: all 0.4s ease-out;
  456. -moz-transition: all 0.4s ease-out;
  457. transition: all 0.4s ease-out;
  458. }
  459.  
  460. {CustomCSS}
  461. </style>
  462. {block:IfInfiniteScroll}
  463. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  464. {/block:IfInfiniteScroll}
  465. {block:IfLazyLoad}<script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script> <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == "iPad" || navigator.platform == “iPhone”) return; $j("img").lazyload({ placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif", effect: "fadeIn", }); }); </script>{/block:IfLazyLoad}
  466. </head>
  467. <body>
  468.  
  469. <div id="sidebar">
  470. <div id="header">{text:Header}</div>
  471. <div id="subtitle">{text:Subtitle}</div>
  472. {block:IfSidebarImage}<div id="sideimage">
  473. <center><img src="{image:Sidebar}"></center>
  474. </div>{/block:IfSidebarImage}
  475. <div id="navi">
  476. <a href="/">refresh</a>
  477. <a href="/ask">message</a>
  478. <a href="/archive">archives</a>
  479. {block:IfSubmitLink}<a href="/submit">submit</a>{/block:IfSubmitLink}
  480. <a href="http://jyuubi.org" target="_blank">credit &copy;</a>
  481. {block:IfLinkTitle1}<a href="{text:Link URL 1}">{text:Link Title 1}</a>{/block:IfLinkTitle1}
  482. {block:IfLinkTitle2}<a href="{text:Link URL 2}">{text:Link Title 2}</a>{/block:IfLinkTitle2}
  483. {block:IfLinkTitle3}<a href="{text:Link URL 3}">{text:Link Title 3}</a>{/block:IfLinkTitle3}
  484. {block:IfLinkTitle4}<a href="{text:Link URL 4}">{text:Link Title 4}</a>{/block:IfLinkTitle4}
  485. {block:IfLinkTitle5}<a href="{text:Link URL 5}">{text:Link Title 5}</a>{/block:IfLinkTitle5}
  486. {block:IfLinkTitle6}<a href="{text:Link URL 6}">{text:Link Title 6}</a>{/block:IfLinkTitle6}
  487. </div>
  488. <div id="info">
  489. {Description}
  490. </div>
  491. {block:IfNotInfiniteScroll}{block:Pagination}<div id="pagination">
  492. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  493. {block:JumpPagination length="3"}
  494. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  495. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  496. {/block:JumpPagination}
  497. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  498. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  499. </div>
  500.  
  501. <div class="autopagerize_page_element">
  502. <div id="posts">
  503. {block:Posts}
  504.  
  505. <div class="entry">
  506.  
  507. {block:Text}
  508. {block:Title}<h1>{Title}</h1>{/block:Title}
  509. {Body}
  510. {/block:Text}
  511.  
  512. {block:Photo}
  513. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  514. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  515. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  516. {Caption}
  517. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  518. {/block:Photo}
  519.  
  520. {block:Photoset}
  521. <div class="photo">
  522. {block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
  523. {block:IfSmallerPosts}{Photoset-400}{/block:IfSmallerPosts}
  524. </div>
  525. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  526. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  527. {Caption}
  528. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  529. {/block:Photoset}
  530.  
  531. {block:Quote}
  532. <div class="quote">&#10077;</div>
  533. <h2>{Quote}</h2>
  534. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  535. {/block:Quote}
  536.  
  537. {block:Link}
  538. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  539. {block:Description}{Description}{/block:Description}
  540. {/block:Link}
  541.  
  542. {block:Chat}
  543. {block:Title}<h1>{Title}</h1>{/block:Title}
  544. {block:Lines}
  545. {block:Label}
  546. <b>{Label}</b>
  547. {/block:Label}
  548. {Line}<br />
  549. {/block:Lines}
  550. {/block:Chat}
  551.  
  552. {block:Audio}
  553. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  554. <div class="player">{AudioPlayerWhite}</div>
  555. <div style="font-size: 9px; margin-top: 8px; margin-left: 10px; text-transform: uppercase; line-height: 11px;">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br /><b>Plays:</b> {FormattedPlayCount}</div>
  556. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  557. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  558. {Caption}
  559. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  560. {block:IfNotShowCaptions}<div style="padding: 4px;"></div>{/block:IfNotShowCaptions}
  561. {/block:Audio}
  562.  
  563. {block:Video}
  564. {block:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
  565. {block:IfSmallerPosts}{Video-400}{/block:IfSmallerPosts}
  566. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  567. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  568. {Caption}
  569. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  570. {/block:Video}
  571.  
  572. {block:Answer}
  573. <table>
  574. <tr><td colspan="3" width="{block:IfNotSmallerPosts}500px{/block:IfNotSmallerPosts}{block:IfSmallerPosts}400px{/block:IfSmallerPosts}" style="padding:8px; text-align:center; background-color: {color:Question Background}; font-size: 9px;">{Question}</td></tr>
  575. <tr>
  576. <td width="190" style="text-align:right; font-size:30px;"><div style="position:relative; margin-top:-13px; margin-left:35px; color: {color:Question Background};">&#9701;</div></td>
  577. <td width="5" style="text-align:right;"><div style="margin-left:-5px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
  578. <td width="180"style="text-align:left; padding-left:2px; font-family:calibri; font-size:10px; letter-spacing:0px; text-transform:uppercase;">{Asker}</td>
  579. </tr>
  580. </table>
  581. {Answer}
  582. {/block:Answer}
  583. </div>
  584. {block:IndexPage}<div class="stats">
  585. <a class="date" href="{Permalink}">{TimeAgo}{block:NoteCount} &middot; {NoteCountWithLabel}{/block:NoteCount}</a>{block:IfShowTags}&nbsp;&nbsp;{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  586. </div>{/block:IndexPage}
  587.  
  588. {block:PermalinkPage}
  589. <div class="permalink">
  590. <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;&middot;&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  591. {block:HasTags}<b>tags &rarr;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  592. {block:PostNotes}
  593. {PostNotes}
  594. {/block:PostNotes}
  595. </div>
  596. {/block:PermalinkPage}
  597.  
  598. {/block:Posts}
  599. </div>
  600. </div>
  601.  
  602. </body>
  603. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement