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">
- <!-- ----------------------------------
- {500} Days Of Summer Theme
- Credit: http://evanescen-t.tumblr.com/
- Please don't remove the credit! I spent a lot of time on this theme so I feel credit should not be removed from this theme. Feel free to edit the theme as you wish, but please keep the credit.
- ---------------------------------- -->
- <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 Title" content="1"/>
- <meta name="if:Show Header Image" content="0"/>
- <meta name="text:More" content="type text here" />
- <meta name="text:Reblog button" content="steal" />
- <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=Josefin+Sans:100' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Muli|Oxygen|Varela|Telex' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' 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: right;
- width: 200px;
- background-color: {color:Background};
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: "Happy Monkey";
- font-size: 11px;
- line-height:11px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat
- text-align: left;
- }
- 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: left;
- font-family: varela;
- 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: 'Happy Monkey';
- margin-left:50px;
- }
- .textperma{
- display: block;
- font-family: 'Happy Monkey';
- font-size: 11px;
- line-height:11px;
- text-transform: lowercase;
- text-align: right;
- padding: 0px;
- margin: 2px;
- }
- .title{
- font-family: 'Happy Monkey';
- font-size: 15px;
- line-height: 15px;
- color: black;
- font-weight: normal;
- text-transform:uppercase;
- }
- #sidebar{
- position:fixed !important;
- right:15px; padding-top:12px;
- top:35px;
- padding-bottom:12px;
- text-align:right;
- 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:1px dashed #000;
- position:fixed !important;
- right:15px; padding-top:12px;
- top: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:9999999999999999999999999999999;}
- #block1:hover{
- border:1px dashed #000;
- padding:5px;
- height:145px;
- width:200px;
- z-index:99999999999999999999999999999999999;
- opacity: 0.8;
- background:#fff;}
- #block2{
- border:1px dashed #000;
- position:fixed;
- right:15px; padding-top:12px;
- top: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:999999999;
- }
- #block2:hover{
- border:1px dashed #000;
- padding:5px;
- height:205px;
- overflow:hidden;
- width:390px;
- opacity:1.0;
- background:white;
- opacity: 0.8;
- z-index:999999999;}
- #block3{
- border:1px dashed #000;
- position:fixed !important;
- right:15px; padding-top:12px;
- top:250px;
- 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:1px dashed #000;
- padding:5px;
- height:145px;
- width:200px;
- z-index:999999999;
- opacity: 0.8;
- background:white;}
- #block5{
- border:1px dashed #000;
- position:fixed !important;
- right:15px; padding-top:12px;
- top:300px;
- 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;}
- #block5:hover{
- border:1px dashed #000;
- padding:5px;
- height:145px;
- width:200px;
- z-index:999999999;
- opacity: 0.8;
- background:white;}
- .blogtitle{
- font-size:40px;
- font-family: 'Josefin Sans', sans-serif;
- cursor:default;
- line-height: 50px;
- }
- </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 id="sidebar">
- <left>
- {block:ifshowtitle}
- <div class="blogtitle">
- <a href="/">{title}</a>
- </div>
- {/block:ifshowtitle}
- {block:ifshowheaderimage}
- <a href="/"><img src="{image:Header}" height="68"/></a>
- {/block:ifshowheaderimage}
- <br><br>
- </left>
- </div>
- </div>
- <div id="block1">
- ABOUT<br>
- <div id="box">
- <br>
- {description}
- <br>
- </div></div>
- <div id="block2">
- MESSAGE<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">
- LINKS<br><p><br>
- <div id="box">
- {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}
- <BR><BR></div></div>
- <div id="block5">
- MORE<br><p><br>
- <div id="box">
- {text:More}
- </div></div></center>
- <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="text">{Body}</span></a>
- {block:IndexPage}
- <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">{text:ReblogButton}</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">{text:ReblogButton}</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">{text:ReblogButton}</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">{text:ReblogButton}</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">{text:ReblogButton}</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}"> →</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">← </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- <!-- ----------------------------------
- {500} Days Of Summer Theme
- Credit: http://evanescen-t.tumblr.com/
- Please don't remove the credit! I spent a lot of time on this theme so I feel credit should not be removed from this theme. Feel free to edit the theme as you wish, but please keep the credit.
- ---------------------------------- -->
- <div style="float: left; position: fixed; bottom: 8px; left: 8px; text-transform:uppercase; font-family:'Josefin Sans'; font-size:20px;"> <a href="http://www.evanescen-t.tumblr.com" target="_blank">E/T</a> </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment