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">
- <!---------------------don't delete
- vanish theme by naturalblisse
- Do not delete the credit link, please! I've worked hard for this, and if you do and I saw it, I'll block you, sorry!
- please-------------------------->
- <head>
- <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:Link" content="#000000"/>
- <meta name="color:Hover" content="#5d5d5d"/>
- <meta name="image:Header" content="0"/>
- <meta name="image:Background" content="1"/>
- <meta name="if:Show Header Image" content="0"/>
- <meta name="text:Other" content="TEXTTEXTTEXTTEXTTEXTTEXT" />
- <meta name="text:Link One Title" content="link 1" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two Title" content="link 2" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content="link 3" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Four Title" content="link 4" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Five Title" content="link 5" />
- <meta name="text:Link Five" content="" />
- <meta name="text:Link Six Title" content="link 6" />
- <meta name="text:Link Six" content="" />
- <meta name="text:Link Seven Title" content="link 7" />
- <meta name="text:Link Seven" content="" />
- <meta name="text:Link Eight Title" content="link 8" />
- <meta name="text:Link Eight" content="" />
- <link href='http://fonts.googleapis.com/css?family=Codystar|Advent+Pro' rel='stylesheet' type='text/css'>
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $('li.drawer div:nth-child(2)').hide();
- $('li.drawer h4').click(function () {
- if ($(this).hasClass('open')) {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
- else {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
- $(this).next().slideDown();
- $(this).addClass('open');}
- });
- });
- </script>
- <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: left;
- width: 200px;
- background-color: {color:Background};
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: Trebuchet MS;
- font-size: 11px;
- line-height:11px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat
- text-align: right;
- }
- 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: 2px;
- padding: 3px;
- padding-bottom:2px;
- float:right;
- text-align: right;
- font-family: Trebuchet MS;
- font-size: 11px;
- line-height:11px;
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:600px;
- margin-left:200px;
- {/block:PermalinkPage}
- }
- img{
- filter: alpha (opacity=90);
- opacity: .8;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- transition: all 0.4s ease;
- }
- img:hover{
- filter: alpha (opacity=100);
- opacity: 1.0;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- transition: all 0.4s ease;
- }
- #posts {
- width:852px;
- margin-top:10px;
- float:left;
- font-family: Trebuchet MS;
- margin-left:50px;
- }
- .textperma{
- display: block;
- font-family: Trebuchet MS;
- font-size: 11px;
- line-height:11px;
- text-transform: lowercase;
- text-align: right;
- padding: 0px;
- margin: 2px;
- }
- .title{
- font-family: 'Codystar', cursive;
- font-size: 15px;
- line-height: 15px;
- color: black;
- font-weight: normal;
- text-transform:uppercase;
- }
- #sidebar{
- position:fixed !important;
- left:15px; padding-top:12px;
- top:35px;
- padding-bottom:12px;
- text-align:left;
- text-transform: uppercase;
- height:70px;
- width:250px;
- background-color:#fff;
- }
- #box{
- height:auto;
- opacity:1.0;
- text-align:center;
- z-index:99999999999999999999;
- background:transparent;}
- #cubehome a:link {
- color:{color:text};}
- #block1{
- border-radius: 10px;
- position:fixed !important;
- left:15px; padding-top:12px;
- bottom:200px;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- width:68px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999999999999999999999999999999;}
- #block1:hover{
- border-radius: 10px;
- border:1px solid #000;
- padding:5px;
- height:145px;
- width:200px;
- z-index:99999999999999999999999999999999999;
- opacity: 0.8;
- background:#fff;}
- #block2{
- border-radius: 10px;
- position:fixed;
- left:15px; padding-top:12px;
- bottom:150px;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- width:68px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:999999999;
- }
- #block2:hover{
- border-radius: 10px;
- border:1px solid #000;
- padding:5px;
- height:205px;
- overflow:hidden;
- width:390px;
- opacity:1.0;
- background:white;
- opacity: 0.8;
- z-index:999999999;}
- #block3{
- border-radius: 10px;
- position:fixed !important;
- left:15px; padding-top:12px;
- bottom:100px;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- width:68px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;}
- #block3:hover{
- border-radius: 10px;
- border:1px solid #000;
- padding:5px;
- height:145px;
- width:200px;
- z-index:999999999;
- opacity: 0.8;
- background:white;}
- #block4{
- border-radius: 10px;
- position:fixed !important;
- left:15px; padding-top:12px;
- bottom:50px;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- width:68px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;}
- #block4:hover{
- border-radius: 10px;
- border:1px solid #000;
- padding:5px;
- height:145px;
- width:200px;
- z-index:999999999;
- opacity: 0.8;
- background:white;}
- .blogtitle{
- font-size:40px;
- font-family: 'Codystar', cursive;
- cursor:default;
- line-height: 50px;
- bottom:200px;
- }
- </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://500px.com/unity/img/spinners/loader-small.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>
- <a href="/"><center>
- {block:IfHeaderImage}<img src="{image:Header}" width="500">{/block:IfHeaderImage}
- </center></a>
- <div class="wrapper">
- <div id="block1">
- <u>ABOUT</u><br>
- <div id="box">
- <br>
- {description}
- <br>
- </div></div>
- <div id="block2">
- <u>SPEAK</u><Br><p><br>
- <div id="box">
- <iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
- </div></div>
- <div id="block3">
- <u>LINKS</u><br><p><br>
- <div id="box">
- <big>{block:ifLinkOneTitle}
- <a href="{text:Link One}" class="link">{text:Link One Title}</a><br>
- {/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle}
- <a href="{text:Link Two}" class="link">{text:Link Two Title}</a><br>
- {/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}
- <a href="{text:Link Three}" class="link">{text:Link Three Title}</a><br>
- {/block:ifLinkThreeTitle}
- {block:ifLinkFourTitle}
- <a href="{text:Link Four}" class="link">{text:Link Four Title}</a><br>
- {/block:ifLinkFourTitle}
- {block:ifLinkFiveTitle}
- <a href="{text:Link Five}" class="link">{text:Link Five Title}</a><br>
- {/block:ifLinkFiveTitle}
- {block:ifLinkSixTitle}
- <a href="{text:Link Six}" class="link">{text:Link Six Title}</a><br>
- {/block:ifLinkSixTitle}
- {block:ifLinkSevenTitle}
- <a href="{text:Link Seven}" class="link">{text:Link Seven Title}</a><br>
- {/block:ifLinkSevenTitle}
- {block:ifLinkEightTitle}
- <a href="{text:Link Eight}" class="link">{text:Link Eight Title}</a><br>
- {/block:ifLinkEightTitle}</big>
- <BR><BR></div></div>
- <div id="block4">
- <u>OTHER</u><br><p><br>
- <div id="box">
- {text:Other}
- </div></div></center>
- <div class="content">
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- <center>
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="text">{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}<a href="{permalink}"><div class="photo"><a><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="510"/></a>{LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}{block:IndexPage}
- <div class="permalink">
- <a href="{permalink}">{NoteCountWithLabel}</a> ♡ <a href="{ReblogURL}" target="_blank"> {text:ReblogButton} </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:left;"><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"> {text:ReblogButton} </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}
- <left>
- {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</left>
- {/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}">Next »</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">Previous «</a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- <div style="display:block;bottom:5px;right:5px;font-size:21px;font-family:courier new;position:fixed;background-color:#ffffff;padding:4px;border-radius:5px;z-index:6;opacity:0.75;"><a href="http://naturalblisse.tumblr.com/">ℕ</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment