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">
- <!--
- llDOLISE THEME by Rhiut-themes (rhiut.tumblr.com)
- Theme is best viewed on Google Chrome / Firefox.
- PLEASE DO NOT REMOVE CREDIT.
- If you experience any problems with this theme please contact me asap. (http://rhiut-themes.tumblr.com/ask)
- Thank you!
- -->
- <html lang="en">
- <head>
- <meta name="if:Repeat background image" content="0"/>
- <meta name="if:Image Slides Down on Mouseover" content="1"/>
- <meta name="if:Rounded Images" content="0"/>
- <meta name="if:Transparent Header" content="1"/>
- <meta name="if:Endless Scrolling" content="1"/>
- <meta name="if:Caption" content="0"/>
- <meta name="if:links" content=""/>
- <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:Chat" content="#F5F5F5"/>
- <meta name="color:Title" content="#444444"/>
- <meta name="color:Post title" content="#363636"/>
- <meta name="color:Text" content="#444444"/>
- <meta name="color:Link" content="#636363"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="text:Header height" content="57"/>
- <meta name="text:Title font size" content="40"/>
- <meta name="text:Post title font size" content="18"/>
- <meta name="text:Body font size" content="11"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 5" content=""/>
- <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}
- font-size:{text:Body font size}px;
- font-family:{font:Body};
- line-height:16px;
- color:{color:Text};
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: 0.3s ease-in;
- }
- a:hover {
- color:{color:Hover};
- -webkit-transition: 0.3s ease-in;
- }
- ::-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{
- {block:IndexPage}width:840px;{/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- padding-top:{text:header height}px;
- margin:auto;
- }
- div#header{
- position:fixed;
- text-align:center;
- height:{text:header height}px;
- width:100%;
- background-color:{color:background};
- padding:10px;
- z-index:1;
- -webkit-box-shadow: 0px 2px 6px 3px {color:background};
- -moz-box-shadow: 0px 2px 6px 3px {color:background};
- box-shadow: 0px 2px 6px 3px {color:background};
- {block:IfTransparentHeader}
- -webkit-transition: 0.5s ease-in;
- opacity:0.8;
- filter: alpha(opacity = 80);
- {/block:IfTransparentHeader}
- }
- div#header:hover{
- opacity: 1;
- filter: alpha(opacity = 100);
- -webkit-transition: 0.5s ease-in;
- }
- .links{margin-top:5px;}
- a.nav{
- display:inline-block;
- font-size:10px;
- text-transform:uppercase;
- margin-right:8px;
- border-bottom:2px solid transparent;
- }
- a.nav:hover{border-bottom:2px solid {color:link};}
- .title{
- font-family:{font:title};
- font-size: {text:title font size}px;
- color:{color:Title};
- padding-bottom:10px;
- }
- .post_title{
- font-family:{font:Post title};
- font-size:{text:Post title font size}px;
- color:{color:Post title};
- line-height:24px;
- }
- .entry{
- {block:IndexPage}
- width:250px;
- float:left;
- padding:10px;
- margin:0px 5px 0px 5px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- margin-top:15px;
- {/block:PermalinkPage}
- overflow:hidden;
- }
- .entry img{
- {block:IndexPage}max-width:250px;{/block:IndexPage}
- {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}
- }
- .photo img{
- -webkit-transition: 0.3s ease-in;
- {block:IfRoundedImages}
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- {/block:IfRoundedImages}
- }
- {block:IfImageSlidesDownonMouseover}
- .photo img:hover{margin-top:5px; -webkit-transition: 0.3s ease-in;}
- {/block:IfImageSlidesDownonMouseover}
- .asker{padding:5px; background:{color:chat};}
- blockquote{
- padding:0px 0px 0px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px solid {color:Text};
- }
- .permalink{
- display:block;
- font-size:10px;
- opacity:0.7;
- filter:alpha(opacity = 70);
- -webkit-transition: 0.3s ease-in;
- }
- .entry:hover .permalink{
- opacity:1;
- filter:alpha(opacity = 100);
- -webkit-transition:0.3s ease-in;
- }
- .photo_perma{
- position:absolute;
- margin-top:-40px;
- display:block;
- width:250px;
- text-align:center;
- padding:3px;
- background-color:{color:background};
- opacity:0;
- filter: alpha(opacity = 0);
- -webkit-transition: 0.3s ease-in;
- }
- .entry:hover .photo_perma{
- opacity:0.8;
- filter: alpha(opacity = 80);
- -webkit-transition: 0.3s ease-in;
- }
- div#page{
- position:fixed;
- right:5px;
- bottom:5px;
- font-family:{font:Body};
- font-style:italic;
- text-align:right;
- {block:IfEndlessScrolling}display:none;{/block:IfEndlessScrolling}
- padding:10px;
- }
- .q{
- margin-left:20px;
- margin-top:-15px;
- font-family:{font:Post Title};
- font-size:{text:Post title font size}px;
- color:{color:Post title};
- line-height:24px;
- }
- .quote{
- 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#postnotes{width:500px;}
- 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: 4px;
- 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}
- {block:IfEndlessScrolling}<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IfEndlessScrolling}
- <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},1000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn();} );
- });
- }); $('#content').show(500);
- });
- </script>
- {/block:IndexPage}
- <script type="text/javascript" src="http://little-vince.tumblr.com/lred.js"></script>
- </head>
- <body>
- {block:Pagination}<div id="page">{block:PreviousPage}<a href="{PreviousPage}">newer </a>{/block:PreviousPage}{block:nextPage}<a href="{nextPage}">/ before</a>{/block:nextPage}</div>{/block:Pagination}
- <div class="reblogframe">
- <iframe class="lred" scrolling="no" width="100%" height="26px" frameborder="0" data-plink="{Permalink}" data-reblog="{ReblogURL}" data-user="{Name}" data-pic="{URLEncodedPortraitURL-64}"></iframe>
- </div>
- <div id="header">
- <div class="title">{Title}</div>
- {Description}
- <div class="links">
- </div>
- <div class="links">
- <a href="/" class="nav">Home</a>
- <a href="{text:Link 1 URL}"class="nav" target="_blank">{text:Link 1}</a>
- <a href="{text:Link 2 URL}"class="nav"target="_blank">{text:Link 2}</a>
- <a href="{text:Link 3 URL}"class="nav"target="_blank">{text:Link 3}</a>
- <a href="{text:Link 4 URL}"class="nav"target="_blank">{text:Link 4}</a>
- <a href="{text:Link 5 URL}"class="nav">{text:Link 5}</a>
- <a href="http://rhiut-themes.tumblr.com/" class="nav" target="_blank">Theme</a>
- </div>
- </div>
- <div style="padding-top:30px;"><div id="content">
- {block:Posts}
- {block:Text}
- <div class="entry">
- {block:Title}<span class="post_title">{Title}</span>{/block:Title}
- {Body}
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} • {NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="entry">
- {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:IndexPage}<div class="photo_perma"><a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" target="_blank">Reblog</a></a></div>{/block:IndexPage}
- {block:IndexPage}{block:IfCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfCaption}{/block:IndexPage}
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {LinkCloseTag}{/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="entry">
- {block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- <p>
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} • {NoteCountWithLabel}</a></span>{/block:IndexPage}
- </p>
- </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}">{TimeAgo} • {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}">{TimeAgo} • {NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Chat}
- {block:Link}
- <div class="entry">
- <span class="post_title"><a href="{URL}">{Name} ↘</span></a>{block:Description}{Description}{/block:Description}
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} • {NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Link}
- {block:Audio}
- <div class="entry">
- <center>
- {block:AlbumArt}<img src="{AlbumArtURL}" alt="" style="width:180px; position:relative;"/><p>{/block:AlbumArt}</center>
- <div class="lalala">
- {AudioPlayerGrey}</div>
- {block:Caption}{Caption}
- {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}
- <p>
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} • {NoteCountWithLabel}</a></span>{/block:IndexPage}
- </p>
- </div>
- {/block:Audio}
- {block:Video}
- <div class="entry">
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} • {NoteCountWithLabel}</a></span>{/block:IndexPage}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="entry">
- <div class="asker">{Asker} : {Question}</div>
- {Answer}
- <p>
- {block:IndexPage}<span class="permalink"><a href="{Permalink}">{TimeAgo} • {NoteCountWithLabel}</a></span>{/block:IndexPage}
- </p>
- </div>
- {/block:Answer}
- {block:PostNotes}
- <div id="postnotes">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}<br>
- {block:RebloggedFrom}Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
- {PostNotes}
- {/block:PostNotes}
- {/block:posts}
- {block:IndexPage}{block:IfEndlessScrolling}
- <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:IfEndlessScrolling}
- </div></div>
- <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH -->
Advertisement
Add Comment
Please, Sign In to add comment