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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</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}
- <!--
- Theme #2 by wonderfullythemes
- please leave the credit intact, thanks!!-->
- <!--MASONRY -->
- <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <stsss>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:200,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#entries');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#post, #post_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '#post, #post_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#scroll').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#entries').show(500);
- });
- </script>
- {/block:IndexPage}
- <meta name="color:Background" content="#000"/>
- <meta name="color:Text" content="#000"/>
- <meta name="color:Link" content="#444"/>
- <meta name="color:Hover" content="#e0e0e0"/>
- <meta name="color:Title" content="#000"/>
- <meta name="color:Scrollbar" content="#000" />
- <meta name="color:Tooltip Background" content="#fff" />
- <meta name="color:Tooltip Text" content="#444" />
- <meta name="color:Tooltip Border" content="#ddd" />
- <meta name="image:Background" content=""/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <meta name="if:ShowCustomCursor" content="0" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:3px;
- padding-right:2px;
- background-color:white;
- }
- ::-moz-selection {
- background: {color:Text};
- color:{color:Link};
- }
- ::selection {
- background: {color:Text};
- color:{color:Link};
- }
- #s-m-t-tooltip {
- border:1px solid #fff;
- max-width:200px;
- font-family:'calibri';
- font-size:10px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- border:1px solid {color:Tooltip Border};
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:3px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background:{color:Background};
- margin:0px;
- color:{color:Text};
- font-family:'calibri';
- font-size:10px;
- line-height:12px;
- font-style: none;
- {block:IfShowCustomCursor}
- cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
- {/block:IfShowCustomCursor}
- }
- a {
- color:{color:Link};
- text-decoration:none;
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color:{color:Hover};
- {block:IfShowCustomCursor}
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- {/block:IfShowCustomCursor}
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- #post img {
- max-width:100%;
- }
- /*--SIDEBAR--*/
- #title {
- color:{color:Link};
- font-family:'pt sans';
- font-size:20px;
- text-align:right;
- }
- #sidebar {
- background: {color:sidebar background};
- margin-left:50px;
- margin-top:140px;
- padding:25px;
- color: {color:sidebar text};
- width:170px;
- float:left;
- position:fixed;
- border-right:3px solid {color:Text};
- }
- #desc {
- width:140px;
- height:100px;
- overflow-y:scroll;
- margin-top:20px;
- margin-bottom:10px;
- margin-left:3px;
- padding:10px;
- color:{color:sidebar text};
- text-align:justify;
- font-family:'calibri';
- font-size:11px;
- font-weight:none;
- border:{color:post border} 1px solid;
- background-color:{color:background};
- }
- /*--NAV LINKS--*/
- #links {
- width:100%;
- font-family:'calibri';
- text-align:right;
- font-size:13px;
- font-weight:none;
- margin-top:20px;
- text-transform:lowercase;
- font-style:italic;
- }
- #links a {
- color:{color:Link};
- padding:3px;
- line-height:20px;
- }
- #links a:hover {
- background-color:{color:Hover};
- }
- /*--POSTS--*/
- #entries {
- position:relative;
- float:center;
- top:60px;
- text-align:justify;
- margin-bottom:20px;
- left:370px;
- width:990px;
- {block:PermalinkPage}
- width:300px;
- {/block:PermalinkPage}
- }
- #post {
- overflow-x:hidden;
- margin-bottom:20px;
- width:250px;
- padding:10px;
- margin-right:30px;
- {block:PermalinkPage}
- float:center;
- margin-bottom:0px;
- {/block:PermaLinkPage}
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--POST TYPES--*/
- #ask {
- float:left;
- margin-right:5px;
- }
- /*--from two column base code. link on my main blog--*/
- .audio{
- {block:IndexPage}width:180px;{/block:IndexPage}
- {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
- .info{
- padding:2px 0px 1px 57px;}
- .i {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;}
- .pl b,strong{
- text-transform:lowercase;
- font-size:9px;}
- .player{
- position:absolute;
- overflow:hidden;
- margin-top:0px;
- margin-left:15px;
- background:#ffffff;
- width:24px;
- height:23px;}
- .video-container {
- position:relative;
- padding-bottom:56.25%;
- padding-top: 30px;
- height:0;
- overflow:hidden;}
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;}
- .chat{
- line-height:12px;
- list-style:none;}
- .chat ul{
- list-style:none;
- padding:0px 5px;
- line-height:15px;}
- .label{
- color:{color:Link};}
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;}
- /*--INFO AND TAGS--*/
- #info {
- margin-left: 0px;
- position: absolute;
- width:100%;
- height:auto;
- padding:2px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #post:hover #info {
- opacity:0.9;
- background-color:#fff;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #footer {
- line-height:13px;
- text-transform:uppercase;
- width:250px;
- margin-left:0px;
- margin-top:10px;
- text-align:center;
- font-size:8px;
- padding-left:5px;
- position:relative;
- letter-spacing:2px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #footer a {
- color:{color:Link};
- }
- #footer a:hover {
- color:{color:Hover};
- }
- #perma {
- margin-top:20px;
- text-align:left;
- margin-bottom:40px;
- }
- /*--CREDIT DO NOT REMOVE--*/
- #cred {
- position:fixed;
- font-family:'Calibri';
- text-transform:uppercase;
- font-size:8px;
- right:9px;
- bottom:9px;
- padding:4px;
- color:{color:Link};
- letter-spacing:1px;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="header">
- <div id="title"><a href="/">{Title};</a></div>
- <div id="desc">{Description}</div>
- <div id="links">
- - <a href="{text:Link1}">{text:Link1 Text}</a><br>
- - <a href="{text:Link2}">{text:Link2 Text}</a><br>
- - <a href="{text:Link3}">{text:Link3 Text}</a><br>
- - <a href="{text:Link4}">{text:Link4 Text}</a>
- </div>
- </div>
- </div>
- <div id="entries">{block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}
- {block:IndexPage}
- <div id="footer">
- {block:NoteCount}<a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source <a href="{SourceURL}"></a>{/block:ContentSource}
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Text}
- {block:Photo}{block:IndexPage}
- <div id="info">
- {block:NoteCount}<a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source <a href="{SourceURL}"></a>{/block:ContentSource}
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- <a href="{Permalink}" target="blank"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>{/block:Photo}
- {block:Photoset}{block:IndexPage}
- <div id="info">
- {block:NoteCount}<a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source <a href="{SourceURL}"></a>{/block:ContentSource}
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {block:Photos}<a href="{Permalink}" target="blank"><img src="{PhotoURL-250}" /></a>{/block:Photos}{/block:IndexPage}
- {block:PermalinkPage}{block:Photos}<a href="{Permalink}" target="blank"><img src="{PhotoURL-250}" /></a>{/block:Photos}{/block:PermalinkPage}{/block:Photoset}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}
- {block:IndexPage}
- <div id="footer">
- {block:NoteCount}<a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source <a href="{SourceURL}"></a>{/block:ContentSource}
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
- {block:IndexPage}
- <div id="footer">
- {block:NoteCount}<a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source <a href="{SourceURL}"></a>{/block:ContentSource}
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}
- <div id="footer">
- {block:NoteCount}<a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source <a href="{SourceURL}"></a>{/block:ContentSource}
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}{/block:Chat}
- {block:Audio}<div class="player">{AudioPlayerWhite}</div>
- <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}
- <div id="footer">
- {block:NoteCount}<a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source <a href="{SourceURL}"></a>{/block:ContentSource}
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}{block:IndexPage}<div class="video-container">{Video-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:IndexPage}
- <div id="footer">
- {block:NoteCount}<a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source <a href="{SourceURL}"></a>{/block:ContentSource}
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}
- {block:IndexPage}
- <div id="footer">
- {block:NoteCount}<a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source <a href="{SourceURL}"></a>{/block:ContentSource}
- {block:HasTags}<br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {/block:Answer}
- </div>
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- <div id="perma">
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a> {/block:Date}
- {block:NoteCount} | <a href="{Permalink}">♥ {NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom} | <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom} <br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}<br></a>{/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- <div id="cred">
- <a href="http://wonderfullythemes.tumblr.com/">theme</a>
- </div>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- <!--For users adding Google Analytics ID-->
- <script>
- var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
- (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
- g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
- s.parentNode.insertBefore(g,s)}(document,'script'));
- </script>
- <!--do not remove, it will affect the code and your health-->
- <div id="cred"><a href="http://wonderfullythemes.tumblr.com/" title="wonderfullythemes">theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement