Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Zephyr Theme, designed and created by Maria (SYNTHAZE on Tumblr). Brought to you by Aesthetic Themes.
- By using this theme you're agreeing to NOT to do any of the following:
- - Removing the credit(s) or alter them in any way;
- - Stealing any parts/codes of the theme and claiming them as yours;
- - Editing the HTML and claiming it to be yours;
- - Using this theme as base code;
- **Violating any of these terms will result in blog suspension/termination**
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="font:body" content="">
- <meta name="image:background" content="http://static.tumblr.com/eogznet/Zxvmrmv8m/whitebricks.gif">
- <meta name="image:banner" content="">
- <meta name="color:background" content="#EFEFEF">
- <meta name="color:post area background" content="#FFFFFF">
- <meta name="color:body" content="#eeeeee">
- <meta name="color:header" content="#aaddee">
- <meta name="color:link" content="#b8d4d8">
- <meta name="color:link hover" content="#39b7cd">
- <meta name="color:scrollbar" content="#aaddee">
- <meta name="color:sidebar background" content="#FFFFFF">
- <meta name="text:font size"content="12px">
- <meta name="if:three columns"content="0">
- <meta name="if:transparent sidebar" content="0">
- <meta name="if:transparent post area" content="0">
- <meta name="if:animated buttons" content="0">
- <meta name="if:banner" content="0">
- <meta name="if:custom font one" content="0">
- <meta name="if:custom font two" content="1">
- <meta name="if:link 1" content="1">
- <meta name="if:link 2" content="0">
- <meta name="if:fullscreen background" content="0">
- <meta name="text:posts font size"content="11px">
- <meta name="text:sidebar font size"content="11px">
- <meta name="text:link 1"content="/link">
- <meta name="text:link 1 title" content="link 1">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 title"content="link 2">
- <link href='http://fonts.googleapis.com/css?family=Yellowtail|Pacifico|Raleway:400,100' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Muli:400' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar{width:5px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:{color:background};}
- ::-webkit-scrollbar-thumb:vertical{height:50px;background-color:{color:Scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:{color:Scrollbar};}
- body {
- background:{color:background};
- background-image:url({image:background});
- font-family:muli;
- font-size:{text:posts font size};
- color:{color:body};
- margin:auto;
- {block:iffullscreenbackground}
- background-attachment: fixed;
- background-image: no-repeat;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:iffullscreenbackground}
- }
- a {
- color:{color:link};
- border-bottom:0px dotted #858585; text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- }
- #content {
- background:{color:post area background};
- {block:iftransparentpostarea}
- background:transparent;
- {/block:iftransparentpostarea}
- width: 735px;
- {block:ifthreecolumns}
- width:735px;
- padding-top:15px;
- padding-left:15px;
- {/block:ifthreecolumns}
- left:380px;
- top:0px;
- margin:auto;
- float:left;
- position:fixed;
- }
- .posts {
- padding: 8px;
- overflow: hidden;
- background:transparent;
- margin:3.5%;
- width:300px;
- {block:ifthreecolumns}
- width:200px;
- margin:1.5%;
- {/block:ifthreecolumns}
- float:left;
- {block:permalinkpage}
- width:500px;
- height:auto;
- margin-left:100px;
- float:center;
- {/block:permalinkpage}
- }
- .posts img {
- max-width: 100%;
- }
- #sidebar {
- text-align:center;
- position:fixed;
- margin:auto;
- top:220px;
- left:50px;
- width:250px;
- height:auto;
- text-align: justify;
- background:{color:sidebar background};
- {block:iftransparentsidebar}
- background:transparent;
- {/block:iftransparentsidebar}
- padding: 1px;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- .title{
- text-align:center;
- font-family:{block:ifcustomfontone}yellowtail{/block:ifcustomfontone}{block:ifcustomfonttwo}pacifico{/block:ifcustomfonttwo};
- font-size:35px;
- padding: 5px;
- margin-left:5px;
- margin-top:-5px;
- color:{color:header};
- letter-spacing: 1px;
- height:auto;
- text-transform:normal;
- }
- #description{
- padding-bottom:0px;
- margin-top:0px;
- text-align:center;
- font-family:muli;
- font-size:{text:sidebar font size};
- }
- #links{
- font-family:raleway;
- font-weight:100;
- font-size:13.5px;
- text-align:center;
- padding:5px;
- text-transform:uppercase;
- }
- blockquote {
- border-left: 1px solid #efefef;
- padding: 1px 1px 1px 10px;
- margin: 5px;
- }
- #captions {
- background: #FFF;
- display: block;
- padding: 1px 10px 1px 10px;
- margin-top: 10px;
- {block:ifnotcaptions}
- display: none;
- {/block:ifnotcaptions}
- }
- #audiocaptions {
- display: block;
- padding: 1px 10px 1px 10px;
- margin-top: 10px;
- border-top: 1px solid #F0F0F0;
- {block:IfNotCaptions}
- {block:IndexPage}
- display: none;
- {/block:IndexPage}
- {/block:IfNotCaptions}
- }
- .permalink_text{
- background:transparent;
- text-align:right;
- position:relative;
- margin-top: -10px;
- font-size:{text:font size};
- opacity: 0;filter: alpha(opacity = 0);
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- .permalink_text a{
- text-decoration:none;
- }
- div.posts:hover .permalink_text{
- margin-top: -4px;
- opacity:1;
- border:none;
- filter: alpha(opacity = 100);
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- #photo_permalink {
- border-radius:1.5px;
- padding:4px;
- position: absolute;
- bottom: 20px;
- left: 20px;
- {block:ifanimatedbuttons}
- bottom: -10px;
- left: -5px;
- {/block:ifanimatedbuttons}
- height:20px;
- width:20px;
- opacity: 0;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- text-align: center;
- background-color:transparent;
- {block:PermalinkPage}
- display: none
- {/block:PermalinkPage}
- }
- #photo_permalink a {
- -webkit-transition-duration: .3s;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- opacity:0.9;
- }
- #photo_permalink a:hover {
- text-decoration:none;
- color:{color:link hover};
- opacity: 0.9;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- .posts:hover #photo_permalink {
- {block:ifanimatedbuttons}
- bottom: 20px;
- left: 20px;
- {block:ifanimatedbuttons}
- opacity: 0.9;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- #second_permalink {
- padding:4px;
- border-radius:1.5px;
- position: absolute;
- bottom:20px;
- left:55px;
- {block:ifanimatedbuttons}
- bottom: -5px;
- left: -2px;
- {/block:ifanimatedbuttons}
- height:20px;
- width:20px;
- opacity: 0;
- text-align: center;
- background-color:transparent;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- {block:PermalinkPage}
- display: none;
- {/block:PermalinkPage}
- }
- #second_permalink a {
- color:{color:body};
- text-decoration:none;
- -webkit-transition-duration: .3s;
- color: {color:body};
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- #second_permalink a:hover {
- text-decoration:none;
- color:{color:link hover};
- opacity: 0.6;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- .posts:hover #second_permalink {
- {block:ifanimatedbuttons}
- bottom: 20px;
- left: 60px;
- {/block:ifanimatedbuttons}
- opacity: 0.9;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- #notes_permalink {
- padding:4px;
- border-radius:1.5px;
- position: absolute;
- bottom:19px;
- left:90px;
- {block:ifanimatedbuttons}
- bottom: -20px;
- left: -4px;
- {/block:ifanimatedbuttons}
- font-family:muli;
- font-size:15px;
- text-transform:bold;
- color:white;
- height:20px;
- width:auto;
- opacity: 0;
- text-align: center;
- background-color:transparent;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- {block:PermalinkPage}
- display: none;
- {/block:PermalinkPage}
- }
- #notes_permalink a {
- color:{color:body};
- text-decoration:none;
- color:white;
- font-family:helvetica;
- font-size:13px;
- text-transform:bold;
- }
- #notes_permalink a:hover {
- text-decoration:none;
- color:{color:link hover};
- opacity: 0.6;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- .posts:hover #notes_permalink {
- {block:ifanimatedbuttons}
- bottom: 19px;
- left: 100px;
- {/block:ifanimatedbuttons}
- opacity: 0.9;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- .like_and_reblog_buttons {
- list-style: none;
- opacity:1;
- }
- .like_and_reblog_buttons li {
- float: left;
- margin-left:-40px;
- margin-top:-11px;
- padding: 0px 0px;
- height: 5px;
- opacity:1;
- }
- .like_and_reblog_buttons li:first-child {
- opacity:1;
- }
- .pagination {
- display: none;
- }
- #albumart img {
- width: 70px;
- height: 70px;
- }
- #tumblr_controls{
- position:absolute !important;
- -webkit-filter: invert(100%)
- }
- .scrollup{
- width:60px;
- height:50px;
- opacity:1;
- position:fixed;
- bottom:50px;
- right:100px;
- display:none;
- text-indent:-9999px;
- background: url('http://static.tumblr.com/eogznet/keymrj2lm/grey.png') no-repeat;
- }
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#content');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.posts',
- });
- });
- $container.infinitescroll({
- itemSelector : ".posts",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(window).scroll(function(){
- if ($(this).scrollTop() > 200) {
- $('.scrollup').fadeIn();
- } else {
- $('.scrollup').fadeOut();
- }
- });
- $('.scrollup').click(function(){
- $("html, body").animate({ scrollTop: 0 }, 800);
- return false;
- });
- });
- </script>
- </head>
- <a href="#" class="scrollup" style="position:fixed;bottom:0px; right: 50px;"></a>
- <body>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next"></a>{/block:NextPage}{/block:Pagination}
- </div>
- <div id="content">
- <div id="sidebar">
- {block:ifnotbanner}
- <div class="title">
- {Title}
- </div>
- {block:ifnotbanner}
- {block:ifbanner}
- <center>
- <img src="{image:banner}" height="60">
- {/block:ifbanner}
- <div id="description">
- {Description}
- </div>
- <div id="links">
- <a href="/">HOME</a>
- {block:iflink1}
- <a href="{text:link 1}">{text:link 1 title}</a>
- {/block:iflink1}
- {block:iflink2}
- <a href="{text:link 2}">{text:link 2 title}</a>
- {/block:iflink2}
- <a href="http://aesthetic-themes.tumblr.com/">THEME</a>
- </div>
- </div>
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}
- <b>{Title}</b>
- {/block:Title}
- {Body}
- {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {/block:Text}
- {block:Photo}
- <center>
- <div id="second_permalink"><a href="{Permalink}"><center>
- <ul class="like_and_reblog_buttons">
- <li>{LikeButton color="white"}</li>
- </ul></div></a>
- <div id="photo_permalink">
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="white"}</li>
- </ul></div>
- <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
- </center>
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- <div id="second_permalink"><a href="{Permalink}"><center>
- <ul class="like_and_reblog_buttons">
- <li>{LikeButton color="white"}</li>
- </ul></div></a>
- <div id="photo_permalink">
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="white"}</li>
- </ul></div>
- <div id="notes_permalink">
- <a href="{Permalink}"><b>{NoteCount}</b></a>
- </div>
- {Photoset-250}
- </div>
- {/block:Photoset}
- {block:Quote}
- ❝{Quote}❞
- {block:Source}
- <br><br>—{Source}
- {/block:Source}
- {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <b> <a href="{URL}" {Target}> {Name}</a> </b>
- {block:Description}
- {Description}
- {/block:Description}
- {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Title}
- {Title}
- {/block:Title}
- <ul>
- {block:Lines}
- <li>{block:Label}{Label}{/block:Label} {Line}</li>
- {/block:Lines}
- </ul>
- {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <div id="albumart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- {AudioPlayerGrey}
- {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
- <b>Plays:</b> {PlayCount}<br>
- {block:Caption}
- <div id="audiocaptions">
- {Caption}</div>
- {/block:Caption}
- {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- <div class="video">
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- </div>
- {block:Caption}
- <div id="captions">
- {Caption}</div>
- {/block:Caption}
- {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {/block:Video}
- {block:Answer}
- <b>{Asker}</b>: {Question}
- <br>
- {Answer}
- {block:IndexPage}<div class="permalink_text"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}</a>
- <a href="{Permalink}">Posted {Month} {DayOfMonth}, {Year} with</a><a href="{Permalink}"> {NoteCountWithLabel}</a>
- {/block:Date}
- {block:RebloggedFrom}
- <br>reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>original post: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}{block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}
- {block:HasTags}
- <br>tags: {block:Tags}<a href="{TagURL}">#{tag} </a> {/block:Tags}
- {/block:HasTags}
- <br>
- {Captions}
- <br><br>
- <div align="left">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </center>
- <!--Please refrain from removing this code unless you've messaged us. Erasing this code and other theme credits violates our themes' Terms and Conditions. We will find out, and we won't hestitate to contact Tumblr and terminate your account.!-->
- <div style="position:fixed;bottom:16px;right:15px;z-index:9999999;"><a href="http://aesthetic-themes.tumblr.com/"><img src="http://static.tumblr.com/eogznet/aKvmr12r1/ae.png" height="25" title="Aesthetic Themes"></a></div>
- <div style="position:absolute;z-index:99999999; !important;top:27px;right:3px;-webkit-filter:invert(100%);"><a href="http://aesthetic-themes.tumblr.com/"><img src="http://static.tumblr.com/wpm3fau/FLGmm1cfw/it.png"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment