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">
- <!----------------------------------------
- Quartz Theme by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Updated 6/13/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="#f799ba" />
- <meta name="color:scrollbar background" content="#ffffff" />
- <meta name="color:text" content="#000000" />
- <meta name="color:navigation" content="#000000" />
- <meta name="color:navigation hover" content="#f799ba" />
- <meta name="color:description" content="#000000" />
- <meta name="color:link" content="#636363" />
- <meta name="color:link hover" content="#f799ba" />
- <meta name="color:title" content="#f799ba" />
- <meta name="color:borders" content="#c8c8c8" />
- <meta name="color:post background" content="#ffffff" />
- <meta name="if:sidebar top" content=""/>
- <meta name="if:sidebar middle" content="1"/>
- <meta name="if:sidebar bottom" content=""/>
- <meta name="if:sidebar background" content="1"/>
- <meta name="if:post background" content="1"/>
- <meta name="if:show sidebar image" content=""/>
- <meta name="if:show home link" content="1"/>
- <meta name="if:text perma on hover" content="1"/>
- <meta name="if:consolas font" content ="">
- <meta name="if:custom title font" content ="">
- <meta name="if:one column" content ="">
- <meta name="if:two columns" content ="1">
- <meta name="if:three columns" content ="">
- <meta name="if:rounded corners" content ="">
- <meta name="if:image fade" content ="1">
- <meta name="if:show blog title" content ="1">
- <meta name="font:description" content="georgia" />
- <meta name="font:title" content="georgia" />
- <meta name="font:text" content="georgia" />
- <meta name="font:perma" content="georgia" />
- <meta name="font:navigation" content="georgia" />
- <meta name="image:Left Background" content=""/>
- <meta name="image:Right Background" content=""/>
- <meta name="image:Tiled Background" content="http://static.tumblr.com/8xsfla2/gWvmo75cz/lil_fiber.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="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="12" />
- <meta name="text:Post Font Size" content="10" />
- <meta name="text:Nav Size" content="10" />
- <meta name="text:Blog Title Size" content="12" />
- <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;}
- #rbar {position:fixed;}
- {block:ifsidebartop} #rbar {top:15%} {/block:ifsidebartop}
- {block:ifsidebarmiddle} #rbar {top:40%} {/block:ifsidebarmiddle}
- {block:ifsidebarbottom} #rbar {bottom:11%;} {/block:ifsidebarbottom}
- #rimg {
- width:130px;
- padding: 6px;
- border-style: solid;
- border-width: 1px;}
- {block:ifsidebarbackground}
- #rimg {
- background-color:{color:post background};
- border-color: {color:borders};}
- {/block:ifsidebarbackground}
- {block:ifnotsidebarbackground}
- #rimg {
- background-color:transparent;
- border-color:transparent;}
- {/block:ifnotsidebarbackground}
- #rimg 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;
- text-align:center;
- color: {color:title};
- text-transform: lowercase;}
- #desc {
- width:inherit;
- color:{color:description};
- margin-bottom:6px;
- 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: 3px;
- padding: 6px;
- border-style: solid;
- border-width: 1px;}
- {block:ifroundedcorners}
- #posts, #rimg, #photo a img, #mhold img, #mhold2, #mhold, 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}
- {block:indexpage}
- #posts, #photo, #photo a img {width: 250px;}
- {block:ifonecolumn}
- #entries, #wrapper {width: 270px;}
- #rbar {margin-left: 333px;}
- {/block:ifonecolumn}
- {block:iftwocolumns}
- #entries, #wrapper {width: 540px;}
- #rbar {margin-left: 603px;}
- {/block:iftwocolumns}
- {block:ifthreecolumns}
- #entries, #wrapper {width: 810px;}
- #rbar {margin-left: 873px;}
- {/block:ifthreecolumns}
- {/block:indexpage}
- {block:permalinkpage}
- #posts, #photo, #photo a img, #entries {width: 500px;}
- #wrapper {width:520px;}
- #rbar {margin-left: 583px;}
- {/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;}
- #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;}
- {block:ifpostbackground}
- #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};}
- {/block:ifpostbackground}
- {block:ifnotpostbackground}
- #posts {
- background-color:transparent;
- border-color: transparent;}
- #mart2 {background-color:{color:background};}
- {/block:ifnotpostbackground}
- {block:indexpage}
- #mhold2{width:130px;}
- {/block:indexpage}
- {block:permalinkpage}
- #mhold2{width:380px;}
- {/block:permalinkpage}
- #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;}
- p, ul, ol {
- margin-top: 0px;
- 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;}
- #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, .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;}
- {block:iftextpermaonhover}
- #posts .textperma{margin-top: 0px; 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}
- /*for multi columns*/
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .navigation {display:none!important;}
- </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>
- <!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>
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
- </head>
- <body>
- <!for multi columns>
- <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: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="rbar"><div id="rimg">
- {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><br>{/block:ifshowhomelink}
- <a href="/ask">{text:ask link title}</a><br>
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a><br>{/block:Pages}{/block:HasPages}
- {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a><br>{/block:iflink1}
- {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a><br>{/block:iflink2}
- {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a><br>{/block:iflink3}
- {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a><br>{/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 id="question">{Asker} asked: {Question}</div>{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: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>
- <!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: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}
- <!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}
- <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
- {/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:indexpage}{Photoset-250}{/block:indexpage}
- {block:permalinkpage}{Photoset-500}{/block:permalinkpage}
- {/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