sleeplessthemes

BalanceV3

Nov 7th, 2011
12,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.28 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" xml:lang="en" lang="en">
  3.  
  4. <!-- Please keep my credit on this theme. Or at least link
  5. me as the creator on your blog somewhere. Thanks! =)
  6.  
  7. Balance V3 Theme by: sleeplessthemes.com & destroyer.tumblr.com
  8. Balance V3 Theme by: sleeplessthemes.com & destroyer.tumblr.com
  9. Balance V3 Theme by: sleeplessthemes.com & destroyer.tumblr.com
  10. Balance V3 Theme by: sleeplessthemes.com & destroyer.tumblr.com -->
  11.  
  12.  
  13. <head>
  14. <!-- DEFAULT COLORS -->
  15. <meta name="color:Background" content="#060606"/>
  16. <meta name="color:posts" content="#111111"/>
  17. <meta name="color:text" content="#777777"/>
  18. <meta name="color:bold text" content="#808080"/>
  19. <meta name="color:link" content="#7eb0c0"/>
  20. <meta name="color:link hover" content="#20abd7"/>
  21. <meta name="color:text headers" content="#20d2db"/>
  22. <meta name="color:nav background" content="#2d8da6"/>
  23. <meta name="color:nav text" content="#bfeaf5"/>
  24. <meta name="color:nav text hover" content="#1d444e"/>
  25. <meta name="color:nav text background" content="#59abc1"/>
  26. <meta name="color:nav text background hover" content="#297d93"/>
  27. <meta name="color:text headers" content="#2d8da6"/>
  28. <meta name="color:label background" content="#202020"/>
  29.  
  30. <meta name="image:Portrait" content=""/>
  31. <meta name="image:Background" content="" />
  32.  
  33. <meta name="if:Show Infinite Scroll" content="1" />
  34. <meta name="if:Show Caption" content="1" />
  35.  
  36.  
  37. <meta name="text:Twitter Username" content=""/>
  38. <meta name="text:Tweet Count" content="6"/>
  39. <meta name="text:Font Size" content="10px"/>
  40. <meta name="font:Body" content="'Arial', Trebuchet MS, Helvetica, Tahoma, sans-serif" />
  41.  
  42. <meta name="text:Custom Link One" content="" />
  43. <meta name="text:Custom Link One Title" content="" />
  44. <meta name="text:Custom Link Two" content="" />
  45. <meta name="text:Custom Link Two Title" content="" />
  46. <meta name="text:Custom Link Three" content="" />
  47. <meta name="text:Custom Link Three Title" content="" />
  48. <meta name="text:Custom Link Four" content="" />
  49. <meta name="text:Custom Link Four Title" content="" />
  50.  
  51.  
  52. <title>{Title}</title>
  53.  
  54.  
  55. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  56.  
  57. {block:Indexpage}
  58.  
  59. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  60.  
  61. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  62.  
  63. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  64.  
  65. {block:IfShowInfiniteScroll}<script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>{/block:IfShowInfiniteScroll}
  66.  
  67. <script>
  68. jQuery(window).load(function(){
  69. var $wall = $('#posts');
  70. $wall.imagesLoaded(function(){
  71. $wall.masonry({
  72. singleMode: true,
  73. columnWidth: 212,
  74. itemSelector: '#entry'
  75. });
  76. });
  77. $wall.infinitescroll({
  78. navSelector : '#page-nav',
  79. nextSelector : '#page-nav a',
  80. itemSelector : '#entry',
  81. },
  82.  
  83. function( newElements ){
  84. $(newElements).hide();
  85. setTimeout(function(){
  86. $wall.masonry({ appendedContent: $(newElements) });
  87. },2000);
  88. setTimeout(function(){
  89. $(newElements).fadeIn('slow');
  90. },2100);
  91. },1000);
  92. });
  93. </script>
  94.  
  95.  
  96. <script>
  97. $.fn.imagesLoaded = function(callback){
  98. var elems = this.find('img'),
  99. len = elems.length,
  100. _this = this;
  101. if ( !elems.length ) {
  102. callback.call( this );}
  103. elems.bind('load',function(){
  104. if (--len <= 0){
  105. callback.call( _this );}
  106. }).each(function(){
  107. // cached images don't fire load sometimes, so we reset src.
  108. if (this.complete || this.complete === undefined){
  109. var src = this.src;
  110. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  111. // data uri bypasses webkit log warning (thx doug jones)
  112. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  113. this.src = src;}
  114. });
  115. return this;};
  116. </script>
  117.  
  118. {/block:Indexpage}
  119.  
  120. <link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
  121.  
  122. <link rel="shortcut icon" href="{Favicon}">
  123. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  124. {block:Description}
  125. <meta name="description" content="{MetaDescription}" />
  126. {/block:Description}
  127.  
  128.  
  129. <style type="text/css">
  130. body{
  131. margin-top: 0px;
  132. text-align:justify;
  133. color: {color:text};
  134. font-family: {font:Body};
  135. font-size: {text:Font Size};
  136. line-height: 12px;
  137. background-color:{color:Background};
  138. background-image:url({image:Background});
  139. background-attachment: fixed;
  140. background-position:top center;
  141. background-repeat: repeat;}
  142.  
  143. a, a:link, a:visited, a:active{color: {color:link}; text-decoration:none;
  144. font-family: {font:Body};
  145. font-size: {text:Font Size}; line-height:12px; }
  146. a:hover{color: {color:link hover}; line-height:12px;}
  147.  
  148. #tumblr_controls{
  149. position:fixed!important;}
  150.  
  151. b, strong{color: {color:bold text};
  152. font-family: {font:Body};
  153. font-size: {text:Font Size}; line-height:12px;}
  154.  
  155. #wtf {
  156. text-align:justify;
  157. background-color:transparent;
  158. width:776px;
  159. margin-top:46px;
  160. margin-left:auto;
  161. margin-right:auto;
  162. padding-top:4px;
  163. padding-bottom: 2px;
  164. color: {color:text};
  165. font-family: {font:Body};
  166. font-size: {text:Font Size};
  167. line-height: 12px;}
  168.  
  169. #posts {
  170. margin-left:auto;
  171. margin-right:auto;
  172. width:424px;
  173. padding-left:8px;
  174. padding-right:2px;
  175. {block:PermalinkPage}
  176. width:400px;
  177. height:auto;
  178. padding-left:0px;
  179. padding-right:8px;
  180. padding-top:0px;
  181. padding-bottom:0px;
  182. {/block:PermalinkPage}
  183. background-color:transparent;}
  184.  
  185. #entry{
  186. float:left;
  187. border: 4px solid {color:posts};
  188. text-align:justify;
  189. padding:0px;
  190. background-color: {color:posts};
  191. width:198px;
  192. height:auto;
  193. overflow: hidden;
  194. margin:0px 6px 6px 0px;
  195. {block:PermalinkPage}
  196. width:400px;
  197. height:auto;
  198. margin:0px 0px 8px 0px;
  199. {/block:PermalinkPage}
  200. position: relative;}
  201.  
  202. #info{
  203. border: 4px solid {color:posts};
  204. text-align:justify;
  205. padding:0px;
  206. background-color: {color:posts};
  207. width:400px;
  208. height:auto;
  209. overflow: hidden;
  210. margin:0px 0px 12px 0px;
  211. position: relative;}
  212.  
  213. #notes{
  214. border: 4px solid {color:posts};
  215. text-align:justify;
  216. padding:0px;
  217. background-color: {color:posts};
  218. width:400px;
  219. height:auto;
  220. overflow: hidden;
  221. margin:0px 0px 12px 0px;
  222. position: relative;}
  223.  
  224.  
  225. #question{
  226. overflow:SHOW;
  227. padding-bottom:3px;
  228. margin-bottom:3px;}
  229.  
  230. #askr{
  231. display:block;
  232. float:left;
  233. width:33px;
  234. overflow:hidden;
  235. margin-right:3px;}
  236.  
  237. ul {
  238. list-style: disc;
  239. padding: 4px 0px 6px 20px;}
  240.  
  241. blockquote{padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:label background};}
  242.  
  243. blockquote img{display:block; width:100%;}
  244.  
  245. blockquote p{padding:0px; margin:0px;}
  246.  
  247. blockquote blockquote{position:relative; left:6px; margin-top:0px; margin-right:0px; padding-right:0px;}
  248.  
  249.  
  250. #bottominfo{
  251. padding:2px 0px 0px 0px;
  252. display:block;}
  253.  
  254. .answer p{margin:0px;}
  255.  
  256. .notes img{
  257. width:10px;
  258. position:relative;
  259. top:1px;}
  260.  
  261. ol.notes, .notes li{
  262. list-style:none;
  263. margin:0px;
  264. padding:0px;}
  265.  
  266. small {font-size:7px; line-height:10px; letter-spacing:0px;}
  267. big {font-family:arial black; color:{color:text}; font-size:14px;}
  268.  
  269. a img{border:none;}
  270.  
  271. .label {
  272. color: {color:bold text};font-weight: bold; line-height:12px;}
  273.  
  274. .odd {
  275. background-color:{color:label background};}
  276.  
  277. h2 {
  278. color: {color:text headers};
  279. font-size: 12px;
  280. line-height: 14px;
  281. font-family: arial;
  282. font-weight:bold;
  283. text-transform: uppercase;
  284. letter-spacing: -1px;}
  285.  
  286. h3 {
  287. z-index:10;
  288. text-align:center;
  289. width:160px;
  290. margin-bottom:2px;
  291. color: {color:nav text};
  292. font-size: 10px;
  293. line-height: 16px;
  294. font-family: arial black;
  295. text-transform: uppercase;
  296. letter-spacing: -1px;
  297. background-color:{color:nav text background};}
  298.  
  299. #leftholder{
  300. position: fixed;
  301. margin-left: 6px;
  302. width: 160px;
  303. height: auto;}
  304.  
  305. #rightholder{
  306. margin-top:0px;
  307. position: fixed;
  308. margin-left: 602px;
  309. width: 160px;
  310. height: auto;}
  311.  
  312. #left{
  313. z-index:8;
  314. padding: 4px;
  315. width: 160px;
  316. height: auto;
  317. margin-bottom:6px;
  318. background-color: {color:posts};}
  319.  
  320. #right{
  321. z-index:8;
  322. padding: 4px;
  323. width: 160px;
  324. height: auto;
  325. margin-bottom:6px;
  326. background-color: {color:posts};}
  327.  
  328. a.links {
  329. color:{color:bold text};
  330. background-color:{color:label background};
  331. font-family: Arial;
  332. font-size: 7px;
  333. line-height: 10px;
  334. font-weight:bold;
  335. text-transform: uppercase;
  336. letter-spacing:0px;
  337. display:block;
  338. padding:1px;
  339. margin-top: 4px;
  340. margin-bottom: 4px;}
  341.  
  342. a.links:hover {
  343. color:{color:nav text background};
  344. background-color:{color:nav text};}
  345.  
  346. a.links2 {
  347. font-size: 10px;
  348. line-height: 35px;
  349. font-family: arial black ;
  350. text-transform: uppercase;
  351. letter-spacing: -1px;
  352. color:{color:nav text};
  353. padding:6px;
  354. background-color:{color:nav text background};}
  355.  
  356. a.links2:hover {
  357. color: {color:nav text hover};
  358. background-color:{color:nav text background hover};}
  359.  
  360. #ask {
  361. font-size:10px;
  362. line-height:12px;
  363. background-color: {color:label background};
  364. padding:4px;
  365. margin-bottom:4px;}
  366.  
  367. #top{
  368. border-top: 0px solid {color:middle background};
  369. border-bottom: 0px solid {color:label background};
  370. z-index:1000;
  371. padding: 4px;
  372. width: 756px;
  373. height: auto;
  374. top:0px;
  375. left:50%;
  376. margin-left:-382px;
  377. position:fixed;
  378. background-color: {color:nav background};}
  379.  
  380. p {padding:1px;}
  381.  
  382. #note{
  383. color:{color:text};
  384. font-size:7px;
  385. text-align:right;
  386. top:0px;
  387. margin-bottom:4px;
  388. width:auto;
  389. background-color: {color:label background};
  390. padding:2px;}
  391.  
  392. #note a {font-size:7px;}
  393.  
  394. #info{
  395. margin-top:6px;
  396. background-color: {color:label background};
  397. padding:2px;}
  398.  
  399.  
  400.  
  401. .twitter{
  402. padding: 0px;
  403. margin-top:-4px;
  404. background-color: {color:center};
  405. width:160px;color:{color:text};
  406. background-color:transparent;}
  407.  
  408.  
  409. .twitter:hover {color:{color:text};}
  410.  
  411. ul#twitter_update_list{
  412. color:{color:text};
  413. list-style:none;
  414. margin-left:-20px;
  415. margin-top:0px;
  416. margin-bottom:0px;}
  417.  
  418. ul#twitter_update_list li{
  419. margin:2.5px 0;
  420. padding:4px;}
  421.  
  422. ul#twitter_update_list li:nth-child(even) {
  423. background-color:{color:background};
  424. color:{color:text};}
  425.  
  426. ul#twitter_update_list li:hover:nth-child(even){
  427. background-color:{color:nav background};
  428. color:{color:text};
  429. -webkit-transition: all 0.2s linear;
  430. -moz-transition: all 0.2s linear;
  431. transition: all 0.2s linear;}
  432.  
  433. ul#twitter_update_list li span{
  434. display:block;
  435. line-height:12px;
  436. color:{color:text};}
  437.  
  438.  
  439. .video embed, object {
  440. width:198px;
  441. height:100px;
  442. z-index:-2;
  443. margin-left:0px;}
  444.  
  445.  
  446. {CustomCSS}
  447. </style>
  448.  
  449.  
  450.  
  451. </head>
  452.  
  453.  
  454. <body>
  455.  
  456.  
  457. <div id="top"><center>
  458. <a href="/" class="links2">Home</a>
  459. {block:AskEnabled}<a href="/ask" class="links2">Ask</a>{/block:AskEnabled}
  460. {block:SubmissionsEnabled}<a href="/submit" class="links2">Submit</a>{/block:SubmissionsEnabled}
  461.  
  462. <a href="/archive" class="links2">Archive</a>
  463.  
  464. {block:HasPages}
  465. {block:Pages}
  466. <a href="{URL}" class="links2">{Label}</a>
  467.  
  468. {/block:Pages}
  469. {/block:HasPages}
  470.  
  471. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links2">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  472.  
  473. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links2">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  474.  
  475. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links2">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  476.  
  477. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links2">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  478. </center></div>
  479.  
  480.  
  481. <div id="wtf">
  482.  
  483.  
  484. <div id="leftholder">
  485.  
  486.  
  487. {block:IfPortraitImage}
  488. <div id="left">
  489. <a href="/"><img src="{image:Portrait}" width="160"></a>
  490. </div>
  491. {/block:IfPortraitImage}
  492.  
  493. <div id="left">
  494. <center><h2>{Title}</h2></center>
  495. </div>
  496.  
  497. {block:Description}
  498. <div id="left">
  499. {Description}
  500. </div>
  501. {/block:Description}
  502.  
  503. {block:Pagination}
  504. <div id="left">
  505. <center> <table width="160" border="0" cellspacing="0" cellpadding="0">
  506. <tr>
  507. <td width="10">
  508. {block:PreviousPage}<a href="{PreviousPage}">◄</a>{/block:PreviousPage}
  509. </td>
  510. <td width="140"><center>{CurrentPage} of {TotalPages}</center></td>
  511. <td width="10">{block:NextPage}<a href="{NextPage}">►</a>{/block:NextPage}
  512. </td>
  513. </tr>
  514. </table></center>
  515. </div>{/block:Pagination}
  516.  
  517. <div id="left">
  518. <center><b><small>By:</small></b> <a href="http://destroyer.tumblr.com"><small>Destroyer</small></a>/<a href="http://sleeplessthemes.tumblr.com"><small>Sleepless</small></a> |
  519.  
  520. <b><small>Powered By:</small></b> <a href="http://tumblr.com"><small>Tumblr</small></a>
  521. </center>
  522. </div>
  523.  
  524. </div>
  525.  
  526.  
  527.  
  528. <div id="rightholder">
  529.  
  530. <div id="right">
  531. <center><h3>Navigation</h3></center>
  532. <a href="/" class="links">Home</a>
  533. {block:AskEnabled}<a href="/ask" class="links">Ask</a>{/block:AskEnabled}
  534. {block:SubmissionsEnabled}<a href="/submit" class="links">Submit</a>{/block:SubmissionsEnabled}
  535.  
  536. <a href="/archive" class="links">Archive</a>
  537.  
  538. {block:HasPages}
  539. {block:Pages}
  540. <a href="{URL}" class="links">{Label}</a>
  541.  
  542. {/block:Pages}
  543. {/block:HasPages}
  544.  
  545. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  546.  
  547. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  548.  
  549. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  550.  
  551. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  552. </div>
  553.  
  554. {block:ifTwitterUsername}
  555. <div id="right">
  556. <center><a href="http://twitter.com/{text:Twitter Username}" ><h3>LATEST TWEET</h3></a></center>
  557.  
  558. <div class="twitter">
  559.  
  560. <div id="twitter_div"><ul id="twitter_update_list"></ul></div>
  561.  
  562. <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
  563. <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{text:Twitter Username}.json?callback=twitterCallback2&count={text:Tweet Count}"></script>
  564.  
  565. </div>
  566.  
  567. </div>
  568. {/block:ifTwitterUsername}
  569.  
  570. </div>
  571.  
  572.  
  573. <div id="posts">
  574.  
  575. <center>
  576. <div class="autopagerize_page_element">
  577. {block:Posts}
  578.  
  579.  
  580.  
  581. <div id="entry">
  582.  
  583. {block:IndexPage}
  584. <div id="note">{ShortMonth}. {DayOfMonthWithZero}{DayOfMonthSuffix}, {Year} - {TimeAgo} - <a href="{ReblogURL}">Reblog</a> - <a href="{Permalink}">{NoteCount} Notes</a></div>
  585. {/block:IndexPage}
  586.  
  587. {block:Text}<h2>{Title}</h2>{Body}{/block:Text}
  588.  
  589. {block:Photo}
  590. {block:IndexPage}
  591. <center>
  592. <a href="{permalink}"><img src="{PhotoURL-500}" width="198" border="0"></a>
  593. </center>
  594. {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}
  595. {/block:IndexPage}
  596.  
  597. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  598.  
  599. {block:Photoset}
  600. {block:IndexPage}{Photoset-250}
  601. {block:IfShowCaption}{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:IfShowCaption}{/block:IndexPage}
  602.  
  603. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  604. {/block:Photoset}
  605.  
  606. {block:Quote}<h2>"{Quote}"</h2>{block:Source}{Source}{/block:Source}{/block:Quote}
  607.  
  608. {block:Link}<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  609.  
  610. {block:Chat}
  611. {block:Title}{Title}{/block:Title}
  612. {block:Lines}
  613. {block:Label}
  614. <div class="{Alt}"><span class="label"><strong>{Label}</strong></span>
  615. <span class="line">{Line}</span></div>
  616. {/block:Label}
  617. {/block:Lines}
  618. {/block:Chat}
  619.  
  620. {block:Video}<center>
  621. {block:IndexPage}<div class="video">{Video-250}</div>{/block:IndexPage}
  622. {block:PermalinkPage}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</center>{/block:Video}
  623.  
  624.  
  625. {block:Audio}
  626. <center>{AudioPlayerBlack}</center>
  627.  
  628. {block:Caption}{Caption}{/block:Caption}
  629. {/block:Audio}
  630.  
  631.  
  632. {block:Answer}
  633. <div id="ask"><img src="{AskerPortraitURL-24}" style="width:28px; height:24px; vertical-align:middle; padding-right:4px;">{Asker} Asked: {Question}</div>
  634. <p>{Answer}</p>
  635. {/block:Answer}
  636.  
  637. </div>
  638.  
  639. {block:PermalinkPage}
  640. {block:Date}<div id="notes">
  641. <b>Posted:</b> <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{AmPm}{block:RebloggedFrom}<br><b>Originally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
  642.  
  643. {block:Photo}{block:HighRes}<br><b>HighRes:</b> <a href="{PhotoURL-HighRes}">view</a>{/block:HighRes}{/block:Photo}
  644.  
  645. {block:Answer}<BR><b>Ask:</b> <a href="/ask">{AskLabel}</a>{/block:Answer}
  646.  
  647. {block:Audio}<BR><b>Plays:</b> {FormattedPlayCount}{block:ExternalAudio}<BR>Download: <a href="{ExternalAudioURL}">here</a>.{/block:ExternalAudio}{/block:Audio}
  648.  
  649. {block:HasTags}<BR><b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
  650. </div>
  651. {/block:Date}
  652. {/block:PermalinkPage}
  653.  
  654. {/block:Posts}
  655. </div>
  656.  
  657. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  658. </div>
  659. </center>
  660. </div>
  661.  
  662. </body>
  663. </html>
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
Add Comment
Please, Sign In to add comment