Advertisement
Jyuubi

[Theme] → #34 Halloween Town

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