begayisnotaproblem

reatei-theme07v2

Jul 18th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.39 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.  
  3. <!--
  4.  
  5. Paulo e Bubys Theme
  6. © http://reatei.tumblr.com e http://nevou.tumblr.com
  7. Please leave at least one form of credit. Thank you for using our theme!
  8.  
  9. -->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13. <head>
  14.  
  15. <title>{Title}</title>
  16.  
  17. <meta name="color:background" content="#ffffff" />
  18. <meta name="color:scrollbar" content="#337c23" />
  19. <meta name="color:scrollbar background" content="#ffffff" />
  20. <meta name="color:text" content="#000000" />
  21. <meta name="color:navigation" content="#000000" />
  22. <meta name="color:description" content="#000000" />
  23. <meta name="color:link" content="#636363" />
  24. <meta name="color:link hover" content="#337c23" />
  25. <meta name="color:title" content="#337c23" />
  26. <meta name="color:title hover" content="#b7d3b1" />
  27. <meta name="color:button" content="#7bbf6d" />
  28. <meta name="color:button hover" content="#58A249" />
  29. <meta name="color:borders" content="#000000" /
  30.  
  31.  
  32.  
  33. <meta name="if:sidebar bottom" content="1"/>
  34. <meta name="if:small posts" content=""/>
  35. <meta name="if:big posts" content="1"/>
  36. <meta name="if:one column" content="1"/>
  37. <meta name="if:two columns" content=""/>
  38. <meta name="if:custom title font" content="1"/>
  39. <meta name="if:text perma on hover" content="1"/>
  40.  
  41. <meta name="font:description" content="georgia" />
  42. <meta name="font:title" content="georgia" />
  43. <meta name="font:text" content="georgia" />
  44. <meta name="font:perma" content="georgia" />
  45. <meta name="font:navigation" content="georgia" />
  46.  
  47. <meta name="image:image" content="1"/>
  48.  
  49.  
  50. <meta name="text:link 1 title" content="" />
  51. <meta name="text:link 1" content="" />
  52. <meta name="text:link 2 title" content="" />
  53. <meta name="text:link 2" content="" />
  54. <meta name="text:link 3 title" content="" />
  55. <meta name="text:link 3" content="" />
  56. <meta name="text:link 4 title" content="" />
  57. <meta name="text:link 4" content="" />
  58. <meta name="text:link 5 title" content="" />
  59. <meta name="text:link 5" content="" />
  60. <meta name="text:Post Title Size" content="12" />
  61. <meta name="text:Post Font Size" content="10" />
  62. <meta name="text:Blog Title Size" content="22" />
  63. <meta name="text:Description Size" content="9" />
  64. <meta name="text:Navigation Size" content="9" />
  65. <meta name="text:Sidebar Width" content="140" />
  66.  
  67. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  68. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  69. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  70. <link rel="shortcut icon" href="{Favicon}" />
  71. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  72.  
  73. <style type="text/css">
  74.  
  75. body {
  76. background-color:{color:background};
  77. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  78. background-attachment: fixed;
  79. background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
  80. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  81. -webkit-background-size: auto, auto, auto, cover;
  82. -moz-background-size: auto, auto, auto, cover;
  83. -o-background-size: auto, auto, auto, cover;
  84. background-size: auto, auto, auto, cover;
  85. color:{color:text};
  86. font-family: {font:text};
  87. font-size:{text:post font size}px;
  88. line-height:123%;
  89. text-align:left
  90. padding: 0px;}
  91.  
  92. ::-webkit-scrollbar {
  93. height: 5px;
  94. width: 8px;}
  95.  
  96. ::-webkit-scrollbar-thumb {
  97. background-color:{color:scrollbar};}
  98.  
  99. ::-webkit-scrollbar-track{
  100. background-color:{color:scrollbar background};}
  101.  
  102. ::-webkit-scrollbar-buttom{
  103. background-color:{color:scrollbar background};}
  104.  
  105. a:link, a:active, a:visited {
  106. color: {color:link};
  107. text-decoration:none;
  108. -webkit-transition: all 0.5s ease-in-out;
  109. -moz-transition: all 0.5s ease-in-out;
  110. -o-transition: all 0.5s ease-in-out;
  111. -ms-transition: all 0.5s ease-in-out;
  112. transition: all 0.5s ease-in-out;}
  113.  
  114. a:hover{
  115. color:{color:link hover};
  116. -webkit-transition: all 0.5s ease-in-out;
  117. -moz-transition: all 0.5s ease-in-out;
  118. -o-transition: all 0.5s ease-in-out;
  119. -ms-transition: all 0.5s ease-in-out;
  120. transition: all 0.5s ease-in-out;}
  121.  
  122. #wrapper {
  123. margin-left:auto;
  124. margin-right:auto;}
  125.  
  126. #lbar {
  127. width:128px;height:0px;
  128. position:fixed;
  129. border-right-style:dashed;margin-top:300px;
  130. border-width:0px;
  131. border-color:{color:borders};
  132. padding-right:6px;}
  133.  
  134. {block:ifsidebartop} #lbar, #rbar {top:0%} {/block:ifsidebartop}
  135. {block:ifsidebarmiddle} #lbar, #rbar {top:0%} {/block:ifsidebarmiddle}
  136. {block:ifsidebarbottom} #lbar, #rbar {bottom:0%} {/block:ifsidebarbottom}
  137.  
  138. #limg {width:0px;height:0px;}
  139.  
  140. #nav {
  141. margin:4px 0px;
  142. font-size:{text:navigation size}px;
  143. width:inherit;
  144. border-bottom:0px solid transparent;
  145. text-align:right;margin-top:100px;}
  146.  
  147. #nav a {
  148. color: {color:navigation};
  149. font-family: {font:navigation};
  150. font-style:none;
  151. font-size:{text:navigation size}px;
  152. padding-top:0px;}
  153.  
  154. #button {
  155. background-color:{color:button};
  156. padding:1px 13px 1px 4px;
  157. margin:1px 588px;
  158. width:30px;
  159. -moz-transition: all 0.4s;
  160. -webkit-transition: all 0.4s;
  161. -o-transition: all 0.4s;
  162. transition: all 0.4;
  163. display:inline-block;}
  164.  
  165. #button:hover {
  166. padding:1px 20px 1px 4px;
  167. background-color:{color:button hover};}
  168.  
  169. #rbar {
  170. width: 1px;height:200px;margin-top:300px;
  171. position:fixed;
  172. padding-left:6px;border-left-style:dashed;
  173. border-width:1px;
  174. border-color:{color:borders};
  175. }
  176.  
  177. #rimg {width: 141px;}
  178.  
  179. #title {
  180. {block:ifcustomtitlefont}
  181. font-family: 'Cedarville Cursive', cursive;
  182. {/block:ifcustomtitlefont}
  183. {block:ifnotcustomtitlefont}
  184. font-family: {font:title};
  185. {/block:ifnotcustomtitlefont}
  186. font-size: {text:blog title size}px;
  187. color: {color:title};
  188. margin-top:4px;
  189. text-align:left;
  190. text-transform: lowercase;}
  191.  
  192. #title a {
  193. {block:ifcustomtitlefont}
  194. font-family: 'Cedarville Cursive', cursive;
  195. {/block:ifcustomtitlefont}
  196. {block:ifnotcustomtitlefont}
  197. font-family: {font:title};
  198. {/block:ifnotcustomtitlefont}
  199. font-size: {text:blog title size}px;
  200. color: {color:title};}
  201.  
  202. #title a:hover {color: {color:title hover};}
  203.  
  204. #desc {
  205. width:inherit;
  206. color:{color:description};
  207. margin-top:6px;
  208. text-align:left;
  209. font-size:{text:description size}px;
  210. font-family:{font:description};}
  211.  
  212. #entries {margin-left:152px;}
  213.  
  214. #posts {
  215. float: left;
  216. height:auto;
  217. overflow:hidden;
  218. margin: 6px;}
  219.  
  220. #photo, #photo a, #photo a img {border: none; line-height:0;}
  221.  
  222. {block:ifsmallposts}
  223. {block:indexpage}
  224. #posts, #photo, #photo a img {width: 250px;}
  225. {/block:indexpage}
  226. {block:permalinkpage}
  227. #posts, #photo, #photo a img {width: 400px;}
  228. {/block:permalinkpage}
  229. {/block:ifsmallposts}
  230. {block:ifbigposts}
  231. #posts, #photo, #photo a img {width: 400px;}
  232. {/block:ifbigposts}
  233.  
  234. {block:ifonecolumn}
  235. {block:ifsmallposts}
  236. {block:indexpage}
  237. #entries {width: 262px}
  238. #wrapper {width: 566px}
  239. #rbar {margin-left:431px}
  240. {/block:indexpage}
  241. {block:permalinkpage}
  242. #entries {width: 412px}
  243. #wrapper {width: 716px}
  244. #rbar {margin-left:581px}
  245. {/block:permalinkpage}
  246. {/block:ifsmallposts}
  247. {block:ifbigposts}
  248. #entries {width: 412px}
  249. #wrapper {width: 716px}
  250. #rbar {margin-left:581px}
  251. {/block:ifbigposts}
  252. {/block:ifonecolumn}
  253. {block:iftwocolumns}
  254. {block:indexpage}
  255. {block:ifsmallposts}
  256. #entries {width: 524px}
  257. #wrapper {width: 828px}
  258. #rbar {margin-left:693px}
  259. {/block:ifsmallposts}
  260. {block:ifbigposts}
  261. #entries {width: 824px}
  262. #wrapper {width: 1128px}
  263. #rbar {margin-left:993px}
  264. {/block:ifbigposts}
  265. {/block:indexpage}
  266. {block:permalinkpage}
  267. #entries {width: 412px}
  268. #wrapper {width: 716px}
  269. #rbar {margin-left:581px}
  270. {/block:permalinkpage}
  271. {/block:iftwocolumns}
  272.  
  273. h2 {
  274. font-size: {text:Post Title Size}px;
  275. margin:0px;
  276. line-height:100%;}
  277.  
  278. .asker a {font-weight:bold;}
  279.  
  280. p, ul, ol {
  281. margin-top: 4px;
  282. margin-bottom: 4px;}
  283.  
  284. blockquote {
  285. margin-left:8px;
  286. padding-left:5px;
  287. padding-right:0px;
  288. margin-right:0px;}
  289.  
  290. img a {border:none;}
  291.  
  292. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  293.  
  294. img {max-width:100%;}
  295.  
  296. #c {
  297. position:fixed;
  298. bottom:4px;
  299. right:4px;
  300. font-size:13px;
  301. font-family:helvetica;}
  302.  
  303. /*for photo permalink*/
  304. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  305. .likep a:hover {background-position: 0px 0px;}
  306. .likep a {background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png"); background-position: 0px 0px; display: block; z-index: 9999999; webkit-transition: all 0s linear; -webkit-transition: all 0s linear; -moz-transition: all 0s linear; transition: all 0s linear;}
  307. .likep img {width: 21px; height: 20px; webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  308. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  309. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  310. .not { display: inline-block; background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png"); height: 20px; font-size: 11px; line-height: 20px; color: #fff; padding-left: 4px; padding-right: 4px; -moz-border-radius: 2px; border-radius: 2px; bottom: 6px; position: relative; letter-spacing:0px;}
  311. .not a{color: #fff; font-family: helvetica;}
  312. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  313. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  314. #posts .permalink{z-index:9999991; position:absolute; margin-top:0px; margin-left:5px; height:10px; padding:3px; overflow:hidden; font-size:11px; line-height:90%; text-align:center; opacity:0.0; filter: alpha(opacity = 0); }
  315. #posts:hover .permalink{overflow:visible;-webkit-transition: opacity 0.4s linear; opacity: 1; -webkit-transition: all 0.4s linear; opacity: 0.8;-moz-transition: all 0.4s linear; opacity: 0.8; transition: all 0.4s linear; opacity: 0.8; margin-top:5px; }
  316.  
  317. /*for text permalink*/
  318. #posts .textperma, .textperma a {font-family:{font:perma}; text-transform:none; text-align:center; color:{color:text}; position: relative; font-size: {text:post size}px;}
  319. {block:iftextpermaonhover}
  320. #posts .textperma{margin-top: -9px; opacity: 0; filter: alpha(opacity = 0); -moz-opacity:0; opacity:0; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4;}
  321. #posts:hover .textperma{margin-top: -2px; opacity: 1; filter: alpha(opacity = 100); -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4; -moz-opacity: 1; opacity:1; filter: alpha(opacity=100);}
  322. {/block:iftextpermaonhover}
  323. {block:ifnottextpermaonhover}
  324. #posts .textperma{margin-top: 0px;}
  325. {/block:ifnottextpermaonhover}
  326.  
  327. #imagebru2 img:hover {opacity:0.8}
  328.  
  329. /*for multi columns*/
  330. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  331. #infscr-loading {display:none;}
  332. .navigation {display:none!important;}
  333.  
  334. </style>
  335.  
  336. <style type="text/css">{CustomCSS}</style>
  337.  
  338. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  339.  
  340. <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  341.  
  342. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  343.  
  344. <!for multi columns>
  345. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><script type="text/javascript" src="jquery.masonry.min.js"></script><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script><script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  346. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  347. <script type="text/javascript">
  348. $(window).load(function () {
  349. $('#entries').masonry(),
  350. $('.masonryWrap').infinitescroll({
  351. itemSelector : "#posts",
  352. navSelector : "div.navigation",
  353. nextSelector : ".navigation a#next",
  354. bufferPx : 1000000000000,
  355. loadingImg : "",
  356. loadingText : "",
  357. animation: true,
  358. extraScrollPx: 100000,
  359. },
  360. function() { $('#entries').masonry({ appendedContent: $(this) });
  361. });
  362. $("#rimg").css({'height': $('#limg').height()});
  363. });</script>
  364.  
  365. </head>
  366.  
  367. <body>
  368.  
  369. <!for multi columns>
  370. <div class="navigation">
  371. {block:Pagination}
  372. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  373. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  374. {/block:Pagination}
  375. </div>
  376.  
  377. {block:ContentSource}
  378. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  379. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  380. {/block:SourceLogo}
  381. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  382. {/block:ContentSource}
  383. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  384.  
  385.  
  386.  
  387. <div id="wrapper">
  388.  
  389.  
  390.  
  391. <div id="lbar"><div id="limg">
  392.  
  393.  
  394.  
  395.  
  396. <div id="nav">
  397.  
  398. {block:HasPages}{block:Pages}<div id="button"><br>{/block:Pages}{/block:HasPages}
  399. {block:iflink1}<div id="button"><a href="{text:link 1}">{text:link 1 title}</a></div><br>{/block:iflink1}
  400. {block:iflink2}<div id="button"><a href="{text:link 2}">{text:link 2 title}</a></div><br>{/block:iflink2}
  401. {block:iflink3}<div id="button"><a href="{text:link 3}">{text:link 3 title}</a></div><br>{/block:iflink3}
  402. {block:iflink4}<div id="button"><a href="{text:link 4}">{text:link 4 title}</a></div><br>{/block:iflink4}
  403.  
  404. {block:iflink5}<div id="button"><a href="{text:link 5}">{text:link 5 title}</a></div><br>{/block:iflink5}
  405. <div id="button"><a href="http://nevouthemes.tumblr.com/">theme</a></div>
  406. </div>
  407. </div></div>
  408.  
  409.  
  410.  
  411. <div id="rbar"><div id="rimg">
  412.  
  413.  
  414. <div id="title"><a href="/">{Title}</a></div>
  415.  
  416.  
  417.  
  418. <div id="desc">{Description}</div>
  419. <div id="imagebru2">
  420. <center><div style="border: 2px solid {color:borders}; overflow: hidden;-moz-border-radius: 15px; border-radius:175px;margin-top:-240px;"><img src="{image:image}" width=144px height=auto></div></center>
  421.  
  422. </div></div>
  423. </div>
  424.  
  425. <div class = "autopagerize_page_element" >
  426. <div id="entries">
  427. {block:Posts}
  428. <div id="posts">
  429.  
  430. {block:Text}
  431. {block:Title}<h2>{Title}</h2>{/block:Title}
  432. {Body}
  433. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  434. {/block:Text}
  435.  
  436. {block:Quote}
  437. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  438. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  439. {/block:Quote}
  440.  
  441. {block:Link}
  442. <a href="{URL}"><h2>{Name}</h2></a>
  443. {block:Description}<p>{Description}</p>{/block:Description}
  444. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  445. {/block:Link}
  446.  
  447. {block:Chat}
  448. <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  449. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  450. {/block:Chat}
  451.  
  452. {block:Answer}
  453. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  454. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  455. {/block:Answer}
  456.  
  457. {block:Audio}
  458. {AudioPlayerBlack}
  459. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  460. {/block:Audio}
  461.  
  462. {block:Video}
  463. {block:indexpage}
  464. {block:ifsmallposts}{Video-250}{/block:ifsmallposts}
  465. {block:ifbigposts}{Video-400}{/block:ifbigposts}
  466. {/block:indexpage}
  467. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  468. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  469. {/block:Video}
  470.  
  471. {block:Photo}
  472. <!perma>{block:IndexPage}<div class="permalink">
  473. <div class="likep">
  474. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  475. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  476. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  477. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  478. {/block:Photo}
  479.  
  480. {block:Photoset}
  481. <!perma>{block:IndexPage}<div class="permalink">
  482. <div class="likep">
  483. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  484. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  485. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  486. {block:indexpage}
  487. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  488. {block:ifbigposts}{Photoset-400}{/block:ifbigposts}
  489. {/block:indexpage}
  490. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  491. {/block:Photoset}
  492.  
  493. {block:PermalinkPage}
  494. {block:caption}{Caption}{/block:caption}<br>
  495. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  496. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  497. {/block:PermalinkPage}
  498.  
  499. </div>
  500. {/block:Posts}
  501. </div>
  502. </div>
  503.  
  504. </div>
  505.  
  506.  
  507.  
  508. </body>
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment