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:side" content="http://static.tumblr.com/etg2y2m/5p8mfw88h/tumblr_lwudcgoba01qb4g88o1_500a.png">
- <meta name="if:counter" content="0">
- <meta name="if:photo fade" content="0">
- <meta name="if:black music" content="0">
- <meta name="if:white music" content="1">
- <meta name="if:black music tab">
- <meta name="if:white music tab" content="1">
- <meta name="color:BG" content="#fff">
- <meta name="color:text" content="#888">
- <meta name="color:sp text" content="#666">
- <meta name="color:link" content="#333">
- <meta name="color:link hover" content="#000">
- <meta name="color:link click" content="#fff">
- <meta name="color:title" content="#333">
- <meta name="color:nav" content="#000">
- <meta name="color:nav border" content="#000">
- <meta name="color:nav hover" content="#fff">
- <meta name="color:nav border hover" content="#fff">
- <meta name="color:perma" content="#fff">
- <meta name="color:perma BG" content="#000">
- <meta name="color:top bar" content="#000">
- <meta name="color:scroll" content="#000">
- <meta name="color:post BG" content="#fff">
- <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">
- <meta name="text:music player">
- <style type="text/css">
- iframe#tumblr_controls{
- right:0px !important;
- position:fixed !important;
- z-index:9999999;
- }
- ::-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;
- color:{color:link};
- -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:hover {
- color:{color:link};
- -webkit-transition:all 0s ease-in-out;
- -moz-transition:all 0s ease-in-out;
- -o-transition:all 0s ease-in-out;
- transition:all 0s ease-in-out;
- }
- a:active {
- color:{color:link hover};
- -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:text};
- padding:0px 0px 0px 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}
- width:685px;
- {/block:indexpage}
- {block:permalinkpage}
- width:665px;
- {/block:permalinkpage}
- }
- #posts {
- padding:5px;
- margin:25px 0px 5px 0px;
- {block:indexpage}
- width:540px;
- {/block:indexpage}
- {block:permalinkpage}
- width:520px;
- {/block:permalinkpage}
- }
- .post {
- padding:5px;
- margin:5px;
- overflow:hidden;
- background:{color:post BG};
- {block:indexpage}
- width:250px;
- float:left;
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .post img {
- margin-bottom:-2px;
- {block:indexpage}
- max-width:230px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- }
- .post:hover #perma {
- opacity:.9;
- }
- #perma {
- background:transparent;
- letter-spacing:1px;
- opacity:0;
- position:absolute;
- overflow:hidden;
- width:230px;
- text-align:right;
- background:{color:perma BG};
- padding:3px 10px 3px 10px;
- -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;
- z-index:3;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- }
- #perma a {
- color:{color:perma};
- }
- #perma a:hover {
- color:{color:perma BG};
- }
- .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;
- }
- .cap {
- padding:2px 10px 3px 10px;
- }
- .permalinkpage {
- padding:10px;
- width:500px;
- }
- .nav {
- display:none;
- }
- #top {
- position:fixed;
- top:0px;
- left:0px;
- height:25px;
- width:100%;
- background:{color:top bar};
- opacity:.9;
- z-index:5;
- }
- #side {
- position:fixed;
- top:35px;
- width:125px;
- padding:5px;
- {block:indexpage}
- margin-left:550px;
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:530px;
- {/block:permalinkpage}
- }
- .title {
- font-size:11px;
- letter-spacing:2px;
- }
- .img {
- width:125px;
- margin-top:5px;
- margin-bottom:5px;
- }
- .links {
- line-height:8px;
- margin-top:5px;
- }
- .links a {
- display:block;
- border-left:5px solid {color:nav border};
- padding-left:5px;
- margin-top:3px;
- margin-bottom:3px;
- letter-spacing:1px;
- color:{color:nav};
- -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:hover {
- color:{color:nav hover};
- border-left:25px solid {color:nav border hover};
- }
- #musicplayer {
- text-align:center;
- font-size:10px;
- position:fixed;
- top:-25px;
- margin-left:-70px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- z-index:99;
- }
- #musicplayer:hover {
- top:0px;
- }
- #music {
- padding: 3px 5px 0px 20px;
- width:50px;
- z-index: 9999;
- }
- #musictab {
- float:right;
- letter-spacing:2px;
- height:25px;
- padding: 0px 8px 5px 0px;
- width: 80px;
- {block:ifwhitemusictab}color:white;{/block:ifwhitemusictab}
- {block:ifblackmusictab}color:black;{/block:ifblackmusictab}
- }
- .mus {
- float:left;
- padding-left:15px;
- padding-top:5px;
- }
- </style>
- <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>
- <script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>
- <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>
- </head>
- <body>
- <div id="top"></div>
- <div id="main">
- {block:ifmusicplayer}
- <div id="musicplayer">
- <div id="music"> <center>{text:music player}</center> </div>
- {block:ifwhitemusictab}<div id="musictab"><br><div class="mus">music</div><img src="http://fc04.deviantart.net/fs71/f/2012/116/e/4/white_by_aiyouu-d4xoqzr.gif"></div>{/block:ifwhitemusictab}
- {block:ifblackmusictab}<div id="musictab"><br><div class="mus">music</div><img style="padding-top:4px;" src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"></div>{/block:ifblackmusictab}
- </div>
- {/block:ifmusicplayer}
- <div id="side">
- <div class="title"><a href="/">{title}</a></div>
- <img class="img" src="{image:side}">
- {description}
- <div class="links">
- <a href="/">Home</a> <a href="/ask">Message</a> <a href="/archive">Archives</a>{block:iflinkone}<a href="{text:link one}">{text:link one title}</a>{/block:iflinkone}{block:iflinktwo}<a href="{text:link two}">{text:link two title}</a>{/block:iflinktwo}{block:iflinkthree}<a href="{text:link three}">{text:link three title}</a>{/block:iflinkthree}
- <div class="nav">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">Prev</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="post">
- <div id="perma">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{ShortYear} / {NoteCountWithLabel}</a>
- </div>
- {block:Text}
- {block:Title}<div class="head">{Title}</div>{/block:Title}
- <div class="cap">{Body}</div>
- {/block:Text}
- {block:Quote}
- <div class="say">"{Quote}"</div>
- {block:Source}<div style="text-align:right">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="head"><a href="{URL}" target="{Target}">⇁ {Name}</a></div>
- {block:Description}<div class="cap">{Description}</div>{/block:Description}
- {/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>
- {/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>
- {/block:Audio}
- {block:Answer}
- <div class="say">{Question}</div>
- <div style="text-align:right;">— {Asker}</div>
- <div class="cap">{Answer}</div>
- {/block:Answer}
- {block:Photo}
- {block:indexpage}
- <center><img style="max-width:250px;" src="{PhotoURL-500}"></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>{Photoset-250}</center>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{Photoset-500}</center>
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Video}
- {block:indexpage}
- <center>{Video-250}</center>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{Video-500}</center>
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:permalinkpage}
- {/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><!-- main -->
- <a style="position:fixed; top:30px; left:10px;" href="http://subplanets.tumblr.com">theme</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement