Advertisement
incedothemes

Oak Theme by Incedo

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