Advertisement
incedothemes

Jovial Theme by Incedo

Apr 18th, 2013
18,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.71 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!----------------------------------------
  6. Jovial Theme by Incedo
  7.  
  8. http://incedothemes.tumblr.com
  9.  
  10. Please do not remove this credit.
  11. ------------------------------------------>
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18.  
  19. <meta name="color:background" content="#ffffff" />
  20. <meta name="color:scrollbar" content="#4D9A61" />
  21. <meta name="color:scrollbar background" content="#ffffff" />
  22. <meta name="color:text" content="#000000" />
  23. <meta name="color:sidelink" content="#000000" />
  24. <meta name="color:description" content="#ffffff" />
  25. <meta name="color:link" content="#636363" />
  26. <meta name="color:link hover" content="#4D9A61" />
  27. <meta name="color:sidelink hover" content="#4D9A61" />
  28. <meta name="color:blog title" content="#ffffff" />
  29. <meta name="color:circle" content="#4D9A61" />
  30. <meta name="color:circle hover" content="#87C397" />
  31.  
  32. <meta name="if:link 1" content=""/>
  33. <meta name="if:link 2" content=""/>
  34. <meta name="if:link 3" content=""/>
  35. <meta name="if:link 4" content=""/>
  36. <meta name="if:sidebar top" content="1"/>
  37. <meta name="if:sidebar bottom" content=""/>
  38. <meta name="if:big posts" content=""/>
  39. <meta name="if:small posts" content="1"/>
  40. <meta name="if:two columns" content="1"/>
  41. <meta name="if:one column" content=""/>
  42.  
  43. <meta name="font:description" content="georgia" />
  44. <meta name="font:title" content="georgia" />
  45. <meta name="font:text" content="helvetica" />
  46. <meta name="font:perma" content="helvetica" />
  47. <meta name="font:sidelinks" content="helvetica" />
  48.  
  49. <meta name="image:Left Background" content""/>
  50. <meta name="image:Right Background" content""/>
  51.  
  52. <meta name="text:home link title" content="home" />
  53. <meta name="text:ask link title" content="message" />
  54. <meta name="text:link 1 title" content="" />
  55. <meta name="text:link 1" content="" />
  56. <meta name="text:link 2 title" content="" />
  57. <meta name="text:link 2" content="" />
  58. <meta name="text:link 3 title" content="" />
  59. <meta name="text:link 3" content="" />
  60. <meta name="text:link 4 title" content="" />
  61. <meta name="text:link 4" content="" />
  62. <meta name="text:Post Title Size" content="12" />
  63. <meta name="text:Post Size" content="10" />
  64. <meta name="text:Blog Title Size" content="16" />
  65. <meta name="text:Description Size" content="9" />
  66. <meta name="text:Space above blog title" content="45" />
  67.  
  68. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  69. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  70. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71. <link rel="shortcut icon" href="{Favicon}" />
  72. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  73.  
  74. <style type="text/css">
  75.  
  76. body {
  77. background-color:{color:background};
  78. background-image: url({image:Left Background}), url({image:Right Background});
  79. background-attachment: fixed;
  80. background-position: bottom left, bottom right;
  81. background-repeat: no-repeat;
  82. color:{color:text};
  83. font-family: {font:text};
  84. font-size:{text:post size}px;
  85. line-height:123%;
  86. text-align:left
  87. padding: 0px;}
  88.  
  89. ::-webkit-scrollbar {
  90. height: 5px;
  91. width: 8px;}
  92.  
  93. ::-webkit-scrollbar-thumb {
  94. background-color:{color:scrollbar};}
  95.  
  96. ::-webkit-scrollbar-track{
  97. background-color:{color:scrollbar background};}
  98.  
  99. ::-webkit-scrollbar-buttom{
  100. background-color:{color:scrollbar background};}
  101.  
  102. a:link, a:active, a:visited {
  103. color: {color:link};
  104. text-decoration:none;
  105. font-family: {font:text};
  106. -webkit-transition: all 0.5s ease-in-out;
  107. -moz-transition: all 0.5s ease-in-out;
  108. -o-transition: all 0.5s ease-in-out;
  109. -ms-transition: all 0.5s ease-in-out;
  110. transition: all 0.5s ease-in-out;}
  111.  
  112. a:hover{
  113. color:{color:link hover};
  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. {block:ifsmallposts}
  121. #entries {margin-left: 340px;}
  122. {block:iftwocolumns}
  123. #wrapper {left:10%;}
  124. {block:indexpage}
  125. #posts, #photo, #photo a img {width: 250px;}
  126. #entries {width:536px;}
  127. {/block:indexpage}
  128. {/block:iftwocolumns}
  129. {block:ifonecolumn}
  130. #wrapper {left:20%;}
  131. {block:indexpage}
  132. #posts, #photo, #photo a img {width: 250px;}
  133. #entries {width:268px;}
  134. {/block:indexpage}
  135. {/block:ifonecolumn}
  136. {/block:ifsmallposts}
  137.  
  138. {block:ifbigposts}
  139. #entries {margin-left: 303px;}
  140. {block:iftwocolumns}
  141. #wrapper {left:2%;}
  142. {block:indexpage}
  143. #posts, #photo, #photo a img {width: 400px;}
  144. #entries {width:836px;}
  145. {/block:indexpage}
  146. {/block:iftwocolumns}
  147. {block:ifonecolumn}
  148. #wrapper {left:18%;}
  149. {block:indexpage}
  150. #posts, #photo, #photo a img {width: 400px;}
  151. #entries {width:418px;}
  152. {/block:indexpage}
  153. {/block:ifonecolumn}
  154. {/block:ifbigposts}
  155.  
  156. #c {
  157. position:fixed;
  158. bottom:4px;
  159. right:4px;
  160. font-size:13px;
  161. font-family:helvetica;}
  162.  
  163. {block:permalinkpage}
  164. #posts, #photo, #photo a img, #entries {width: 400px;}
  165. {/block:permalinkpage}
  166.  
  167. #photo, #photo a, #photo a img {
  168. border: none;
  169. line-height:0;}
  170.  
  171. #posts {
  172. float: left;
  173. height:auto;
  174. overflow:hidden;
  175. padding: 9px;
  176. margin-bottom:0px;}
  177.  
  178. #wrapper {position:absolute;}
  179.  
  180. #lbar {
  181. position:fixed;
  182. width:300px;}
  183.  
  184. {block:ifsidebartop} #lbar {top:27%;} {/block:ifsidebartop}
  185. {block:ifsidebarbottom} #lbar {top:55%;} {/block:ifsidebarbottom}
  186.  
  187. #limg {
  188. z-index:100000;
  189. position:fixed;
  190. width:300px;
  191. height:130px;
  192. transform:rotate(300deg);
  193. -ms-transform:rotate(300deg);
  194. -webkit-transform:rotate(300deg);
  195. -webkit-transition: all 0.9s ease-in-out;
  196. -moz-transition: all 0.9s ease-in-out;
  197. -o-transition: all 0.9s ease-in-out;
  198. -ms-transition: all 0.9s ease-in-out;
  199. transition: all 0.9s ease-in-out;
  200. opacity:0;
  201. filter:alpha(opacity=0);}
  202.  
  203. #lbar:hover #limg {
  204. transform:rotate(360deg);
  205. -ms-transform:rotate(360deg);
  206. -webkit-transform:rotate(360deg);
  207. -webkit-transition: all 0.9s ease-in-out;
  208. -moz-transition: all 0.9s ease-in-out;
  209. -o-transition: all 0.9s ease-in-out;
  210. -ms-transition: all 0.9s ease-in-out;
  211. transition: all 0.9s ease-in-out;
  212. opacity:1;
  213. filter:alpha(opacity=100);}
  214.  
  215. .links {
  216. position:absolute;
  217. font-size:9px;
  218. border-bottom:0px solid transparent;}
  219.  
  220. .links a {
  221. color: {color:sidelink};
  222. font-family: {font:sidelinks};
  223. font-style:none;
  224. font-size:{text:sidelink size}px;}
  225.  
  226. .links a:hover {color: {color:sidelink hover};}
  227.  
  228. {block:ifnotlink1}{block:ifnotlink2}{block:ifnotlink3}{block:ifnotlink4}
  229. #l1 {margin-left:213px; margin-top:20px;}
  230. #l2 {margin-left:225px; margin-top:60px;}
  231. #lt {margin-left:213px; margin-top:100px;}
  232. {/block:ifnotlink4}{/block:ifnotlink3}{/block:ifnotlink2}{/block:ifnotlink1}
  233.  
  234. {block:iflink1}
  235. #l1 {margin-left:210px; margin-top:15px;}
  236. #l2 {margin-left:224px; margin-top:45px;}
  237. #l3 {margin-left:224px; margin-top:75px;}
  238. #lt {margin-left:210px; margin-top:105px;}
  239. {/block:iflink1}
  240.  
  241. {block:iflink1}{block:iflink2}
  242. #l1 {margin-left:206px; margin-top:10px;}
  243. #l2 {margin-left:221px; margin-top:35px;}
  244. #l3 {margin-left:227px; margin-top:60px;}
  245. #l4 {margin-left:221px; margin-top:85px;}
  246. #lt {margin-left:206px; margin-top:110px;}
  247. {/block:iflink2}{/block:iflink1}
  248.  
  249. {block:iflink1}{block:iflink2}{block:iflink3}
  250. #l1 {margin-left:204px; margin-top:8px;}
  251. #l2 {margin-left:219px; margin-top:29px;}
  252. #l3 {margin-left:224px; margin-top:50px;}
  253. #l4 {margin-left:224px; margin-top:71px;}
  254. #l5 {margin-left:219px; margin-top:92px;}
  255. #lt {margin-left:204px; margin-top:113px;}
  256. {/block:iflink3}{/block:iflink2}{/block:iflink1}
  257.  
  258. {block:iflink1}{block:iflink2}{block:iflink3}{block:iflink4}
  259. #l1 {margin-left:204px; margin-top:6px;}
  260. #l2 {margin-left:217px; margin-top:22px;}
  261. #l3 {margin-left:224px; margin-top:42px;}
  262. #l4 {margin-left:226px; margin-top:60px;}
  263. #l5 {margin-left:224px; margin-top:78px;}
  264. #l6 {margin-left:217px; margin-top:96px;}
  265. #lt {margin-left:204px; margin-top:114px;}
  266. {/block:iflink4}{/block:iflink3}{/block:iflink2}{/block:iflink1}
  267.  
  268. {block:ifnotlink1} #l3 {display:none;} {/block:ifnotlink1}
  269. {block:ifnotlink2} #l4 {display:none;} {/block:ifnotlink2}
  270. {block:ifnotlink3} #l5 {display:none;} {/block:ifnotlink3}
  271. {block:ifnotlink4} #l6 {display:none;} {/block:ifnotlink4}
  272.  
  273. #header{
  274. text-align:center;
  275. font-family:{font:title};
  276. color:{color:blog title};
  277. font-size:{text:blog title size}px;
  278. padding-top:{text:space above blog title}px;
  279. line-height:120%;}
  280.  
  281. #desc{
  282. text-align:center;
  283. color:{color:description};
  284. font-size:{text:description size}px;
  285. font-family:{font:description};}
  286.  
  287. #lbar:hover .header {
  288. -webkit-transition: all 0.5s ease-in-out;
  289. -moz-transition: all 0.5s ease-in-out;
  290. -o-transition: all 0.5s ease-in-out;
  291. -ms-transition: all 0.5s ease-in-out;
  292. transition: all 0.5s ease-in-out;
  293. opacity:0;
  294. filter:alpha(opacity=0);}
  295.  
  296. .header {
  297. position:absolute;
  298. -webkit-transition: all 1s ease-in-out;
  299. -moz-transition: all 1s ease-in-out;
  300. -o-transition: all 1s ease-in-out;
  301. -ms-transition: all 1s ease-in-out;
  302. transition: all 1s ease-in-out;
  303. opacity:1;
  304. filter:alpha(opacity=100);}
  305.  
  306. .desc {
  307. position:absolute;
  308. -webkit-transition: all 0.9s ease-in-out;
  309. -moz-transition: all 0.9s ease-in-out;
  310. -o-transition: all 0.9s ease-in-out;
  311. -ms-transition: all 0.9s ease-in-out;
  312. transition: all 0.9s ease-in-out;
  313. opacity:0;
  314. filter:alpha(opacity=0);
  315. transform:rotate(60deg);
  316. -ms-transform:rotate(60deg);
  317. -webkit-transform:rotate(60deg);}
  318.  
  319. #lbar:hover .desc {
  320. position:absolute;
  321. -webkit-transition: all 0.9s ease-in-out;
  322. -moz-transition: all 0.9s ease-in-out;
  323. -o-transition: all 0.9s ease-in-out;
  324. -ms-transition: all 0.9s ease-in-out;
  325. transition: all 0.9s ease-in-out;
  326. opacity:1;
  327. filter:alpha(opacity=100);
  328. transform:rotate(0deg);
  329. -ms-transform:rotate(0deg);
  330. -webkit-transform:rotate(0deg);}
  331.  
  332. #circle{
  333. -webkit-transition: all 0.9s ease-in-out;
  334. -moz-transition: all 0.9s ease-in-out;
  335. -o-transition: all 0.9s ease-in-out;
  336. -ms-transition: all 0.9s ease-in-out;
  337. transition: all 0.9s ease-in-out;
  338. position:absolute;
  339. width:130px;
  340. height:130px;
  341. background-color:{color:circle};
  342. margin:0px 85px 85px 85px;
  343. -moz-border-radius: 65px;
  344. border-radius: 65px;
  345. -webkit-border-radius: 65px;
  346. -webkit-transition: all 0.9s ease-in-out;
  347. -moz-transition: all 0.9s ease-in-out;
  348. -o-transition: all 0.9s ease-in-out;
  349. -ms-transition: all 0.9s ease-in-out;
  350. transition: all 0.9s ease-in-out;}
  351.  
  352. #lbar:hover #circle {
  353. -webkit-transition: all 0.9s ease-in-out;
  354. -moz-transition: all 0.9s ease-in-out;
  355. -o-transition: all 0.9s ease-in-out;
  356. -ms-transition: all 0.9s ease-in-out;
  357. transition: all 0.9s ease-in-out;
  358. background-color:{color:circle hover};}
  359.  
  360. #leftblock {float:left; clear:left; height:7px;}
  361.  
  362. #rightblock {float:right; clear:right; height:7px;}
  363.  
  364. p, ul, ol {
  365. margin-top: 4px;
  366. margin-bottom: 4px;}
  367.  
  368. blockquote {
  369. margin-left:8px;
  370. padding-left:5px;
  371. padding-right:0px;
  372. margin-right:0px;}
  373.  
  374. /*for photo permalink on hover*/
  375. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  376. .likep a:hover {background-position: 0px 0px;}
  377. .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;}
  378. .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;}
  379. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  380. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  381. .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;}
  382. .not a{color: #fff; font-family: helvetica;}
  383. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  384. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  385. #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); }
  386. #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; }
  387.  
  388. /*for text permalink on hover*/
  389. #posts .textperma{margin-top: -15px; font-family:{font:text}; text-transform:none; text-align:center; color:{color:text}; position: relative; font-size: {text:post size}px; 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;}
  390. #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);}
  391.  
  392. /*for multi columns*/
  393. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  394. #infscr-loading {display:none;}
  395. .navigation {display:none!important;}
  396.  
  397. img {max-width:100%;}
  398.  
  399. h2 {
  400. color:{color:text};
  401. font-size: {text:Post Title Size}px;
  402. font-family:{font:text};
  403. margin:0px;
  404. line-height:100%;}
  405.  
  406. .asker a {
  407. color:{color:text};
  408. line-height: 80%;
  409. font-weight:bold;}
  410.  
  411. img a {border:none;}
  412.  
  413. .audio{background-color:white; display:block;}
  414.  
  415. .user_1 .label {font-weight:bold}
  416. .user_2 .label {font-weight:bold}
  417. .user_1, .user_3, .user_5, .user_7 {background-color: transparent;}
  418. .user_2, .user_4, .user_6 {background-color: transparent;}
  419. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  420.  
  421. #chatter {list-style:none;}
  422.  
  423. .notes
  424. .notes
  425. iframe input, iframe submit, iframe textarea, iframe div, iframe table
  426.  
  427. </style>
  428.  
  429. <style type="text/css">{CustomCSS}</style>
  430.  
  431. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  432.  
  433. <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  434.  
  435. <!for multi columns>
  436. <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>
  437. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
  438. <script type="text/javascript">
  439. $(window).load(function () {
  440. $('#entries').masonry(),
  441. $('.masonryWrap').infinitescroll({
  442. itemSelector : "#posts",
  443. navSelector : "div.navigation",
  444. nextSelector : ".navigation a#next",
  445. bufferPx : 1000000000000,
  446. loadingImg : "",
  447. loadingText : "",
  448. animation: true,
  449. extraScrollPx: 100000,
  450. },
  451. function() { $('#entries').masonry({ appendedContent: $(this) });
  452. });
  453. });</script>
  454.  
  455. </head>
  456.  
  457. <body>
  458.  
  459. <div class="navigation">
  460. {block:Pagination}
  461. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  462. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  463. {/block:Pagination}
  464. </div>
  465.  
  466. {block:ContentSource}
  467. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  468. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  469. {/block:SourceLogo}
  470. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  471. {/block:ContentSource}
  472. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  473.  
  474. <div id="wrapper">
  475.  
  476. <div id="lbar">
  477.  
  478. <div id="limg">
  479. <div id="l1" class="links"><a href="/">{text:home link title}</a></div>
  480. <div id="l2" class="links"><a href="/ask">{text:ask link title}</a></div>
  481. <div id="l3" class="links"><a href="{text:link 1}">{text:link 1 title}</a></div>
  482. <div id="l4" class="links"><a href="{text:link 2}">{text:link 2 title}</a></div>
  483. <div id="l5" class="links"><a href="{text:link 3}">{text:link 3 title}</a></div>
  484. <div id="l6" class="links"><a href="{text:link 4}">{text:link 4 title}</a></div>
  485. <div id="lt" class="links"><a href="http://incedo.tumblr.com/">theme</a></div>
  486. </div>
  487.  
  488. <div id="circle">
  489.  
  490. <div class="header">
  491.  
  492. <div id="leftblock"style="width:130px;height:5px!important;"></div><div id="rightblock"style="width:0px;height:5px!important;"></div>
  493. <div id="leftblock"style="width:130px;"></div><div id="rightblock"style="width:0px;"></div>
  494. <div id="leftblock"style="width:35px;"></div><div id="rightblock"style="width:35px;"></div>
  495. <div id="leftblock"style="width:26px;"></div><div id="rightblock"style="width:26px;"></div>
  496. <div id="leftblock"style="width:19px;"></div><div id="rightblock"style="width:19px;"></div>
  497. <div id="leftblock"style="width:13px;"></div><div id="rightblock"style="width:13px;"></div>
  498. <div id="leftblock"style="width:10px;"></div><div id="rightblock"style="width:10px;"></div>
  499. <div id="leftblock"style="width:7px;"></div><div id="rightblock"style="width:7px;"></div>
  500. <div id="leftblock"style="width:6px;"></div><div id="rightblock"style="width:6px;"></div>
  501. <div id="leftblock"style="width:6px;"></div><div id="rightblock"style="width:6px;"></div>
  502. <div id="leftblock"style="width:6px;"></div><div id="rightblock"style="width:6px;"></div>
  503. <div id="leftblock"style="width:7px;"></div><div id="rightblock"style="width:7px;"></div>
  504. <div id="leftblock"style="width:10px;"></div><div id="rightblock"style="width:10px;"></div>
  505. <div id="leftblock"style="width:13px;"></div><div id="rightblock"style="width:13px;"></div>
  506. <div id="leftblock"style="width:19px;"></div><div id="rightblock"style="width:19px;"></div>
  507. <div id="leftblock"style="width:26px;"></div><div id="rightblock"style="width:26px;"></div>
  508. <div id="leftblock"style="width:33px;"></div><div id="rightblock"style="width:33px;"></div>
  509. <div id="leftblock"style="width:39px;height:5px!important;"></div><div id="rightblock"style="width:39px;height:5px!important;"></div>
  510. <div id="leftblock"style="width:130px;"></div><div id="rightblock"style="width:0px;"></div>
  511.  
  512. <div id="header">{title}</div>
  513.  
  514. </div>
  515.  
  516. <div class="desc">
  517.  
  518. <div id="leftblock"style="width:130px;height:5px!important;"></div><div id="rightblock"style="width:0px;height:5px!important;"></div>
  519. <div id="leftblock"style="width:130px;"></div><div id="rightblock"style="width:0px;"></div>
  520. <div id="leftblock"style="width:35px;"></div><div id="rightblock"style="width:35px;"></div>
  521. <div id="leftblock"style="width:26px;"></div><div id="rightblock"style="width:26px;"></div>
  522. <div id="leftblock"style="width:19px;"></div><div id="rightblock"style="width:19px;"></div>
  523. <div id="leftblock"style="width:13px;"></div><div id="rightblock"style="width:13px;"></div>
  524. <div id="leftblock"style="width:10px;"></div><div id="rightblock"style="width:10px;"></div>
  525. <div id="leftblock"style="width:7px;"></div><div id="rightblock"style="width:7px;"></div>
  526. <div id="leftblock"style="width:6px;"></div><div id="rightblock"style="width:6px;"></div>
  527. <div id="leftblock"style="width:6px;"></div><div id="rightblock"style="width:6px;"></div>
  528. <div id="leftblock"style="width:6px;"></div><div id="rightblock"style="width:6px;"></div>
  529. <div id="leftblock"style="width:7px;"></div><div id="rightblock"style="width:7px;"></div>
  530. <div id="leftblock"style="width:10px;"></div><div id="rightblock"style="width:10px;"></div>
  531. <div id="leftblock"style="width:13px;"></div><div id="rightblock"style="width:13px;"></div>
  532. <div id="leftblock"style="width:19px;"></div><div id="rightblock"style="width:19px;"></div>
  533. <div id="leftblock"style="width:26px;"></div><div id="rightblock"style="width:26px;"></div>
  534. <div id="leftblock"style="width:33px;"></div><div id="rightblock"style="width:33px;"></div>
  535. <div id="leftblock"style="width:39px;height:5px!important;"></div><div id="rightblock"style="width:39px;height:5px!important;"></div>
  536. <div id="leftblock"style="width:130px;"></div><div id="rightblock"style="width:0px;"></div>
  537.  
  538. <div id="desc">{description}</div>
  539.  
  540. </div>
  541.  
  542. </div>
  543.  
  544. </div>
  545.  
  546. <div class = "autopagerize_page_element" >
  547. <div id="entries">
  548. {block:Posts}
  549. <div id="posts">
  550.  
  551. {block:Text}
  552. {block:Title}<h2>{Title}</h2>{/block:Title}
  553. {Body}
  554. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  555. {/block:Text}
  556.  
  557. {block:Quote}
  558. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  559. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  560. {/block:Quote}
  561.  
  562. {block:Link}
  563. <a href="{URL}"><h2>{Name}</h2></a>
  564. {block:Description}<p>{Description}</p>{/block:Description}
  565. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  566. {/block:Link}
  567.  
  568. {block:Chat}
  569. <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  570. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  571. {/block:Chat}
  572.  
  573. {block:Answer}
  574. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  575. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  576. {/block:Answer}
  577.  
  578. {block:Audio}
  579. {AudioPlayerBlack}
  580. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  581. {/block:Audio}
  582.  
  583. {block:Video}
  584. {block:indexpage}
  585. {block:ifbigposts}{Video-400}{/block:ifbigposts}
  586. {block:ifsmallposts}{Video-250}{/block:ifsmallposts}
  587. {/block:indexpage}
  588. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  589. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  590. {/block:Video}
  591.  
  592. {block:Photo}
  593. <!perma>{block:IndexPage}<div class="permalink">
  594. <div class="likep">
  595. <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>
  596. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  597. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  598. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  599. {/block:Photo}
  600.  
  601. {block:Photoset}
  602. <!perma>{block:IndexPage}<div class="permalink">
  603. <div class="likep">
  604. <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>
  605. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  606. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  607. {block:indexpage}
  608. {block:ifbigposts}{Photoset-400}{/block:ifbigposts}
  609. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  610. {/block:indexpage}
  611. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  612. {/block:Photoset}
  613.  
  614. {block:PermalinkPage}
  615. {block:caption}{Caption}{/block:caption}<br>
  616. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  617. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  618. {/block:PermalinkPage}
  619.  
  620.  
  621.  
  622. </div>
  623. {/block:Posts}
  624. </div>
  625. </div>
  626.  
  627. </div>
  628.  
  629. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  630.  
  631. </body>
  632. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement