Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.55 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. <title>{Title}</title>
  14.  
  15. <meta name="color:background" content="#transparent" />
  16. <meta name="color:scrollbar" content="#a0a0a0" />
  17. <meta name="color:scrollbar background" content="#ffffff" />
  18. <meta name="color:text" content="#888888" />
  19. <meta name="color:navigation" content="#888888" />
  20. <meta name="color:description" content="#888888" />
  21. <meta name="color:link" content="#888888" />
  22. <meta name="color:link hover" content="#transparent" />
  23. <meta name="color:title" content="#888888" />
  24. <meta name="color:borders" content="#A0A0A0" />
  25. <meta name="color:post background" content="#transparent" />
  26. <meta name="color:button background" content="#ffffff" />
  27.  
  28. <meta name="if:sidebar top" content="1"/>
  29. <meta name="if:sidebar middle" content=""/>
  30. <meta name="if:sidebar bottom" content=""/>
  31. <meta name="if:show sidebar image" content=""/>
  32. <meta name="if:show home link" content="1"/>
  33. <meta name="if:show captions" content=""/>
  34. <meta name="if:show tags" content=""/>
  35. <meta name="if:text perma on hover" content="1"/>
  36. <meta name="if:dashed borders" content="1"/>
  37. <meta name="if:dotted borders" content=""/>
  38. <meta name="if:solid borders" content=""/>
  39. <meta name="if:dashed button borders" content="1"/>
  40. <meta name="if:dotted button borders" content=""/>
  41. <meta name="if:solid button borders" content=""/>
  42. <meta name="if:wider sidebar" content=""/>
  43. <meta name="if:three columns" content=""/>
  44. <meta name="if:two columns" content="1"/>
  45. <meta name="if:one column" content=""/>
  46. <meta name="if:custom title font 1" content=""/>
  47. <meta name="if:custom title font 2" content=""/>
  48. <meta name="if:image fade" content="1"/>
  49. <meta name="if:button background" content="1"/>
  50. <meta name="if:post background" content="1"/>
  51. <meta name="if:infinite scroll" content="1"/>
  52.  
  53. <meta name="font:description" content="helvetica" />
  54. <meta name="font:title" content="helvetica" />
  55. <meta name="font:text" content="helvetica" />
  56. <meta name="font:perma" content="helvetica" />
  57. <meta name="font:navigation" content="helvetica" />
  58.  
  59. <meta name="image:Left Background" content""/>
  60. <meta name="image:Right Background" content""/>
  61. <meta name="image:Tiled Background" content""/>
  62. <meta name="image:Cover Background" content""/>
  63. <meta name="image:Sidebar" content""/>
  64.  
  65. <meta name="text:home link title" content="home" />
  66. <meta name="text:ask link title" content="message" />
  67. <meta name="text:link 1 title" content="" />
  68. <meta name="text:link 1" content="" />
  69. <meta name="text:link 2 title" content="" />
  70. <meta name="text:link 2" content="" />
  71. <meta name="text:link 3 title" content="" />
  72. <meta name="text:link 3" content="" />
  73. <meta name="text:link 4 title" content="" />
  74. <meta name="text:link 4" content="" />
  75. <meta name="text:Post Title Size" content="12" />
  76. <meta name="text:Post Font Size" content="10" />
  77. <meta name="text:Blog Title Size" content="14" />
  78. <meta name="text:Description Size" content="9" />
  79. <meta name="text:Navigation Size" content="9" />
  80.  
  81. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  82. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  83. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  84. <link rel="shortcut icon" href="{Favicon}" />
  85. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  86.  
  87. <style type="text/css">
  88.  
  89. body {
  90. background-color:{color:background};
  91. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  92. background-attachment: fixed;
  93. background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
  94. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  95. -webkit-background-size: auto, auto, auto, cover;
  96. -moz-background-size: auto, auto, auto, cover;
  97. -o-background-size: auto, auto, auto, cover;
  98. background-size: auto, auto, auto, cover;
  99. color:{color:text};
  100. font-family: {font:text};
  101. font-size:{text:post font size}px;
  102. line-height:123%;
  103. text-align:left
  104. padding: 0px;}
  105.  
  106. ::-webkit-scrollbar {
  107. height: 5px;
  108. width: 8px;}
  109.  
  110. ::-webkit-scrollbar-thumb {
  111. background-color:{color:scrollbar};}
  112.  
  113. ::-webkit-scrollbar-track{
  114. background-color:{color:scrollbar background};}
  115.  
  116. ::-webkit-scrollbar-buttom{
  117. background-color:{color:scrollbar background};}
  118.  
  119. a:link, a:active, a:visited {
  120. color: {color:link};
  121. text-decoration:none;
  122. -webkit-transition: all 0.5s ease-in-out;
  123. -moz-transition: all 0.5s ease-in-out;
  124. -o-transition: all 0.5s ease-in-out;
  125. -ms-transition: all 0.5s ease-in-out;
  126. transition: all 0.5s ease-in-out;}
  127.  
  128. a:hover{
  129. color:{color:link hover};
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;
  133. -ms-transition: all 0.5s ease-in-out;
  134. transition: all 0.5s ease-in-out;}
  135.  
  136. #wrapper {
  137. margin-left:auto;
  138. margin-right:auto;}
  139.  
  140. #lbar {
  141. position:fixed;
  142. opacity:0;}
  143.  
  144. {block:ifsidebartop} #lbar {top:20%} {/block:ifsidebartop}
  145. {ifsidebarmiddle} #lbar {top:49%} {:ifsidebarmiddle}
  146. {block:ifsidebarbottom} #lbar {top:75%} {/block:ifsidebarbottom}
  147.  
  148. #limg {width:inherit;}
  149.  
  150. #limg img {
  151. padding:0px 5px 10px 5px;
  152. border: 0px solid transparent; }
  153.  
  154. {block:ifnotwidersidebar}
  155. #entries {margin-left: 243px;}
  156. #lbar {width:190px;}
  157. #limg img {max-width: 180px;}
  158. {/block:ifnotwidersidebar}
  159. {block:ifwidersidebar}
  160. #entries {margin-left: 293px;}
  161. #lbar {width:240px;}
  162. #limg img {max-width:230px;}
  163. {/block:ifwidersidebar}
  164.  
  165. #title, #title a {
  166. {block:ifcustomtitlefont1}
  167. font-family: consolas;
  168. {/block:ifcustomtitlefont1}
  169. {block:ifcustomtitlefont2}
  170. font-family: 'Butterfly Kids', cursive;
  171. margin-bottom:5px;
  172. {/block:ifcustomtitlefont2}
  173. {block:ifnotcustomtitlefont1}
  174. {block:ifnotcustomtitlefont2}
  175. font-family: {font:title};
  176. {/block:ifnotcustomtitlefont2}
  177. {/block:ifnotcustomtitlefont1}
  178. font-size: {text:blog title size}px;
  179. letter-spacing: 1px;
  180. text-align:center;
  181. color: {color:title};
  182. text-transform: lowercase;}
  183.  
  184. #desc {
  185. width:inherit;
  186. color:{color:description};
  187. padding:10px 0px;
  188. text-align:center;
  189. font-size:{text:description size}px;
  190. font-family:{font:description};}
  191.  
  192. #nav {
  193. font-size:{text:navigation size}px;
  194. width:inherit;
  195. border-bottom:0px solid transparent;
  196. text-align:center;}
  197.  
  198. #nav a {
  199. color: {color:navigation};
  200. font-family: {font:navigation};
  201. font-style:none; text-align:center;
  202. font-size:{text:navigation size}px;
  203. padding:0px;}
  204.  
  205. #button {
  206. {block:ifbuttonbackground}
  207. background-color:{color:button background};
  208. {/block:ifbuttonbackground}
  209. display:inline-block;
  210. width:auto;
  211. padding:2px 3px;
  212. margin:3px 2px;
  213. border-width:1px;
  214. border-color:{color:borders};}
  215.  
  216. {block:ifsolidbuttonborders}
  217. #button {border-style:solid;}
  218. {/block:ifsolidbuttonborders}
  219.  
  220. {block:ifdashedbuttonborders}
  221. #button {border-style:dashed;}
  222. #button:hover {border-style:solid;}
  223. {/block:ifdashedbuttonborders}
  224.  
  225. {block:ifdottedbuttonborders}
  226. #button {border-style:dotted;}
  227. #button:hover {border-style:solid;}
  228. {/block:ifdottedbuttonborders}
  229.  
  230. {block:ifnotsolidbuttonborders}
  231. {block:ifnotdashedbuttonborders}
  232. {block:ifnotdottedbuttonborders}
  233. #button {border-style:none;}
  234. #button:hover {border-style:none;}
  235. {/block:ifnotdottedbuttonborders}
  236. {/block:ifnotdashedbuttonborders}
  237. {/block:ifnotsolidbuttonborders}
  238.  
  239. #entries {opacity:0}
  240.  
  241. {block:indexpage}
  242. {block:ifonecolumn}
  243. #entries {width: 284px;}
  244. {block:ifnotwidersidebar}#wrapper {width:527px}{/block:ifnotwidersidebar}
  245. {block:ifwidersidebar}#wrapper {width:577px}{/block:ifwidersidebar}
  246. {/block:ifonecolumn}
  247. {block:iftwocolumns}
  248. #entries {width: 568px;}
  249. {block:ifnotwidersidebar}#wrapper {width:811px}{/block:ifnotwidersidebar}
  250. {block:ifwidersidebar}#wrapper {width:861px}{/block:ifwidersidebar}
  251. {/block:iftwocolumns}
  252. {block:ifthreecolumns}
  253. #entries {width: 852px;}
  254. {block:ifnotwidersidebar}#wrapper {width:1095px}{/block:ifnotwidersidebar}
  255. {block:ifwidersidebar}#wrapper {width:1145px}{/block:ifwidersidebar}
  256. {/block:ifthreecolumns}
  257. {/block:indexpage}
  258.  
  259. {block:permalinkpage}
  260. #entries {width: 434px;}
  261. {block:ifnotwidersidebar}#wrapper {width:677px}{/block:ifnotwidersidebar}
  262. {block:ifwidersidebar}#wrapper {width:727px}{/block:ifwidersidebar}
  263. {/block:permalinkpage}
  264.  
  265. #paginationhold {
  266. {block:ifnotwidersidebar}margin-left:243px;{/block:ifnotwidersidebar}
  267. {block:ifwidersidebar}margin-left:293px;{/block:ifwidersidebar}}
  268.  
  269. #pagination {text-align:center;}
  270.  
  271. #pagination a {
  272. margin:0px 6px;
  273. display:inline-block;
  274. width:auto;
  275. padding:2px 3px;
  276. margin:3px 2px;
  277. border-width:1px;
  278. color:{color:navigation};
  279. font-family:{font:navigation};}
  280.  
  281. #posts {
  282. float: left;
  283. height:auto;
  284. overflow:hidden;
  285. margin: 11px;
  286. padding: 5px;
  287. {block:ifpostbackground}
  288. background-color:{color:post background};
  289. {/block:ifpostbackground}
  290. border-color: {color:borders};
  291. border-width:1px;}
  292.  
  293. {block:ifdashedborders}
  294. #posts, #pagination a {border-style: dashed;}
  295. {/block:ifdashedborders}
  296.  
  297. {block:ifdottedborders}
  298. #posts, #pagination a {border-style: dotted;}
  299. {/block:ifdottedborders}
  300.  
  301. {block:ifsolidborders}
  302. #posts, #pagination a {border-style: solid;}
  303. {/block:ifsolidborders}
  304.  
  305. {block:ifnotsolidborders}
  306. {block:ifnotdashedborders}
  307. {block:ifnotdottedborders}
  308. #posts, #pagination a {border-style: none;}
  309. {/block:ifnotdottedborders}
  310. {/block:ifnotdashedborders}
  311. {/block:ifnotsolidborders}
  312.  
  313. #photo, #photo a, #photo a img {border: none; line-height:0;}
  314.  
  315. {block:indexpage}
  316. #posts, #photo, #photo a img {width: 250px;}
  317. {/block:indexpage}
  318.  
  319. {block:permalinkpage}
  320. #posts, #photo, #photo a img {width: 400px;}
  321. {/block:permalinkpage}
  322.  
  323. {block:ifimagefade}{block:indexpage}
  324. #photo a img, #mhold img {
  325. opacity: .8;
  326. -moz-opacity: .8;
  327. filter: alpha(opacity = 80);
  328. -moz-transition: all 0.4s;
  329. -webkit-transition: all 0.4s;
  330. -o-transition: all 0.4s;
  331. transition: all 0.4;}
  332. #photo:hover a img, #mhold:hover img {
  333. opacity: 1;
  334. -moz-opacity: 1;
  335. filter: alpha(opacity = 100);
  336. -moz-transition: all 0.4s;
  337. -webkit-transition: all 0.4s;
  338. -o-transition: all 0.4s;
  339. transition: all 0.4;}
  340. {/block:indexpage}{/block:ifimagefade}
  341.  
  342. #mhold {
  343. display:inline-block;
  344. width:100px;
  345. height:100px;}
  346.  
  347. #mart {
  348. position:absolute;
  349. width:100px;
  350. height:100px;
  351. overflow:hidden;}
  352.  
  353. #mart img {
  354. width:100px;
  355. position:absolute;}
  356.  
  357. #mart2 {
  358. position:absolute;
  359. width:100px;
  360. height:100px;}
  361.  
  362. #mhold2 {
  363. position:absolute;
  364. display:inline-block;
  365. height:86px;
  366. margin-left:6px;}
  367.  
  368. {block:ifpostbackground}
  369. #mart2 {background-color:{color:post background};}
  370. #question {border-style:solid;
  371. border-color: {color:borders};
  372. border-width:0px 0px 1px 0px;
  373. padding-bottom:2px;
  374. margin-bottom:2px;}
  375. #posts, #pagination a {
  376. background-color:{color:post background};
  377. border-color: {color:borders};}
  378. {/block:ifpostbackground}
  379.  
  380. {block:ifnotpostbackground}
  381. #posts, #pagination a {
  382. background-color:transparent;
  383. border-color: transparent;}
  384. #mart2 {background-color:{color:background};}
  385. {/block:ifnotpostbackground}
  386.  
  387. {block:indexpage}
  388. #mhold2{width:130px;}
  389. {/block:indexpage}
  390. {block:permalinkpage}
  391. #mhold2{width:380px;}
  392. {/block:permalinkpage}
  393.  
  394. #mplayer {
  395. position:absolute;
  396. height:28px;
  397. width:28px;
  398. margin:9px;
  399. overflow:hidden;}
  400.  
  401. #mcircle {
  402. position:absolute;
  403. width:46px;
  404. height:46px;
  405. border-radius: 23px;
  406. -moz-border-radius: 23px;
  407. -webkit-border-radius: 23px;
  408. background-color:white;
  409. z-index:999999;
  410. margin:27px;
  411. opacity: .6;
  412. -moz-opacity: .6;
  413. filter: alpha(opacity = 60);
  414. -moz-transition: all 0.4s;
  415. -webkit-transition: all 0.4s;
  416. -o-transition: all 0.4s;
  417. transition: all 0.4;}
  418.  
  419. #mcircle:hover {
  420. opacity: .8;
  421. -moz-opacity: .8;
  422. filter: alpha(opacity = 80);
  423. -moz-transition: all 0.4s;
  424. -webkit-transition: all 0.4s;
  425. -o-transition: all 0.4s;
  426. transition: all 0.4;}
  427.  
  428. #tags {
  429. margin:4px;
  430. text-align:right;
  431. opacity: .8;
  432. -moz-opacity: .8;
  433. filter: alpha(opacity = 80);
  434. -webkit-transition: all 0.4s ease-in-out;
  435. -moz-transition: all 0.4s ease-in-out;
  436. -o-transition: all 0.4s ease-in-out;
  437. -ms-transition: all 0.4s ease-in-out;
  438. transition: all 0.4s ease-in-out;}
  439.  
  440. #posts:hover #tags {
  441. opacity: 1;
  442. -moz-opacity: 1;
  443. filter: alpha(opacity = 100);
  444. -webkit-transition: all 0.4s ease-in-out;
  445. -moz-transition: all 0.4s ease-in-out;
  446. -o-transition: all 0.4s ease-in-out;
  447. -ms-transition: all 0.4s ease-in-out;
  448. transition: all 0.4s ease-in-out;}
  449.  
  450. h2 {
  451. font-size: {text:Post Title Size}px;
  452. margin:0px;
  453. line-height:100%;}
  454.  
  455. .asker a {font-weight:bold;}
  456.  
  457. p, ul, ol {
  458. margin-top: 4px;
  459. margin-bottom: 4px;}
  460.  
  461. blockquote {
  462. margin-left:8px;
  463. padding-left:5px;
  464. padding-right:0px;
  465. margin-right:0px;}
  466.  
  467. img a {border:none;}
  468.  
  469. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  470.  
  471. img {max-width:100%;}
  472.  
  473. #c {
  474. position:fixed;
  475. bottom:4px;
  476. right:4px;
  477. font-size:13px;
  478. font-family:helvetica;}
  479.  
  480. /*for photo permalink*/
  481. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  482. .likep a:hover {background-position: 0px 0px;}
  483. .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;}
  484. .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;}
  485. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  486. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  487. .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;}
  488. .not a{color: #fff; font-family: helvetica;}
  489. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  490. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  491. #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); }
  492. #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; }
  493.  
  494. /*for text permalink*/
  495. #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;}
  496. {block:iftextpermaonhover}
  497. #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;}
  498. #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);}
  499. {/block:iftextpermaonhover}
  500. {block:ifnottextpermaonhover}
  501. #posts .textperma{margin-top: 0px;}
  502. {/block:ifnottextpermaonhover}
  503.  
  504. /*for multi columns*/
  505. {block:ifinfinitescroll}
  506. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  507. #infscr-loading {display:none;}
  508. .navigation {display:none!important;}
  509. {/block:ifinfinitescroll}
  510.  
  511. </style>
  512.  
  513. <style type="text/css">{CustomCSS}</style>
  514.  
  515. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  516.  
  517. <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  518.  
  519. <link href='http://fonts.googleapis.com/css?family=Butterfly+Kids' rel='stylesheet' type='text/css'>
  520.  
  521. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
  522. </script>
  523. <script>
  524. $(function(){ // $(document).ready shorthand
  525. $('#entries').animate({opacity: 1},1500);
  526. $('#lbar').animate({opacity: 1, top:'-=5%'},1500);
  527. });
  528. </script>
  529.  
  530. <!for multi columns>
  531. <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>
  532. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
  533. <script type="text/javascript">
  534. $(window).load(function () {
  535. $('#entries').masonry(),
  536. $('.masonryWrap').infinitescroll({
  537. itemSelector : "#posts",
  538. navSelector : "div.navigation",
  539. nextSelector : ".navigation a#next",
  540. bufferPx : 1000000000000,
  541. loadingImg : "",
  542. loadingText : "",
  543. animation: true,
  544. extraScrollPx: 100000,
  545. },
  546. function() { $('#entries').masonry({ appendedContent: $(this) });
  547. });
  548. });</script>
  549.  
  550. </head>
  551.  
  552. <body>
  553.  
  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. </div>
  705.  
  706.  
  707. </body>
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement