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">
- <!----------------------------------------
- Xi Theme by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Updated 12/22/15
- ------------------------------------------>
- <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="#888888" />
- <meta name="color:Scrollbar background" content="#ffffff" />
- <meta name="color:Text" content="#444444" />
- <meta name="color:Navigation" content="#444444" />
- <meta name="color:Navigation hover" content="#888888" />
- <meta name="color:Description" content="#888888" />
- <meta name="color:Link" content="#444444" />
- <meta name="color:Link hover" content="#888888" />
- <meta name="color:Title" content="#45966e" />
- <meta name="color:Borders" content="#444444" />
- <meta name="color:Post background" content="#ffffff" />
- <meta name="color:Shadow" content="#C8C8C8" />
- <meta name="select:Sidebar Position" content="top:50%" title="Middle"/>
- <meta name="select:Sidebar Position" content="top:15%" title="Top"/>
- <meta name="select:Sidebar Position" content="bottom:11%" title="Bottom"/>
- <meta name="if:show sidebar image" content=""/>
- <meta name="if:show home link" content="1"/>
- <meta name="if:consolas font" content ="">
- <meta name="if:custom title font" content ="1">
- <meta name="if:one column" content ="1">
- <meta name="if:two columns" content ="">
- <meta name="if:three columns" content ="">
- <meta name="if:small posts" content ="1">
- <meta name="if:large posts" content ="">
- <meta name="if:rounded corners" content ="1">
- <meta name="if:image fade" content ="1">
- <meta name="if:show blog title" content ="1">
- <meta name="if:show tags" content ="1">
- <meta name="if:show caption" content ="1">
- <meta name="if:infinite scroll" content ="1">
- <meta name="font:description" content="helvetica" />
- <meta name="font:title" content="helvetica" />
- <meta name="font:text" content="helvetica" />
- <meta name="font:perma" content="helvetica" />
- <meta name="font:navigation" content="helvetica" />
- <meta name="image:Left Background" content=""/>
- <meta name="image:Right Background" content=""/>
- <meta name="image:Tiled Background" content="http://static.tumblr.com/fd25cf263f97e81a3b403a06dae0013e/jbgzgio/S2Nmnh2kc/tumblr_static_cream_pixels.png"/>
- <meta name="image:Cover Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:home link title" content="home" />
- <meta name="text:ask link title" content="ask" />
- <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="12" />
- <meta name="text:Post Font Size" content="10" />
- <meta name="text:Nav Size" content="10" />
- <meta name="text:Blog Title Size" content="24" />
- <meta name="text:Description Size" content="10" />
- <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};
- {block:ifnotconsolasfont}font-family: {font:text}; {/block:ifnotconsolasfont}
- {block:ifconsolasfont}font-family:consolas; {/block:ifconsolasfont}
- 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;}
- #lbar {position:fixed;
- {select:sidebar position};
- }
- /*
- {block:ifsidebartop} #lbar {top:15%} {/block:ifsidebartop}
- {block:ifsidebarmiddle} #lbar {top:50%} {/block:ifsidebarmiddle}
- {block:ifsidebarbottom} #lbar {bottom:11%;} {/block:ifsidebarbottom}
- */
- #limg {
- position:fixed;
- width:120px;
- padding: 6px 10px;
- border-style: solid;
- border-width: 1px;
- background-color:{color:post background};
- border-color: {color:borders};
- box-shadow: 4px 5px 0px 0px {color:shadow}}
- #limg img {
- border: 0px solid transparent;
- margin-bottom:6px;
- max-width:130px;}
- #title, #title a {
- {block:ifnotconsolasfont}font-family: {font:title};{/block:ifnotconsolasfont}
- {block:ifcustomtitlefont}font-family: 'Cedarville Cursive', cursive;{/block:ifcustomtitlefont}
- font-size: {text:blog title size}px;
- letter-spacing: 1px;
- margin-bottom:6px;
- margin-top:2px;
- text-align:center;
- color: {color:title};}
- #desc {
- width:inherit;
- color:{color:description};
- margin-bottom:3px;
- text-align:center;
- font-size:{text:description size}px;
- {block:ifnotconsolasfont}font-family:{font:description};{/block:ifnotconsolasfont}}
- #nav {
- border-bottom:0px solid transparent;
- text-align:center;}
- #nav a {
- color: {color:navigation};
- {block:ifnotconsolasfont}font-family: {font:navigation};{/block:ifnotconsolasfont}
- font-style:none;
- text-align:center;
- font-size:{text:nav size}px;}
- #nav a:hover {color: {color:navigation hover};}
- img {max-width:100%;}
- #posts {
- float: left;
- height:auto;
- overflow:hidden;
- margin: 8px;
- padding: 6px;
- border-style: solid;
- border-width: 1px;
- box-shadow: 4px 4px 0px 0px {color:shadow}}
- {block:ifroundedcorners}
- #posts, #limg, #photo a img, #mhold img, #mhold2, #mhold, #pagination, #pagination a, iframe.photoset{
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;}
- {/block:ifroundedcorners}
- #photo, #photo a, #photo a img {border: none; line-height:0;}
- {block:ifimagefade}{block:indexpage}
- #photo a img, #mhold img {
- opacity: .8;
- -moz-opacity: .8;
- filter: alpha(opacity = 80);
- -moz-transition: all 0.4s;
- -webkit-transition: all 0.4s;
- -o-transition: all 0.4s;
- transition: all 0.4;}
- #photo:hover a img, #mhold:hover img {
- opacity: 1;
- -moz-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;}
- {/block:indexpage}{/block:ifimagefade}
- #entries, #paginationhold, #pagination {margin-left:200px;}
- {block:ifsmallposts}
- {block:indexpage}
- #mhold2{width:130px;}
- #posts, #photo, #photo a img {width: 250px;}
- {block:ifonecolumn}
- #entries, #paginationhold, #pagination {width: 280px;}
- #wrapper {width: 480px;}
- {/block:ifonecolumn}
- {block:iftwocolumns}
- #entries, #paginationhold, #pagination {width: 560px;}
- #wrapper {width: 760px;}
- {/block:iftwocolumns}
- {block:ifthreecolumns}
- #entries, #paginationhold, #pagination {width: 840px;}
- #wrapper {width: 1040px;}
- {/block:ifthreecolumns}
- {/block:indexpage}
- {/block:ifsmallposts}
- {block:iflargeposts}
- {block:indexpage}
- #mhold2{width:280px;}
- #posts, #photo, #photo a img {width: 400px;}
- {block:ifonecolumn}
- #entries, #paginationhold, #pagination {width: 430px;}
- #wrapper {width: 630px;}
- {/block:ifonecolumn}
- {block:iftwocolumns}
- #entries, #paginationhold, #pagination {width: 860px;}
- #wrapper {width: 1060px;}
- {/block:iftwocolumns}
- {block:ifthreecolumns}
- #entries, #paginationhold, #pagination {width: 1290px;}
- #wrapper {width: 1490px;}
- {/block:ifthreecolumns}
- {/block:indexpage}
- {/block:iflargeposts}
- {block:permalinkpage}
- #mhold2{width:280px;}
- #posts, #photo, #photo a img {width: 400px;}
- #entries {width: 430px;}
- #wrapper {width: 630px;}
- {/block:permalinkpage}
- h2 {
- font-size: {text:Post Title Size}px;
- margin:0px;
- line-height:100%;}
- #question a {font-weight:bold;}
- #mhold {
- display:inline-block;
- width:100px;
- height:100px;
- margin-bottom:3px;}
- #mart {
- position:absolute;
- width:100px;
- height:100px;
- overflow:hidden;}
- #mart img {
- width:100px;
- position:absolute;}
- #mart2 {
- position:absolute;
- width:100px;
- height:100px;}
- #mhold2 {
- position:absolute;
- display:inline-block;
- height:86px;
- margin-left:6px;}
- #mart2 {background-color:{color:post background};}
- #mhold2 {
- border:1px solid {color:borders};
- padding:6px;}
- #question {border-style:solid;
- border-color: {color:borders};
- border-width:0px 0px 1px 0px;
- padding-bottom:2px;
- margin-bottom:2px;}
- #posts {
- background-color:{color:post background};
- border-color: {color:borders};}
- #mplayer {
- position:absolute;
- height:28px;
- width:28px;
- margin:9px;
- overflow:hidden;}
- #mcircle {
- position:absolute;
- width:46px;
- height:46px;
- border-radius: 23px;
- -moz-border-radius: 23px;
- -webkit-border-radius: 23px;
- background-color:white;
- z-index:999999;
- margin:27px;
- opacity: .6;
- -moz-opacity: .6;
- filter: alpha(opacity = 60);
- -moz-transition: all 0.4s;
- -webkit-transition: all 0.4s;
- -o-transition: all 0.4s;
- transition: all 0.4;}
- #mcircle:hover {
- opacity: .8;
- -moz-opacity: .8;
- filter: alpha(opacity = 80);
- -moz-transition: all 0.4s;
- -webkit-transition: all 0.4s;
- -o-transition: all 0.4s;
- transition: all 0.4;}
- #thetags {
- padding: 0px 0px;
- margin: 4px 0px 0px 0px;}
- #paginationhold{
- padding-top:100px;
- display:inline;
- }
- #pagination {
- text-align:center;}
- #pagination a {
- background-color:{color:post background};
- margin: 8px;
- padding: 6px;
- border-style: solid;
- border-width: 1px;
- box-shadow: 4px 4px 0px 0px {color:shadow}}
- p, ul, ol {
- margin-top: 0px;
- margin-bottom: 4px;}
- blockquote {
- margin-left:7px;
- padding-left:6px;
- padding-right:0px;
- margin-right:0px;
- border-left: 2px {color:text} solid;
- font-size:10px;}
- img a {border:none;}
- .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
- #c {
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;}
- /*for text permalink*/
- #posts .textperma, .textperma a {{block:ifnotconsolasfont}font-family:{font:perma};{/block:ifnotconsolasfont} text-transform:none; text-align:center; color:{color:text}; position: relative; font-size: {text:post size}px;}
- #posts .textperma{margin-top: 0px;}
- /*for multi columns*/
- {block:ifinfinitescroll}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .navigation {display:none!important;}
- {/block:ifinfinitescroll}
- </style>
- <style type="text/css">{CustomCSS}</style>
- <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>
- {block:ifinfinitescroll}
- <!for multi columns>
- <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>
- <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
- <script type="text/javascript">
- $(window).load(function () {
- $('#entries').masonry(),
- $('.masonryWrap').infinitescroll({
- itemSelector : "#posts",
- navSelector : "div.navigation",
- nextSelector : ".navigation a#next",
- bufferPx : 1000000000000,
- loadingImg : "",
- loadingText : "",
- animation: true,
- extraScrollPx: 100000,
- },
- function() { $('#entries').masonry({ appendedContent: $(this) });
- });
- });</script>
- {/block:ifinfinitescroll}
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
- </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}
- <!for multi columns>
- {block:ifinfinitescroll}
- <div class="navigation">
- {block:Pagination}
- {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
- {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
- {/block:Pagination}
- </div>
- {/block:ifinfinitescroll}
- <div id="wrapper">
- <div id="lbar"><div id="limg">
- {block:ifshowsidebarimage}<img src="{image:sidebar}">{/block:ifshowsidebarimage}
- {block:ifshowblogtitle}<div id="title"><a href="/">{Title}</a></div>{/block:ifshowblogtitle}
- <div id="desc">{Description}</div>
- <div id="nav">
- {block:ifshowhomelink}<a href="/">{text:home link title}</a>{/block:ifshowhomelink}
- <a href="/message">{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://incedothemes.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}
- {/block:Text}
- {block:Quote}
- "{Quote}” <div style="margin-left:20px;">— {Source}</div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}
- {/block:Link}
- {block:Chat}
- <div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Answer}
- <div id="question">{Asker} asked: {Question}</div>{Answer}
- {/block:Answer}
- {block:Audio}
- <div id="mhold">
- <div id="mart">
- <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg">
- {block:AlbumArt}<div id="mart2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- </div>
- <div id="mcircle"><div id="mplayer">{AudioPlayerwhite}</div></div>
- </div>
- <div id="mhold2">
- <p>Track:{block:TrackName} {TrackName}{/block:TrackName}</p>
- <p>Artist:{block:Artist} {Artist}{/block:Artist}</p>
- <p>Album:{block:Album} {Album}{/block:Album}</p>
- <p>Plays: {FormattedPlayCount}</p>
- </div>
- {/block:Audio}
- {block:Video}
- {block:indexpage}{Video-250}{/block:indexpage}
- {block:permalinkpage}{Video-500}{/block:permalinkpage}
- <!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}
- <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}{Photoset-250}{/block:indexpage}
- {block:permalinkpage}{Photoset-500}{/block:permalinkpage}
- {/block:Photoset}
- {block:ifshowcaption}
- {block:IndexPage}
- <div style="margin:4px">
- {block:caption}{Caption}{/block:caption}
- </div>
- {/block:IndexPage}
- {/block:ifshowcaption}
- {block:PermalinkPage}
- <div style="margin:4px">
- {block:caption}{Caption}{/block:caption}
- </div>
- {/block:PermalinkPage}
- {block:ifshowtags}
- {block:IndexPage}
- {block:HasTags}
- <div id="thetags">
- {block:Tags}
- #<a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {/block:ifshowtags}
- {block:PermalinkPage}
- {block:HasTags}
- <div id="thetags">
- {block:Tags}
- #<a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- <div style="text-align:center; margin-top:9px;">Posted {TimeAgo} with {NoteCount} Notes</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {block:indexpage}
- {block:text}
- <!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:Audio}
- <!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:Answer}
- <!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:Chat}
- <!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:Link}
- <!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:Quote}
- <!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:indexpage}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:ifnotinfinitescroll}
- <div id="paginationhold"><div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
- {/block:Pagination}
- </div></div>
- {/block:ifnotinfinitescroll}
- </div>
- <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement