Advertisement
incedothemes

Evasive Theme by Incedo

Mar 9th, 2013
11,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.93 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. Evasive Theme by Incedo
  5. http://incedothemes.tumblr.com
  6. Please do not remove the credit
  7. Updated 5/29/13
  8. ------------------------------------------>
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15.  
  16. <meta name="color:background" content="#ffffff" />
  17. <meta name="color:scrollbar" content="#c0c0c0" />
  18. <meta name="color:scrollbar background" content="#ffffff" />
  19. <meta name="color:title" content="#636363" />
  20. <meta name="color:description" content="#000000" />
  21. <meta name="color:navigation" content="#000000" />
  22. <meta name="color:navigation button" content="#989898" />
  23. <meta name="color:navigation button hover" content="#c0c0c0" />
  24. <meta name="color:text" content="#000000" />
  25. <meta name="color:link" content="#636363" />
  26. <meta name="color:link hover" content="#f0f0f0" />
  27. <meta name="color:lines" content="#000000" />
  28.  
  29. <meta name="if:small posts" content="1"/>
  30. <meta name="if:medium posts" content=""/>
  31. <meta name="if:big posts" content=""/>
  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:show sidebar image" content=""/>
  36. <meta name="if:show home link" content="1"/>
  37. <meta name="if:text perma on hover" content="1"/>
  38.  
  39. <meta name="font:description" content="helvetica" />
  40. <meta name="font:title" content="georgia" />
  41. <meta name="font:text" content="helvetica" />
  42. <meta name="font:perma" content="helvetica" />
  43. <meta name="font:navigation" content="helvetica" />
  44.  
  45. <meta name="image:Left Background" content""/>
  46. <meta name="image:Right Background" content""/>
  47. <meta name="image:Tiled Background" content""/>
  48. <meta name="image:Cover Background" content""/>
  49. <meta name="image:Sidebar" content""/>
  50.  
  51. <meta name="text:home link title" content="home" />
  52. <meta name="text:ask link title" content="message" />
  53. <meta name="text:link 1 title" content="" />
  54. <meta name="text:link 1" content="" />
  55. <meta name="text:link 2 title" content="" />
  56. <meta name="text:link 2" content="" />
  57. <meta name="text:link 3 title" content="" />
  58. <meta name="text:link 3" content="" />
  59. <meta name="text:link 4 title" content="" />
  60. <meta name="text:link 4" content="" />
  61. <meta name="text:Post Title Size" content="12" />
  62. <meta name="text:Post Font Size" content="10" />
  63. <meta name="text:Blog Title Size" content="14" />
  64. <meta name="text:Description Size" content="9" />
  65. <meta name="text:Navigation Size" content="9" />
  66. <meta name="text:Space between posts" content="9" />
  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}), url({image:Tiled Background}), url({image:Cover Background});
  79. background-attachment: fixed;
  80. background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
  81. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  82. -webkit-background-size: auto, auto, auto, cover;
  83. -moz-background-size: auto, auto, auto, cover;
  84. -o-background-size: auto, auto, auto, cover;
  85. background-size: auto, auto, auto, cover;
  86. color:{color:text};
  87. font-family: {font:text};
  88. font-size:{text:post font size}px;
  89. line-height:123%;
  90. text-align:left
  91. padding: 0px;}
  92.  
  93. ::-webkit-scrollbar {
  94. height: 5px;
  95. width: 8px;}
  96.  
  97. ::-webkit-scrollbar-thumb {
  98. background-color:{color:scrollbar};}
  99.  
  100. ::-webkit-scrollbar-track{
  101. background-color:{color:scrollbar background};}
  102.  
  103. ::-webkit-scrollbar-buttom{
  104. background-color:{color:scrollbar background};}
  105.  
  106.  
  107. a:link, a:active, a:visited {
  108. color: {color:link};
  109. text-decoration:none;
  110. -webkit-transition: all 0.5s ease-in-out;
  111. -moz-transition: all 0.5s ease-in-out;
  112. -o-transition: all 0.5s ease-in-out;
  113. -ms-transition: all 0.5s ease-in-out;
  114. transition: all 0.5s ease-in-out;}
  115.  
  116. a:hover{
  117. color:{color:link hover};
  118. -webkit-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. -o-transition: all 0.5s ease-in-out;
  121. -ms-transition: all 0.5s ease-in-out;
  122. transition: all 0.5s ease-in-out;}
  123.  
  124. #wrapper {
  125. left:15%;
  126. position:absolute;}
  127.  
  128. #rbar {
  129. margin-left:518px;
  130. width:200px;
  131. position:fixed;}
  132.  
  133. {block:ifsidebartop} #rbar {top:6%} {/block:ifsidebartop}
  134. {block:ifsidebarmiddle} #rbar {top:30%} {/block:ifsidebarmiddle}
  135. {block:ifsidebarbottom} #rbar {bottom:6%;} {/block:ifsidebarbottom}
  136.  
  137. #rimg {
  138. width:188px;
  139. border-left-style:solid;
  140. border-color:{color:lines};
  141. border-width:1px;
  142. padding:6px;}
  143.  
  144. #rimg img {
  145. max-width:200px;
  146. border: 0px solid transparent;
  147. margin-bottom:6px;}
  148.  
  149. #title, #title a {
  150. font-family: {font:title};
  151. font-size: {text:blog title size}px;
  152. letter-spacing: 1px;
  153. text-align:left;
  154. color: {color:title};
  155. text-transform: lowercase;
  156. margin-bottom:6px;}
  157.  
  158. #desc {
  159. width:inherit;
  160. margin-bottom:6px;
  161. color:{color:description};
  162. text-align:left;
  163. font-size:{text:description size}px;
  164. font-family:{font:description};}
  165.  
  166. #nav {
  167. width:inherit;
  168. border-bottom: 0px solid transparent;
  169. text-align:left;}
  170.  
  171. #nav a {
  172. color: {color:navigation};
  173. font-family:{font:navigation};
  174. font-style:none;
  175. text-align:left;
  176. font-size:{text:navigation size}px;}
  177.  
  178. #button {
  179. display:inline-block;
  180. background-color:{color:navigation button};
  181. margin:1px 0px;
  182. padding:2px 6px 2px 9px;
  183. -moz-transition: all 0.4s;
  184. -webkit-transition: all 0.4s;
  185. -o-transition: all 0.4s;
  186. transition: all 0.4;}
  187.  
  188. #button:hover {
  189. background-color:{color:navigation button hover};
  190. padding:2px 6px 2px 30px;
  191. -moz-transition: all 0.4s;
  192. -webkit-transition: all 0.4s;
  193. -o-transition: all 0.4s;
  194. transition: all 0.4;}
  195.  
  196. #posts {
  197. overflow:hidden;
  198. padding: {text:space between posts}px 0px;}
  199.  
  200. #photo, #photo a, #photo a img {border: none; line-height:0;}
  201.  
  202. {block:ifsmallposts}
  203. {block:indexpage}
  204. #entries, #posts, #photo a img {width:250px}
  205. #entries {margin-left:250px;}
  206. {/block:indexpage}
  207. {block:permalinkpage}
  208. #entries, #posts, #photo a img {width:400px}
  209. #entries {margin-left:100px;}
  210. {/block:permalinkpage}
  211. {/block:ifsmallposts}
  212.  
  213. {block:ifmediumposts}
  214. #entries, #posts, #photo a img {width:400px}
  215. #entries {margin-left:100px;}
  216. {/block:ifmediumposts}
  217.  
  218. {block:ifbigposts}
  219. #entries, #posts, #photo a img {width:500px}
  220. {/block:ifbigposts}
  221.  
  222. h2 {
  223. font-size: {text:Post Title Size}px;
  224. margin:0px;
  225. line-height:100%;}
  226.  
  227. .asker a {font-weight:bold;}
  228.  
  229. p, ul, ol {
  230. margin-top: 4px;
  231. margin-bottom: 4px;}
  232.  
  233. blockquote {
  234. margin-left:8px;
  235. padding-left:5px;
  236. padding-right:0px;
  237. margin-right:0px;}
  238.  
  239. img a {border:none;}
  240.  
  241. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  242.  
  243. img {max-width:100%;}
  244.  
  245. #c {
  246. position:fixed;
  247. bottom:4px;
  248. right:4px;
  249. font-size:13px;
  250. font-family:helvetica;}
  251.  
  252. /*for photo permalink*/
  253. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  254. .likep a:hover {background-position: 0px 0px;}
  255. .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;}
  256. .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;}
  257. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  258. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  259. .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;}
  260. .not a{color: #fff; font-family: helvetica;}
  261. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  262. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  263. #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); -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4;}
  264. #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; }
  265.  
  266. /*for text permalink*/
  267. #posts .textperma, #posts .textperma a {font-family:{font:perma}; text-transform:none; text-align:center; position: relative;}
  268. {block:iftextpermaonhover}
  269. #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;}
  270. #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);}
  271. {/block:iftextpermaonhover}
  272. {block:ifnottextpermaonhover}
  273. #posts .textperma{margin-top: 0px;}
  274. {/block:ifnottextpermaonhover}
  275.  
  276. </style>
  277.  
  278. <style type="text/css">{CustomCSS}</style>
  279.  
  280. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  281.  
  282. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  283.  
  284. <div style="display:none">
  285. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  286.  
  287. </head>
  288.  
  289. <body>
  290.  
  291. {block:ContentSource}
  292. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  293. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  294. {/block:SourceLogo}
  295. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  296. {/block:ContentSource}
  297. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  298.  
  299. <div id="wrapper">
  300.  
  301. <div id="rbar"><div id="rimg">
  302.  
  303. {block:ifshowsidebarimage}<img src="{image:sidebar}">{/block:ifshowsidebarimage}
  304.  
  305. <div id="title"><a href="/">{Title}</a></div>
  306.  
  307. <div id="desc">{Description}</div>
  308.  
  309. <div id="nav">
  310. {block:ifshowhomelink}<div id="button"><a href="/">{text:home link title}</a></div><br>{/block:ifshowhomelink}
  311. <div id="button"><a href="/ask">{text:ask link title}</a></div><br>
  312. {block:HasPages}{block:Pages}<div id="button"><a href="{URL}">{Label}</a></div><br>{/block:Pages}{/block:HasPages}
  313. {block:iflink1}<div id="button"><a href="{text:link 1}">{text:link 1 title}</a></div><br>{/block:iflink1}
  314. {block:iflink2}<div id="button"><a href="{text:link 2}">{text:link 2 title}</a></div><br>{/block:iflink2}
  315. {block:iflink3}<div id="button"><a href="{text:link 3}">{text:link 3 title}</a></div><br>{/block:iflink3}
  316. {block:iflink4}<div id="button"><a href="{text:link 4}">{text:link 4 title}</a></div><br>{/block:iflink4}
  317. <div id="button"><a href="http://incedo.tumblr.com/">theme</a></div>
  318. </div>
  319.  
  320. </div></div>
  321.  
  322. <div class = "autopagerize_page_element" >
  323. <div id="entries">
  324. {block:Posts}
  325. <div id="posts">
  326.  
  327. {block:Text}
  328. {block:Title}<h2>{Title}</h2>{/block:Title}
  329. {Body}
  330. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  331. {/block:Text}
  332.  
  333. {block:Quote}
  334. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  335. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  336. {/block:Quote}
  337.  
  338. {block:Link}
  339. <a href="{URL}"><h2>{Name}</h2></a>
  340. {block:Description}<p>{Description}</p>{/block:Description}
  341. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  342. {/block:Link}
  343.  
  344. {block:Chat}
  345. <div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}</ul></div>
  346. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  347. {/block:Chat}
  348.  
  349. {block:Answer}
  350. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  351. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  352. {/block:Answer}
  353.  
  354. {block:Audio}
  355. {block:audioembed}
  356. {block:ifsmallposts}
  357. {block:indexpage}{audioembed-250}{/block:indexpage}
  358. {block:permalinkpage}{audioembed-400}{/block:permalinkpage}
  359. {/block:ifsmallposts}
  360. {block:ifmediumposts}{audioembed-400}{/block:ifmediumposts}
  361. {block:ifbigposts}{audioembed-500}{/block:ifbigposts}
  362. {/block:audioembed}
  363. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  364. {/block:Audio}
  365.  
  366. {block:Video}
  367. {block:ifsmallposts}
  368. {block:indexpage}{Video-250}{/block:indexpage}
  369. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  370. {/block:ifsmallposts}
  371. {block:ifmediumposts}{Video-400}{/block:ifmediumposts}
  372. {block:ifbigposts}{Video-500}{/block:ifbigposts}
  373. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  374. {/block:Video}
  375.  
  376. {block:Photo}
  377. <!perma>{block:IndexPage}<div class="permalink">
  378. <div class="likep">
  379. <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>
  380. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  381. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  382. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  383. {/block:Photo}
  384.  
  385. {block:Photoset}
  386. <!perma>{block:IndexPage}<div class="permalink">
  387. <div class="likep">
  388. <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>
  389. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  390. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  391. {block:ifsmallposts}
  392. {block:indexpage}{Photoset-250}{/block:indexpage}
  393. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  394. {/block:ifsmallposts}
  395. {block:ifmediumposts}{Photoset-400}{/block:ifmediumposts}
  396. {block:ifbigposts}{Photoset-500}{/block:ifbigposts}
  397. {/block:Photoset}
  398.  
  399. {block:PermalinkPage}
  400. {block:caption}{Caption}{/block:caption}
  401. <div style="text-align:center; margin-top:9px;">Posted {TimeAgo} with {NoteCount} Notes</div>
  402. {block:PostNotes}{PostNotes}{/block:PostNotes}
  403. {/block:PermalinkPage}
  404.  
  405. </div>
  406. {/block:Posts}
  407. </div>
  408. </div>
  409.  
  410. </div>
  411.  
  412. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  413.  
  414. </body>
  415. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement