Advertisement
incedothemes

May Theme by Incedo

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