cindie

Fiction

Aug 18th, 2011
13,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.74 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!--
  5.  
  6. "Fiction" THEMED BY CINDIE.TUMBLR.COM
  7. Please do not remove this credit!
  8. Thanks for using my public theme, enjoy!
  9.  
  10. -->
  11.  
  12.  
  13. <head>
  14.  
  15. <!-- Default Colors -->
  16. <META name="image:Background" content="">
  17. <META name="image:Sidebar" content="http://28.media.tumblr.com/tumblr_lm4p2xmk0I1qa6im7o1_500.gif"/>
  18. <META name="image:Sidebar Background" content="">
  19. <META name="text:Sidebar Image Height" content="120px"/>
  20. <META name="if:Show Sidebar Image" content="1"/>
  21. <META name="if:Show Menu" content="1"/>
  22. <META name="if:Show Description" content="1"/>
  23. <META name="if:Text Align Center" content="1/>
  24. <META name="if:Show Sidebar Border" content="0"/>
  25. <META name="if:Box Shadow" content="0"/>
  26. <META name="if:Post Borders" content="0"/>
  27. <META name="if:Sidebar Border" content="0"/>
  28. <META name="if:Show Custom Scrollbar" content="1"/>
  29. <META name="if:Infinite Scrolling" content="0"/>
  30. <META name="font:Body" content="Arial"/>
  31. <META name="color:Background" content="#f9f9f9">
  32. <META name="color:Sidebar" content="transparent">
  33. <META name="color:Tables" content="#ffffff">
  34. <META name="color:Permalink" content="transparent">
  35. <META name="color:Permalink Text" content="#eee">
  36. <META name="color:Permalink Text Hover" content="#000">
  37. <META name="color:Font" content="#666666">
  38. <META name="color:Link" content="#dbdbdb">
  39. <META name="color:Link hover" content="#000000">
  40. <META name="color:Chat Background" content="#f9f9f9">
  41. <meta name="color:Notes Background" content=""/>
  42. <meta name="color:Notes Background Hover" content=""/>
  43. <META name="color:Headers" content="#eee">
  44. <META name="color:Borders" content="#ebebeb">
  45. <META name="color:Nav font" content="#dddddd">
  46. <META name="color:Nav Background" content="transparent">
  47. <META name="color:Nav hover" content="#909090">
  48. <META name="color:Nav hover Background" content="#fff">
  49. <META name="color:Scrollbar" content="#ffffff">
  50. <META name="color:Scrollbar Main" content="#eeeeee">
  51. <META name="text:Notes Text" content="Notes"/>
  52. <META name="text:Menu Link One" content=""/>
  53. <META name="text:Menu Link One URL" content=""/>
  54. <META name="text:Menu Link Two" content=""/>
  55. <META name="text:Menu Link Two URL" content=""/>
  56. <META name="text:Menu Link Three" content=""/>
  57. <META name="text:Menu Link Three URL" content=""/>
  58. <META name="text:Menu Link Four" content=""/>
  59. <META name="text:Menu Link Four URL" content=""/>
  60. <META name="text:Menu Link Five" content=""/>
  61. <META name="text:Menu Link Five URL" content=""/>
  62. <META name="text:Menu Link Six" content=""/>
  63. <META name="text:Menu Link Six URL" content=""/>
  64. <!-- End Default Colors -->
  65.  
  66. {block:IfInfiniteScrolling}
  67. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  68.  
  69.  
  70. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  71. <meta name="description" content="{MetaDescription}" />
  72.  
  73. <title>{title}</title>
  74. <link rel="shortcut icon" href="{Favicon}">
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  76.  
  77. <style type="text/css">
  78. body {
  79. background-color: {color:Background};
  80. background-image: url('{image:Background}');
  81. background-position:center center;
  82. background-repeat: repeat;
  83. background-attachment:fixed;
  84. color:{color:font};
  85. cursor: url(""), default;
  86. text-align:justify;
  87. margin: 0px;
  88. padding: 0px;
  89. letter-spacing:1px;
  90. font-family:{font:Body};
  91. text-align:{block:IfTextAlignCenter}
  92. center{/block:IfTextAlignCenter};
  93. font-size:10px;
  94. }
  95.  
  96. a:link, a:visited, a:active {
  97. color: {color:Link};
  98. cursor: default;
  99. text-decoration:none;
  100. transition-duration: 0.50s;
  101. -moz-transition-duration: 0.50s;
  102. -webkit-transition-duration: 0.50s;
  103. -o-transition-duration: 0.50s;
  104. }
  105.  
  106. a:hover {
  107. color: {color:link hover};
  108. text-decoration:none;
  109. }
  110.  
  111. {block:IfShowCustomScrollbar}
  112. ::-webkit-scrollbar-thumb:vertical {
  113. background-color:{color:Scrollbar};
  114. height:100px;
  115. -moz-border-radius: 10px 30px;
  116. border-radius: 3px;
  117. }
  118.  
  119. ::-webkit-scrollbar-thumb:horizontal {
  120. background-color:{color:Scrollbar};
  121. height:10px !important;
  122. }
  123.  
  124. ::-webkit-scrollbar {
  125. height:10px;
  126. width:10px;
  127. background-color:{color:Scrollbar Main};
  128. }
  129. {/block:IfShowCustomScrollbar}
  130.  
  131.  
  132. li {
  133. text-align:left;
  134. }
  135.  
  136. br{
  137. padding:1px;
  138. margin:1px;
  139. }
  140.  
  141. h1{
  142. font-weight:bold;
  143. display:inline;
  144. font-size:35px;
  145. line-height:35px;
  146. padding-top:2px;
  147. margin-top:1px;
  148. font-family:engravers mt;
  149. text-transform:uppercase;
  150. }
  151.  
  152. .header{
  153. color:{color:Headers};
  154. font-size:13px;
  155. padding-top:2px;
  156. margin-top:1px;
  157. text-transform:normal;
  158. }
  159.  
  160. a.menu {
  161. display:block;
  162. background:{color:Nav Background};
  163. color: {color:Nav font};
  164. font-size:9px;
  165. letter-spacing:2px;
  166. padding:2px;
  167. margin:1px;
  168. text-transform:uppercase;
  169. text-align: center;
  170. -webkit-transition: all 0.3s ease-out;
  171. -moz-transition: all 0.3s ease-out;
  172. transition: all 0.3s ease-out;cursor:
  173. }
  174.  
  175. a.menu:hover {
  176. background:{color:Nav hover Background};
  177. color:{color:Nav hover};
  178. text-align:center;
  179. letter-spacing:5px;
  180. -webkit-transition: all 0.3s ease-out;
  181. -moz-transition: all 0.3s ease-out;
  182. transition: all 0.3s ease-out;cursor:
  183. }
  184.  
  185. #sidebar {
  186. margin:0 auto;
  187. margin-top:2px;
  188. margin-left:55px;
  189. padding:5px;
  190. width:230px;
  191. position:fixed;
  192. {block:IfSidebarBorder}
  193. border:1px solid {color:Borders};
  194. {/block:IfSidebarBorder}
  195. background-image:url('{image:Sidebar Background}');
  196. background-color:{color:Sidebar};
  197. -moz-border-radius: 10px 30px;
  198. border-radius: 3px;
  199. {block:IfBoxShadow}
  200. border-radius: 2px 2px 2px 2px;
  201. -moz-border-radius: 2px 2px 0px 0px;
  202. -moz-box-shadow: 1px 1px 1px #CCC;
  203. -webkit-box-shadow: 1px 1px 1px #CCC;
  204. box-shadow: 1px 1px 1px #CCC;
  205. {/block:IfBoxShadow}
  206. }
  207.  
  208. .menu{
  209. background-color:{color:Menu};
  210. -moz-border-radius: 10px 30px;
  211. border-radius: 3px;
  212. }
  213.  
  214. .des{
  215. margin-top:3px;
  216. margin-bottom:1px;
  217. overflow:hidden;
  218. }
  219.  
  220. .imgg {
  221. text-align:left;
  222. margin-top:3px;
  223. }
  224.  
  225. .previouss {
  226. position:fixed;
  227. margin-top:40px;
  228. margin-left:10px;
  229. font-size:30px;
  230. }
  231.  
  232. .previouss:hover{
  233. -webkit-transition: all 0.3s ease-out;
  234. -moz-transition: all 0.3s ease-out;
  235. transition: all 0.3s ease-out;cursor:
  236. }
  237.  
  238. .nextt {
  239. position:fixed;
  240. margin-top:20px;
  241. margin-left:10px;
  242. font-size:30px;
  243. }
  244.  
  245. .nextt:hover{
  246. -webkit-transition: all 0.3s ease-out;
  247. -moz-transition: all 0.3s ease-out;
  248. transition: all 0.3s ease-out;cursor:
  249. }
  250.  
  251. #content {
  252. margin:0 auto;
  253. margin-top:0px;
  254. margin-left:305px;
  255. margin-bottom:5px;
  256. width: 800px;
  257. position: relative;
  258. background-color:;
  259. }
  260.  
  261. #post {
  262. position:relative;
  263. float:left;
  264. margin-top:1px;
  265. margin-right:1px;
  266. width:250px;
  267. height:220px;
  268. overflow:hidden;
  269. background-color:{color:Tables};
  270. {block:IfPostBorders}border:1px solid {color:Borders};
  271. {/block:IfPostBorders}
  272. -moz-border-radius: 10px 30px;
  273. border-radius: 3px;
  274. {block:IfBoxShadow}
  275. border-radius: 2px 2px 2px 2px;
  276. -moz-border-radius: 2px 2px 0px 0px;
  277. -moz-box-shadow: 1px 1px 1px #CCC;
  278. -webkit-box-shadow: 1px 1px 1px #CCC;
  279. box-shadow: 1px 1px 1px #CCC;
  280. {/block:IfBoxShadow}
  281. }
  282.  
  283. #perma{
  284. position: absolute;
  285. margin-top:0px;
  286. margin-right:0px;
  287. text-align: center;
  288. -moz-border-radius: 10px 30px;
  289. border-radius: 3px;
  290. width:250px;
  291. height:20px;
  292. font-size: 10px;
  293. padding-top:4px;
  294. -webkit-transition: 0.5s ease-in;
  295. opacity:0;
  296. color:{color:Permalink Text};
  297. background-color:{color:Permalink};
  298. -webkit-border-radius:2px;-moz-border-radius:2px;
  299. -o-border-radius:3px;border-radius:2px;
  300. -webkit-transition: all 0.3s ease-out;
  301. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  302. }
  303.  
  304.  
  305. #perma a{color:{color:Permalink Text};}
  306. #perma a:hover {color:{color:Permalink Text Hover};}
  307. #post:hover #perma {opacity: 50;margin-top:3px;}
  308.  
  309. blockquote{
  310. border-left: 5px solid {color:Borders};
  311. padding:1px; padding-left: 5px; margin: 0px;
  312. }
  313.  
  314. .entry{
  315. background-color:;
  316. }
  317.  
  318. .entry img {
  319. max-width:360px;
  320. }
  321.  
  322. #info{
  323. background-color: {color:Tables};
  324. float: right;
  325. width:320px;
  326. padding:6px;
  327. {block:IfPostBorders}border:1px solid {color:Borders};
  328. {/block:IfPostBorders};
  329. }
  330.  
  331.  
  332. {block:PermalinkPage}
  333. #content {width:750px;}
  334. .entry object, embed{width:400px;}
  335. .entry img{max-width:400px;}
  336. #post{width: 400px;height:auto;}
  337. #post:hover #perma {opacity: 0;}
  338. {/block:PermalinkPage}
  339.  
  340. #ask img {
  341. width:40px;
  342. }
  343.  
  344. #asker{
  345. margin: auto;
  346. background-color:{color:Chat Background};
  347. padding:10px;
  348. -moz-border-radius: 10px 30px;
  349. border-radius: 3px
  350. }
  351.  
  352. .notes {
  353. background-color: {color:Tables};
  354. padding:6px;
  355. {block:IfPostBorders}border:1px solid {color:Borders};
  356. {/block:IfPostBorders}
  357. margin-top:5px;
  358. width:320px;
  359. display:block;
  360. float:right;
  361. }
  362.  
  363. .notes img {
  364. width:400px;
  365. }
  366.  
  367. .chat {
  368. padding:2px;
  369. }
  370.  
  371. .chat li {
  372. list-style-type: none;
  373. padding:1px;
  374. }
  375.  
  376. .chat li:nth-child(odd) {
  377. background-color:{color:Chat Background};
  378. }
  379.  
  380. ol.notes {
  381. float:right;
  382. width:320px;
  383. font-size:8px;
  384. -moz-border-radius: 10px 30px;
  385. border-radius: 3px;
  386. list-style-type: none;
  387. }
  388.  
  389. ol.notes li.note img.avatar {
  390. margin-right: 5px;
  391. width: 16px;
  392. height: 16px;
  393. }
  394.  
  395. .notes li:nth-child(odd) {
  396. background:{color:Notes Background}}
  397.  
  398. .notes li:hover {
  399. background:{color:Notes Background Hover}}
  400.  
  401. {CustomCSS}
  402. </style>
  403. </head>
  404.  
  405. <body>
  406.  
  407. <div id="sidebar">
  408. <div class="imgg">
  409. {block:IfShowSidebarImage}
  410. <div style="width:230px;height:{block:IfSidebarImageHeight}{text:Sidebar Image Height}{/block:IfSidebarImageHeight};overflow:hidden;"><img style="border:none;max-width:230px;min-width:230px;" src="{image:Sidebar}"></div><br>
  411. {/block:IfShowSidebarImage}
  412. </div>
  413.  
  414. {block:IfShowMenu}
  415. <div class="menu">
  416. <a href="/" class="menu">Home</a>
  417. <a href="/ask" class="menu">Ask</a>
  418. {block:IfMenuLinkOne}<a href="{block:IfMenuLinkOneURL}{text:Menu Link One URL}{/block:IfMenuLinkOneURL}" class="menu">{text:Menu Link One}{/block:IfMenuLinkOne}</a>
  419.  
  420. {block:IfMenuLinkTwo}<a href="{block:IfMenuLinkTwoURL}{text:Menu Link Two URL}{/block:IfMenuLinkTwoURL}" class="menu">{text:Menu Link Two}{/block:IfMenuLinkTwo}</a>
  421.  
  422. {block:IfMenuLinkThree}<a href="{block:IfMenuLinkThreeURL}{text:Menu Link Three URL}{/block:IfMenuLinkThreeURL}" class="menu">{text:Menu Link Three}{/block:IfMenuLinkThree}</a>
  423.  
  424. {block:IfMenuLinkFour}<a href="{block:IfMenuLinkFourURL}{text:Menu Link Four URL}{/block:IfMenuLinkFourURL}" class="menu">{text:Menu Link Four}{/block:IfMenuLinkFour}</a>
  425.  
  426. {block:IfMenuLinkFive}<a href="{block:IfMenuLinkFiveURL}{text:Menu Link Five URL}{/block:IfMenuLinkFiveURL}" class="menu">{text:Menu Link Five}{/block:IfMenuLinkFive}</a>
  427.  
  428. {block:IfMenuLinkSix}<a href="{block:IfMenuLinkSixURL}{text:Menu Link Six URL}{/block:IfMenuLinkSixURL}" class="menu">{text:Menu Link Six}{/block:IfMenuLinkSix}</a>
  429. <a href="http://cindie.tumblr.com" class="menu">Theme</a>
  430. </div>
  431. {/block:IfShowMenu}
  432.  
  433.  
  434. <div class="des">
  435. {block:IfShowDescription}
  436. {block:Description}{Description}{/block:Description}
  437. {/block:IfShowDescription}
  438. </div>
  439. </div>
  440.  
  441. {block:IfNotInfiniteScrolling}
  442. <div class="previouss">
  443. {block:Pagination}
  444. {block:PreviousPage}
  445. <a href="{PreviousPage}"><big>»</big></a>
  446. {/block:PreviousPage}
  447. </div>
  448.  
  449. <div class="nextt">
  450. {block:NextPage}
  451. <a href="{NextPage}"><big>«</big></a>
  452. {/block:NextPage}
  453. {/block:Pagination}
  454. </div>
  455. {/block:IfNotInfiniteScrolling}
  456.  
  457. <div id="content">
  458. {block:IfInfiniteScrolling}
  459. <div class = "autopagerize_page_element" >
  460. {/block:IfInfiniteScrolling}
  461. {block:Posts}
  462. {block:Text}
  463.  
  464. <div class="entry">
  465. <div id="post">
  466. <div id="perma">
  467. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
  468. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  469. </div>
  470.  
  471. <div class="header"><a href="{Permalink}">{Title}</a></div>
  472. {Body}<br>
  473. {block:Caption}{Caption}{/block:Caption}
  474.  
  475. </div>
  476. </div>
  477. {/block:Text}
  478. {block:Photo}
  479.  
  480. <div class="entry">
  481. <div id="post">
  482. <div id="perma">
  483. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
  484. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  485. </div>
  486.  
  487. <img style=" -moz-border-radius: 10px 30px;
  488. border-radius: 3px; "src="{PhotoURL-400}">
  489.  
  490. {block:Caption}{Caption}{/block:Caption}
  491.  
  492. </div>
  493. </div>
  494. {/block:Photo}
  495. {block:Photoset}
  496.  
  497. <div class="entry">
  498. <div id="post">
  499. <div id="perma">
  500. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
  501. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  502. </div>
  503.  
  504. {Photoset-250}
  505.  
  506. {block:Caption}{Caption}{/block:Caption}
  507.  
  508. </div>
  509. </div>
  510. {/block:Photoset}
  511. {block:Quote}
  512.  
  513. <div class="entry">
  514. <div id="post">
  515. <div id="perma">
  516. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
  517. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  518. </div>
  519.  
  520. <div class="header"><h1>"</h1>{Quote}</div>
  521. {block:Source}
  522. <br><i>{Source}</i><br>
  523. {/block:Source}
  524.  
  525. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  526.  
  527. </div>
  528. </div>
  529.  
  530. {/block:Quote}
  531.  
  532. {block:Link}
  533.  
  534. <div class="entry">
  535. <div id="post">
  536. <div id="perma">
  537. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
  538. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  539. </div>
  540.  
  541. <a href="{URL}"{Target}><div class="header">{Name}</a></div>
  542.  
  543. {block:Description}{Description}{/block:Description}
  544.  
  545. <div style="text-align:right;padding-right:6px;font-weight:bold;font-size:20px;"><a href="{URL}"{Target}><big>&raquo;</big></a></div>
  546. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  547.  
  548. </div>
  549. </div>
  550.  
  551. {/block:Link}
  552.  
  553. {block:Chat}
  554.  
  555. <div class="entry">
  556. <div id="post">
  557. <div id="perma">
  558. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
  559. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  560. </div>
  561.  
  562. <div class="header">{Title}</a></div>
  563. <ul class="chat">
  564. {block:Lines}
  565. <li class="{Alt}">
  566. {block:Label}
  567. <span class="label">{Label}</span>
  568. {/block:Label}
  569.  
  570. {Line}
  571.  
  572. {/block:Lines}
  573. </ul>
  574.  
  575. </li></br>
  576. {block:Caption}{Caption}{/block:Caption}
  577.  
  578. </div>
  579. </div>
  580. {/block:Chat}
  581. {block:Video}
  582.  
  583. <div class="entry">
  584. <div id="post">
  585. <div id="perma">
  586. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
  587. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  588. </div>
  589. {Video-250}
  590. {block:Caption}{Caption}{/block:Caption}
  591. <br>
  592.  
  593. </div>
  594. </div>
  595.  
  596. {/block:Video}
  597. {block:Audio}
  598.  
  599. <div class="entry">
  600. <div id="post">
  601.  
  602. <div id="perma">
  603. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
  604. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  605. </div>
  606.  
  607. <div style="padding-top:30px;"><b>Artist:</b> {block:Artist}{Artist}{/block:Artist}</br>
  608. <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}</br>
  609. <b>Album:</b> {block:Album}{Album}{/block:Album}
  610. </div>
  611. </br>
  612. {AudioPlayerWhite}
  613. </br>
  614. {block:Caption}{Caption}{/block:Caption}
  615.  
  616. </div>
  617. </div>
  618.  
  619. {/block:Audio}
  620.  
  621. {block:Answer}
  622. <div class="entry">
  623. <div id="post">
  624. <div id="perma">
  625. <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
  626. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  627. </div>
  628.  
  629. <div id="asker">{Asker} Asked:{Question}</div>
  630. {Answer}<br>
  631.  
  632. </div>
  633. </div>
  634. {/block:Answer}
  635.  
  636. {block:PermalinkPage}
  637. {block:Date}
  638. <div id="info"><div id="bottominfo">
  639. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
  640. {ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}
  641. </a>
  642. at {12Hour}:{Minutes}{AmPm}
  643. {block:RebloggedFrom}
  644. <br>Originally posted by
  645. <a href="{ReblogRootURL}">{ReblogRootName}</a>.
  646. {/block:RebloggedFrom}
  647.  
  648. {block:Answer}
  649. <BR>
  650. Ask: <a href="/ask">{AskLabel}</a>
  651. {/block:Answer}
  652.  
  653. {block:Audio}
  654. <BR>Plays: {FormattedPlayCount}
  655. {block:ExternalAudio}
  656. <BR>Download: <a href="{ExternalAudioURL}">here</a>.
  657. {/block:ExternalAudio}
  658. {/block:Audio}
  659.  
  660. {block:HasTags}
  661. <BR>Tagged: {block:Tags}
  662. <a href="{TagURL}">{Tag}</a> {/block:Tags}
  663. {/block:HasTags}
  664.  
  665. {block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  666. </div></div>
  667. {/block:Date}
  668.  
  669. {/block:PermalinkPage}
  670. {block:PostNotes}
  671. <div class="notes">{PostNotes}</div>
  672. {/block:PostNotes}
  673.  
  674.  
  675.  
  676. {/block:Posts}
  677. </div>
  678. {block:IfInfiniteScrolling}
  679. </div>
  680. {/block:IfInfiniteScrolling}
  681.  
  682. </body>
  683. </html>
Advertisement
Add Comment
Please, Sign In to add comment