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">
- <!------------------------------------------------------------------
- Hope Theme by Bjarki
- _ _ ____ _______ _____ ____ ___ _ _____
- | |__| | / /\ \ |__ __|| ____| / /\ \ | O \ | | | ____|
- | __ | / /__\ \ | | | _| / /__\ \ | / | | | _|
- | | | | / / \ \ | | | |___ / / \ \ | O \ | |__ | |___
- |_| |_|/_/ \_\ |_| |_____|/_/ \_\|___/ |____||_____|
- please do not remove the theme credit! thank you
- ------------------------------------------------------------------->
- <head>
- <link href='http://fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
- <meta name="description" content="{metadescription}" />
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Hover" content="#5d5d5d"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="image:Background" content="1"/>
- <meta name="image:sidebar" content="http://static.tumblr.com/lt3dexl/fAzmcgqnc/tumblr_mbum7mtqvu1r7dcuho1_500.jpeg"/>
- <meta name="image:postbackground" content="1"/>
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Four Title" content="" />
- <meta name="text:Link Four" content="" />
- <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lekton|Antic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
- ::-webkit-scrollbar-thumb { background-color:black; }
- a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- #tumblr_controls{
- position:fixed !important;
- }
- .wrapper{
- margin: 0px auto;
- width: 900px;
- }
- .header{
- float: left;
- width: 100%;
- }
- .left{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- .right{
- float: right;
- width: 200px;
- background-color: {color:Background};
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: antic;
- font-size: 11px;
- line-height:11px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat
- text-align: justify;
- }
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- a:hover{
- color:{color:Hover};
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- .entry {
- margin: 3px;
- padding: 5px;
- padding-bottom:4px;
- float:left;
- text-align: justify;
- background-color: white;
- font-family: antic;
- font-size: 11px;
- line-height:11px;
- {block:IndexPage}
- width:250px;
- border:1px solid transparent;
- -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:505px;
- margin-left:10px;
- {/block:PermalinkPage}
- }
- .entry:hover{
- {block:IndexPage}
- border:1px solid black;
- -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- {/block:IndexPage}
- }
- #sidebar {
- width:524px;
- font-family:antic;
- height:auto;
- font-size: 11px;
- margin-left:455px;
- margin-top:0px;
- background-color:#ffffff;
- border-top-right-radius:0px;
- border-top-left-radius:0px;
- z-index:9999;
- overflow:show;
- border:solid 1px #cecece;
- padding: 5px;
- position:fixed !important;
- opacity: 1.0;
- text-align: center;
- filter:alpha(opacity=100);
- -moz-opacity: 1.0;
- -khtml-opacity: 1.0;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- background:#ffffff;
- background-image:url({image:sidebar});
- background-attachment: fixed;
- background-size: 100% 100%;
- background-repeat:repeat;
- }
- #sidebar2 {
- width:524px;
- bottom:0px;
- font-family:antic;
- height:50px;
- font-size: 11px;
- margin-left:225px;
- background-color:#ffffff;
- border-top-right-radius:0px;
- border-top-left-radius:0px;
- z-index:9999;
- overflow:show;
- border:solid 1px #cecece;
- padding: 5px;
- position:fixed !important;
- opacity: 1.0;
- text-align: center;
- filter:alpha(opacity=100);
- -moz-opacity: 1.0;
- -khtml-opacity: 1.0;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- background:#ffffff;
- background-image:url({image:sidebar});
- background-attachment: fixed;
- background-size: 100% 100%;
- background-repeat:repeat;
- }
- #posts {
- width:536px;
- margin-top:40px;
- float:center;
- font-family: antic;
- margin-left:455px;
- background:#ffffff;
- background-image:url({image:postbackground});
- background-attachment: fixed;
- background-repeat:repeat;
- }
- #blogtitle{
- font-size:25px;
- text-align: center;
- line-height:25px;
- font-family: Emilys Candy;
- color:#000;
- text-transform:uppercase;
- }
- #blogtitle:hover{
- border-bottom: dashed 1px #fff;
- }
- .links a{
- font-size: 12px;
- text-align: right;
- line-height:15px;
- letter-spacing: 0px;
- margin: 3px;
- background-color: transparent;
- padding-left: 5px;
- padding-right: 5px;
- border-radius: 3px;
- text-transform: uppercase;
- font-family: consolas;
- color: #fff;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .links a:hover{
- border-top: dashed 1px #fff;
- }
- .textperma{
- display: block;
- font-family: antic;
- font-size: 11px;
- line-height:11px;
- text-transform: lowercase;
- text-align: right;
- background-color:#FFFFFF;
- padding: 0px;
- margin: 2px;
- }
- .title{
- font-family: antic;
- font-size: 15px;
- line-height: 15px;
- color: black;
- font-weight: normal;
- text-transform:uppercase;
- }
- </style>
- {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 $content = $('#posts');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="sidebar2">
- </a><br>
- {Description}<p>
- {block:ifLinkOneTitle}<span class="links"><a href="{text:Link One}">{text:Link One Title}</a></span> {/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle}<span class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></span> {/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}<span class="links"><a href="{text:Link Three}">{text:Link Three Title}</a></span> {/block:ifLinkThreeTitle}
- {block:ifLinkFourTitle}<span class="links"><a href="{text:Link Four}">{text:Link Four Title}</a></span> {/block:ifLinkFourTitle}
- {block:ifLinkFiveTitle}<span class="links"><a href="{text:Link five}">{text:Link Five Title}</a></span> {/block:ifLinkFiveTitle}
- <span class="links"><a href="http://wavethemes.tumblr.com/">theme</a>
- </div>
- </div>
- <div id="sidebar">
- <a href="/"><div id="blogtitle">{title}</div>
- </div>
- <div class="content">
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span></a>
- {block:IndexPage}
- <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
- {/block:IndexPage}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}
- <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="505"/></a>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}{block:IndexPage}
- <div class="permalink">
- <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}<center>{Photoset-400}</center></span>{/block:Photoset}
- {block:Quote}
- <span class="title">{Quote}</span><br />
- {block:Source}{Source}{/block:Source}
- {block:IndexPage}
- <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
- {/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}
- <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <center><div style="width:250px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
- {FormattedPlayCount} plays</small></div></div></center><br>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}
- <div class="textperma"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}{block:IndexPage}
- <div class="permalink">
- <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}
- <center>
- <div class="videoperma">{Video-400}</div><BR>
- {block:Caption}{Caption}</a>{/block:Caption}</center>
- {block:Video}
- {block:PermalinkPage}
- <center>
- {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </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}
- </div>
- </body>
- <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://hateable.tumblr.com">hateable</a></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment