Advertisement
incedothemes

Very Theme by Incedo

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