Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <!--
- theme #17 by k-a-n-s-a-s and base by xantheose
- -->
- <html lang="en">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- {block:IfNotAlwaysShowDescription}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script src="toggle.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".info").hide();
- $(".title").click(function(){
- $('.info').slideToggle(300);
- return true;
- });
- });
- </script>{/block:IfNotAlwaysShowDescription}
- <meta name="if:Repeat background image" content="0"/>
- <meta name="if:Always Show description" content="0"/>
- <meta name="if:Three Columns" content="0"/>
- <meta name="if:Four Columns" content="0"/>
- <meta name="if:Five Columns" content="0"/>
- <meta name="if:Italic font" content="0"/>
- <meta name="if:Total left" content="0"/>
- <meta name="if:Total right" content="0"/>
- <meta name="if:Endless Scrolling" content="1"/>
- <meta name="if:Caption" content="0"/>
- <meta name="font:Title" content="Garamond"/>
- <meta name="font:Post title" content="Garamond"/>
- <meta name="font:Body" content="Garamond"/>
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Header" content="#FFFFFF"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Navigation hover" content="#E6E6E6"/>
- <meta name="color:Post title" content="#363636"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#636363"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Chat" content="#F5F5F5"/>
- <meta name="text:Title font size" content="18"/>
- <meta name="text:Post title font size" content="16"/>
- <meta name="text:Body font size" content="11"/>
- <meta name="image:Background" content=""/>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- <style type="text/css">
- iframe#tumblr_controls{
- top: 1px !important;
- margin: 0 0 0 0;
- right: 6px !important;
- position: fixed !important;
- }
- body {
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: no-repeat;
- {block:IfRepeatBackgroundImage}
- background-repeat: repeat;
- {/block:IfRepeatBackgroundImage}
- {block:IfTotalRight}
- background-position:left;
- {/block:IfTotalRight}
- {block:IfTotalLeft}
- background-position:right;
- {/block:IfTotalLeft}
- font-size:{text:Body font size}px;
- font-family:arial;
- line-height:16px;
- color:{color:Text};
- {block:IfItalicFont}font-style:italic;{/block:IfItalicFont}
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3;
- }
- a:hover {
- color:{color:Hover};
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:text};
- height:100px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:text};
- height:10px;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:8px;
- background-color:{color:background};
- }
- div#content{
- margin:auto;
- padding-top:15px;
- {block:IndexPage}
- width:520px;
- {block:IfThreeColumns}width:780px;{/block:IfThreeColumns}
- {block:IfFourColumns}width:1040px;{/block:IfFourColumns}
- {block:IfFiveColumns}width:1300px;{/block:IfFiveColumns}
- {block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- {block:IfTotalRight}margin-right:60px;{/block:IfTotalRight}
- {block:IfTotalLeft}margin-left:40px;{/block:IfTotalLeft}
- }
- div#header{
- background:{color:header};
- padding:10px 0px 10px 0px;
- margin:auto;
- margin-top:10px;
- text-align:center;
- {block:IfTotalRight}margin-right:65px;{/block:IfTotalRight}
- {block:IfTotalLeft}margin-left:45px;{/block:IfTotalLeft}
- width:510px;
- {block:IfThreeColumns}width:770px;{/block:IfThreeColumns}
- {block:IfFourColumns}width:1030px;{/block:IfFourColumns}
- {block:IfFiveColumns}width:1290px;{/block:IfFiveColumns}
- }
- div#links{padding:2px 0px 0px 0px; border-bottom:1px dotted {color:text}; border-top:1px dotted {color:text}; text-align:right;}
- a.nav{
- display: navigate;
- font-size:12px;
- font-family:consolas,monospace;
- text-transform:lowercase;
- padding:5px;
- color:{color:title};
- }
- .nav:hover{color:{color:navigation hover};}
- .info{padding:0px 0px 10px 0px;}
- .bull{margin:0px 5px 0px 5px; color:{color:title};}
- .title{
- font-family: homenaje;
- font-size: 20px;
- color:{color:Title};
- padding:10px 0px 0px 0px;
- }
- {block:IfNotAlwaysShowDescription}.title:hover{cursor:help;}{/block:IfNotAlwaysShowDescription}
- .post_title{
- font-family:arial;
- font-size:15px;
- color:{color:Post title};
- line-height:24px;
- }
- .entry{
- {block:IndexPage}
- width:250px;
- float:left;
- padding:5px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- margin:auto;
- {/block:PermalinkPage}
- }
- .entry img{
- {block:IndexPage}
- max-width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}
- }
- .photo img{
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3;
- }
- .photo img:hover{
- opacity: 0.8;
- filter: alpha(opacity = 80);
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3;
- }
- .asker{
- padding-bottom:5px;
- line-height:16px;
- font-size:9px;
- }
- blockquote{
- padding:0px 0px 0px 5px;
- margin:0px 0px 2px 1px;
- border-left: 2px solid {color:Text};
- }
- .permalink {
- display:block;
- position: relative;
- margin-top:-5px;
- text-align: right;
- font-size:10px;
- font-family:arial;
- opacity:0.6;
- filter: alpha(opacity = 60);
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3;
- }
- .entry:hover .permalink{
- opacity: 1;
- filter: alpha(opacity = 100);
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3;
- }
- .photo_perma{
- position:absolute;
- margin:5px 0px 0px 5px;
- background:#fff;
- padding:10px;
- -webkit-border-radius: 1px;
- -moz-border-radius: 1px;
- border-radius: 1px;
- opacity:0;
- filter: alpha(opacity = 0);
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3;
- z-index:1;
- }
- .entry:hover .photo_perma{
- opacity:0.75;
- filter: alpha(opacity = 75);
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3;
- }
- .q{
- margin-left:20px;
- margin-top:-15px;
- font-family:arial;
- font-size:10}px;
- color:{color:Post title};
- line-height:24px;
- }
- .quote{font-family: georgia;
- position:relative;
- top:20px;
- font-size:60px;
- opacity:0.2;
- filter: alpha(opacity = 20);
- }
- .source{
- font-size:12px;
- margin-left:35px;
- }
- div#chat li {
- padding: 4px;
- background-color:{color:Chat};
- margin-top: 2px;
- }
- div#chat ul{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- list-style: none;
- padding: 0px;
- margin-top:5px;
- margin-bottom:10px;
- text-align: left;
- }
- .lalala{
- background-color:#e4e4e4;
- height:27px;
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- overflow:hidden;
- }
- div#page{
- position:fixed;
- right:0px;
- bottom:0px;
- background:{color:header};
- padding:10px;
- {block:IfEndlessScrolling}display:none;{/block:IfEndlessScrolling}
- }
- div#page a{
- color:{color:title};
- font-family:arial;
- font-size:14px;
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 1px {color:text};
- font-size:10px;
- }
- ol.notes li.note {
- border-top: solid 1px {color:text};
- padding: 5px;
- font-size:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- font-size:10px;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- font-size:10px;
- }
- ol.notes li.note blockquote {
- border-color: {color:text};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- font-size:10px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- font-size:10px;
- }
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- {block:IndexPage}
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#content');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '.entry',
- loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
- loadingText : " ",
- donetext : " ",
- extraScrollPx : 9000,
- bufferPx : 10000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').show(500);
- });
- </script>
- {/block:IndexPage}
- </head>
- <body>
- {block:Pagination}<div id="page">{block:PreviousPage}<a href="{PreviousPage}">« / </a>{/block:PreviousPage}{block:nextPage}<a href="{nextPage}">»</a>{/block:nextPage}</div>{/block:Pagination}
- <div id="header">
- <div class="title">{Title}</div><p>
- <div class="info" style="color:{color:title}">{description}</div>
- <div id="links">
- <a href="/" class="nav">HOME</a><span class="bull">•</span>
- {block:AskEnabled}<a href="/ask"class="nav">message</a><span class="bull">•</span>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit"class="nav">{SubmitLabel}</a><span class="bull">•</span>{/block:SubmissionsEnabled}
- <a href="http://k-a-n-s-a-s.tumblr.com/" class="nav" target="_blank">THEME</a>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- {block:Text}
- <div class="entry">
- {block:Title}<span class="post_title">{Title}</span><p>{/block:Title}
- {Body}
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> — <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="entry">
- {block:IndexPage}<div class="photo_perma"><a href="{ReblogURL}" target="_blank"><img src="http://cdn4.iconfinder.com/data/icons/iphone_toolbar_icons/iphone_toolbar_icons/reload.png" width="20"/></a></div>{/block:IndexPage}
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- {block:IndexPage}<div class="photo">{/block:IndexPage}<img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>{block:IndexPage}</div>{/block:IndexPage}
- {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}<p>
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="entry">
- {block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
- <p>
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> — <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="entry">
- <span class="quote">❝</span><div class="q">{Quote}</div>
- {block:Source}<div class="source"><p>— {Source}</p></div>{/block:Source}
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> — <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Quote}
- {block:Chat}
- <div class="entry">
- {block:Title}<span class="post_title">{Title}</span>{/block:Title}
- <div id="chat">
- <ul>{block:Lines}<li>
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}
- </li>{/block:Lines}</ul>
- </div>
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> — <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Chat}
- {block:Link}
- <div class="entry">
- <span class="post_title"><a href="{URL}">{Name} ↘</span></a><p>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> — <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Link}
- {block:Audio}
- <div class="entry">
- <center>
- {block:AlbumArt}<img src="{AlbumArtURL}" alt="" style="width:180px;"/><p>{/block:AlbumArt}</center>
- <div class="lalala">{AudioPlayerGrey}</div>
- {block:IndexPage}{block:Caption}{Caption}
- {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}{/block:IndexPage}<p>
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> — <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="entry">
- {block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}
- <p>
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> — <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="entry">
- <div class="asker">{Asker} asked: {Question}</div>
- <div style="border-top:1px solid {color:text};">{Answer}<p></div>
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">Added at {12Hour}:{Minutes}{AmPm}</a> — <a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Answer}
- {block:PostNotes}
- <div id="postnotes">
- {block:IfNotCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfNotCaption}<p>
- {block:RebloggedFrom}
- Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div>{/block:RebloggedFrom}
- <div style="padding-top:5px; border-top:1px solid {color:text};">
- Posted {TimeAgo} with {NoteCountWithLabel}<br>
- {block:HasTags}Tagged with {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {PostNotes}
- {/block:PostNotes}
- {/block:posts}
- {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}
- </div>
- <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment