Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!----------------------------------------
- Delight Theme by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit
- Updated 5/29/13
- ------------------------------------------>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:scrollbar" content="#000000" />
- <meta name="color:scrollbar background" content="#ffffff" />
- <meta name="color:title" content="#00000" />
- <meta name="color:description" content="#000000" />
- <meta name="color:navigation" content="#000000" />
- <meta name="color:navigation hover" content="#F0F0F0" />
- <meta name="color:text" content="#000000" />
- <meta name="color:link" content="#636363" />
- <meta name="color:link hover" content="#F0F0F0" />
- <meta name="color:border" content="#282828" />
- <meta name="if:small posts" content=""/>
- <meta name="if:medium posts" content="1"/>
- <meta name="if:big posts" content=""/>
- <meta name="if:extra big posts" content=""/>
- <meta name="if:show home link" content="1"/>
- <meta name="if:text perma on hover" content="1"/>
- <meta name="font:description" content="baskerville" />
- <meta name="font:title" content="baskerville" />
- <meta name="font:text" content="baskerville" />
- <meta name="font:perma" content="baskerville" />
- <meta name="font:navigation" content="baskerville" />
- <meta name="image:Left Background" content""/>
- <meta name="image:Right Background" content""/>
- <meta name="image:Tiled Background" content""/>
- <meta name="image:Cover Background" content""/>
- <meta name="text:home link title" content="home" />
- <meta name="text:ask link title" content="message" />
- <meta name="text:link 1 title" content="" />
- <meta name="text:link 1" content="" />
- <meta name="text:link 2 title" content="" />
- <meta name="text:link 2" content="" />
- <meta name="text:link 3 title" content="" />
- <meta name="text:link 3" content="" />
- <meta name="text:link 4 title" content="" />
- <meta name="text:link 4" content="" />
- <meta name="text:Post Title Size" content="14" />
- <meta name="text:Post Font Size" content="12" />
- <meta name="text:Blog Title Size" content="20" />
- <meta name="text:Description Size" content="12" />
- <meta name="text:Navigation Size" content="12" />
- <meta name="text:Space between posts" content="9" />
- <meta name="text:Border width" content="2" />
- <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- body {
- background-color:{color:background};
- background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
- background-attachment: fixed;
- background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
- background-repeat: no-repeat, no-repeat, repeat, no-repeat;
- -webkit-background-size: auto, auto, auto, cover;
- -moz-background-size: auto, auto, auto, cover;
- -o-background-size: auto, auto, auto, cover;
- background-size: auto, auto, auto, cover;
- color:{color:text};
- font-family: {font:text};
- font-size:{text:post font size}px;
- line-height:123%;
- text-align:left
- padding: 0px;}
- ::-webkit-scrollbar {
- height: 5px;
- width: 8px;}
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{
- background-color:{color:scrollbar background};}
- ::-webkit-scrollbar-buttom{
- background-color:{color:scrollbar background};}
- a:link, a:active, a:visited {
- color: {color:link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- a:hover{
- color:{color:link hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- #wrapper {
- margin-left:auto;
- margin-right:auto;}
- #tbar {
- margin-left:-7px;
- position:static;
- border-bottom-style:solid;
- border-width:{text:border width}px;
- border-color:{color:border};
- top:0;}
- #timg {
- margin-left:auto;
- margin-right:auto;}
- #title, #title a {
- font-family: {font:title};
- font-weight:900;
- font-size: {text:blog title size}px;
- letter-spacing: 1px;
- text-align:center;
- color: {color:title};
- margin-top:15px;}
- #desc {
- width:inherit;
- font-style:italic;
- margin-top:5px;
- color:{color:description};
- text-align:center;
- font-size:{text:description size}px;
- font-family:{font:description};}
- #nav {
- margin-top:5px;
- margin-bottom:5px;
- width:inherit;
- border-bottom: 0px solid transparent;
- text-align:center;}
- #nav a {
- color: {color:navigation};
- font-family:{font:navigation};
- font-style:none;
- text-align:center;
- font-size:{text:navigation size}px;
- padding: 0px 2px;}
- #nav a:hover {color: {color:navigation hover};}
- #posts {
- overflow:hidden;
- padding: {text:space between posts}px 0px;}
- #photo, #photo a, #photo a img {border: none; line-height:0;}
- {block:ifsmallposts}
- {block:indexpage}
- #wrapper, #entries, #timg, #posts, #photo a img {width:250px}
- #tbar {width:264px}
- {/block:indexpage}
- {block:permalinkpage}
- #wrapper, #entries, #timg, #posts, #photo a img {width:400px}
- #tbar {width:414px}
- {/block:permalinkpage}
- {/block:ifsmallposts}
- {block:ifmediumposts}
- #wrapper, #entries, #timg, #posts, #photo a img {width:400px}
- #tbar {width:414px}
- {/block:ifmediumposts}
- {block:ifbigposts}
- #wrapper, #entries, #timg, #posts, #photo a img {width:500px}
- #tbar {width:514px}
- {/block:ifbigposts}
- {block:ifextrabigposts}
- #wrapper, #entries, #timg, #posts, #photo a img {width:700px}
- #tbar {width:714px}
- {/block:ifextrabigposts}
- h2 {
- font-size: {text:Post Title Size}px;
- margin:0px;
- line-height:100%;}
- .asker a {font-weight:bold;}
- p, ul, ol {
- margin-top: 4px;
- margin-bottom: 4px;}
- blockquote {
- margin-left:8px;
- padding-left:5px;
- padding-right:0px;
- margin-right:0px;}
- img a {border:none;}
- .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
- img {max-width:100%;}
- #c {
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;}
- /*for photo permalink*/
- .likep {width: 21px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
- .likep a:hover {background-position: 0px 0px;}
- .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;}
- .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;}
- .rep {width: 24px; height: 20px; overflow: hidden; z-index: 9999999; display: inline-block;}
- .rep img{width: 24px; height: 20px; line-height: 30px; display: inline;}
- .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;}
- .not a{color: #fff; font-family: helvetica;}
- .entry:hover .not, .entry:hover .rep, .entry:hover .likep {opacity: 0.8; filter: alpha(opacity = 80);}
- .not:hover , .rep:hover, .likep:hover {opacity: 1!important; filter: alpha(opacity = 100)!important;}
- #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;}
- #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; }
- /*for text permalink*/
- #posts .textperma, #posts .textperma a {font-family:{font:perma}; text-transform:none; text-align:center; position: relative;}
- {block:iftextpermaonhover}
- #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;}
- #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);}
- {/block:iftextpermaonhover}
- {block:ifnottextpermaonhover}
- #posts .textperma{margin-top: 0px;}
- {/block:ifnottextpermaonhover}
- </style>
- <style type="text/css">{CustomCSS}</style>
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
- <div style="display:none">
- <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
- </head>
- <body>
- {block:ContentSource}
- <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}
- {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
- <div id="wrapper">
- <div id="tbar"><div id="timg">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="desc">{Description}</div>
- <div id="nav">
- {block:ifshowhomelink}<a href="/">{text:home link title}</a>{/block:ifshowhomelink}
- <a href="/ask">{text:ask link title}</a>
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
- {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
- {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
- {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
- <a href="http://incedo.tumblr.com/">theme</a>
- </div>
- </div></div>
- <div class = "autopagerize_page_element" >
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
- {/block:Text}
- {block:Quote}
- "{Quote}” <div style="margin-left:20px;">— {Source}</div>
- <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}
- <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
- {/block:Link}
- {block:Chat}
- <div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}</ul></div>
- <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
- {/block:Chat}
- {block:Answer}
- <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
- <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
- {/block:Answer}
- {block:Audio}
- {block:audioembed}
- {block:ifsmallposts}
- {block:indexpage}{audioembed-250}{/block:indexpage}
- {block:permalinkpage}{audioembed-400}{/block:permalinkpage}
- {/block:ifsmallposts}
- {block:ifmediumposts}{audioembed-400}{/block:ifmediumposts}
- {block:ifbigposts}{audioembed-500}{/block:ifbigposts}
- {block:ifextrabigposts}{audioembed-640}{/block:ifextrabigposts}
- {/block:audioembed}
- <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:ifsmallposts}
- {block:indexpage}{Video-250}{/block:indexpage}
- {block:permalinkpage}{Video-400}{/block:permalinkpage}
- {/block:ifsmallposts}
- {block:ifmediumposts}{Video-400}{/block:ifmediumposts}
- {block:ifbigposts}{Video-500}{/block:ifbigposts}
- {block:ifextrabigposts}{Video-700}{/block:ifextrabigposts}
- <!perma>{block:IndexPage}<div class="textperma"><a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
- {/block:Video}
- {block:Photo}
- <!perma>{block:IndexPage}<div class="permalink">
- <div class="likep">
- <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>
- <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
- {block:ifnotextrabigposts}
- <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
- {/block:ifnotextrabigposts}
- {block:ifextrabigposts}{block:HighRes}
- <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-HighRes}"/></a></div>
- {/block:HighRes} {/block:ifextrabigposts}
- {/block:Photo}
- {block:Photoset}
- <!perma>{block:IndexPage}<div class="permalink">
- <div class="likep">
- <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>
- <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
- {block:ifsmallposts}
- {block:indexpage}{Photoset-250}{/block:indexpage}
- {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
- {/block:ifsmallposts}
- {block:ifmediumposts}{Photoset-400}{/block:ifmediumposts}
- {block:ifbigposts}{Photoset-500}{/block:ifbigposts}
- {block:ifextrabigposts}{Photoset-700}{/block:ifextrabigposts}
- {/block:Photoset}
- {block:PermalinkPage}
- {block:caption}{Caption}{/block:caption}
- <div style="text-align:center; margin-top:9px;">Posted {TimeAgo} with {NoteCount} Notes</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement