Advertisement
incedothemes

Requite Theme by Incedo

Jun 14th, 2013
48,534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.09 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. Requite Theme by Incedo
  5. http://incedothemes.tumblr.com
  6. Please do not remove the credit.
  7. Updated 8/9/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="#a0a0a0" />
  18. <meta name="color:scrollbar background" content="#ffffff" />
  19. <meta name="color:text" content="#000000" />
  20. <meta name="color:navigation" content="#a0a0a0" />
  21. <meta name="color:description" content="#000000" />
  22. <meta name="color:link" content="#636363" />
  23. <meta name="color:link hover" content="#a0a0a0" />
  24. <meta name="color:title" content="#a0a0a0" />
  25. <meta name="color:line" content="#c0c0c0" />
  26.  
  27. <meta name="if:sidebar top" content=""/>
  28. <meta name="if:sidebar middle" content="1"/>
  29. <meta name="if:sidebar bottom" content=""/>
  30. <meta name="if:small posts" content="1"/>
  31. <meta name="if:big posts" content=""/>
  32. <meta name="if:one column" content=""/>
  33. <meta name="if:two columns" content="1"/>
  34. <meta name="if:three columns" content=""/>
  35. <meta name="if:show sidebar image" content=""/>
  36. <meta name="if:show home link" content="1"/>
  37. <meta name="if:text perma on hover" content="1"/>
  38. <meta name="if:calibri font" content=""/>
  39. <meta name="if:grayscale fade" 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:Left Background" content""/>
  48. <meta name="image:Right Background" content""/>
  49. <meta name="image:Tiled Background" content""/>
  50. <meta name="image:Cover Background" content""/>
  51. <meta name="image:Sidebar" content""/>
  52.  
  53. <meta name="text:home link title" content="home" />
  54. <meta name="text:ask link title" content="message" />
  55. <meta name="text:navigation title" content="navigate" />
  56. <meta name="text:link 1 title" content="" />
  57. <meta name="text:link 1" content="" />
  58. <meta name="text:link 2 title" content="" />
  59. <meta name="text:link 2" content="" />
  60. <meta name="text:link 3 title" content="" />
  61. <meta name="text:link 3" content="" />
  62. <meta name="text:link 4 title" content="" />
  63. <meta name="text:link 4" content="" />
  64. <meta name="text:Post Title Size" content="12" />
  65. <meta name="text:Post Font Size" content="10" />
  66. <meta name="text:Blog Title Size" content="16" />
  67. <meta name="text:Description Size" content="9" />
  68. <meta name="text:Navigation Size" content="10" />
  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. {block:ifnotcalibrifont}font-family: {font:text};{/block:ifnotcalibrifont}
  90. {block:ifcalibrifont}font-family: calibri;{/block:ifcalibrifont}
  91. font-size:{text:post font size}px;
  92. line-height:123%;
  93. text-align:left
  94. padding: 0px;}
  95.  
  96. ::-webkit-scrollbar {
  97. height: 5px;
  98. width: 8px;}
  99.  
  100. ::-webkit-scrollbar-thumb {
  101. background-color:{color:scrollbar};}
  102.  
  103. ::-webkit-scrollbar-track{
  104. background-color:{color:scrollbar background};}
  105.  
  106. ::-webkit-scrollbar-buttom{
  107. background-color:{color:scrollbar background};}
  108.  
  109. a:link, a:active, a:visited {
  110. color: {color:link};
  111. text-decoration:none;
  112. -webkit-transition: all 0.5s ease-in-out;
  113. -moz-transition: all 0.5s ease-in-out;
  114. -o-transition: all 0.5s ease-in-out;
  115. -ms-transition: all 0.5s ease-in-out;
  116. transition: all 0.5s ease-in-out;}
  117.  
  118. a:hover{
  119. color:{color:link hover};
  120. -webkit-transition: all 0.5s ease-in-out;
  121. -moz-transition: all 0.5s ease-in-out;
  122. -o-transition: all 0.5s ease-in-out;
  123. -ms-transition: all 0.5s ease-in-out;
  124. transition: all 0.5s ease-in-out;}
  125.  
  126. #wrapper {
  127. margin-left:auto;
  128. margin-right:auto;}
  129.  
  130. #lbar {
  131. width:149px;
  132. height:100%;
  133. top:0;
  134. bottom:0;
  135. border-style:dotted;
  136. border-width:0px 1px 0px 0px;
  137. border-color:{color:line};
  138. position:fixed;}
  139.  
  140. {block:ifsidebartop} #limg {top:18%} {/block:ifsidebartop}
  141. {block:ifsidebarmiddle} #limg {top:40%} {/block:ifsidebarmiddle}
  142. {block:ifsidebarbottom} #limg {bottom:18%} {/block:ifsidebarbottom}
  143.  
  144. #limg {
  145. width:138px;
  146. position:fixed;
  147. text-align:right;}
  148.  
  149. #limg img {
  150. max-width:138px;
  151. border: 0px solid transparent;
  152. margin-bottom:10px;}
  153.  
  154. #title, #title a {
  155. font-style:italic;
  156. {block:ifnotcalibrifont}font-family: {font:title};{/block:ifnotcalibrifont}
  157. font-size: 16px;
  158. letter-spacing: 1px;
  159. text-align:right;
  160. color: {color:title};
  161. text-transform: lowercase;}
  162.  
  163. #desc {
  164. width:inherit;
  165. color:{color:description};
  166. margin-top:10px;
  167. text-align:right;
  168. font-size:{text:description size}px;
  169. {block:ifnotcalibrifont}font-family:{font:description};{/block:ifnotcalibrifont}}
  170.  
  171. #nav {
  172. margin-top:10px;
  173. width:inherit;
  174. text-align:right;}
  175.  
  176. #navselect {font-family:georgia;
  177. color: {color:navigation};
  178. {block:ifnotcalibrifont}font-family: {font:navigation};{/block:ifnotcalibrifont}
  179. {block:ifcalibrifont}font-family:calibri;{/block:ifcalibrifont}
  180. font-size:{text:navigation size}px;
  181. background-color:{color:background};
  182. min-width:100px;}
  183.  
  184. #entries {margin-left:167px;}
  185.  
  186. #posts {
  187. float: left;
  188. height:auto;
  189. overflow:hidden;
  190. margin: 17px;}
  191.  
  192. {block:ifgrayscalefade}{block:indexpage}
  193. img, iframe.photoset {
  194. -webkit-filter: grayscale(0);
  195. -webkit-transition: all 0.5s ease-in-out;
  196. -moz-transition: all 0.5s ease-in-out;
  197. -o-transition: all 0.5s ease-in-out;
  198. -ms-transition: all 0.5s ease-in-out;
  199. transition: all 0.5s ease-in-out;}
  200. img:hover, iframe.photoset:hover {
  201. -webkit-filter: grayscale(.6);
  202. -webkit-transition: all 0.5s ease-in-out;
  203. -moz-transition: all 0.5s ease-in-out;
  204. -o-transition: all 0.5s ease-in-out;
  205. -ms-transition: all 0.5s ease-in-out;
  206. transition: all 0.5s ease-in-out;}
  207. {/block:indexpage}{/block:ifgrayscalefade}
  208.  
  209. #photo, #photo a, #photo a img {border: none; line-height:0;}
  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: 284px}
  226. #wrapper {width: 451px}
  227. {/block:ifsmallposts}
  228. {block:ifbigposts}
  229. #entries {width: 434px}
  230. #wrapper {width: 601px}
  231. {/block:ifbigposts}
  232. {/block:ifonecolumn}
  233. {block:iftwocolumns}
  234. {block:ifsmallposts}
  235. #entries {width: 568px;}
  236. #wrapper {width: 735px}
  237. {/block:ifsmallposts}
  238. {block:ifbigposts}
  239. #entries {width: 868px}
  240. #wrapper {width: 1035px}
  241. {/block:ifbigposts}
  242. {/block:iftwocolumns}
  243. {block:ifthreecolumns}
  244. {block:ifsmallposts}
  245. #entries {width: 852px}
  246. #wrapper {width: 1019px}
  247. {/block:ifsmallposts}
  248. {block:ifbigposts}
  249. #entries {width: 1302px}
  250. #wrapper {width: 1469px}
  251. {/block:ifbigposts}
  252. {/block:ifthreecolumns}
  253.  
  254. #mhold {
  255. display:inline-block;
  256. width:100px;
  257. height:100px;}
  258.  
  259. #mart {
  260. position:absolute;
  261. width:100px;
  262. height:100px;
  263. overflow:hidden;}
  264.  
  265. #mart img {
  266. width:100px;
  267. position:absolute;}
  268.  
  269. #mart2 {
  270. position:absolute;
  271. width:100px;
  272. height:100px;
  273. background-color:{color:background};}
  274.  
  275. #mhold2 {
  276. position:absolute;
  277. display:inline-block;
  278. height:100px;
  279. margin-left:11px;}
  280.  
  281. {block:indexpage}
  282. #mhold2{width:139px;}
  283. {/block:indexpage}
  284. {block:permalinkpage}
  285. #mhold2{width:289px;}
  286. {/block:permalinkpage}
  287.  
  288. #mplayer {
  289. position:absolute;
  290. height:28px;
  291. width:28px;
  292. margin:9px;
  293. overflow:hidden;}
  294.  
  295. #mcircle {
  296. position:absolute;
  297. width:46px;
  298. height:46px;
  299. border-radius: 23px;
  300. -moz-border-radius: 23px;
  301. -webkit-border-radius: 23px;
  302. background-color:white;
  303. z-index:999999;
  304. margin:27px;
  305. opacity: .6;
  306. -moz-opacity: .6;
  307. filter: alpha(opacity = 60);
  308. -moz-transition: all 0.4s;
  309. -webkit-transition: all 0.4s;
  310. -o-transition: all 0.4s;
  311. transition: all 0.4;}
  312.  
  313. #mcircle:hover {
  314. opacity: .8;
  315. -moz-opacity: .8;
  316. filter: alpha(opacity = 80);
  317. -moz-transition: all 0.4s;
  318. -webkit-transition: all 0.4s;
  319. -o-transition: all 0.4s;
  320. transition: all 0.4;}
  321.  
  322. h2 {
  323. font-size: {text:Post Title Size}px;
  324. margin:0px;
  325. line-height:100%;}
  326.  
  327. .asker a {font-weight:bold;}
  328.  
  329. p, ul, ol {
  330. margin-top: 4px;
  331. margin-bottom: 4px;}
  332.  
  333. blockquote {
  334. margin-left:8px;
  335. padding-left:5px;
  336. padding-right:0px;
  337. margin-right:0px;}
  338.  
  339. img a {border:none;}
  340.  
  341. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  342.  
  343. img {max-width:100%;}
  344.  
  345. #c {
  346. position:fixed;
  347. bottom:4px;
  348. right:4px;
  349. font-size:13px;
  350. font-family:helvetica;}
  351.  
  352. /*for photo permalink*/
  353. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  354. .likep a:hover {background-position: 0px 0px;}
  355. .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;}
  356. .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;}
  357. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  358. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  359. .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;}
  360. .not a{color: #fff; font-family: helvetica;}
  361. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  362. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  363. #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); }
  364. #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; }
  365.  
  366. /*for text permalink*/
  367. #posts .textperma, .textperma a {{block:ifnotcalibrifont}font-family:{font:perma};{/block:ifnotcalibrifont} text-transform:none; text-align:center; color:{color:text}; position: relative; font-size: {text:post size}px;}
  368. {block:iftextpermaonhover}
  369. #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;}
  370. #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);}
  371. {/block:iftextpermaonhover}
  372. {block:ifnottextpermaonhover}
  373. #posts .textperma{margin-top: 0px;}
  374. {/block:ifnottextpermaonhover}
  375.  
  376. /*for multi columns*/
  377. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  378. #infscr-loading {display:none;}
  379. .navigation {display:none!important;}
  380.  
  381. </style>
  382.  
  383. <style type="text/css">{CustomCSS}</style>
  384.  
  385. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  386.  
  387. <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  388.  
  389. <!for multi columns>
  390. <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>
  391. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
  392. <script type="text/javascript">
  393. $(window).load(function () {
  394. $('#entries').masonry(),
  395. $('.masonryWrap').infinitescroll({
  396. itemSelector : "#posts",
  397. navSelector : "div.navigation",
  398. nextSelector : ".navigation a#next",
  399. bufferPx : 1000000000000,
  400. loadingImg : "",
  401. loadingText : "",
  402. animation: true,
  403. extraScrollPx: 100000,
  404. },
  405. function() { $('#entries').masonry({ appendedContent: $(this) });
  406. });
  407. });</script>
  408.  
  409. </head>
  410.  
  411. <body>
  412.  
  413. <!for multi columns>
  414. <div class="navigation">
  415. {block:Pagination}
  416. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  417. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  418. {/block:Pagination}
  419. </div>
  420.  
  421. {block:ContentSource}
  422. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  423. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  424. {/block:SourceLogo}
  425. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  426. {/block:ContentSource}
  427. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  428.  
  429. <div id="wrapper">
  430.  
  431. <div id="lbar"><div id="limg">
  432.  
  433. {block:ifshowsidebarimage}<img src="{image:sidebar}">{/block:ifshowsidebarimage}
  434.  
  435. <div id="title"><a href="/">{Title}</a></div>
  436.  
  437. <div id="desc">{Description}</div>
  438.  
  439. <div id="nav">
  440. <form>
  441. <script>
  442. function goToPage(url)
  443. {
  444. if (url != "")
  445. {
  446. .open(url);
  447. }
  448. }
  449. </script>
  450. <select onchange='location=this.options[this.selectedIndex].value;' id="navselect">
  451. <option selected>{text:navigation title}</option>
  452. {block:ifshowhomelink}<option value="/">
  453. {text:home link title}</option>{/block:ifshowhomelink}
  454. <option value="/ask">{text:ask link title}</option>
  455. {block:HasPages}{block:Pages}<option value="{URL}">{Label}</option>{/block:Pages}{/block:HasPages}
  456. {block:iflink1}<option value="{text:link 1}">{text:link 1 title}</option>{/block:iflink1}
  457. {block:iflink2}<option value="{text:link 2}">{text:link 2 title}</option>{/block:iflink2}
  458. {block:iflink3}<option value="{text:link 3}">{text:link 3 title}</option>{/block:iflink3}
  459. {block:iflink4}<option value="{text:link 4}">{text:link 4 title}</option>{/block:iflink4}
  460. <option value="http://incedo.tumblr.com/">theme</option>
  461. </select>
  462. </form>
  463. </div>
  464.  
  465. </div></div>
  466.  
  467. <div class = "autopagerize_page_element" >
  468. <div id="entries">
  469. {block:Posts}
  470. <div id="posts">
  471.  
  472. {block:Text}
  473. {block:Title}<h2>{Title}</h2>{/block:Title}
  474. {Body}
  475. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  476. {/block:Text}
  477.  
  478. {block:Quote}
  479. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  480. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  481. {/block:Quote}
  482.  
  483. {block:Link}
  484. <a href="{URL}"><h2>{Name}</h2></a>
  485. {block:Description}<p>{Description}</p>{/block:Description}
  486. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  487. {/block:Link}
  488.  
  489. {block:Chat}
  490. <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  491. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  492. {/block:Chat}
  493.  
  494. {block:Answer}
  495. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  496. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  497. {/block:Answer}
  498.  
  499. {block:Audio}
  500. <div id="mhold">
  501. <div id="mart">
  502. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg">
  503. {block:AlbumArt}<div id="mart2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  504. </div>
  505. <div id="mcircle"><div id="mplayer">{AudioPlayerwhite}</div></div>
  506. </div>
  507. <div id="mhold2">
  508. <p>Track:{block:TrackName} {TrackName}{/block:TrackName}</p>
  509. <p>Artist:{block:Artist} {Artist}{/block:Artist}</p>
  510. <p>Album:{block:Album} {Album}{/block:Album}</p>
  511. <p>Plays: {FormattedPlayCount}</p>
  512. </div>
  513. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  514. {/block:Audio}
  515.  
  516. {block:Video}
  517. {block:ifsmallposts}{Video-250}{/block:ifsmallposts}
  518. {block:ifbigposts}{Video-400}{/block:ifbigposts}
  519. {/block:indexpage}
  520. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  521. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  522. {/block:Video}
  523.  
  524. {block:Photo}
  525. <!perma>{block:IndexPage}<div class="permalink">
  526. <div class="likep">
  527. <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>
  528. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  529. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  530. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  531. {/block:Photo}
  532.  
  533. {block:Photoset}
  534. <!perma>{block:IndexPage}<div class="permalink">
  535. <div class="likep">
  536. <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>
  537. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  538. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  539. {block:indexpage}
  540. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  541. {block:ifbigposts}{Photoset-400}{/block:ifbigposts}
  542. {/block:indexpage}
  543. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  544. {/block:Photoset}
  545.  
  546. {block:PermalinkPage}
  547. {block:caption}{Caption}{/block:caption}<br>
  548. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  549. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  550. {/block:PermalinkPage}
  551.  
  552. </div>
  553. {/block:Posts}
  554. </div>
  555. </div>
  556.  
  557. </div>
  558.  
  559. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  560.  
  561. </body>
  562. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement