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">
- <!--
- Bluebird Theme by Cai @cartoonskid
- ᵒ Do not remove or change the credit in any way
- ᵒ Do not use as a base, the base I used is from here http://pastebin.com/5XQGEZPV
- ᵒ Do not steal from or redistribute
- Please contact me if you have any questions or concerns and enjoy!
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="color:Background" content="#fff" />
- <meta name="color:Posts" content="#fff" />
- <meta name="color:Text" content="#000" />
- <meta name="color:Highlights" content="#e3f3fc" />
- <meta name="text:Updates Top" content="15px"/>
- <meta name="text:Link One" content="Link One"/>
- <meta name="text:Link One URL" content="/"/>
- <meta name="text:Link Two" content="Link Two"/>
- <meta name="text:Link Two URL" content="/"/>
- <meta name="text:Link Three" content="Link Three"/>
- <meta name="text:Link Three URL" content="/"/>
- <meta name="text:Link Four" content="Link Four"/>
- <meta name="text:Link Four URL" content="/"/>
- <meta name="image:Avi" content=""/>
- <style type="text/css">
- body{background-color:{color:background};font-family:"AtlasTypewriterRegular", "Andale Mono", "Consolas", "Lucida Console", "Menlo", "Luxi Mono", monospace; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;height: 100%; width: 100%;word-wrap:break-word;}
- a{-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease}
- a:hover{-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;border-radius:2px;}
- img{width:100%;height:100%;border-radius:2px;}
- ul{list-style-type:circle;margin-left:-15px;}
- ol.notes{width:245px;padding:0px;list-style-type:none;letter-spacing:1px;margin-left:0px;text-align:left;margin-left:2px;margin-top:20px;}
- li.note{padding:5px;margin-bottom:5px;background-color:white;}
- img.avatar{vertical-align: -4px;margin-right:10px;width:14px;height:14px;}
- ol.notes blockquote{background-color:#f4f4f4;padding:5px;margin-top:10px;margin-left:auto;margin-right:auto;width:90%;border-radius:2px;border-left:0px;}
- #wrap{margin-top:40px;margin-left:auto;margin-right:auto;width:600px;}
- #posts{{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}padding:10px;font-size:12px;margin-left:20px;background-color:white;margin-bottom:20px;padding-bottom:15px;margin-top:-9px;border-radius:2px;float:left;border:1px solid #000;}
- #posts blockquote{border-left:1px solid #cacece;padding:0px 8px;margin-left:0px; width:97%;}
- #posts a{text-decoration:underline;color:{color:text};}
- #posts a:hover {text-decoration:line-through;background:transparent;}
- #permalink{font-size:11px;padding-top:10px;background-color:{color:highlights};padding:5px;margin-top:5px;border-radius:2px;}
- #permalink a{font-style:normal;text-decoration:none;}
- #permalink a:hover{font-style:none;text-decoration:none;background:{color:background};}
- #titles{font-family:consolas;font-weight:bold;padding-bottom:8px;font-size:18px;text-align:left;}
- #titles a{font-style:normal;}
- #titles a:hover{font-style:none;background:{color:highlights};text-decoration:none;}
- #musicinfo{padding:5px;{block:IndexPage}width:238px;{/block:IndexPage}{block:PermalinkPage}width:388px;{/block:PermalinkPage}}
- #ans blockquote{border:0px; margin-left:-10px;width:100%;}
- #ans img{margin-left:-5px;width:100%; height:100%};
- ol{margin-left:-15px;}
- #pagination a{text-decoration:none; color:{color:text};}
- #nice{background-color:white;width:200px;height:200px;position:fixed;bottom:{text:updates top};right:15px;border-radius:2px;font-size:10px;padding:5px;}
- #nice a{color:black;text-decoration:underline;}
- #cred{position:fixed;bottom:5px;right:5px;font-size:10px;}
- #cred a{text-decoration:none;color:{color:text};}
- #side{position:fixed; margin-top:150px; margin-left:-210px;font-size:12px; width:150px;}
- #desc{background-color:white;padding:5px;text-align:center;}
- #side a{color:black;text-decoration:none;background-color:{color:background};}
- </style></head><body>
- <div id="wrap">
- <div id="side">
- <center><img style="width:60px;border-radius:90px;height:60px;" src="{image:avi}"/></center>
- <p></p><div id="desc">{Description}<p></p>
- <a href="{text:link one url}">{text:link one}</a>
- <a href="{text:link two url}">{text:link two}</a>
- <a href="{text:link three url}">{text:link three}</a>
- <a href="{text:link four url}">{text:link four}</a>
- </div>
- <p></p><br><center>{block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {CurrentPage} / {TotalPages}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
- {/block:Pagination}</center>
- </div>
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}<div id="titles">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div id="titles">{Quote}</div>
- <br />{Source}
- {/block:Quote}
- {block:Link}
- <div id="titles"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- <center><img src="{block:IndexPage}{PhotoURL-250}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-400}{/block:PermalinkPage}"/></center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Chat}
- {block:Title}<div id="titles">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br />
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="musicinfo" style="margin-left:-5px;">{Asker} asked: {Question}<p></p>
- </div>
- <div id="ans">{Answer}</div>
- {/block:Answer}
- {block:Audio}
- <div id="musicinfo" style="height:55px; max-width:150px;">{block:TrackName}<b>{TrackName}</b>{/block:TrackName} {block:Artist}<p></p>{Artist}{/block:Artist}</div> <div style="border-bottom:1px solid {color:text};"></div>
- <div style="margin-top:20px;">{block:AudioPlayer}{AudioPlayerwhite}{/block:AudioPlayer}{AudioEmbed-250}{/block:AudioEmbed}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:IndexPage}
- {block:Date}<div id="permalink">
- <a href="{Permalink}" title="Permalink">{Timeago}</a>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<p></p><b>Tags:</b> {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags}</div>{/block:Date}
- {/block:IndexPage}
- {block:PermalinkPage}{block:Date}
- <div id="permalink"><b>Posted:</b> {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} {TimeAgo}, {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>, <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}</div>
- {/block:Date}{/block:PermalinkPage}
- {block:PermalinkPage}
- {block:HasTags}<div id="permalink">
- <b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}</div>
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- <div id="cred"><a href="http://pastebin.com/u/winchesterkirk" title="Code by Cai">Credit</a></div>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#wrap');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#posts',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '#posts',
- loadingImg : "",
- loadingText : " ",
- donetext : " ",
- extraScrollPx : 0,
- bufferPx : 10000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#wrap').show(500);
- });
- </script>
- <script language="JavaScript">
- function function1(){
- window.scrollTo(0,5);
- }
- function function2(){
- window.scroll(0,2);
- }
- </script>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment