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>
- <!--- Theme #38 by wonderfullythemes
- no stealing/copying/removing the credit etc you guys know the drill--->
- <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}
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <!--SCRIPT FOR STICKY HEADER-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- var menu = document.querySelector('.sidebar');
- var origOffsetY = menu.offsetTop;
- function scroll () {
- if ($(window).scrollTop() >= origOffsetY) {
- $('.sidebar').addClass('sticky');
- } else {
- $('.sidebar').removeClass('sticky');
- }
- }
- document.onscroll = scroll;
- });
- </script>
- <!--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="#fff"/>
- <meta name="color:Link" content="#fff"/>
- <meta name="color:Hover" content="#e0e0e0"/>
- <meta name="color:Title" content="#000"/>
- <meta name="color:Header Background" content="#000" />
- <meta name="color:Scrollbar" content="#000" />
- <meta name="image:Background" content=""/>
- <meta name="text:Quote" content="Quote Here" />
- <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="1" />
- <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;
- }
- #s-m-t-tooltip {
- border:1px solid #fff;
- max-width:200px;
- font-family:'calibri';
- font-size:8px;
- background-color:#black;
- color:#fff;
- 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;
- }
- #post img {
- max-width:100%;
- }
- #entries {
- position:relative;
- float:center;
- top:160px;
- text-align:justify;
- margin-bottom:40px;
- left:120px;
- width:1200px;
- {block:PermalinkPage}
- left:520px;
- width:300px;
- {/block:PermalinkPage}
- }
- #post {
- overflow-x:hidden;
- margin-bottom:80px;
- width:150px;
- padding:30px;
- border:1px solid {color:Text};
- margin-right:80px;
- {block:PermalinkPage}
- float:center;
- width:250px;
- {/block:PermaLinkPage}
- }
- .intro {
- height:200px;
- color:{color:Background};
- }
- /*--SIDEBAR--*/
- .sidebar {
- width:100%;
- background-color:{color:Header Background};
- position:absolute;
- top:180px;
- padding:10px;
- left:0px;
- height:80px;
- z-index:9999;
- border-bottom:10px solid {color:Background};
- overflow:hidden;
- }
- .sticky {
- position:fixed;
- top:0;
- }
- .sidebar:hover #title2 {
- margin-top:-100px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #title2 {
- margin-top:15px;
- margin-left:42%;
- width:150px;
- text-align:center;
- line-height:100%;
- font-size:11px;
- text-transform:uppercase;
- color:{color:Title};
- padding:20px;
- border:1px solid {color:Title};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .sidebar:hover .madeby {
- margin-top:80px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .madeby {
- letter-spacing:3px;
- text-transform:uppercase;
- width:100%;
- text-align:center;
- margin-top:100px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .desc {
- color:{color:Text};
- margin-top:30px;
- width:500px;
- border-right:1px solid white;
- text-align:right;
- padding-top:30px;
- padding-left:40px;
- padding-bottom:40px;
- padding-right:140px;
- height:auto;
- opacity:1;
- position:absolute;
- line-height:100%;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:1px;
- }
- .links {
- right:0;
- margin-top:30px;
- position:absolute;
- width:500px;
- height:auto;
- padding-top:30px;
- padding-left:140px;
- padding-bottom:40px;
- padding-right:40px;
- font-size:8px;
- letter-spacing:1px;
- text-align:left;
- font-style:none;
- line-height:100%;
- text-transform:uppercase;
- }
- .links a {
- color:{color:Link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .links a:hover {
- color:{color:Hover};
- letter-spacing:5px;
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #pagination {
- width:100%;
- position:relative;
- text-align:center;
- margin-top:5px;
- text-transform:none;
- font-style:none;
- text-transform: lowercase;
- }
- #info {
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- font-style:none;
- font-size:8px;
- color:{color:Text};
- text-align:left;
- height:100px;
- margin-top:-20px;
- width:100px;
- left:350px;
- }
- #info a {
- color:white;
- }
- #info a:hover {
- box-shadow: inset 0 -9px 0 #fff;
- color:black;
- }
- /*--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;}
- /*CREDIT*/
- #cred {
- position:fixed;
- font-family:'Calibri';
- text-transform:uppercase;
- font-size:8px;
- right:9px;
- bottom:9px;
- padding:4px;
- color:{color:Link};
- letter-spacing:1px;
- }
- /*--LIKE AND REBLOG BUTTONS--*/
- .wowpost {
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- {block:IndexPage}
- #post:hover .wowpost {
- opacity:.4;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- {/block:IndexPage}
- #post:hover .like_and_reblog_buttons {
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .like_and_reblog_buttons {
- top:50%;
- left:50%;
- margin-top:-14px;
- margin-left:-53px;
- height:auto;
- width:250px;
- list-style: none;
- position:absolute;
- z-index:1;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .like_and_reblog_buttons li {
- font-size:17px;
- height:14px;
- width:14px;
- padding:8px;
- background-color:black;
- border:1px solid white;
- list-style:none;
- margin-right:3px;
- color:white;
- position:relative;
- display:inline-block;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .like_and_reblog_buttons li a {
- color:white;
- }
- .like_and_reblog_buttons li a:hover {
- text-decoration:none;
- }
- {CustomCSS}</style></head><body>
- <div class="intro">
- <div class="desc">{Description}</div>
- <div class="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 class="sidebar">
- <div id="title2">{Title}</div>
- <div class="madeby">
- {text:Quote}
- </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:IndexPage}<div class="like_and_reblog_buttons">
- <li>{ReblogButton size="14" color="white"}</li>
- <li>{LikeButton size="14" color="white"}</li>
- <li style="margin-left:-1px"><a href="{Permalink}"><i class="fa fa-link"></i></a></li>
- </div>
- {/block:IndexPage}
- <div class="wowpost">
- {block:PermalinkPage}
- <div id="info">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a> {/block:Date}
- {block:NoteCount}<br><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom} | <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom} <br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}<br></a>{/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{block:IndexPage}
- <a href="{Permalink}" target="blank"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="150px"/></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>{/block:Photo}
- {block:Photoset}{block:IndexPage}{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:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/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}
- {/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}
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}{block:IndexPage}<div class="video-container">{Video-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
- </div>
- </div>
- {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}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement