Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- æææææ æææææææ ææææææ ææææææ ææ ææ æææææææ ææææææ ææææææ æææææææ
- ææ ææ ææ ææ ææ ææ ææ ææ ææ ææ ææ
- ææ ææ ææ ææ ææ ææ ææ ææ ææ ææ ææ
- æææææææ æææææ æææææ ææ æææææææ æææææææ ææ ææ ææ
- ææ ææ ææ ææ ææ ææ ææ ææ ææ ææ ææ
- ææ ææ ææ ææ ææ ææ ææ ææ ææ ææ ææ
- ææ ææ æææææææ ææææææ ææ ææ ææ æææææææ ææ ææææææ æææææææ
- Core. 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.
- -->
- <!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" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- {block:IfnotFaviconImage}
- <link rel="shortcut icon" href="{Favicon}">
- {/block:IfnotFaviconImage}
- {block:IfFaviconImage}
- <link rel="shortcut icon" href="{image:Favicon}">
- {/block:IfFaviconImage}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background" content="#f5f5f5" />
- <meta name="color:Text" content="#7c7c7c" />
- <meta name="color:Hover" content="#e4d00a" />
- <meta name="color:Question" content="#eee" />
- <meta name="color:Scrollbar" content="#ccc" />
- <meta name="color:Header" content="#fff" />
- <meta name="color:Show Links Button" content="#ccc" />
- <meta name="color:Show Links Button Hover" content="#aaa" />
- <meta name="color:Title Text Color" content="#e4d00a" />
- <meta name="if:Go To Top" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Banner" content=""/>
- <meta name="image:Favicon" content=""/>
- <meta name="text:Ask Link Text" content="message"/>
- <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="" />
- {block:IfBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfBackgroundImage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
- <link href='http://fonts.googleapis.com/css?family=Codystar|Quicksand|Open+Sans|Bubbler+One|Rock+Salt' rel='stylesheet' type='text/css'>
- <script src="http://static.tumblr.com/qkgmvnb/ROMmbnaek/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/qkgmvnb/m0zmbnadt/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry, .clear",
- // selector for all items you'll retrieve
- bufferPx : 1000,
- extraScrollPx: 10,
- loadingImg : "http://static.tumblr.com/qkgmvnb/ZPCmm4z90/loader.gif",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- $(document).ready(function(){
- $(".menu").click(function(){
- $(".links,.linkss").slideToggle(100);
- $(".show,.hide").toggle(0);
- });
- });
- $(function() {
- $("#gotopA").click(function(){
- var target = $("html");
- $('html, body').animate({
- scrollTop: target.offset().top
- }, 1000);
- });
- var gotop = $("#gotop");
- var gotopTop = "500";
- var view = $( window );
- view.bind("scroll resize", function(){
- var viewTop = view.scrollTop();
- if (viewTop > gotopTop){
- gotop.fadeIn(300);
- }
- else if (viewTop <= gotopTop){
- gotop.fadeOut(200);
- }
- });
- });
- </script>
- <style type="text/css">
- @font-face {
- font-family: basictitlefont;
- src: url('http://static.tumblr.com/qkgmvnb/Dgbmna2jo/basictitlefont.ttf');}
- @font-face {
- font-family: Timess;
- src: url('http://static.tumblr.com/qkgmvnb/xjvmna2q4/timess__.ttf');}
- p{
- margin:0px;
- padding:0px;}
- #tumblr_controls{
- top: 1px !important;
- margin: 0 0 0 0;
- right: 1px !important;
- position: fixed !important;
- opacity:0.6;}
- body{
- color:{color:Text};
- background-color:{color:Background};
- font-size:16px;
- font-family:Timess;
- line-height:15px;}
- ::-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};}
- #content{
- margin:20px 360px;
- {block:PermalinkPage}
- margin: 0 auto;
- {/block:PermalinkPage}
- width:900px;
- position:relative;}
- #content .posts{
- width:900px;
- margin: 0 auto;
- {block:PermalinkPage}
- width:480px;
- {/block:PermalinkPage}}
- #content .entry{
- padding:0px;
- {block:IndexPage}
- margin:25px;
- width:250px;
- float:left;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin:5px;
- width:500px;
- {/block:PermalinkPage}}
- .text{
- padding:0px;
- text-align:justify;}
- #content .entry img{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:500px;
- {/block:PermalinkPage}
- padding:0px;}
- #sidebar{
- width:300px;
- position:fixed;
- height:auto;
- text-align:center;
- z-index:1000;
- background:{color:Header};
- left:30px;
- padding:10px;
- padding-bottom:0px;
- top:70px;}
- .title{
- text-align:center;
- top:15px;
- position:relative;
- height:55px;
- width:auto;
- padding-top:0px;
- margin-bottom:45px;
- font-family: basictitlefont;
- line-height:25px;
- font-size: 54px;
- color:{color:Text};}
- .title a:link,.title a:active,.title a:visited {
- color:{color:Title Text Color}}
- .banner{
- position:relative;
- margin:auto;
- max-width:280px;
- max-height:60px;
- margin-bottom:65px;}
- .menu{
- width:300px;
- height:30px;
- position:fixed;
- background:{color:Show Links Button};
- {block:ifnotBannerImage}
- top:145px;
- {/block:ifnotBannerImage}
- {block:ifBannerImage}
- top:155px;
- {/block:ifBannerImage}
- left:30px;
- padding:10px;
- z-index:2000;
- -moz-transition: all 0.2;
- -webkit-transition: all 0.2s;
- -o-transition: all 0.2s;
- transition: all 0.2;}
- .menu:hover{
- background:{color:Show Links Button Hover};
- -moz-transition: all 0.2;
- -webkit-transition: all 0.2s;
- -o-transition: all 0.2s;
- transition: all 0.2;}
- .desc{
- line-height:20px;
- margin-bottom:10px;
- text-transform:none;
- font-family:Timess;}
- .linkss{
- padding:0px;
- position:fixed;
- display:none;
- left:30px;
- width:320px;}
- .linkss:hover{
- background:#f1f1f1;}
- .links{
- line-height:25px;
- font-size:16px;
- {block:ifnotBannerImage}
- margin-top:15px;
- {/block:ifnotBannerImage}
- {block:ifBannerImage}
- padding-top:10px;
- {/block:ifBannerImage}
- padding-bottom:35px;
- font-family:basictitlefont;
- display:none;
- text-transform:uppercase;}
- a:link, a:active, a:visited{
- color:{color:Text};
- text-decoration:none;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;}
- a:hover{
- color:{color:Hover};
- text-decoration:none;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;}
- .photopermalink{
- position:absolute;
- width:250px;
- height:auto;
- top:40%;
- opacity:0;
- line-height:30px;
- font-size: 32px;
- font-family: basictitlefont;
- text-align:center;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;}
- .entry:hover .photopermalink{
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- opacity:1;}
- .photopermalink a:link,.photopermalink a:active,.photopermalink a:visited{
- color:#fff;}
- .photopermalink a:hover{color:{color:Hover};}
- .photopermalinkk{
- top:0px;
- left:0px;
- position:absolute;
- width:250px;
- background-color:#000;
- height:100%;
- opacity:0;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;}
- .entry:hover .photopermalinkk{
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- opacity:0.5;}
- .permalink{
- display:block;
- text-align:right;
- padding:0px;
- margin-top:10px;
- color: {color:Text};
- font-size: 12px;
- -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:18px;
- line-height:20px;
- text-transform:none;}
- .link_title{
- font-size:18px;
- line-height:20px;
- font-weight:bold;
- text-transform:none;
- margin-bottom:5px;}
- .quote{
- line-height:20px;
- text-transform:none;
- margin-bottom:5px;}
- .audio{
- {block:IndexPage}
- width:238px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:488px;
- {/block:PermalinkPage}
- background-color:#fff;
- padding:5px;
- margin-bottom:0px;
- border-left:1px solid;
- border-right:1px solid;
- border-color:#c7c7c7;}
- .audiocap, .videocap{
- background-color:{color:Audio};
- display:block;
- padding:10px;}
- .albumart, .albumart img{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}}
- div.video embed,
- div.post div.video object {
- {block:IndexPage}
- width:230px !important;
- height:150px !important;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px !important;
- height:400px !important;
- {/block:PermalinkPage}}
- .question{
- font-weight:normal;
- margin-bottom:10px;
- padding-top:5px;
- padding-left:5px;
- position:relative;
- min-height:10px;
- text-align:left;
- padding-bottom:5px;
- background:{color:Question};
- font-size:14px;
- display:block;}
- .question:after{
- content:'';
- display:block;
- position:absolute;
- top:100%;
- left:10px;
- width:0;
- height:0;
- border-color:{color:Question} transparent transparent transparent;
- border-style:solid;
- border-width:8px;}
- .caption{
- margin-top:5px;
- margin-bottom:5px;}
- #bg img {
- z-index:-1;
- position:fixed;
- top:0;
- left:0;
- height:100%;
- width:100%;}
- #gotop{
- position: fixed;
- font-family: basictitlefont;
- bottom:50px;
- text-align:center;
- z-index:1000;
- display: none;
- cursor: pointer;
- left:280px;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- {block:ifnotBannerImage}
- <div class="title"><a href="/">{Title}</a></div><br>
- {/block:ifnotBannerImage}
- {block:ifBannerImage}
- <div class="banner"><a href="/"><img src="{image:Banner}" class="banner"></a><br></div>
- {/block:ifBannerImage}
- <div class="menu">
- <img class="show" src="http://static.tumblr.com/eogznet/uBUmnw9hl/arrow_down.png">
- <img class="hide" style="display:none;" src="http://static.tumblr.com/eogznet/uVMmnw9hy/arrow_up.png">
- </div>
- <div class="links">
- <div class="desc">{block:Description}{Description}{/block:Description}</div>
- <a href="/" class="linkss">home</a><br>
- {block:ifAskLinkText}<a href="{text:Ask Link}" class="linkss">{text:Ask Link Text}</a><br>{/block:ifAskLinkText}
- {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="linkss">{text:Custom Link One Title}</a><br>{/block:ifCustomLinkOneTitle}
- {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="linkss">{text:Custom Link Two Title}</a><br>{/block:ifCustomLinkTwoTitle}
- {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="linkss">{text:Custom Link Three Title}</a><br>{/block:ifCustomLinkThreeTitle}
- {block:ifArchiveLinkText}<a href="/archive" class="linkss">{text:Archive Link Text}</a>{/block:ifArchiveLinkText}<br>
- <a href="http://aesthetic-themes.tumblr.com" target="_blank" class="linkss">theme</a>
- </div>
- </div>
- <div id="content">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}<div class="text">
- {block:Title}<span class="post_title">{Title}</span>{/block:Title}
- {Body}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {NoteCount} </a></div>{/block:IndexPage}</div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}<div class="photopermalinkk"></div><div class="photopermalink"><a href="{Permalink}">{NoteCount}</a><br><a href="{ReblogURL}">reblog</a></div>
- {/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="auto"/></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}"> {NoteCount} </a></div>{/block:IndexPage}
- {/block:Photoset}
- {block:Quote}<div class="text">
- <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}"> {NoteCount} </a></div>{/block:IndexPage}</div>
- {/block:Quote}
- {block:Link}<div class="text">
- <a href="{URL}"{Target}><span class="link_title">{Name}</span></a>
- {block:Description}<small>{Description}</small>{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {NoteCount} </a></div>{/block:IndexPage}</div>
- {/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}<div class="text">
- {block:Title}
- <div class="ptitle">{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}"> {NoteCount} </a></div>{/block:IndexPage}</div>
- {/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="text">
- <div class="question">{Asker}: {Question}</div>
- {Answer}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {NoteCount} </a></div>{/block:IndexPage}</div>
- {/block:Answer}
- {block:PermalinkPage}
- <div class="notespage">
- {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes-16}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage} <div class="column navigation" id="navigation"> {block:Pagination} {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination} </div> {/block:IndexPage}
- {block:ifGoToTop}
- <div id="gotop"><a href="javascript:void(0);" id="gotopA"><span style="font-size:20px;">▲</span>top</a></div>
- {/block:ifGoToTop}
- <!--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;"><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