Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Arya Theme designed and created by Luis V, 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>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/qkgmvnb/KwSmqd1od/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/qkgmvnb/1S4mqd23i/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/qkgmvnb/mNQmqd1wr/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,},
- // call masonry as a callback.
- function( newElements ) {
- window.n = window.n || 1;
- Tumblr.LikeButton.get_status_by_page(++window.n);
- 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);} );});});});
- $(function() {
- $("#gotopA").click(function(){
- var target = $("html");
- $('html, body').animate({
- scrollTop: target.offset().top
- }, 1000);});
- var gotop = $(".nav");
- var gotopTop = "150";
- var view = $( window );
- view.bind("scroll resize", function(){
- var viewTop = view.scrollTop();
- if (viewTop > gotopTop){
- gotop.fadeIn(200);
- }
- else if (viewTop <= gotopTop){
- gotop.fadeOut(200);}});});
- {block:ifDropDownHeader}
- $(document).ready(function(){
- $(".blogtitle").click(function(){
- $(".menu").slideToggle(500);});});
- {/block:ifDropDownHeader}
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Text" content="#444" />
- <meta name="color:Links" content="#444" />
- <meta name="color:Hover" content="#666" />
- <meta name="color:Post Background" content="#f8f8f8" />
- <meta name="color:Navigation Background" content="#f8f8f8" />
- <meta name="color:Scrollbar" content="#ccc" />
- <meta name="color:Title Text Color" content="#444" />
- <meta name="if:3 Columns" content="0">
- <meta name="if:Drop Down Header" content="1">
- <meta name="image:Background" content=""/>
- <meta name="image:Banner" content=""/>
- <meta name="text:Ask Link Text" content="contact"/>
- <meta name="text:Ask Link" content="/ask"/>
- <meta name="text:Archive Link Text" content="archive"/>
- <meta name="text:Custom Link One" content="" />
- <meta name="text:Custom Link One Title" content="" />
- <meta name="text:Custom Link Two" content="" />
- <meta name="text:Custom Link Two Title" content="" />
- <meta name="text:Custom Link Three" content="" />
- <meta name="text:Custom Link Three Title" content="" />
- <style type="text/css">
- @font-face {
- font-family: title;
- src: url('http://static.tumblr.com/qkgmvnb/XKAmm8ye9/arabella.ttf');}
- ::-webkit-scrollbar {width:5px;height:0px;background:{color:Background};}
- ::-webkit-scrollbar-thumb {background:{color:Scrollbar};}
- p{
- margin:0px;
- padding:0px;}
- #tumblr_controls{
- top: 1px !important;
- margin: 0 0 0 0;
- -webkit-filter: invert(100%);
- right: 1px !important;
- position: fixed !important;}
- a{
- text-decoration:none;
- color:{color:Links};
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;}
- a:link, a:active, a:visited{
- color:{color:Links};}
- a:hover{
- color:{color:Hover};}
- body{
- font-size:10pt;
- font-family: 'Roboto', sans-serif;
- line-height:15px;
- color:{color:Text};
- background: url("{image:Background}") {color:Background};}
- #header{
- width:100%;
- position:relative;
- height:auto;
- text-align:center;
- z-index:1000;
- left:0px;
- padding: 0;
- top:0px;}
- .title{
- text-align:center;
- margin:0 auto;
- position:relative;
- height:100px;
- width:auto;
- font-family: title;
- line-height:100px;
- font-size: 54pt;
- color:{color:Text};}
- .title a:link,.title a:active,.title a:visited {
- color:{color:Title Text Color}}
- .banner{
- margin:0 auto;
- position:relative;
- max-height:100px;
- width:auto;}
- .menu{
- padding:0;
- left:0px;
- width:100%;
- text-align:center;
- height:auto;
- {block:ifDropDownHeader}
- display:none;
- {/block:ifDropDownHeader}}
- .desc{
- padding:2px 0 2px 0;
- text-align:center;
- width:100%;
- margin-bottom:5px;
- height:auto;}
- .links{
- padding:5px;
- text-transform:uppercase;
- width:auto;
- font-size:8pt;
- height:auto;
- text-align:center;}
- .links:hover{
- border-bottom:2px solid {color:Hover};}
- .nav{
- position:fixed;
- bottom:0px;
- width:100%;
- height:15px;
- line-height:15px;
- padding:20px;
- text-transform:uppercase;
- padding-left:30px;
- text-align:left;
- z-index:1000;
- display: none;
- left:0px;
- background:{color:Navigation Background};}
- .link{
- margin-left:20px;}
- #content{
- position:relative;
- top:0px;
- left:0px;
- width:100%;}
- .posts{
- width:660px;
- margin: 0 auto;
- {block:if3Columns}
- width:990px;
- {/block:if3Columns}
- {block:PermalinkPage}
- margin: 20px auto 100px auto;
- width:430px;
- {/block:PermalinkPage}}
- .entry{
- padding:15px;
- float:left;
- text-align:justify;
- background:{color:Post Background};
- {block:IndexPage}
- margin:25px;
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin:0;
- width:400px;
- {/block:PermalinkPage}}
- .like_and_reblog_buttons {
- list-style: none;
- position:absolute;
- left:20px;
- opacity:0;
- bottom:10px;
- -webkit-transition: 0.2s;
- -webkit-transition: 0.2s;
- -moz-transition: 0.2s;
- transition: 0.2s;}
- .entry:hover .like_and_reblog_buttons{
- opacity:0.9;
- -webkit-transition: 0.2s;
- -webkit-transition: 0.2s;
- -moz-transition: 0.2s;
- transition: 0.2s;}
- .like_and_reblog_buttons li{
- float: left;
- margin: 0 0 0 -15px;
- padding: 5px;}
- .like_and_reblog_buttons li:first-child {
- margin-left:-40px;}
- .permalink{
- display:block;
- text-align:right;
- font-size:7pt;
- margin-top:10px;
- -moz-transition: all 0.5;
- -webkit-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5;}
- .post_title{
- display:block;
- font-weight:bold;
- font-size:11pt;
- line-height:24px;
- text-transform:none;}
- .quote{
- text-transform:none;
- margin-bottom:5px;}
- .audio{
- {block:IndexPage}
- width:240px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:390px;
- {/block:PermalinkPage}
- background-color:#fff;
- padding:5px;
- margin-bottom:0px;}
- .audiocap, .videocap{
- background:#fff;
- display:block;
- padding:10px;}
- .albumart, .albumart img{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}}
- .question{
- padding:5px 0 5px 0;
- margin:0 0 5px 0;
- position:relative;
- text-align:left;}
- .notes{
- text-align:left;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="header">
- {block:ifnotBannerImage}
- <div class="title"><span class="blogtitle" style="cursor:help;">{Title}</span></div>
- {/block:ifnotBannerImage}
- {block:ifBannerImage}
- <div class="banner"><span class="blogtitle" style="cursor:help;"><img src="{image:Banner}"></span></div>
- {/block:ifBannerImage}
- <div class="menu">
- <div class="desc">{block:Description}{Description}{/block:Description}</div>
- <a href="/" class="links">home</a>
- {block:ifAskLinkText}<a href="{text:Ask Link}" class="links">{text:Ask Link Text}</a>{/block:ifAskLinkText}
- {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
- {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
- {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
- {block:ifArchiveLinkText}<a href="/archive" class="links">{text:Archive Link Text}</a>{/block:ifArchiveLinkText}
- </div>
- </div>
- <div class="nav">
- <span class="link">{Title}</span>
- <a href="/" class="link">home</a>
- {block:ifAskLinkText}<a href="{text:Ask Link}" class="link">{text:Ask Link Text}</a>{/block:ifAskLinkText}
- {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="link">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
- {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="link">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
- {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="link">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
- {block:ifArchiveLinkText}<a href="/archive" class="link">{text:Archive Link Text}</a>{/block:ifArchiveLinkText}
- <a href="javascript:void(0);" id="gotopA" style="float:right;margin-right:120px;margin-top:-8px;" class="link"><span style="background:url(http://static.tumblr.com/qkgmvnb/nnFmohzys/scroll_arrow.png)no-repeat 50% 50%;background-color:#444;width:32px;height:32px;text-align:center;position:absolute;-webkit-border-radius:32px;border-radius:32px;"/></a>
- </div>
- <div id="content">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<span class="post_title">{Title}</span>{/block:Title}
- {Body}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div>{/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="white" size="15"}</li>
- <li>{LikeButton color="white" size="15"}</li>
- </ul>
- {/block:IndexPage}
- {block:IndexPage}
- {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="250"></a>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<a href="{permalink}"><img
- class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
- width="400px"/></a>{LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div>{/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote"><b><i>" </i></b>{Quote} <b><i>"</i></b> </div>
- {block:Source}<small>{Source}</small>{/block:Source}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}"{Target}><span class="post_title">{Name}</span></a>
- {block:Description}<small>{Description}</small>{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div>{/block:IndexPage}
- {/block:Link}
- {block:Video}
- <div class="video">
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- </div>
- {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- {block:Title}
- <div class="post_title">{Title}</div>
- {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:IndexPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:18px; "></div><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:18px; "></div>{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div class="question">{Asker} asked: {Question}</div>
- {Answer}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} </a></div>{/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
- {/block:PermalinkPage}
- {block:PostNotes}
- <div class="notes">{block:Caption}{Caption}{/block:Caption}
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- <br>{PostNotes}</div>
- {/block:PostNotes}
- </div> <!-- Entry -->
- {/block:Posts}
- </div> <!-- Posts -->
- {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> <!-- Pagination -->
- {/block:Pagination}
- {/block:IndexPage}
- </div> <!-- Content -->
- <div style="-webkit-filter: invert(100%);position:fixed;z-index:99999999; !important;top:27px;right:3px;"><a href="http://aesthetic-themes.tumblr.com"><img src="http://static.tumblr.com/wpm3fau/FLGmm1cfw/it.png"></a></div>
- <div style="position:fixed;bottom:16px;right:5px;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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment