Advertisement
incedothemes

Fume Theme by Incedo

Mar 10th, 2013
34,528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.57 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. Fume Theme by Incedo
  5. http://incedothemes.tumblr.com
  6. Please do not remove the credit.
  7. Updated 5/29/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="#717eb6" />
  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:lines" content="#000000"/>
  23. <meta name="color:link" content="#636363" />
  24. <meta name="color:link hover" content="#717eb6" />
  25. <meta name="color:navigation hover" content="#717eb6" />
  26. <meta name="color:title" content="#717eb6" />
  27.  
  28. <meta name="if:sidebar left" content=""/>
  29. <meta name="if:sidebar right" content="1"/>
  30. <meta name="if:show sidebar image" content=""/>
  31. <meta name="if:one column" content=""/>
  32. <meta name="if:two columns" content="1"/>
  33. <meta name="if:three columns" content=""/>
  34. <meta name="if:small posts" content="1"/>
  35. <meta name="if:big posts" content=""/>
  36. <meta name="if:show home link" content="1"/>
  37. <meta name="if:text perma on hover" content="1"/>
  38. <meta name="if:image fade" content="1"/>
  39.  
  40. <meta name="font:description" content="geneva" />
  41. <meta name="font:text" content="geneva" />
  42. <meta name="font:perma" content="geneva" />
  43. <meta name="font:navigation" content="geneva" />
  44.  
  45. <meta name="image:Left Background" content""/>
  46. <meta name="image:Right Background" content""/>
  47. <meta name="image:Tiled Background" content""/>
  48. <meta name="image:Cover Background" content""/>
  49. <meta name="image:Sidebar" content""/>
  50.  
  51. <meta name="text:home link title" content="home" />
  52. <meta name="text:ask link title" content="message" />
  53. <meta name="text:link 1 title" content="" />
  54. <meta name="text:link 1" content="" />
  55. <meta name="text:link 2 title" content="" />
  56. <meta name="text:link 2" content="" />
  57. <meta name="text:link 3 title" content="" />
  58. <meta name="text:link 3" content="" />
  59. <meta name="text:link 4 title" content="" />
  60. <meta name="text:link 4" content="" />
  61. <meta name="text:Post Title Size" content="12" />
  62. <meta name="text:Post Font Size" content="10" />
  63. <meta name="text:Blog Title Size" content="38" />
  64. <meta name="text:Description Size" content="10" />
  65. <meta name="text:Navigation Size" content="12" />
  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. #lrbar {
  127. width:275px;
  128. top:29%;
  129. position:fixed;}
  130.  
  131. #lrimg {width:inherit;}
  132.  
  133. #lrimg img {
  134. max-width:265px;
  135. border: 0px solid transparent;
  136. margin-bottom:10px;
  137. margin-left:auto;
  138. margin-right:auto;}
  139.  
  140. #title, #title a {
  141. font-family:'Dawning of a New Day', cursive;
  142. font-size: {text:blog title size}px;
  143. letter-spacing: 1px;
  144. text-align:center;
  145. color: {color:title};
  146. text-transform: lowercase;}
  147.  
  148. #title {
  149. border-bottom-style:solid;
  150. border-color:{color:lines};
  151. border-width:1px;
  152. height:25px;}
  153.  
  154. #desc {
  155. width:inherit;
  156. color:{color:description};
  157. padding:4px;
  158. text-align:center;
  159. font-size:{text:description size}px;
  160. font-family:{font:description};}
  161.  
  162. #nav {
  163. border-bottom-style:solid;
  164. border-color:{color:lines};
  165. border-width:1px;
  166. padding:3px 0px;
  167. display:none;
  168. font-size:{text:navigation size}px;
  169. width:inherit;
  170. text-align:center;}
  171.  
  172. #nav a {
  173. color: {color:navigation};
  174. font-family: {font:navigation};
  175. font-style:none; text-align:center;
  176. font-size:{text:navigation size}px;
  177. border-bottom:0px solid transparent;}
  178.  
  179. #nav a:hover {color: {color:navigation hover};}
  180.  
  181. #posts {
  182. {block:ifsidebarleft}float: left;{/block:ifsidebarleft}
  183. {block:ifsidebarright}float: right;{/block:ifsidebarright}
  184. height:auto;
  185. overflow:hidden;
  186. margin: 7px;}
  187.  
  188. #photo, #photo a, #photo a img {border: none; line-height:0;}
  189.  
  190. {block:ifimagefade}
  191. {block:indexpage}
  192. #photo a img {
  193. opacity: .8;
  194. -moz-opacity: .8;
  195. filter: alpha(opacity = 80);
  196. -moz-transition: all 0.4s;
  197. -webkit-transition: all 0.4s;
  198. -o-transition: all 0.4s;
  199. transition: all 0.4;}
  200. #photo:hover a img {
  201. opacity: 1;
  202. -moz-opacity: 1;
  203. filter: alpha(opacity = 100);
  204. -moz-transition: all 0.4s;
  205. -webkit-transition: all 0.4s;
  206. -o-transition: all 0.4s;
  207. transition: all 0.4;}
  208. {/block:indexpage}
  209. {/block:ifimagefade}
  210.  
  211. {block:ifsmallposts}
  212. {block:indexpage}
  213. #posts, #photo, #photo a img {width: 250px;}
  214. {/block:indexpage}
  215. {block:permalinkpage}
  216. #posts, #photo, #photo a img {width: 400px;}
  217. {/block:permalinkpage}
  218. {/block:ifsmallposts}
  219. {block:ifbigposts}
  220. #posts, #photo, #photo a img {width: 400px;}
  221. {/block:ifbigposts}
  222.  
  223. {block:ifonecolumn}
  224. {block:ifsmallposts}
  225. #entries {width: 264px}
  226. #wrapper {width: 557px}
  227. {/block:ifsmallposts}
  228. {block:ifbigposts}
  229. #entries {width: 414px}
  230. #wrapper {width: 707px}
  231. {/block:ifbigposts}
  232. {/block:ifonecolumn}
  233. {block:iftwocolumns}
  234. {block:ifsmallposts}
  235. #entries {width: 528px}
  236. #wrapper {width: 821px}
  237. {/block:ifsmallposts}
  238. {block:ifbigposts}
  239. #entries {width: 828px}
  240. #wrapper {width: 1121px}
  241. {/block:ifbigposts}
  242. {/block:iftwocolumns}
  243. {block:ifthreecolumns}
  244. {block:ifsmallposts}
  245. #entries {width: 792px}
  246. #wrapper {width: 1085px}
  247. {/block:ifsmallposts}
  248. {block:ifbigposts}
  249. #entries {width: 1242px}
  250. #wrapper {width: 1535px}
  251. {/block:ifbigposts}
  252. {/block:ifthreecolumns}
  253.  
  254. {block:ifsidebarright}
  255. {block:ifonecolumn}
  256. {block:ifsmallposts}#lrbar{margin-left:282px}{/block:ifsmallposts}
  257. {block:ifbigposts}#lrbar{margin-left:432px}{/block:ifbigposts}
  258. {/block:ifonecolumn}
  259. {block:iftwocolumns}
  260. {block:ifsmallposts}#lrbar{margin-left:546px}{/block:ifsmallposts}
  261. {block:ifbigposts}#lrbar{margin-left:846px}{/block:ifbigposts}
  262. {/block:iftwocolumns}
  263. {block:ifthreecolumns}
  264. {block:ifsmallposts}#lrbar{margin-left:810px}{/block:ifsmallposts}
  265. {block:ifbigposts}#lrbar{margin-left:1260px}{/block:ifbigposts}
  266. {/block:ifthreecolumns}
  267. {/block:ifsidebarright}
  268.  
  269. {block:ifsidebarleft}
  270. #entries {margin-left:293px}
  271. {/block:ifsidebarleft}
  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: -15px; 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. /*for multi columns*/
  328. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  329. #infscr-loading {display:none;}
  330. .navigation {display:none!important;}
  331.  
  332. </style>
  333.  
  334. <style type="text/css">{CustomCSS}</style>
  335.  
  336. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  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. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
  343. </script>
  344. <script>
  345. $(document).ready(function(){
  346. $("#lrimg").hover(function(){
  347. $("#nav").slideToggle("fast");
  348. });
  349. });
  350. </script>
  351.  
  352. <!for multi columns>
  353. <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>
  354. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
  355. <script type="text/javascript">
  356. $(window).load(function () {
  357. $('#entries').masonry(),
  358. $('.masonryWrap').infinitescroll({
  359. itemSelector : "#posts",
  360. navSelector : "div.navigation",
  361. nextSelector : ".navigation a#next",
  362. bufferPx : 1000000000000,
  363. loadingImg : "",
  364. loadingText : "",
  365. animation: true,
  366. extraScrollPx: 100000,
  367. },
  368. function() { $('#entries').masonry({ appendedContent: $(this) });
  369. });
  370. });</script>
  371.  
  372. </head>
  373.  
  374. <body>
  375.  
  376. <!for multi columns>
  377. <div class="navigation">
  378. {block:Pagination}
  379. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  380. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  381. {/block:Pagination}
  382. </div>
  383.  
  384. {block:ContentSource}
  385. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  386. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  387. {/block:SourceLogo}
  388. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  389. {/block:ContentSource}
  390. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  391.  
  392. <div id="wrapper">
  393.  
  394. <div id="lrbar"><div id="lrimg">
  395.  
  396. {block:ifshowsidebarimage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:ifshowsidebarimage}
  397.  
  398. <div id="title"><a href="/">{Title}</a></div>
  399.  
  400. <div id="nav">
  401. {block:ifshowhomelink}<a href="/">{text:home link title}</a> - {/block:ifshowhomelink}
  402. <a href="/ask">{text:ask link title}</a> -
  403. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> - {/block:Pages}{/block:HasPages}
  404. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a> - {/block:iflink1}
  405. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a> - {/block:iflink2}
  406. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a> - {/block:iflink3}
  407. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a> - {/block:iflink4}
  408. <a href="http://incedo.tumblr.com/">theme</a>
  409. </div>
  410.  
  411. <div id="desc">{Description}</div>
  412.  
  413. </div></div>
  414.  
  415. <div class = "autopagerize_page_element" >
  416. <div id="entries">
  417. {block:Posts}
  418. <div id="posts">
  419.  
  420. {block:Text}
  421. {block:Title}<h2>{Title}</h2>{/block:Title}
  422. {Body}
  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:Text}
  425.  
  426. {block:Quote}
  427. "{Quote}” <div style="margin-left:20px;">— {Source}</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:Quote}
  430.  
  431. {block:Link}
  432. <a href="{URL}"><h2>{Name}</h2></a>
  433. {block:Description}<p>{Description}</p>{/block:Description}
  434. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  435. {/block:Link}
  436.  
  437. {block:Chat}
  438. <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  439. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  440. {/block:Chat}
  441.  
  442. {block:Answer}
  443. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  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:Answer}
  446.  
  447. {block:Audio}
  448. {AudioPlayerBlack}
  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:Audio}
  451.  
  452. {block:Video}
  453. {block:indexpage}
  454. {block:ifsmallposts}{Video-250}{/block:ifsmallposts}
  455. {block:ifbigposts}{Video-400}{/block:ifbigposts}
  456. {/block:indexpage}
  457. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  458. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  459. {/block:Video}
  460.  
  461. {block:Photo}
  462. <!perma>{block:IndexPage}<div class="permalink">
  463. <div class="likep">
  464. <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>
  465. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  466. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  467. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  468. {/block:Photo}
  469.  
  470. {block:Photoset}
  471. <!perma>{block:IndexPage}<div class="permalink">
  472. <div class="likep">
  473. <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>
  474. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  475. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  476. {block:indexpage}
  477. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  478. {block:ifbigposts}{Photoset-400}{/block:ifbigposts}
  479. {/block:indexpage}
  480. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  481. {/block:Photoset}
  482.  
  483. {block:PermalinkPage}
  484. {block:caption}{Caption}{/block:caption}<br>
  485. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  486. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  487. {/block:PermalinkPage}
  488.  
  489. </div>
  490. {/block:Posts}
  491. </div>
  492. </div>
  493.  
  494. </div>
  495.  
  496. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  497.  
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement