Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Aero theme brought to you by Aesthetic-Themes on Tumblr.
- by using this theme you agree to NOT do any of the following:
- -removing/altering any credit(s)
- -use this theme as a base code
- -stealing parts of the coding and claiming it as yours
- *violation of any of these will result in blog suspension/termination.*
- -->
- {block:ifclicktoshowsidebar}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".con").hide(0);
- $(".title,.con").click(function(){
- $(".con").slideToggle(500);
- });
- });
- </script>
- {/block:ifclicktoshowsidebar}
- <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="">
- <meta name="image:header" content="">
- <meta name="image:banner"content="">
- <meta name="color:background" content="#ffffff">
- <meta name="color:body" content="#858585">
- <meta name="color:header" content="#000000">
- <meta name="color:header title" content="#ffffff">
- <meta name="color:header text" content="#ffffff">
- <meta name="color:link" content="#C0A172">
- <meta name="color:link hover" content="#ffffff">
- <meta name="color:scrollbar" content="#C0A172">
- <meta name="text:link 1"content="/">
- <meta name="text:link 1 title" content="link 1">
- <meta name="text:link 2" content="/">
- <meta name="text:link 2 title"content="link 2">
- <meta name="text:link 3" content="/">
- <meta name="text:link 3 title" content="link 3">
- <meta name="text:link 4" content="/">
- <meta name="text:link 4 title" content="link 4">
- <meta name="text:link 5" content="/">
- <meta name="text:link 5 title" content="link 5">
- <meta name="text:link 6" content="/">
- <meta name="text:link 6 title" content="link 6">
- <meta name="if:3 columns" content="0">
- <meta name="if:4 columns" content="1">
- <meta name="if:5 columns" content="0">
- <meta name="if:banner" content="0">
- <meta name="if:click to show sidebar" content="1">
- <meta name="text:font size"content="12px">
- <meta name="text:header font size"content="25px">
- <link href='http://fonts.googleapis.com/css?family=Quicksand|Raleway' 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};}
- @font-face {
- font-family: 'neou';
- src: url('http://static.tumblr.com/wpm3fau/8L2mlyyg4/neou-thin.ttf') format('truetype');
- }
- body {
- font-family:raleway;
- font-size:{text:font size};
- color:{color:body};
- margin:auto;
- background-image:url({image:background});
- background-size:cover;
- background-color:{color:background};
- }
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- text-shadow: {color:link hover} 0 0 100px;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #content {
- width: 1330px;
- left:25px;
- top:150px;
- margin:auto;
- float:left;
- position:relative;
- {block:if3columns}
- width: 1300px;
- left:55px;
- top:145px;
- {/block:if3columns}
- {block:if5columns}
- width: 1310px;
- left:45px;
- {/block:if5columns}
- }
- .posts {
- padding: 8px;
- overflow: hidden;
- background:transparent;
- margin:1.5%;
- width:270px;
- {block:if3columns}
- width:350px;
- margin:2%;
- {/block:if3columns}
- {block:if5columns}
- width:200px;
- margin:1.8%
- {/block:if5columns}
- float:left;
- {block:permalinkpage}
- width:500px;
- height:auto;
- margin-left:400px;
- float:center;
- {/block:permalinkpage}
- }
- .posts img {
- max-width: 100%;
- }
- #sidebar {
- z-index:999;
- text-align:center;
- position:fixed;
- top:0px;
- left:0px;
- width:100%;
- height:auto;
- text-align: justify;
- background-color:{color:header};
- background-image:url({image:header});
- background-size:cover;
- 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:neou;
- font-size:80px;
- padding: 5px;
- margin-left:5px;
- margin-top:-5px;
- color:{color:header title};
- letter-spacing: 1px;
- height:auto;
- }
- .con{
- width:auto;
- height:auto;
- text-align:center;
- padding:5px;
- }
- #description{
- font-size:13px;
- text-align:center;
- font-family:raleway;
- color:{color:header text};
- }
- #links{
- text-transform:uppercase;
- font-size:18px;
- font-family:quicksand;
- padding:5px;
- }
- 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: -2px;
- 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:3px;
- padding:2px;
- position: absolute;
- bottom: 20px;
- left: 20px;
- height:20px;
- width:auto;
- opacity: 0;
- background:white;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- text-align: center;
- {block:PermalinkPage}
- display: none
- {/block:PermalinkPage}
- }
- .posts:hover #photo_permalink {
- opacity:0.9;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- #notes_perma {
- border-radius:3px;
- padding:5px;
- position: absolute;
- bottom: 20px;
- left:86px;
- height:auto;
- width:auto;
- 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:white;
- {block:PermalinkPage}
- display: none
- {/block:PermalinkPage}
- }
- #notes_perma 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;
- font-family:{font:body};
- font-size:{text:font size};
- }
- #notes_perma 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_perma {
- opacity: 0.9;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- #like_perma {
- border-radius:3px;
- padding:2px;
- position: absolute;
- bottom: 20px;
- left: 55px;
- height:20px;
- width:auto;
- 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:white;
- {block:PermalinkPage}
- display: none
- {/block:PermalinkPage}
- }
- .posts:hover #like_perma {
- opacity: 0.9;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- .pagination {
- display: none;
- }
- #albumart img {
- width: 70px;
- height: 70px;
- }
- #tumblr_controls{
- position:absolute !important;
- -webkit-filter: invert(100%)
- }
- </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>
- </head>
- <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">
- <div class="title">
- {block:ifnotbanner}
- {Title}
- {/block:ifnotbanner}
- {block:ifbanner}
- <img src="{image:banner}" height="100">
- {/block:ifbanner}
- </div>
- <div class="con">
- <div id="description">
- {Description}
- </div>
- <div id="links">
- <a href="/">home</a>
- <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}
- {block:iflink3}
- <a href="{text:link 3}">{text:link 3 title}</a>
- {/block:iflink3}
- {block:iflink4}
- <a href="{text:link 4}">{text:link 4 title}</a>
- {/block:iflink4}
- {block:iflink5}
- <a href="{text:link 5}">{text:link 5 title}</a>
- {/block:iflink5}
- {block:iflink6}
- <a href="{text:link 6}">{text:link 6 title}</a>
- {/block:iflink6}
- <a href="http://aesthetic-themes.tumblr.com/">theme</a>
- </div>
- </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="notes_perma"><a href="{Permalink}"><center>{NoteCount}</a></div>
- <div id="photo_permalink">
- <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/p25m8ecft/reblog.png" title="reblog" height="20"></a></div>
- <div id="like_perma">
- <img height="20" style="height:20px" src="http://static.tumblr.com/j1tjexd/raBm8ecgy/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"
- </div></div>
- <img src="{PhotoURL-500}">
- </center>
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- <div id="notes_perma"><a href="{Permalink}"><center>{NoteCount}</a></div>
- <div id="photo_permalink">
- <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/j1tjexd/p25m8ecft/reblog.png" title="reblog" height="20"></a></div>
- <div id="like_perma">
- <img height="20" style="height:20px" src="http://static.tumblr.com/j1tjexd/raBm8ecgy/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"
- </div></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>
- posted <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> with <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