Advertisement
incedothemes

Delight Theme by Incedo

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