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:nav BG">
- <meta name="image:perma BG">
- <meta name="if:photo fade" content="0">
- <meta name="if:black music" content="0">
- <meta name="if:white music" content="1">
- <meta name="if:250px" content="1">
- <meta name="if:400px" content="0">
- <meta name="if:one column">
- <meta name="if:two column" content="1">
- <meta name="if:infinitescroll" content="1">
- <meta name="color:BG" content="#fff">
- <meta name="color:text" content="#666">
- <meta name="color:sp text" content="#555">
- <meta name="color:link" content="#333">
- <meta name="color:link hover" content="#333">
- <meta name="color:link click" content="#000">
- <meta name="color:title" content="#333">
- <meta name="color:borders" content="#666">
- <meta name="color:nav" content="#fff">
- <meta name="color:nav BG" content="#666">
- <meta name="color:nav hover" content="#fff">
- <meta name="color:nav BG hover" content="#000">
- <meta name="color:perma" content="#fff">
- <meta name="color:perma BG" content="#666">
- <meta name="color:scroll" content="#666">
- <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;
- color:#000;
- background:#fff;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- z-index:9999;
- }
- ::-webkit-scrollbar-track { background-color:{color:BG}; }
- ::-webkit-scrollbar-thumb { background-color:{color:scroll}; }
- ::-webkit-scrollbar { width:4px; height:4px; }
- ::selection { background:#e4e4e4; color:#000; }
- ::-moz-selection { background:#e4e4e4; color:#000; }
- ::-webkit-selection { background:#e4e4e4; color:#000; }
- body {
- font-family:consolas;
- 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;
- -webkit-transition:all 0.6s ease-in-out;
- -moz-transition:all 0.6s ease-in-out;
- -o-transition:all 0.6s ease-in-out;
- transition:all 0.6s ease-in-out;
- color:{color:link};
- }
- a:hover {
- text-decoration:line-through;
- }
- 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 #666;
- 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 {
- margin:auto;
- {block:indexpage}
- {block:iftwocolumn}
- {block:if250px}
- width:540px;
- {/block:if250px}
- {block:if400px}
- width:840px;
- {/block:if400px}
- {/block:iftwocolumn}
- {block:ifonecolumn}
- {block:if250px}
- width:270px;
- {/block:if250px}
- {block:if400px}
- width:520px;
- {/block:if400px}
- {/block:ifonecolumn}
- {/block:indexpage}
- {block:permalinkpage}
- width:530px;
- {/block:permalinkpage}
- }
- #posts {
- padding:5px;
- margin:5px 0px 5px 0px;
- {block:indexpage}
- {block:iftwocolumn}
- {block:if250px}
- width:540px;
- {/block:if250px}
- {block:if400px}
- width:840px;
- {/block:if400px}
- {/block:iftwocolumn}
- {block:ifonecolumn}
- {block:if250px}
- width:270px;
- {/block:if250px}
- {block:if400px}
- width:520px;
- {/block:if400px}
- {/block:ifonecolumn}
- {/block:indexpage}
- {block:permalinkpage}
- width:520px;
- {/block:permalinkpage}
- }
- .post {
- padding:5px;
- margin:5px;
- overflow:hidden;
- {block:indexpage}
- {block:iftwocolumn}
- float:left;
- {/block:iftwocolumn}
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .post img {
- {block:indexpage}
- max-width:230px;
- margin-bottom:-1px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- -webkit-transition:all 0.6s ease-in-out;
- -moz-transition:all 0.6s ease-in-out;
- -o-transition:all 0.6s ease-in-out;
- transition:all 0.6s ease-in-out;
- }
- {block:ifphotofade}
- .post img:hover {
- opacity:.75;
- }
- {/block:ifphotofade}
- .post:hover #perma {
- opacity:.9;
- }
- #perma {
- background:{color:perma BG} url('{image:perma BG}') fixed repeat center;
- letter-spacing:1px;
- opacity:0;
- position:relative;
- float:right;
- font-size:8px;
- text-transform:uppercase;
- -webkit-transition:all 0.6s ease-in-out;
- -moz-transition:all 0.6s ease-in-out;
- -o-transition:all 0.6s ease-in-out;
- transition:all 0.6s ease-in-out;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- }
- #perma a {
- color:{color:perma};
- }
- .txt {
- float:right;
- margin-right:5px;
- margin-top:-17px;
- padding:1px 7px 1px 7px;
- }
- .pht {
- margin-top:-17px;
- margin-right:5px;
- padding:1px 7px 1px 7px;
- }
- .head {
- padding:4px 15px 1px 15px;
- font-size:11px;
- letter-spacing:1px;
- color:{color:title};
- }
- .say {
- padding:4px 10px 1px 10px;
- color:{color:title};
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .cap {
- padding:2px 10px 3px 10px;
- }
- .permalinkpage {
- padding:10px;
- width:500px;
- }
- .nav {
- position:fixed;
- margin-left:-125px;
- bottom:25px;
- width:115px;
- padding:5px;
- text-align:right;
- {block:ifinfinitescroll}
- display:none;
- {/block:ifinfinitescroll}
- }
- #side {
- position:fixed;
- top:0px;
- margin-left:-125px;
- width:125px;
- height:100%;
- border-right:1px solid {color:borders};
- }
- #inside {
- position:fixed;
- top:125px;
- width:125px;
- text-align:right;
- }
- .show {
- padding:5px 5px 0px 5px;
- font-size:12px;
- }
- .hide {
- padding:5px;
- }
- .plus {
- color:{color:link};
- cursor:help;
- padding:0px 5px 0px 5px;
- -webkit-transition:all 0.6s ease-in-out;
- -moz-transition:all 0.6s ease-in-out;
- -o-transition:all 0.6s ease-in-out;
- transition:all 0.6s ease-in-out;
- }
- .plus:hover {
- background:{color:nav BG};
- color:{color:nav};
- }
- .links {
- padding:1px 5px 0px 5px;
- text-transform:uppercase;
- letter-spacing:1px;
- line-height:11px;
- }
- .links a {
- padding:0px 5px 0px 50px;
- background:{color:nav BG} url('{image:nav BG}') fixed repeat center;
- color:{color:nav};
- }
- .links a:hover {
- text-decoration:none;
- background:{color:nav BG hover};
- color:{nav hover};
- }
- .title {
- padding:2px 10px 2px 10px;
- font-size:11px;
- letter-spacing:1px;
- }
- </style>
- {block:iftwocolumn}
- <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>
- <script src="toggle.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".hide").hide();
- $(".show").click(function(){
- $('.hide').slideToggle(300);
- return true;
- });
- });
- </script>
- {/block:iftwocolumn}
- {block:ifonecolumn}
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".hide").hide();
- $(".show").click(function(){
- $(this).next(".hide").slideToggle('fast');
- }); }); </script>
- {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
- {/block:ifonecolumn}
- </head>
- <body>
- <div id="main">
- <div id="side">
- <div id="inside">
- <div class="show"><span class="plus">+</span></div>
- <div class="hide">{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 class="title"><a href="/">{title}</a></div>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<div class="head">{Title}</div>{/block:Title}
- <div class="cap">{Body}</div>
- <div id="perma" class="txt">
- <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
- </div>
- {/block:Text}
- {block:Quote}
- <div class="say">"{Quote}"</div>
- {block:Source}<div style="text-align:right">— {Source}</div>{/block:Source}
- <div id="perma" class="txt">
- <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
- </div>
- {/block:Quote}
- {block:Link}
- <div class="head"><a href="{URL}" target="{Target}">⇁ {Name}</a></div>
- {block:Description}<div class="cap">{Description}</div>{/block:Description}
- <div id="perma" class="txt">
- <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
- </div>
- {/block:Link}
- {block:Chat}
- {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 id="perma" class="txt">
- <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</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}
- {block:AudioPlayer}<center>
- {block:ifwhitemusic}{AudioPlayerWhite}{/block:ifwhitemusic}
- {block:ifnotblackmusic}{block:ifnotwhitemusic}{AudioPlayerGrey}{/block:ifnotwhitemusic}{/block:ifnotblackmusic}
- {block:ifblackmusic}{AudioPlayerBlack}{/block:ifblackmusic}
- </center>{/block:AudioPlayer}
- <div class="cap">
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}{Artist}<br>{/block:Artist}
- {block:Album}{Album}<br>{/block:Album}
- {block:PlayCount}{PlayCountWithLabel}<br>{/block:PlayCount}
- {block:ExternalAudio}<a href="{ExternalAudioURL}">Download</a><br>{/block:ExternalAudio}
- {block:permalinkpage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:permalinkpage}
- </div>
- <div id="perma" class="txt">
- <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="say">{Question}</div>
- <div style="text-align:right;">— {Asker}</div>
- <div class="cap">{Answer}</div>
- <div id="perma" class="txt">
- <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
- </div>
- {/block:Answer}
- {block:Photo}
- {block:indexpage}
- <center><a href="{Permalink}" title="{NoteCountWithLabel}; {24Hour}:{Minutes}"><img style="{block:if250px}max-width:250px;{/block:if250px}{block:if400px}max-width:400px;{/block:if400px}" 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}
- {/block:Photo}
- {block:Photoset}
- {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 id="perma" class="pht">
- <a href="{Permalink}">{NoteCountWithLabel};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
- </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="perma" class="pht">
- <a href="{Permalink}">{NoteCountWithLabel};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
- </div>
- {/block:Video}
- </div><!--post-->
- {block:permalinkpage}
- <div class="permalinkpage">
- {block:Date}Posted — {TimeAgo} on {DayOfWeek} {Month} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPm}<br>{/block:Date}
- Navigation — {block:PreviousPost}<a href="{PreviousPost}">Prev Post</a> {/block:PreviousPost}<a href="/ask">Message</a> <a href="/archive">History</a> <a href="/random">Random</a> {block:NextPost}<a href="{NextPost}">Next Post</a>{/block:NextPost}<br>
- {block:HasTags}Tagged — {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}Via — <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> — Source — <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br>{/block:RebloggedFrom}
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div><!--permalinkpage-->
- {/block:permalinkpage}
- {/block:Posts}
- </div><!--posts-->
- <div class="nav">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">Prev</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div><!-- main -->
- <a style="position:fixed; bottom:5px; left:10px; z-index:9999;" href="http://subplanets.tumblr.com">theme</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement