Advertisement
incedothemes

Breezy Theme by Incedo

Mar 9th, 2013
25,763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.86 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. Breezy 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="#638cce" />
  18. <meta name="color:scrollbar background" content="#ffffff" />
  19. <meta name="color:text" content="#000000" />
  20. <meta name="color:navigation" content="#000000" />
  21. <meta name="color:description" content="#000000" />
  22. <meta name="color:link" content="#636363" />
  23. <meta name="color:link hover" content="#638cce" />
  24. <meta name="color:navigation hover" content="#638cce" />
  25. <meta name="color:title" content="#638cce" />
  26.  
  27. <meta name="if:sidebar top" content=""/>
  28. <meta name="if:sidebar middle" content=""/>
  29. <meta name="if:sidebar bottom" content="1"/>
  30. <meta name="if:show sidebar image" content=""/>
  31. <meta name="if:show home link" content="1"/>
  32. <meta name="if:text perma on hover" content="1"/>
  33.  
  34. <meta name="font:description" content="helvetica" />
  35. <meta name="font:title" content="helvetica" />
  36. <meta name="font:text" content="helvetica" />
  37. <meta name="font:perma" content="helvetica" />
  38. <meta name="font:navigation" content="helvetica" />
  39.  
  40. <meta name="image:Left Background" content""/>
  41. <meta name="image:Right Background" content""/>
  42. <meta name="image:Tiled Background" content""/>
  43. <meta name="image:Cover Background" content""/>
  44. <meta name="image:Sidebar" 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="12" />
  57. <meta name="text:Post Font Size" content="10" />
  58. <meta name="text:Blog Title Size" content="12" />
  59. <meta name="text:Description Size" content="9" />
  60. <meta name="text:Navigation Size" content="9" />
  61.  
  62. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  63. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  64. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  65. <link rel="shortcut icon" href="{Favicon}" />
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  67.  
  68. <style type="text/css">
  69.  
  70. body {
  71. background-color:{color:background};
  72. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  73. background-attachment: fixed;
  74. background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
  75. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  76. -webkit-background-size: auto, auto, auto, cover;
  77. -moz-background-size: auto, auto, auto, cover;
  78. -o-background-size: auto, auto, auto, cover;
  79. background-size: auto, auto, auto, cover;
  80. color:{color:text};
  81. font-family: {font:text};
  82. font-size:{text:post font size}px;
  83. line-height:123%;
  84. text-align:left
  85. padding: 0px;}
  86.  
  87. ::-webkit-scrollbar {
  88. height: 5px;
  89. width: 8px;}
  90.  
  91. ::-webkit-scrollbar-thumb {
  92. background-color:{color:scrollbar};}
  93.  
  94. ::-webkit-scrollbar-track{
  95. background-color:{color:scrollbar background};}
  96.  
  97. ::-webkit-scrollbar-buttom{
  98. background-color:{color:scrollbar background};}
  99.  
  100. a:link, a:active, a:visited {
  101. color: {color:link};
  102. text-decoration:none;
  103. -webkit-transition: all 0.5s ease-in-out;
  104. -moz-transition: all 0.5s ease-in-out;
  105. -o-transition: all 0.5s ease-in-out;
  106. -ms-transition: all 0.5s ease-in-out;
  107. transition: all 0.5s ease-in-out;}
  108.  
  109. a:hover{
  110. color:{color:link hover};
  111. -webkit-transition: all 0.5s ease-in-out;
  112. -moz-transition: all 0.5s ease-in-out;
  113. -o-transition: all 0.5s ease-in-out;
  114. -ms-transition: all 0.5s ease-in-out;
  115. transition: all 0.5s ease-in-out;}
  116.  
  117. #wrapper {
  118. left:15%;
  119. position:absolute;}
  120.  
  121. #lbar {
  122. width:200px;
  123. position:fixed;}
  124.  
  125. {block:ifsidebartop} #lbar {top:15%} {/block:ifsidebartop}
  126. {block:ifsidebarmiddle} #lbar {top:49%} {/block:ifsidebarmiddle}
  127. {block:ifsidebarbottom} #lbar {bottom:11%} {/block:ifsidebarbottom}
  128.  
  129. #limg {width:inherit}
  130.  
  131. #limg img {
  132. max-width:200px;
  133. border: 0px solid transparent;
  134. margin-bottom:10px;}
  135.  
  136. #title, #title a {
  137. font-family: {font:title};
  138. font-size: {text:blog title size}px;
  139. letter-spacing: 1px;
  140. text-align:right;
  141. color: {color:title};
  142. text-transform: lowercase;}
  143.  
  144. #desc {
  145. width:inherit;
  146. color:{color:description};
  147. margin-top:11px;
  148. text-align:right;
  149. font-size:{text:description size}px;
  150. font-family:{font:description};}
  151.  
  152. #nav {
  153. margin-top:10px;
  154. font-size:{text:navigation size}px;
  155. width:inherit;
  156. border-bottom:0px solid transparent;
  157. text-align:right;}
  158.  
  159. #nav a {
  160. color: {color:navigation};
  161. font-family: {font:navigation};
  162. font-style:none; text-align:right;
  163. font-size:{text:navigation size}px;
  164. padding-left:4px;}
  165.  
  166. #nav a:hover {color: {color:navigation hover};}
  167.  
  168. #entries {margin-left: 224px;}
  169.  
  170. #posts {
  171. float: left;
  172. height:auto;
  173. overflow:hidden;
  174. margin: 11px;}
  175.  
  176. #photo, #photo a, #photo a img {border: none; line-height:0;}
  177.  
  178. {block:indexpage}
  179. #posts, #photo, #photo a img {width: 250px;}
  180. #entries {width: 544px;}
  181. {/block:indexpage}
  182.  
  183. {block:permalinkpage}
  184. #posts, #photo, #photo a img, {width: 500px;}
  185. #entries {width:522px}
  186. {/block:permalinkpage}
  187.  
  188. h2 {
  189. font-size: {text:Post Title Size}px;
  190. margin:0px;
  191. line-height:100%;}
  192.  
  193. .asker a {font-weight:bold;}
  194.  
  195. p, ul, ol {
  196. margin-top: 4px;
  197. margin-bottom: 4px;}
  198.  
  199. blockquote {
  200. margin-left:8px;
  201. padding-left:5px;
  202. padding-right:0px;
  203. margin-right:0px;}
  204.  
  205. img a {border:none;}
  206.  
  207. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  208.  
  209. img {max-width:100%;}
  210.  
  211. #c {
  212. position:fixed;
  213. bottom:4px;
  214. right:4px;
  215. font-size:13px;
  216. font-family:helvetica;}
  217.  
  218. /*for photo permalink*/
  219. .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  220. .likep a:hover {background-position: 0px 0px;}
  221. .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;}
  222. .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;}
  223. .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
  224. .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
  225. .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;}
  226. .not a{color: #fff; font-family: helvetica;}
  227. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
  228. .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
  229. #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); }
  230. #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; }
  231.  
  232. /*for text permalink*/
  233. #posts .textperma, .textperma a {font-family:{font:perma}; text-transform:none; text-align:center; color:{color:text}; position: relative; font-size: {text:post size}px;}
  234. {block:iftextpermaonhover}
  235. #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;}
  236. #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);}
  237. {/block:iftextpermaonhover}
  238. {block:ifnottextpermaonhover}
  239. #posts .textperma{margin-top: 0px;}
  240. {/block:ifnottextpermaonhover}
  241.  
  242. /*for multi columns*/
  243. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  244. #infscr-loading {display:none;}
  245. .navigation {display:none!important;}
  246.  
  247. </style>
  248.  
  249. <style type="text/css">{CustomCSS}</style>
  250.  
  251. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  252.  
  253. <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  254.  
  255. <!for multi columns>
  256. <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>
  257. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
  258. <script type="text/javascript">
  259. $(window).load(function () {
  260. $('#entries').masonry(),
  261. $('.masonryWrap').infinitescroll({
  262. itemSelector : "#posts",
  263. navSelector : "div.navigation",
  264. nextSelector : ".navigation a#next",
  265. bufferPx : 1000000000000,
  266. loadingImg : "",
  267. loadingText : "",
  268. animation: true,
  269. extraScrollPx: 100000,
  270. },
  271. function() { $('#entries').masonry({ appendedContent: $(this) });
  272. });
  273. });</script>
  274.  
  275. </head>
  276.  
  277. <body>
  278.  
  279. <!for multi columns>
  280. <div class="navigation">
  281. {block:Pagination}
  282. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  283. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  284. {/block:Pagination}
  285. </div>
  286.  
  287. {block:ContentSource}
  288. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  289. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  290. {/block:SourceLogo}
  291. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  292. {/block:ContentSource}
  293. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  294.  
  295. <div id="wrapper">
  296.  
  297. <div id="lbar"><div id="limg">
  298.  
  299. {block:ifshowsidebarimage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:ifshowsidebarimage}
  300.  
  301. <div id="title"><a href="/">{Title}</a></div>
  302.  
  303. <div id="nav">
  304. {block:ifshowhomelink}<a href="/">{text:home link title}</a>{/block:ifshowhomelink}
  305. <a href="/ask">{text:ask link title}</a>
  306. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  307. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  308. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  309. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  310. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  311. <a href="http://incedo.tumblr.com/">theme</a>
  312. </div>
  313.  
  314. <div id="desc">{Description}</div>
  315.  
  316. </div></div>
  317.  
  318. <div class = "autopagerize_page_element" >
  319. <div id="entries">
  320. {block:Posts}
  321. <div id="posts">
  322.  
  323. {block:Text}
  324. {block:Title}<h2>{Title}</h2>{/block:Title}
  325. {Body}
  326. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  327. {/block:Text}
  328.  
  329. {block:Quote}
  330. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  331. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  332. {/block:Quote}
  333.  
  334. {block:Link}
  335. <a href="{URL}"><h2>{Name}</h2></a>
  336. {block:Description}<p>{Description}</p>{/block:Description}
  337. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  338. {/block:Link}
  339.  
  340. {block:Chat}
  341. <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  342. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  343. {/block:Chat}
  344.  
  345. {block:Answer}
  346. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  347. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  348. {/block:Answer}
  349.  
  350. {block:Audio}
  351. {AudioPlayerBlack}
  352. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  353. {/block:Audio}
  354.  
  355. {block:Video}
  356. {block:indexpage}{Video-250}{/block:indexpage}
  357. {block:permalinkpage}{Video-500}{/block:permalinkpage}
  358. <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  359. {/block:Video}
  360.  
  361. {block:Photo}
  362. <!perma>{block:IndexPage}<div class="permalink">
  363. <div class="likep">
  364. <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>
  365. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  366. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  367. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  368. {/block:Photo}
  369.  
  370. {block:Photoset}
  371. <!perma>{block:IndexPage}<div class="permalink">
  372. <div class="likep">
  373. <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>
  374. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  375. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  376. {block:indexpage}{Photoset-250}{/block:indexpage}
  377. {block:permalinkpage}{Photoset-500}{/block:permalinkpage}
  378. {/block:Photoset}
  379.  
  380. {block:PermalinkPage}
  381. {block:caption}{Caption}{/block:caption}<br>
  382. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  383. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  384. {/block:PermalinkPage}
  385.  
  386. </div>
  387. {/block:Posts}
  388. </div>
  389. </div>
  390.  
  391. </div>
  392.  
  393. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  394.  
  395. </body>
  396. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement