Advertisement
incedothemes

Isle Theme by Incedo

Apr 5th, 2013
62,318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.60 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. Isle Theme by Incedo
  5. http://incedothemes.tumblr.com
  6. Please do not remove the credit.
  7. Updated 12/28/14
  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="#888888" />
  20. <meta name="color:navigation" content="#888888" />
  21. <meta name="color:description" content="#888888" />
  22. <meta name="color:link" content="#888888" />
  23. <meta name="color:link hover" content="#ffffff" />
  24. <meta name="color:title" content="#888888" />
  25. <meta name="color:borders" content="#A0A0A0" />
  26. <meta name="color:post background" content="#ffffff" />
  27. <meta name="color:button background" content="#ffffff" />
  28.  
  29. <meta name="if:sidebar top" content=""/>
  30. <meta name="if:sidebar middle" content="1"/>
  31. <meta name="if:sidebar bottom" content=""/>
  32. <meta name="if:show sidebar image" content=""/>
  33. <meta name="if:show home link" content="1"/>
  34. <meta name="if:show captions" content=""/>
  35. <meta name="if:show tags" content=""/>
  36. <meta name="if:text perma on hover" content="1"/>
  37. <meta name="if:dashed borders" content="1"/>
  38. <meta name="if:dotted borders" content=""/>
  39. <meta name="if:solid borders" content=""/>
  40. <meta name="if:dashed button borders" content="1"/>
  41. <meta name="if:dotted button borders" content=""/>
  42. <meta name="if:solid button borders" content=""/>
  43. <meta name="if:wider sidebar" content=""/>
  44. <meta name="if:three columns" content=""/>
  45. <meta name="if:two columns" content="1"/>
  46. <meta name="if:one column" content=""/>
  47. <meta name="if:custom title font 1" content=""/>
  48. <meta name="if:custom title font 2" content=""/>
  49. <meta name="if:image fade" content="1"/>
  50. <meta name="if:button background" content="1"/>
  51. <meta name="if:post background" content="1"/>
  52. <meta name="if:infinite scroll" content="1"/>
  53.  
  54. <meta name="font:description" content="helvetica" />
  55. <meta name="font:title" content="helvetica" />
  56. <meta name="font:text" content="helvetica" />
  57. <meta name="font:perma" content="helvetica" />
  58. <meta name="font:navigation" content="helvetica" />
  59.  
  60. <meta name="image:Left Background" content""/>
  61. <meta name="image:Right Background" content""/>
  62. <meta name="image:Tiled Background" content""/>
  63. <meta name="image:Cover Background" content""/>
  64. <meta name="image:Sidebar" content""/>
  65.  
  66. <meta name="text:home link title" content="home" />
  67. <meta name="text:ask link title" content="message" />
  68. <meta name="text:link 1 title" content="" />
  69. <meta name="text:link 1" content="" />
  70. <meta name="text:link 2 title" content="" />
  71. <meta name="text:link 2" content="" />
  72. <meta name="text:link 3 title" content="" />
  73. <meta name="text:link 3" content="" />
  74. <meta name="text:link 4 title" content="" />
  75. <meta name="text:link 4" content="" />
  76. <meta name="text:Post Title Size" content="12" />
  77. <meta name="text:Post Font Size" content="10" />
  78. <meta name="text:Blog Title Size" content="14" />
  79. <meta name="text:Description Size" content="9" />
  80. <meta name="text:Navigation Size" content="9" />
  81.  
  82. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  83. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  84. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  85. <link rel="shortcut icon" href="{Favicon}" />
  86. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  87.  
  88. <style type="text/css">
  89.  
  90. body {
  91. background-color:{color:background};
  92. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  93. background-attachment: fixed;
  94. background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
  95. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  96. -webkit-background-size: auto, auto, auto, cover;
  97. -moz-background-size: auto, auto, auto, cover;
  98. -o-background-size: auto, auto, auto, cover;
  99. background-size: auto, auto, auto, cover;
  100. color:{color:text};
  101. font-family: {font:text};
  102. font-size:{text:post font size}px;
  103. line-height:123%;
  104. text-align:left
  105. padding: 0px;}
  106.  
  107. ::-webkit-scrollbar {
  108. height: 5px;
  109. width: 8px;}
  110.  
  111. ::-webkit-scrollbar-thumb {
  112. background-color:{color:scrollbar};}
  113.  
  114. ::-webkit-scrollbar-track{
  115. background-color:{color:scrollbar background};}
  116.  
  117. ::-webkit-scrollbar-buttom{
  118. background-color:{color:scrollbar background};}
  119.  
  120. a:link, a:active, a:visited {
  121. color: {color:link};
  122. text-decoration:none;
  123. -webkit-transition: all 0.5s ease-in-out;
  124. -moz-transition: all 0.5s ease-in-out;
  125. -o-transition: all 0.5s ease-in-out;
  126. -ms-transition: all 0.5s ease-in-out;
  127. transition: all 0.5s ease-in-out;}
  128.  
  129. a:hover{
  130. color:{color:link hover};
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. -o-transition: all 0.5s ease-in-out;
  134. -ms-transition: all 0.5s ease-in-out;
  135. transition: all 0.5s ease-in-out;}
  136.  
  137. #wrapper {
  138. margin-left:auto;
  139. margin-right:auto;}
  140.  
  141. #lbar {
  142. position:fixed;
  143. opacity:0;}
  144.  
  145. {block:ifsidebartop} #lbar {top:20%} {/block:ifsidebartop}
  146. {block:ifsidebarmiddle} #lbar {top:49%} {/block:ifsidebarmiddle}
  147. {block:ifsidebarbottom} #lbar {top:75%} {/block:ifsidebarbottom}
  148.  
  149. #limg {width:inherit;}
  150.  
  151. #limg img {
  152. padding:0px 5px 10px 5px;
  153. border: 0px solid transparent; }
  154.  
  155. {block:ifnotwidersidebar}
  156. #entries {margin-left: 243px;}
  157. #lbar {width:190px;}
  158. #limg img {max-width: 180px;}
  159. {/block:ifnotwidersidebar}
  160. {block:ifwidersidebar}
  161. #entries {margin-left: 293px;}
  162. #lbar {width:240px;}
  163. #limg img {max-width:230px;}
  164. {/block:ifwidersidebar}
  165.  
  166. #title, #title a {
  167. {block:ifcustomtitlefont1}
  168. font-family: consolas;
  169. {/block:ifcustomtitlefont1}
  170. {block:ifcustomtitlefont2}
  171. font-family: 'Butterfly Kids', cursive;
  172. margin-bottom:5px;
  173. {/block:ifcustomtitlefont2}
  174. {block:ifnotcustomtitlefont1}
  175. {block:ifnotcustomtitlefont2}
  176. font-family: {font:title};
  177. {/block:ifnotcustomtitlefont2}
  178. {/block:ifnotcustomtitlefont1}
  179. font-size: {text:blog title size}px;
  180. letter-spacing: 1px;
  181. text-align:center;
  182. color: {color:title};
  183. text-transform: lowercase;}
  184.  
  185. #desc {
  186. width:inherit;
  187. color:{color:description};
  188. padding:10px 0px;
  189. text-align:center;
  190. font-size:{text:description size}px;
  191. font-family:{font:description};}
  192.  
  193. #nav {
  194. font-size:{text:navigation size}px;
  195. width:inherit;
  196. border-bottom:0px solid transparent;
  197. text-align:center;}
  198.  
  199. #nav a {
  200. color: {color:navigation};
  201. font-family: {font:navigation};
  202. font-style:none; text-align:center;
  203. font-size:{text:navigation size}px;
  204. padding:0px;}
  205.  
  206. #button {
  207. {block:ifbuttonbackground}
  208. background-color:{color:button background};
  209. {/block:ifbuttonbackground}
  210. display:inline-block;
  211. width:auto;
  212. padding:2px 3px;
  213. margin:3px 2px;
  214. border-width:1px;
  215. border-color:{color:borders};}
  216.  
  217. {block:ifsolidbuttonborders}
  218. #button {border-style:solid;}
  219. {/block:ifsolidbuttonborders}
  220.  
  221. {block:ifdashedbuttonborders}
  222. #button {border-style:dashed;}
  223. #button:hover {border-style:solid;}
  224. {/block:ifdashedbuttonborders}
  225.  
  226. {block:ifdottedbuttonborders}
  227. #button {border-style:dotted;}
  228. #button:hover {border-style:solid;}
  229. {/block:ifdottedbuttonborders}
  230.  
  231. {block:ifnotsolidbuttonborders}
  232. {block:ifnotdashedbuttonborders}
  233. {block:ifnotdottedbuttonborders}
  234. #button {border-style:none;}
  235. #button:hover {border-style:none;}
  236. {/block:ifnotdottedbuttonborders}
  237. {/block:ifnotdashedbuttonborders}
  238. {/block:ifnotsolidbuttonborders}
  239.  
  240. #entries {opacity:0}
  241.  
  242. {block:indexpage}
  243. {block:ifonecolumn}
  244. #entries {width: 284px;}
  245. {block:ifnotwidersidebar}#wrapper {width:527px}{/block:ifnotwidersidebar}
  246. {block:ifwidersidebar}#wrapper {width:577px}{/block:ifwidersidebar}
  247. {/block:ifonecolumn}
  248. {block:iftwocolumns}
  249. #entries {width: 568px;}
  250. {block:ifnotwidersidebar}#wrapper {width:811px}{/block:ifnotwidersidebar}
  251. {block:ifwidersidebar}#wrapper {width:861px}{/block:ifwidersidebar}
  252. {/block:iftwocolumns}
  253. {block:ifthreecolumns}
  254. #entries {width: 852px;}
  255. {block:ifnotwidersidebar}#wrapper {width:1095px}{/block:ifnotwidersidebar}
  256. {block:ifwidersidebar}#wrapper {width:1145px}{/block:ifwidersidebar}
  257. {/block:ifthreecolumns}
  258. {/block:indexpage}
  259.  
  260. {block:permalinkpage}
  261. #entries {width: 434px;}
  262. {block:ifnotwidersidebar}#wrapper {width:677px}{/block:ifnotwidersidebar}
  263. {block:ifwidersidebar}#wrapper {width:727px}{/block:ifwidersidebar}
  264. {/block:permalinkpage}
  265.  
  266. #paginationhold {
  267. {block:ifnotwidersidebar}margin-left:243px;{/block:ifnotwidersidebar}
  268. {block:ifwidersidebar}margin-left:293px;{/block:ifwidersidebar}}
  269.  
  270. #pagination {text-align:center;}
  271.  
  272. #pagination a {
  273. margin:0px 6px;
  274. display:inline-block;
  275. width:auto;
  276. padding:2px 3px;
  277. margin:3px 2px;
  278. border-width:1px;
  279. color:{color:navigation};
  280. font-family:{font:navigation};}
  281.  
  282. #posts {
  283. float: left;
  284. height:auto;
  285. overflow:hidden;
  286. margin: 11px;
  287. padding: 5px;
  288. {block:ifpostbackground}
  289. background-color:{color:post background};
  290. {/block:ifpostbackground}
  291. border-color: {color:borders};
  292. border-width:1px;}
  293.  
  294. {block:ifdashedborders}
  295. #posts, #pagination a {border-style: dashed;}
  296. {/block:ifdashedborders}
  297.  
  298. {block:ifdottedborders}
  299. #posts, #pagination a {border-style: dotted;}
  300. {/block:ifdottedborders}
  301.  
  302. {block:ifsolidborders}
  303. #posts, #pagination a {border-style: solid;}
  304. {/block:ifsolidborders}
  305.  
  306. {block:ifnotsolidborders}
  307. {block:ifnotdashedborders}
  308. {block:ifnotdottedborders}
  309. #posts, #pagination a {border-style: none;}
  310. {/block:ifnotdottedborders}
  311. {/block:ifnotdashedborders}
  312. {/block:ifnotsolidborders}
  313.  
  314. #photo, #photo a, #photo a img {border: none; line-height:0;}
  315.  
  316. {block:indexpage}
  317. #posts, #photo, #photo a img {width: 250px;}
  318. {/block:indexpage}
  319.  
  320. {block:permalinkpage}
  321. #posts, #photo, #photo a img {width: 400px;}
  322. {/block:permalinkpage}
  323.  
  324. {block:ifimagefade}{block:indexpage}
  325. #photo a img, #mhold img {
  326. opacity: .8;
  327. -moz-opacity: .8;
  328. filter: alpha(opacity = 80);
  329. -moz-transition: all 0.4s;
  330. -webkit-transition: all 0.4s;
  331. -o-transition: all 0.4s;
  332. transition: all 0.4;}
  333. #photo:hover a img, #mhold:hover img {
  334. opacity: 1;
  335. -moz-opacity: 1;
  336. filter: alpha(opacity = 100);
  337. -moz-transition: all 0.4s;
  338. -webkit-transition: all 0.4s;
  339. -o-transition: all 0.4s;
  340. transition: all 0.4;}
  341. {/block:indexpage}{/block:ifimagefade}
  342.  
  343. #mhold {
  344. display:inline-block;
  345. width:100px;
  346. height:100px;}
  347.  
  348. #mart {
  349. position:absolute;
  350. width:100px;
  351. height:100px;
  352. overflow:hidden;}
  353.  
  354. #mart img {
  355. width:100px;
  356. position:absolute;}
  357.  
  358. #mart2 {
  359. position:absolute;
  360. width:100px;
  361. height:100px;}
  362.  
  363. #mhold2 {
  364. position:absolute;
  365. display:inline-block;
  366. height:86px;
  367. margin-left:6px;}
  368.  
  369. {block:ifpostbackground}
  370. #mart2 {background-color:{color:post background};}
  371. #question {border-style:solid;
  372. border-color: {color:borders};
  373. border-width:0px 0px 1px 0px;
  374. padding-bottom:2px;
  375. margin-bottom:2px;}
  376. #posts, #pagination a {
  377. background-color:{color:post background};
  378. border-color: {color:borders};}
  379. {/block:ifpostbackground}
  380.  
  381. {block:ifnotpostbackground}
  382. #posts, #pagination a {
  383. background-color:transparent;
  384. border-color: transparent;}
  385. #mart2 {background-color:{color:background};}
  386. {/block:ifnotpostbackground}
  387.  
  388. {block:indexpage}
  389. #mhold2{width:130px;}
  390. {/block:indexpage}
  391. {block:permalinkpage}
  392. #mhold2{width:380px;}
  393. {/block:permalinkpage}
  394.  
  395. #mplayer {
  396. position:absolute;
  397. height:28px;
  398. width:28px;
  399. margin:9px;
  400. overflow:hidden;}
  401.  
  402. #mcircle {
  403. position:absolute;
  404. width:46px;
  405. height:46px;
  406. border-radius: 23px;
  407. -moz-border-radius: 23px;
  408. -webkit-border-radius: 23px;
  409. background-color:white;
  410. z-index:999999;
  411. margin:27px;
  412. opacity: .6;
  413. -moz-opacity: .6;
  414. filter: alpha(opacity = 60);
  415. -moz-transition: all 0.4s;
  416. -webkit-transition: all 0.4s;
  417. -o-transition: all 0.4s;
  418. transition: all 0.4;}
  419.  
  420. #mcircle:hover {
  421. opacity: .8;
  422. -moz-opacity: .8;
  423. filter: alpha(opacity = 80);
  424. -moz-transition: all 0.4s;
  425. -webkit-transition: all 0.4s;
  426. -o-transition: all 0.4s;
  427. transition: all 0.4;}
  428.  
  429. #tags {
  430. margin:4px;
  431. text-align:right;
  432. opacity: .8;
  433. -moz-opacity: .8;
  434. filter: alpha(opacity = 80);
  435. -webkit-transition: all 0.4s ease-in-out;
  436. -moz-transition: all 0.4s ease-in-out;
  437. -o-transition: all 0.4s ease-in-out;
  438. -ms-transition: all 0.4s ease-in-out;
  439. transition: all 0.4s ease-in-out;}
  440.  
  441. #posts:hover #tags {
  442. opacity: 1;
  443. -moz-opacity: 1;
  444. filter: alpha(opacity = 100);
  445. -webkit-transition: all 0.4s ease-in-out;
  446. -moz-transition: all 0.4s ease-in-out;
  447. -o-transition: all 0.4s ease-in-out;
  448. -ms-transition: all 0.4s ease-in-out;
  449. transition: all 0.4s ease-in-out;}
  450.  
  451. h2 {
  452. font-size: {text:Post Title Size}px;
  453. margin:0px;
  454. line-height:100%;}
  455.  
  456. .asker a {font-weight:bold;}
  457.  
  458. p, ul, ol {
  459. margin-top: 4px;
  460. margin-bottom: 4px;}
  461.  
  462. blockquote {
  463. margin-left:8px;
  464. padding-left:5px;
  465. padding-right:0px;
  466. margin-right:0px;}
  467.  
  468. img a {border:none;}
  469.  
  470. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  471.  
  472. img {max-width:100%;}
  473.  
  474. #c {
  475. position:fixed;
  476. bottom:4px;
  477. right:4px;
  478. font-size:13px;
  479. font-family:helvetica;}
  480.  
  481. /*for photo permalink*/
  482. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  483. .likep a:hover {background-position: 0px 0px;}
  484. .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;}
  485. .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;}
  486. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  487. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  488. .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;}
  489. .not a{color: #fff; font-family: helvetica;}
  490. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  491. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  492. #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); }
  493. #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; }
  494.  
  495. /*for text permalink*/
  496. #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;}
  497. {block:iftextpermaonhover}
  498. #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;}
  499. #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);}
  500. {/block:iftextpermaonhover}
  501. {block:ifnottextpermaonhover}
  502. #posts .textperma{margin-top: 0px;}
  503. {/block:ifnottextpermaonhover}
  504.  
  505. /*for multi columns*/
  506. {block:ifinfinitescroll}
  507. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  508. #infscr-loading {display:none;}
  509. .navigation {display:none!important;}
  510. {/block:ifinfinitescroll}
  511.  
  512. </style>
  513.  
  514. <style type="text/css">{CustomCSS}</style>
  515.  
  516. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  517.  
  518. <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  519.  
  520. <link href='http://fonts.googleapis.com/css?family=Butterfly+Kids' rel='stylesheet' type='text/css'>
  521.  
  522. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
  523. </script>
  524. <script>
  525. $(function(){ // $(document).ready shorthand
  526. $('#entries').animate({opacity: 1},1500);
  527. $('#lbar').animate({opacity: 1, top:'-=5%'},1500);
  528. });
  529. </script>
  530.  
  531. <!for multi columns>
  532. <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>
  533. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
  534. <script type="text/javascript">
  535. $(window).load(function () {
  536. $('#entries').masonry(),
  537. $('.masonryWrap').infinitescroll({
  538. itemSelector : "#posts",
  539. navSelector : "div.navigation",
  540. nextSelector : ".navigation a#next",
  541. bufferPx : 1000000000000,
  542. loadingImg : "",
  543. loadingText : "",
  544. animation: true,
  545. extraScrollPx: 100000,
  546. },
  547. function() { $('#entries').masonry({ appendedContent: $(this) });
  548. });
  549. });</script>
  550.  
  551. </head>
  552.  
  553. <body>
  554.  
  555. <!for multi columns>
  556. {block:ifinfinitescroll}
  557. <div class="navigation">
  558. {block:Pagination}
  559. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  560. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  561. {/block:Pagination}
  562. </div>
  563. {/block:ifinfinitescroll}
  564.  
  565. {block:ContentSource}
  566. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  567. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  568. {/block:SourceLogo}
  569. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  570. {/block:ContentSource}
  571. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  572.  
  573. <div id="wrapper">
  574.  
  575. <div id="lbar"><div id="limg">
  576.  
  577. {block:ifshowsidebarimage}<img src="{image:sidebar}">{/block:ifshowsidebarimage}
  578.  
  579. <div id="title"><a href="/">{Title}</a></div>
  580.  
  581. <div id="desc">{Description}</div>
  582.  
  583. <div id="nav">
  584. {block:ifshowhomelink}<div id="button"><a href="/">{text:home link title}</a></div>{/block:ifshowhomelink}
  585. <div id="button"><a href="/ask">{text:ask link title}</a></div>
  586. {block:HasPages}{block:Pages}<div id="button"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages}
  587. {block:iflink1}<div id="button"><a href="{text:link 1}">{text:link 1 title}</a></div>{/block:iflink1}
  588. {block:iflink2}<div id="button"><a href="{text:link 2}">{text:link 2 title}</a></div>{/block:iflink2}
  589. {block:iflink3}<div id="button"><a href="{text:link 3}">{text:link 3 title}</a></div>{/block:iflink3}
  590. {block:iflink4}<div id="button"><a href="{text:link 4}">{text:link 4 title}</a></div>{/block:iflink4}
  591. <div id="button"><a href="http://incedo.tumblr.com/">theme</a></div>
  592. </div>
  593.  
  594. </div></div>
  595.  
  596. <div class = "autopagerize_page_element" >
  597. <div id="entries">
  598. {block:Posts}
  599. <div id="posts">
  600.  
  601. {block:Text}
  602. {block:Title}<h2>{Title}</h2>{/block:Title}
  603. {Body}
  604. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  605. {/block:Text}
  606.  
  607. {block:Quote}
  608. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  609. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  610. {/block:Quote}
  611.  
  612. {block:Link}
  613. <a href="{URL}"><h2>{Name}</h2></a>
  614. {block:Description}<p>{Description}</p>{/block:Description}
  615. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  616. {/block:Link}
  617.  
  618. {block:Chat}
  619. <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  620. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  621. {/block:Chat}
  622.  
  623. {block:Answer}
  624. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  625. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  626. {/block:Answer}
  627.  
  628. {block:Audio}
  629. <div id="mhold">
  630. <div id="mart">
  631. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg">
  632. {block:AlbumArt}<div id="mart2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  633. </div>
  634. <div id="mcircle"><div id="mplayer">{AudioPlayerwhite}</div></div>
  635. </div>
  636. <div id="mhold2">
  637. <p>Track:{block:TrackName} {TrackName}{/block:TrackName}</p>
  638. <p>Artist:{block:Artist} {Artist}{/block:Artist}</p>
  639. <p>Album:{block:Album} {Album}{/block:Album}</p>
  640. <p>Plays: {FormattedPlayCount}</p>
  641. </div>
  642. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  643. {/block:Audio}
  644.  
  645. {block:Video}
  646. {block:indexpage}{Video-250}{/block:indexpage}
  647. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  648. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  649. {/block:Video}
  650.  
  651. {block:Photo}
  652. <!perma>{block:IndexPage}<div class="permalink">
  653. <div class="likep">
  654. <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>
  655. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  656. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  657. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  658. {/block:Photo}
  659.  
  660. {block:Photoset}
  661. <!perma>{block:IndexPage}<div class="permalink">
  662. <div class="likep">
  663. <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>
  664. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  665. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  666. {block:indexpage}{Photoset-250}{/block:indexpage}
  667. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  668. {/block:Photoset}
  669.  
  670. {block:ifshowcaptions}
  671. {block:caption}{Caption}{/block:caption}
  672. {/block:ifshowcaptions}
  673.  
  674. {block:ifshowtags}
  675. {block:HasTags}
  676. <div id="tags">
  677. {block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}
  678. </div>
  679. {/block:HasTags}{/block:ifshowtags}
  680.  
  681. {block:PermalinkPage}
  682. <div style="margin:7px">
  683. {block:ifnotshowcaptions}{block:caption}{Caption}{/block:caption}{/block:ifnotshowcaptions}
  684. {block:ifnotshowtags}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}{/block:ifnotshowtags}
  685. <div style="text-align:center; margin-top:9px;">Posted {TimeAgo} with {NoteCount} Notes</div>
  686. {block:PostNotes}{PostNotes}{/block:PostNotes}
  687. </div>
  688. {/block:PermalinkPage}
  689.  
  690. </div>
  691. {/block:Posts}
  692. </div>
  693. </div>
  694.  
  695. {block:ifnotinfinitescroll}
  696. <div id="paginationhold">
  697. <div id="pagination">
  698. {block:Pagination}
  699. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  700. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  701. {/block:Pagination}
  702. </div></div>
  703. {/block:ifnotinfinitescroll}
  704.  
  705. </div>
  706.  
  707. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  708.  
  709. </body>
  710. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement