Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:BG">
- <meta name="image:post BG">
- <meta name="color:BG" content="#fff">
- <meta name="color:post BG" content="#fff">
- <meta name="color:text" content="#999">
- <meta name="color:sp text" content="#777">
- <meta name="color:link" content="#444">
- <meta name="color:link hover" content="#000">
- <meta name="color:link click" content="#fff">
- <meta name="color:title" content="#000">
- <meta name="color:borders" content="#eee">
- <meta name="color:nav" content="#fff">
- <meta name="color:nav BG" content="#000">
- <meta name="color:perma" content="#fff">
- <meta name="color:perma BG" content="#000">
- <meta name="color:scroll" content="#000">
- <meta name="if:photo fade" content="0">
- <meta name="if:black music" content="1">
- <meta name="if:white music" content="0">
- <meta name="if:infinite scroll" content="1">
- <meta name="if:2 column" content="1">
- <meta name="if:1 column">
- <meta name="if:250px" content="1">
- <meta name="if:400px">
- <meta name="if:photo perma black" content="1">
- <meta name="if:photo perma white">
- <meta name="if:white dash icons" content="1">
- <meta name="text:link one">
- <meta name="text:link one title" content="One">
- <meta name="text:link two">
- <meta name="text:link two title" content="Two">
- <meta name="text:link three">
- <meta name="text:link three title" content="Three">
- <style type="text/css">
- iframe#tumblr_controls {
- right:0px !important;
- position:fixed !important;
- {block:ifwhitedashicons}
- -webkit-filter:invert(100%);
- {/block:ifwhitedashicons}
- opacity:.75;
- z-index:999999;
- }
- ::-webkit-scrollbar-track { background-color:{color:BG}; }
- ::-webkit-scrollbar-thumb { background-color:{color:scroll}; }
- ::-webkit-scrollbar { width:4px; height:4px; }
- body {
- font-family:calibri;
- font-size:9px;
- text-align:justify;
- text-transform:normal;
- background:{color:BG} url('{image:BG}') fixed repeat center;
- color:{color:text};
- margin:0px;
- }
- a {
- text-decoration:none;
- cursor:help;
- color:{color:link};
- text-shadow:0px 0px {color:link}, -0px 0px {color:link};
- }
- a:hover {
- color:{color:link hover};
- text-shadow:3px 0px transparent, -3px 0px transparent;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- a:active {
- color:{color:link click};
- -webkit-transition:all 0.05s ease-in-out;
- -moz-transition:all 0.05s ease-in-out;
- -o-transition:all 0.05s ease-in-out;
- transition:all 0.05s ease-in-out;
- }
- b, strong {
- font-weight:heavy;
- color:{color:sp text};
- }
- i, em {
- font-weight:light;
- color:{color:sp text};
- }
- blockquote {
- margin-left:30px;
- border-left:1px solid {color:borders};
- opacity:.9;
- padding:1px 0px 1px 9px;
- }
- blockquote img {
- {block:indexpage}
- max-width:150px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:420px;
- {/block:permalinkpage}
- }
- li {
- list-style:square;
- }
- #main {
- {block:indexpage}
- {block:if1column}
- {block:if250px}
- margin-left:400px;
- width:290px;
- {/block:if250px}
- {block:if400px}
- margin-left:300px;
- width:440px;
- {/block:if400px}
- {/block:if1column}
- {block:if2column}
- {block:if250px}
- margin-left:200px;
- width:570px;
- {/block:if250px}
- {block:if400px}
- margin-left:50px;
- width:870px;
- {/block:if400px}
- {/block:if2column}
- {/block:indexpage}
- {block:permalinkpage}
- width:540px;
- margin-left:200px;
- {/block:permalinkpage}
- }
- #posts {
- padding:5px;
- margin:25px 0px 25px 0px;
- {block:indexpage}
- {block:if1column}
- {block:if250px}
- width:280px;
- {/block:if250px}
- {block:if400px}
- width:430px;
- {/block:if400px}
- {/block:if1column}
- {block:if2column}
- {block:if250px}
- width:560px;
- {/block:if250px}
- {block:if400px}
- width:860px;
- {/block:if400px}
- {/block:if2column}
- {/block:indexpage}
- {block:permalinkpage}
- width:530px;
- {/block:permalinkpage}
- }
- .post {
- margin:7px;
- padding:7px;
- background:{color:post BG} url('{image:post BG}') repeat center;
- border: 1px solid {color:borders};
- float:left;
- {block:indexpage}
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- margin-bottom:25px;
- {/block:permalinkpage}
- }
- .post img {
- margin-bottom:-2px;
- {block:indexpage}
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- }
- {block:indexpage}
- {block:ifphotofade}
- .post img:hover {
- opacity:.75;
- }
- {/block:ifphotofade}
- {/block:indexpage}
- .post:hover #perma {
- opacity:1;
- }
- #pht {
- overflow:hidden;
- position:relative;
- padding-bottom:10px;
- }
- #perma {
- letter-spacing:1px;
- opacity:0;
- font:8px consolas;
- position:absolute;
- float:left;
- height:100%;
- overflow:hidden;
- text-transform:uppercase;
- line-height:12px;
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:ifphotopermablack}
- background:rgba(0, 0, 0, .5);
- {/block:ifphotopermablack}
- {block:ifphotopermawhite}
- background:rgba(255, 255, 255, .5);
- {/block:ifphotopermawhite}
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- z-index:99;
- }
- #tet {
- letter-spacing:1px;
- text-align:right;
- font:8px consolas;
- text-transform:uppercase;
- margin-top:2px;
- margin-bottom:-2px;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- #tet a {
- color:{color:title};
- }
- .txt {
- margin-top:75px;
- position:absolute;
- {block:if250px}
- width:260px;
- {/block:if250px}
- {block:if400px}
- width:410px;
- {/block:if400px}
- text-align:center;
- }
- .txt a {
- text-decoration:none;
- color:{color:perma};
- background:{color:perma BG};
- padding:0px 3px 0px 3px;
- text-shadow:0px 0px {color:perma}, -0px 0px {color:perma};
- }
- .txt a:hover {
- text-shadow:3px 0px {color:perma BG}, -3px 0px {color:perma BG};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .txt a:active {
- color:{color:perma BG};
- -webkit-transition:all 0.05s ease-in-out;
- -moz-transition:all 0.05s ease-in-out;
- -o-transition:all 0.05s ease-in-out;
- transition:all 0.05s ease-in-out;
- }
- .head {
- padding:0px 15px 0px 15px;
- font-size:11px;
- letter-spacing:1px;
- color:{color:title};
- }
- {block:indexpage}
- .t {
- padding:5px 0px 5px 0px;
- }
- {/block:indexpage}
- .say {
- padding:0px 10px 0px 10px;
- color:{color:title};
- letter-spacing:1px;
- font-size:11px;
- }
- .cap {
- padding:0px 10px 0px 10px;
- overflow:hidden;
- }
- .cap img {
- max-width:200px;
- margin-bottom:-2px;
- }
- .ml {
- width:50px;
- height:50px;
- padding-right:5px;
- }
- .ml img {
- width:50px;
- }
- .mr {
- float:left;
- height:48px;
- margin-left:50px;
- margin-top:-48px;
- padding-left:10px;
- }
- .post:hover .butt {
- opacity:1;
- }
- .butt {
- width:50px;
- height:50px;
- opacity:0;
- position:absolute;
- z-index:8;
- {block:ifwhitemusic}
- background:rgba(255, 255, 255, .5);
- {/block:ifwhitemusic}
- {block:ifblackmusic}
- background:rgba(0, 0, 0, .5);
- {/block:ifblackmusic}
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .button {
- margin:12px;
- width:26px;
- height:26px;
- overflow:hidden;
- }
- .permalinkpage {
- padding:0px 10px 0px 10px;
- }
- #side {
- width:100px;
- position:fixed;
- top:60px;
- {block:indexpage}
- {block:if1column}
- {block:if250px}
- margin-left:305px;
- {/block:if250px}
- {block:if400px}
- margin-left:455px;
- {/block:if400px}
- {/block:if1column}
- {block:if2column}
- {block:if250px}
- margin-left:585px;
- {/block:if250px}
- {block:if400px}
- margin-left:885px;
- {/block:if400px}
- {/block:if2column}
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:555px;
- {/block:permalinkpage}
- }
- #title {
- font-size:11px;
- letter-spacing:1px;
- padding-bottom:3px;
- color:{color:title};
- }
- #desc {
- padding:6px 0px 6px 0px;
- }
- .more {
- cursor:help;
- }
- .hide {
- }
- .links {
- padding-top:3px;
- font:8px consolas;
- letter-spacing:1px;
- text-transform:uppercase;
- line-height:12px;
- }
- .links a {
- text-decoration:none;
- color:{color:nav};
- background:{color:nav BG};
- padding:0px 3px 0px 3px;
- margin:2px 0px 2px 0px;
- text-shadow:0px 0px {color:nav}, -0px 0px {color:nav};
- }
- .links a:hover {
- text-shadow:3px 0px {color:nav BG}, -3px 0px {color:nav BG};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- .links a:active {
- color:{color:nav BG};
- -webkit-transition:all 0.05s ease-in-out;
- -moz-transition:all 0.05s ease-in-out;
- -o-transition:all 0.05s ease-in-out;
- transition:all 0.05s ease-in-out;
- }
- #nav {
- {block:indexpage}
- {block:if1column}
- {block:if250px}
- margin-left:305px;
- {/block:if250px}
- {block:if400px}
- margin-left:455px;
- {/block:if400px}
- {/block:if1column}
- {block:if2column}
- {block:if250px}
- margin-left:585px;
- {/block:if250px}
- {block:if400px}
- margin-left:885px;
- {/block:if400px}
- {/block:if2column}
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:555px;
- {/block:permalinkpage}
- width:100px;
- position:fixed;
- bottom:60px;
- font:8px consolas;
- letter-spacing:1px;
- text-transform:uppercase;
- line-height:12px;
- {block:indexpage}
- {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}
- {/block:indexpage}
- }
- #nav a {
- text-decoration:none;
- color:{color:nav};
- background:{color:nav BG};
- padding:0px 3px 0px 3px;
- margin:2px 0px 2px 0px;
- text-shadow:0px 0px {color:nav}, -0px 0px {color:nav};
- }
- #nav a:hover {
- text-shadow:3px 0px {color:nav BG}, -3px 0px {color:nav BG};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- #nav a:active {
- color:{color:nav BG};
- -webkit-transition:all 0.05s ease-in-out;
- -moz-transition:all 0.05s ease-in-out;
- -o-transition:all 0.05s ease-in-out;
- transition:all 0.05s ease-in-out;
- }
- </style>
- {block:permalinkpage}
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".hide").hide();
- $(".more").click(function(){
- $(this).next(".hide").slideToggle('fast');
- }); }); </script>
- {/block:permalinkpage}
- {block:indexpage}
- {block:if1column}
- {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".hide").hide();
- $(".more").click(function(){
- $(this).next(".hide").slideToggle('fast');
- }); }); </script>
- {/block:if1column}
- {block:if2column}
- <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
- {block:ifinfinitescroll}<script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>{/block:ifinfinitescroll}
- <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "#nav a",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "#nav a",
- // selector for the NEXT link (to page 2)
- itemSelector : ".post",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script src="toggle.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".hide").hide();
- $(".more").click(function(){
- $('.hide').slideToggle(300);
- return true;
- });
- });
- </script>
- {/block:if2column}
- {/block:indexpage}
- </head>
- <body>
- <div id="main">
- <div id="nav">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}" title="Previous Page">◀</a><br>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" title="Next Page">▶</a>
- {/block:NextPage}
- {/block:Pagination}
- {block:PermalinkPagination}
- {block:NextPost}
- <a href="{NextPost}" title="Newer Post">◀</a><br>
- {/block:NextPost}
- {block:PreviousPost}
- <a href="{PreviousPost}" title="Older Post">▶</a>
- {/block:PreviousPost}
- {/block:PermalinkPagination}
- </div>
- <div id="side">
- <div class="more" id="title">x {title}</div>
- <div class="hide" id="desc">{description}</div>
- <div class="links">
- <a href="/">home</a><br><a href="/ask">Inbox</a>{block:iflinkone}<br><a href="{text:link one}">{text:link one title}</a>{/block:iflinkone}{block:iflinktwo}<br><a href="{text:link two}">{text:link two title}</a>{/block:iflinktwo}{block:iflinkthree}<br><a href="{text:link three}">{text:link three title}</a>{/block:iflinkthree}
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="post">
- {block:Text}
- <div class="t">
- {block:Title}<div class="head">{Title}</div>{/block:Title}
- <div class="cap">{Body}</div>
- </div>
- <div id="tet">
- <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
- </div>
- {/block:Text}
- {block:Quote}
- <div class="t">
- <div class="say">"{Quote}"</div>
- {block:Source}<div style="text-align:right">— {Source}</div>{/block:Source}
- </div>
- <div id="tet">
- <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
- </div>
- {/block:Quote}
- {block:Link}
- <div class="t">
- <div class="head"><a href="{URL}" target="{Target}">⇁ {Name}</a></div>
- {block:Description}<div class="cap">{Description}</div>{/block:Description}
- </div>
- <div id="tet">
- <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
- </div>
- {/block:Link}
- {block:Chat}
- <div class="t">
- {block:Title}<div class="head">{title}</div>{/block:Title}
- <div class="cap">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
- </div>
- <div id="tet">
- <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
- </div>
- {/block:Chat}
- {block:Audio}
- {block:indexpage}
- {block:AudioEmbed}{AudioEmbed-250}{/block:AudioEmbed}
- {/block:indexpage}
- {block:permalinkpage}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {/block:permalinkpage}
- <div class="ml">
- <div class="butt">
- {block:AudioPlayer}<div class="button">
- {block:ifwhitemusic}{AudioPlayerWhite}{/block:ifwhitemusic}
- {block:ifblackmusic}{AudioPlayerBlack}{/block:ifblackmusic}
- </div>{/block:AudioPlayer}
- </div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" float="left">
- {/block:AlbumArt}
- </div>
- {block:indexpage}
- <div class="mr">
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}{Artist}<br>{/block:Artist}
- {block:Album}{Album}<br>{/block:Album}
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
- </div>
- {/block:indexpage}
- {block:permalinkpage}
- <div class="mr">
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}{Artist}<br>{/block:Artist}
- {block:Album}{Album}<br>{/block:Album}
- {block:PlayCount}{PlayCountWithLabel}<br>{/block:PlayCount}
- </div>
- <div class="cap">
- {block:Caption}{Caption}{/block:Caption}
- {block:ExternalAudio}<a href="{ExternalAudioURL}">Download</a><br>{/block:ExternalAudio}
- </div>
- {/block:permalinkpage}
- <div id="tet">
- <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="t">
- <div class="say">{Question}</div>
- <div style="text-align:right;">— {Asker}</div>
- <div class="cap">{Answer}</div>
- </div>
- <div id="tet">
- <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
- </div>
- {/block:Answer}
- {block:Photo}
- <div id="pht">
- <div id="perma">
- <div class="txt"><a href="{Permalink}">{DayOfMonth} {ShortMonth}, {NoteCountWithLabel}</a><br><a href="{ReblogURL}">Reblog</a></div>
- </div>
- {block:indexpage}
- <center><a href="{Permalink}" title="{NoteCountWithLabel}"><img style="" src="{PhotoURL-500}"></a></center>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
- {block:HighRes}<div style="text-align:right;"><small><a href="{PhotoURL-HighRes}">High Resolution</a></small></div>{/block:HighRes}
- <div class="cap">
- {block:Camera}{Camera}<br>{/block:Camera}
- {block:Aperture}{Aperture}<br>{/block:Aperture}
- {block:Exposure}{Exposure}<br>{/block:Exposure}
- {block:FocalLength}{FocalLength}<br>{/block:FocalLength}
- {block:Caption}{Caption}<br>{/block:Caption}
- </div>
- {/block:permalinkpage}
- <div style="margin-bottom:-10px;"></div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div id="pht">
- <div id="perma">
- <div class="txt"><a href="{Permalink}">{DayOfMonth} {ShortMonth}, {NoteCountWithLabel}</a><br><a href="{ReblogURL}">Reblog</a></div>
- </div>
- {block:indexpage}
- <center>{block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}</center>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{Photoset-500}</center>
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:permalinkpage}
- <div style="margin-bottom:-10px;"></div>
- </div>
- {/block:Photoset}
- {block:Video}
- {block:indexpage}
- <center>{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}</center>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{Video-500}</center>
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:permalinkpage}
- <div id="tet">
- <a href="{Permalink}">{TimeAgo}, {DayOfMonth} {ShortMonth}</a>
- </div>
- {/block:Video}
- {block:permalinkpage}
- <div class="permalinkpage">
- {block:Date}<p></p><br>{TimeAgo} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPm}</p>{/block:Date}
- {block:RebloggedFrom}Via; <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>, Source; <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br>{/block:RebloggedFrom}
- {block:HasTags}Tagged; {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}<br>{/block:HasTags}
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div><!--permalinkpage-->
- {/block:permalinkpage}
- </div><!--post-->
- {/block:Posts}
- </div><!--posts-->
- </div><!-- main -->
- <a style="position:fixed; bottom:5px; left:10px" href="http://subplanets.tumblr.com">theme</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement