Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <!-- Theme #35 by wonderfullythemes
- keep all credits intact thanks -->
- <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">
- <!--TITLE PAGE TO HEADER-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(
- function(){
- $(".blogtitle").click(function () {
- $(".sidebar").addClass("header");
- $(".blogtitle").addClass("title2");
- $(".fancystuff").addClass("idek")
- });
- $(".blogtitle").click(function () {
- $(".fancystuff").show("slow")
- });
- });
- </script>
- <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){$(document)
- .ready(function(){$("[title]")
- .style_my_tooltips();});})
- (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}
- <!---------------END SCRIPTS--------------->
- <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="#fff"/>
- <meta name="color:Title Border" content="#fff" />
- <meta name="color:Header Background" content="#ddd" />
- <meta name="color:Post Border" content-"#ddd" />
- <meta name="color:Scrollbar" content="#fff" />
- <meta name="color:Description Border" content="#fff" />
- <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="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:transparent;
- }
- #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;
- }
- li {
- list-style:square;
- }
- blockquote {
- border-left:2px solid {color:Text};
- padding-left:5px;
- }
- #entries {
- position:relative;
- float:center;
- top:200px;
- text-align:justify;
- margin-bottom:40px;
- left:70px;
- width:1220px;
- {block:PermalinkPage}
- float:left;
- left:500px;
- width:300px;
- {/block:PermalinkPage}
- }
- #post {
- overflow-x:hidden;
- margin-bottom:80px;
- width:150px;
- padding:30px;
- border:1px solid {color:Post Border};
- margin-right:80px;
- {block:PermalinkPage}
- float:center;
- width:250px;
- {/block:PermaLinkPage}
- }
- #post img{
- max-width:100%;
- }
- /*--HEADER--*/
- .sidebar{
- top:0;
- left:0;
- width:100%;
- height:1000px;
- position:fixed;
- text-align:center;
- z-index:2;
- background-color:{color:Header Background};
- background-image: url({image:Background});
- background-attachment:fixed;
- background-size:cover;
- background-repeat:no-repeat;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .header {
- height:150px;
- overflow:hidden;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .blogtitle {
- top:50%;
- left:50%;
- margin-top:-220px;
- margin-left:-200px;
- width:300px;
- font-size:13px;
- letter-spacing:4px;
- padding:40px;
- line-height:18px;
- text-align:center;
- text-transform:uppercase;
- color:{color:Title};
- border:1px solid {color:Title Border};
- position:absolute;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .blogtitle:hover {
- cursor:help;
- background: rgba(0,0,0,0.5);
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .title2 {
- border-top:1px solid transparent;
- border-bottom:1px solid transparent;
- border-left:1px solid transparent;
- border-right:1px solid white;
- position:absolute;
- bottom:20px;
- left:20px;
- margin-left:0;
- margin-top:-50px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .fancystuff {
- top:25px;
- left:450px;
- width:680px;
- height:100px;
- position:absolute;
- display:none;
- }
- .description {
- text-align:left;
- height:20px;
- padding-left:20px;
- padding-right:20px;
- padding-bottom:20px;
- margin-top:20px;
- font-style:italic;
- border-bottom:1px solid {color:Description Border};
- }
- .links {
- padding-top:10px;
- padding-left:20px;
- text-align:left;
- }
- .links a {
- padding:3px;
- line-height:16px;
- text-transform:uppercase;
- color:{color:Text};
- }
- .links a:hover {
- letter-spacing:3px;
- color:{color:Hover};
- }
- /*--POST TYPES--*/
- #ask {
- float:left;
- margin-right:5px;
- }
- .answer {
- border-top:1px solid white;
- margin-top:10px;
- }
- /*--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};
- }
- /*--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;
- }
- /*--PERMALINK PAGE--*/
- #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:{color:Link};
- }
- #info a:hover {
- background-color:{color:Hover};
- color:{color:Link};
- }
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;
- }
- #credit{
- position:fixed;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- font-family:Calibri;
- font-size:8px;}
- #credit a{
- color:#aaaaaa;}
- </style>
- </head>
- <body>
- <center>
- <div id="entries">
- <!---------------EDIT SIDEBAR CONTENT HERE--------------->
- <div class="sidebar">
- <div class="blogtitle">{Title}</div>
- <div class="fancystuff">
- <div class="description">{Description}</div>
- <div class="links">
- <a href="{text:Link1}">{text:Link1 Text}</a> |
- <a href="{text:Link2}">{text:Link2 Text}</a> |
- <a href="{text:Link3}">{text:Link3 Text}</a> |
- <a href="{text:Link4}">{text:Link4 Text}</a>
- </div>
- </div>
- </div>
- {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}
- {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}
- <div class="wowpost">
- {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{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}<span style="color:{color:Link}">“ </span><span style="text-transform:uppercase;font-size:8px">{Quote}</span><span style="color:{color:Link}"> ”</span>{block:Source}<p> —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h2><a href="{URL}" {Target}>{Name}</a></h2>{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">{AudioPlayerBlack}</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-250}{/block:PermalinkPage}{/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}<div class="answer">{Answer}</div>{/block:Answer}
- </div>
- </div>
- {/block:Posts}
- <div style="height:100px;overflow-y:scroll">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- </div>
- <!---------------DO NOT DELETE THIS--------------->
- {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}
- </center>
- </body>
- <!---------------EDIT CREDIT CONTENT HERE--------------->
- <div id="credit"><a href="http://wonderfullythemes.tumblr.com/">theme</a></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement