Advertisement
Guest User

wreckedblogtheme8

a guest
Jan 15th, 2013
1,939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 16.59 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. THEME BY WRECKEDBLOG.
  7.  
  8. .-->
  9.  
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  14.  
  15. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="if:show photo" content="0"/>
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="image:SidebarBG" content=""/>
  21. <meta name="color:Text" content="#000000"/>
  22. <meta name="color:Title" content="#000000"/>
  23. <meta name="color:Hover" content="#000000"/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="image:Background" content=""/>
  26. <meta name="text:Top Bar Text" content="Enter your text here"/>
  27. <meta name="text:Custom Link One Title" content="Link 1" >
  28. <meta name="text:Custom Link One" content="http://" />
  29. <meta name="text:Custom Link Two Title" content="Link 2" >
  30. <meta name="text:Custom Link Two" content="http://" />
  31. <meta name="text:Custom Link Three Title" content="Link 3" >
  32. <meta name="text:Custom Link Three" content="http://" />
  33. <meta name="text:Custom Link Four Title" content="Link 4" >
  34. <meta name="text:Custom Link Four" content="http://" />
  35. <meta name="text:Custom Link Five Title" content="Link 5" />
  36. <meta name="text:Custom Link Five" content="http://" />
  37.  
  38. <script type="text/javascript" src="http://static.tumblr.com/lz9mf2v/O4Nmgbvst/myfont.txt"></script>
  39.  
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45.  
  46.  
  47. iframe#tumblr_controls {
  48.     right:3px !important;
  49.     position: fixed !important;
  50.     -webkit-filter: invert(100%)}
  51.  
  52.  
  53. ::-webkit-scrollbar-thumb {-webkit-border-radius: 2px;border-radius: 2px;background:#fff;box-shadow: 0 0 3px 0 rgba(0,0,0,0.1) inset;}
  54. ::-webkit-scrollbar-track-piece {background:none;box-shadow: 0 0 6px 0 rgba(0,0,0,0.4) inset;}
  55. ::-webkit-scrollbar {background:#ffffff;width:5px;height:5px;}
  56.  
  57.  
  58. @-webkit-keyframes bounceIn {
  59. 0% {
  60. opacity: 0;
  61. -webkit-transform: scale(.3);
  62. }
  63.  
  64. 50% {
  65. opacity: .5;
  66. -webkit-transform: scale(1.05);
  67. }
  68.  
  69. 70% {
  70. -webkit-transform: scale(.9);
  71. }
  72.  
  73. 100% {
  74. -webkit-transform: scale(1);
  75. }
  76. }
  77.  
  78. @-moz-keyframes bounceIn {
  79. 0% {
  80. opacity: 0;
  81. -moz-transform: scale(.3);
  82. }
  83.  
  84. 50% {
  85. opacity: 1;
  86. -moz-transform: scale(1.05);
  87. }
  88.  
  89. 70% {
  90. -moz-transform: scale(.9);
  91. }
  92.  
  93. 100% {
  94. -moz-transform: scale(1);
  95. }
  96. }
  97.  
  98. @-o-keyframes bounceIn {
  99. 0% {
  100. opacity: 0;
  101. -o-transform: scale(.3);
  102. }
  103.  
  104. 50% {
  105. opacity: 1;
  106. -o-transform: scale(1.05);
  107. }
  108.  
  109. 70% {
  110. -o-transform: scale(.9);
  111. }
  112.  
  113. 100% {
  114. -o-transform: scale(1);
  115. }
  116. }
  117.  
  118. @keyframes bounceIn {
  119. 0% {
  120. opacity: 0;
  121. transform: scale(.3);
  122. }
  123.  
  124. 50% {
  125. opacity: 1;
  126. transform: scale(1.05);
  127. }
  128.  
  129. 70% {
  130. transform: scale(.9);
  131. }
  132.  
  133. 100% {
  134. transform: scale(1);
  135. }
  136. }
  137.  
  138. .bounceIn {
  139. -webkit-animation-name: bounceIn;
  140. -moz-animation-name: bounceIn;
  141. -o-animation-name: bounceIn;
  142. animation-name: bounceIn;
  143. }
  144.  
  145.  
  146.  
  147. body {
  148. padding: 20px;
  149. margin: 20px;
  150. color:{color:text};
  151. background-color: {color:Background};
  152. background-image:url({image:Background});
  153. background-attachment: fixed;
  154. background-size: ;
  155. font-family: Ubuntu;
  156. font-size: 10px;
  157. line-height:10px;
  158. color:{color:text};
  159. }
  160.  
  161. http://static.tumblr.com/q0bwe1c/imYm7uuwj/picc.jpg
  162.  
  163. p {
  164. margin:0px;
  165. margin-top:0px;
  166. }
  167.  
  168. a:link, a:active, a:visited{
  169. color: {color:Link};
  170. text-decoration: none;
  171. -webkit-transition: color 0.5s ease-out;
  172. -moz-transition: color 0.5s ease-out;
  173. }
  174.  
  175. a:hover{
  176. color:{color:Hover};
  177. -webkit-transition-duration: .9s;
  178. -webkit-transition: color 0.3s ease-out;
  179. -moz-transition: color 0.3s ease-out;
  180. }
  181.  
  182. #sidebar2{
  183. width:498px;
  184. overflow:hidden;
  185. margin-left:362px;
  186. top:0px;
  187. color:white;
  188. font-size:12px;
  189. position:fixed;
  190. padding:10px;
  191. z-index:99999999999999999;
  192. background-color:rgba(0,0,0,0.7);
  193. text-transform:uppercase;
  194. text-align:center;
  195. font-family:consolas;
  196.  
  197. }
  198.  
  199.  
  200. .entry {
  201. margin:2px;
  202. padding: 7px;
  203. float:left;
  204. background:white;
  205. opacity: .7;
  206. font-family: ubuntu;
  207. font-size: 12px;
  208. line-height:15px;
  209. {block:IndexPage}
  210. width:250px;
  211. {/block:IndexPage}
  212. {block:PermalinkPage}
  213. width:400px;
  214. {/block:PermalinkPage}
  215.  
  216. }
  217.  
  218.  
  219.  
  220.  
  221. .entry .permalink{
  222. position:absolute;
  223. width:auto;
  224. margin-left: 5px;
  225. padding: 3px;
  226. height:3px;
  227. padding-bottom:10px;
  228. background-color:#fff;
  229. overflow:hidden;
  230. font-family: 'ubuntu';
  231. font-size: 10px;
  232. line-height:10px;
  233. text-align:center;
  234. opacity:0.0;
  235. -webkit-transition: all 1s linear;
  236. -webkit-transition: all 1s linear;
  237. -moz-transition: all 1s linear;
  238. transition: all 1s linear;
  239. }
  240.  
  241. .entry:hover .permalink{
  242. top:15px;
  243. overflow:visible;
  244. opacity: .8;
  245. border-right: 4px solid #000;
  246. border-left: 4px solid #000;
  247. -webkit-transition: all 0.4s linear;
  248. -webkit-transition: all 0.4s linear;
  249. -moz-transition: all 0.4s linear;
  250. transition: all 0.4s linear;
  251. }
  252.  
  253. .entry:hover .permalink:hover{
  254. opacity: 1;
  255. border-right: 4px solid #000;
  256. border-left: 8px solid #000;
  257. }
  258.  
  259.  
  260.  
  261. .links {
  262. font-size:13px;
  263. position:fixed !important;
  264. width: 135px;
  265. height: 20px;
  266. margin-left:22px;
  267. margin-top: 20px;
  268. line-height:20px;
  269. opacity: .8;
  270. background: #fff;
  271. text-align: center;
  272. margin-bottom: 5px;
  273. color: black;
  274. padding:1px;
  275. -moz-transform: rotate(360deg);
  276. -webkit-transform: rotate(360deg);
  277. -o-transform: rotate(360deg);
  278. display: inline-block;
  279. -webkit-border-radius: 5px;
  280.     border-radius: 5px;
  281. }
  282.  
  283.  
  284. .links2 {
  285. font-size:13px;
  286. position:fixed !important;
  287. width: 135px;
  288. margin-left:22px;
  289. height: 20px;
  290. margin-top: 50px;
  291. line-height:20px;
  292. text-align: center;
  293. opacity: .8;
  294. background: #fff;
  295. margin-bottom: 5px;
  296. color: black;
  297. padding:1px;
  298. -moz-transform: rotate(360deg);
  299. -webkit-transform: rotate(360deg);
  300. -o-transform: rotate(360deg);
  301. display: inline-block;
  302. -webkit-border-radius: 5px;
  303.     border-radius: 5px;
  304. }
  305.  
  306. .links3 {
  307. font-size:13px;
  308. position:fixed !important;
  309. width: 135px;
  310. height: 20px;
  311. margin-left:22px;
  312. margin-top: 80px;
  313. background: #fff;
  314. line-height:20px;
  315. opacity: .8;
  316. text-align: center;
  317. margin-bottom: 5px;
  318. color: black;
  319. padding:1px;
  320. -moz-transform: rotate(360deg);
  321. -webkit-transform: rotate(360deg);
  322. -o-transform: rotate(360deg);
  323. display: inline-block;
  324. -webkit-border-radius: 5px;
  325.     border-radius: 5px;
  326. }
  327.  
  328. .links4 {
  329. font-size:13px;
  330. position:fixed !important;
  331. width: 135px;
  332. height: 20px;
  333. margin-top: 110px;
  334. background: #fff;
  335. opacity: .8;
  336. line-height:20px;
  337. margin-left:22px;
  338. text-align: center;
  339. margin-bottom: 5px;
  340. color: black;
  341. padding:1px;
  342. -moz-transform: rotate(360deg);
  343. -webkit-transform: rotate(360deg);
  344. -o-transform: rotate(360deg);
  345. display: inline-block;
  346. -webkit-border-radius: 5px;
  347.     border-radius: 5px;
  348. }
  349.  
  350. .links5 {
  351. font-size:13px;
  352. position:fixed !important;
  353. width: 137px;
  354. height: 21px;
  355. margin-left:22px;
  356. margin-top: 140px;
  357. background: #fff;
  358. opacity: .8;
  359. line-height:20px;
  360. text-align: center;
  361. margin-bottom: 10px;
  362. color: black;
  363. padding:0px;
  364. -moz-transform: rotate(360deg);
  365. -webkit-transform: rotate(360deg);
  366. -o-transform: rotate(360deg);
  367. -webkit-border-radius: 5px;
  368.     border-radius: 5px;
  369. }
  370.  
  371.  
  372.  
  373. .links:hover{
  374.     background:transparent;
  375. text-transform: uppercase;
  376. letter-spacing: 2px;
  377. -webkit-transition: all 1s ease-in-out;
  378.         -moz-transition: all 1s ease-in-out;
  379.         -ms-transition: all 1s ease-in-out;
  380.         -o-transition: all 1s ease-in-out;
  381.         transition: all 1s ease-in-out;
  382.  
  383. }
  384.  
  385. .links2:hover{
  386.     background:transparent;
  387. text-transform: uppercase;
  388. letter-spacing: 2px;
  389. -webkit-transition: all 1s ease-out;
  390. -moz-transition: all 1s ease-out;
  391. transition: all 1s ease-out;
  392. text-shadow:0px 0px 0px #fff;
  393.  
  394.  
  395. }
  396.  
  397. .links3:hover{
  398.     background:transparent;
  399. text-transform: uppercase;
  400. letter-spacing: 2px;
  401. -webkit-transition: all 1s ease-out;
  402. -moz-transition: all 1s ease-out;
  403. transition: all 1s ease-out;
  404. }
  405.  
  406. .links4:hover{
  407.     background:transparent;
  408. text-transform: uppercase;
  409. letter-spacing: 2px;
  410. -webkit-transition: all 1s ease-out;
  411. -moz-transition: all 1s ease-out;
  412. transition: all 1s ease-out;
  413. }
  414.  
  415. .links5:hover{
  416. background:transparent;
  417. text-transform: uppercase;
  418. letter-spacing: 2px;
  419. -webkit-transition: all 1s ease-out;
  420. -moz-transition: all 1s ease-out;
  421. transition: all 1s ease-out;
  422. }
  423.  
  424. #ohoh{
  425. z-index:999999999999999;
  426. width:180px;
  427. margin-left: 150px;
  428. z-index:10;
  429. position:fixed !important;
  430. bottom:0px;
  431. height:100%;
  432. z-index:10;
  433. background-color: black;
  434. opacity: 0.8;
  435. background-image:url({image:SidebarBG});
  436. }
  437.  
  438.  
  439.  
  440. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  441.  
  442.  
  443. div#ew{
  444.     z-index:999999999999999;
  445. width:130px;
  446. height:auto;
  447. top:100px;
  448. opacity:.7;
  449. color: #000;
  450. padding:2px;
  451. margin-left:0px;
  452. background-color:#fff;
  453. border: #aaa solid 1px;
  454. letter-spacing:1px;
  455. -o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  456.  
  457. div#ew:hover{
  458.     z-index:999999999999999;
  459. -webkit-transition: all .6s ease-in-out;
  460. opacity:1;
  461. background: white;
  462. }
  463.  
  464.  
  465.  
  466. #posts {
  467. width: 600px;
  468. background-attachment: fixed;
  469. background-color:auto;
  470. background-repeat:repeat;
  471. background-image:transparent;
  472. opacity: .5px;
  473. margin-left:352px;
  474. padding:0px;
  475. {block:permalinkpage}
  476. width: 300px;
  477. {/block:permalinkpage}
  478. float:left;
  479. margin-top:0px;
  480. }
  481.  
  482.  
  483. @font-face{font-family:marketing script;src:url('http://static.tumblr.com/hcocigh/GkVm9pnt3/marketingscript.ttf');}
  484.  
  485.  
  486.  
  487.  
  488.  
  489. #infscr-loading{
  490. bottom: -70px;
  491. position: absolute;
  492. left: 50%;
  493. margin-left:-8px;
  494. width:16px;
  495. height:11px;
  496. overflow:hidden;
  497. margin-bottom: 50px;
  498. }
  499.  
  500.  
  501. .title{
  502. font-family: ubuntu;
  503. font-size: 13px;
  504. letter-spacing:5px
  505. line-height:{text:title line height}px;
  506. font-weight: normal;
  507. padding:0px 0px 0px 0px;
  508. }
  509.  
  510. {CustomCSS}
  511.  
  512.  
  513. </style>
  514.  
  515. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  516.  
  517. <script type="text/javascript">
  518. $(function(){
  519. $("#pageLink").click(function(){
  520. $("#titlePages").fadeToggle(500);
  521. });
  522. });
  523. </script>
  524.  
  525. {block:IndexPage}
  526. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  527. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  528.  
  529. <script type="text/javascript">
  530. $(window).load(function () {
  531. var $content = $('#posts');
  532. $content.masonry({itemSelector: '.entry'}),
  533. $content.infinitescroll({
  534. navSelector : 'div#pagination',
  535. nextSelector : 'div#pagination a#nextPage',
  536. itemSelector : '.entry',
  537. loading: {
  538. finishedMsg: '',
  539. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  540. },
  541. bufferPx : 600,
  542. debug : false,
  543. },
  544. // call masonry as a callback.
  545. function( newElements ) {
  546. var $newElems = $( newElements );
  547. $newElems.hide();
  548. // ensure that images load before adding to masonry layout
  549. $newElems.imagesLoaded(function(){
  550. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  551.  
  552.  
  553. });
  554. });
  555. });
  556. </script>
  557.  
  558. {/block:IndexPage}
  559.  
  560.  
  561.  
  562.  
  563. <title>{title}</title>
  564.  
  565. <link rel="shortcut icon" href="http://i48.tinypic.com/141rwyh.gif">
  566. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  567. <meta name="viewport" content="width=820" />
  568.  
  569.  
  570. </style>
  571. </head>
  572.  
  573. <body>
  574.  
  575. <div id="ohoh">
  576. <center>
  577. <div style="margin-top:100px; padding:15px;">
  578. <a href="/"><img src="{image:sidebar}" style="" width="135px" height="auto"> </div>
  579. </a>
  580. <div id="ew"><p><center>{description}</center><p></div>
  581.  
  582. {block:ifcustomlinkonetitle}<a href="/" class="links">Home</a>{/block:ifcustomlinkonetitle}
  583.  
  584. {block:ifcustomlinktwotitle} <a href="/ask" class="links2">Ask</a>{/block:ifcustomlinktwotitle}
  585.  
  586. {block:ifcustomlinkthreetitle} <a href="{text:custom link three}" class="links3">{text:custom link three title}</a>{/block:ifcustomlinkthreetitle}
  587.  
  588. {block:ifcustomlinkfourtitle} <a href="{text:custom link four}" class="links4">{text:custom link four title}</a>{/block:ifcustomlinkfourtitle}
  589.  
  590. {block:ifcustomlinkfivetitle} <a href="{text:custom link five}" class="links5">{text:custom link five title}</a>{/block:ifcustomlinkfivetitle}</center>
  591. </div>
  592.  
  593.  
  594. <div class="wrapper">
  595. <div style="position:fixed;right:0px;top:28px;">
  596. </span>
  597. </div>
  598.  
  599.  
  600. <div id="sidebar2">{text:Top Bar Text}</div>
  601.  
  602.  
  603.  
  604. <div id="posts">
  605. <div class = "autopagerize_page_element" >
  606. {block:Posts}
  607. <div class="entry">
  608.  
  609. {block:Text}
  610. {block:Title}<span class="title">{Title}</span>{/block:Title}
  611. <div class="caption"><span class="entrytext">{Body}</span></div>
  612. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>{/block:IndexPage}
  613. {/block:Text}
  614.  
  615. {block:Link}
  616. <a href="{URL}" class="title">{Name}</a>
  617. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  618. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>{/block:IndexPage}
  619. {block:Link}
  620.  
  621.  
  622. {block:Photo}
  623. {block:IndexPage}
  624. <div class="permalink">
  625. <a href="permalink" target="_blank"><a href="{ReblogURL}" target="_blank"> { + } </a> <a href="{Permalink}"><a href="{permalink}">{NoteCountWithLabel}</a></span></div>
  626. {/block:IndexPage}
  627. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  628. {/block:IndexPage}
  629. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  630. {/block:Photo}
  631.  
  632.  
  633.  
  634. {block:Photoset}
  635. {block:IndexPage}
  636. {block:IndexPage}<div class="permalink">
  637. <a href="{ReblogURL}" target="_blank"></a> | <a href="{Permalink}"><a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  638. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  639. {/block:Photoset}
  640.  
  641. {block:Quote}
  642. {Quote}</span>
  643. {block:Source}{Source}{/block:Source}
  644. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  645. {/block:Quote}
  646.  
  647. {block:Chat}
  648. {block:Title}<span class="title">{Title}</span>{/block:Title}
  649. <ul class="chat">
  650. {block:Lines}
  651. <li class="user_{UserNumber}">
  652. {block:Label}
  653. <span class="label">{Label}</span>
  654. {/block:Label}
  655.  
  656. {Line}
  657. </li>
  658. {/block:Lines}
  659. </ul>
  660. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  661. {/block:Chat}
  662.  
  663. {block:Audio}
  664. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  665. {block:IndexPage}
  666. <div class="caption">
  667. {caption}</div>{/block:IndexPage}
  668. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  669. {/block:Audio}
  670.  
  671. {block:Video}
  672. {block:IndexPage}<div class="permalink">
  673. <a href="{ReblogURL}" target="_blank"></a> | <a href="{Permalink}"><a href="{permalink}">{NoteCount}</a></span></div>{/block:IndexPage}
  674. <center>
  675. {block:IndexPage}
  676. {Video-250}
  677. {/block:IndexPage}
  678. </center>
  679. {block:PermalinkPage}
  680. <center>{Video-500}</center>
  681. {/block:PermalinkPage}
  682. {block:Video}
  683.  
  684. {block:Answer}
  685. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  686. <strong>{Asker}: {Question}</strong>
  687. <div class="caption">
  688. {Answer}</div>
  689. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  690. {/block:Answer}
  691.  
  692. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  693.  
  694. {block:PermalinkPage}
  695. {block:Date}
  696. {block:Caption}{Caption}{/block:Caption}<center>
  697. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  698. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  699. {/block:Date}
  700.  
  701. {/block:PermalinkPage}
  702.  
  703. {block:PostNotes}{PostNotes}
  704. {/block:PostNotes}
  705. </div>
  706.  
  707.  
  708. {/block:Posts}
  709. </div>
  710. </div>
  711. </div>
  712. {block:IndexPage}<br>
  713. {/block:IndexPage}
  714. </div>
  715.  
  716.  
  717.  
  718. </body>
  719. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement