Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Chiaro Theme designed and created by Maria, brought to you by Aesthetic Themes.
- More themes at aesthetic-themes.tumblr.com
- By using this theme you are agreeing to our Terms and Conditions (aesthetic-themes.tumblr.com/terms).
- Thank you for choosing us!
- -->
- <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}">
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script type="text/javascript" src="http://arrow.scrolltotop.com/arrow64.js"></script>
- <noscript>Not seeing a <a href="http://www.scrolltotop.com/">Scroll to Top Button</a>? Go to our FAQ page for more info.</noscript>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="font:body" content="">
- <meta name="image:background" content="">
- <meta name="image:posts background" content="">
- <meta name="color:line" content="#97f789">
- <meta name="color:title" content="#c7c5c5">
- <meta name="color:border" content="#d0d8cf">
- <meta name="color:background" content="#ffffff">
- <meta name="color:posts background" content="#ffffff">
- <meta name="color:link" content="#fab077">
- <meta name="color:link hover" content="#fab077">
- <meta name="color:scrollbar" content="#fab077">
- <meta name="if:3 columns" content="0">
- <meta name="if:border" content="1">
- <meta name="if:max background" content="0">
- <meta name="if:max posts background" content="0">
- <meta name="if:transparent posts background" content="1">
- <meta name="if:font 1" content="1">
- <meta name="if:font 2" content="0">
- <meta name="if:font 3" content="0">
- <meta name="text:font size"content="9px">
- <meta name="text:title font size"content="45px">
- <meta name="text:link1"content="">
- <meta name="text:link2"content="">
- <meta name="text:link3"content="">
- <meta name="text:link 1 title"content="">
- <meta name="text:link 2 title"content="">
- <meta name="text:link 3 title"content="">
- <link href='http://fonts.googleapis.com/css?family=Permanent+Marker|Parisienne|Quicksand|Open+Sans' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar {
- height: 0px;
- width: 6px;
- background: #ffffff;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- -webkit-border-radius: 1ex;
- }
- body {
- background:{color:background};
- font-family:open sans;
- font-size:{text:font size};
- color:{color:body};
- background-image:url({image:background});
- {block:ifmaxbackground}
- background-image: no-repeat fixed right 100%;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:ifmaxbackground}
- }
- a {
- color:{color:link}; text-decoration:none; -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- a:hover {
- color:{color:link hover}; text-decoration:none; -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- #content {
- background:{color:posts background};
- width:750px;
- left:300px;
- top:-10px;
- padding-left:10px;
- padding-top:225px;
- float:left;
- position:fixed;
- background-image:url({image:posts background});
- {block:if3columns}
- padding-left:0px;
- {/block:if3columns}
- {block:ifmaxpostsbackground}
- background-image: no-repeat fixed right 100%;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:ifmaxpostsbackground}
- {block:iftransparentpostsbackground}
- background:transparent;
- {/block:iftransparentpostsbackground}
- }
- .posts {
- padding:10px;
- overflow: hidden;
- background:transparent;
- margin:3.3%;
- width:300px;
- position:fixed;
- {block:ifborder}
- border:1px solid {color:border};
- {/block:ifborder}
- {block:if3columns}
- width:200px;
- margin:2%;
- padding:8px;
- {/block:if3columns}
- {block:permalinkpage}
- width:400px;
- height:auto;
- margin-left:160px;
- float:center;
- {/block:permalinkpage}
- }
- .posts img {
- max-width: 100%;
- }
- #sidebar {
- border-bottom:2px solid {color:line};
- text-align:center;
- position:absolute;
- top:40px;
- left:20px;
- width:710px;
- height:120px;
- background:transparent;
- padding: 1px;
- {block:if3columns}
- left:10px;
- width:720px;
- {/block:if3columns}
- }
- .title{
- text-align:center;
- font-family:open sans;
- font-size:45px;
- padding: 10px;
- margin-top:25px;
- color:{color:title};
- letter-spacing: 1px;
- height:auto;
- {block:iffont1}
- font-family:quicksand;
- text-transform:uppercase;
- font-size:{text:title font size};
- {/block:iffont1}
- {block:iffont2}
- font-family:permanent marker;
- font-size:{text:title font size};
- {/block:iffont2}
- {block:iffont3}
- font-family:parisienne;
- font-size:{text:title font size};
- {/block:iffont3}
- }
- #side{
- padding:2px;
- width:600px;
- position:absolute;
- height:60px;
- top:170px;
- left:75px;
- max-height:100px;
- }
- .links{
- padding:5px;
- font-family:open sans;
- text-transform:uppercase;
- font-size:11px;
- position:absolute;
- width:450px;
- height:25px;
- margin-top:25px;
- margin-left:80px;
- text-align:center;
- }
- .description{
- font-family:open sans;
- font-size:10px;
- position:absolute;
- width:595px;
- margin-top:0px;
- height:auto;
- text-align:center;
- }
- 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;
- }
- .permalink_text{
- background:transparent;
- text-align:right;
- position:relative;
- margin-top:-2px;
- 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;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .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:0px solid #efefef;
- border-radius:2px;
- padding:5px;
- position: absolute;
- bottom: 20px;
- left: 20px;
- 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 {
- 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};
- }
- #photo_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 #photo_permalink {
- opacity: 0.9;
- -moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;
- }
- #like_permalink {
- border:0px solid #efefef;
- border-radius:2px;
- padding:5px;
- position: absolute;
- bottom: 20px;
- left: 60px;
- 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}
- }
- #like_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;
- font-family:{font:body};
- font-size:{text:font size};
- }
- #like_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 #like_permalink {
- 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%)
- }
- .like_and_reblog_buttons {
- list-style:none;
- }
- .like_and_reblog_buttons li {
- float: left;
- margin-left:-40px;
- margin-top:-11px;
- padding: 0px 0px;
- height: 5px;
- }
- .like_and_reblog_buttons li:first-child {
- }
- </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">
- {Title}
- </div></div>
- <div id="side">
- <div class="description">
- {Description}
- </div>
- <div class="links">
- <a href="/">home</a>
- {block:iflink1}
- <a href="{text:link1}">{text:link 1 title}</a>
- {/block:iflink1}
- {block:iflink2}
- <a href="{text:link2}">{text:link 2 title}</a>
- {/block:iflink2}
- {block:iflink3}
- <a href="{text:link3}">{text:link 3 title}</a>
- {/block:iflink3}
- <a href="/archive">archive</a>
- <a href="http://aesthetic-themes.tumblr.com/">theme</a>
- </div>
- </div>
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}
- <b>{Title}</b>
- {/block:Title}
- {Body}
- <div class="permalink_text"><a href="{Permalink}">{Month} {DayofMonth}, with {NoteCountWithLabel}</a></div>
- {/block:Text}
- {block:Photo}
- <center>
- <div id="like_permalink"> <ul class="like_and_reblog_buttons">
- <li>{LikeButton color="black" size="20"}</li>
- </ul></div>
- <div id="photo_permalink">
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="black" size="20"}</li>
- </ul>
- </div>
- <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
- </center>
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- <div id="like_permalink"> <ul class="like_and_reblog_buttons">
- <li>{LikeButton color="black" size="20"}</li>
- </ul></div>
- <div id="photo_permalink">
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton color="black" size="20"}</li>
- </ul>
- </div><center>
- <center>{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>
- <!-- DO NOT REMOVE -->
- <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></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment