Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--
- "Coffre 1.0" by The Layout Shop
- http://shop.kitesinsummer.com/
- -->
- <meta name="font:Body" content="Georgia, Times New Roman, sans-serif"/>
- <meta name="font:Title" content="Georgia, Times New Roman, sans-serif"/>
- <meta name="color:Text" content="#353535">
- <meta name="color:Links" content="#8C7A94">
- <meta name="color:Hover" content="#F7E7FF">
- <meta name="color:Background" content="#FFFFFF">
- <meta name="color:PostsBackground" content="#FFFFFF">
- <meta name="image:Background" content=""/>
- <meta name="text:Next Pagination" content="Next"/>
- <meta name="text:Previous Pagination" content="Previous"/>
- <meta name="text:Tumblr Username" content=""/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:HighRes Images" content="1"/>
- <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
- {block:IndexPage}
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://dl.dropbox.com/u/10308294/js/jquery.infinitescroll.min.js"></script>
- {/block:IfInfiniteScrolling}
- {/block:IndexPage}
- <script type="text/javascript" >
- $(window).load(function(){
- $('#posts').infinitescroll({
- navSelector : '#footer', // selector for the paged navigation
- nextSelector : '#footer a:first-child', // selector for the NEXT link (to page 2)
- contentSelector : "#posts",
- itemSelector : '.post', // selector for all items you'll retrieve
- loadingImg : 'http://dl.dropbox.com/u/10308294/vq/box.gif',
- loadingText : "<em>loading...</em>",
- bufferPx : 2000,
- donetext : "<em>fin.</em>",
- debug: false,
- errorCallback: function() { $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal'); }
- },
- function( newElements ) { setTimeout(function() {
- /* repair audio players*/
- $('.audio').each(function(){
- var audioID = $(this).attr("id");
- var $audioPost = $(this);
- $.ajax({
- url: 'http://{text:Tumblr Username}.tumblr.com/api/read/json?id=' + audioID,
- dataType: 'jsonp',
- timeout: 50000,
- success: function(data){
- $audioPost.append('\x3cdiv style=\x22background-color:white;height:30px\x22 class=\x22audio_player\x22\x3e' + data.posts[0]['audio-player'] +'\x3c/div\x3e');
- }
- });
- });
- }, 2000);}
- );
- });
- </script>
- <style type="text/css">
- body{
- background:{color:Background} url('{image:background}') fixed;
- font-family: {font:Body};
- font-size:14px;
- line-height:27px;
- letter-spacing:2px;
- text-align:justify;
- margin:0px;
- padding:0px;
- color:{color:text};
- }
- #infscr-loading {
- z-index: 5000;
- position: fixed;
- left: 45%;
- bottom: 150px;
- width: 150px;
- height: 40px;
- font-size:11px;
- letter-spacing:2px;
- line-height:14px;
- padding: 10px;
- background: #fff;
- opacity: 0.8;
- color: #000;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- .clear{
- clear:both;
- }
- a:link, a:visited{
- color:{color:links};
- text-decoration:none;
- }
- a:hover{
- color:{color:hover};
- text-decoration:none;
- }
- #wrapper img a{
- border:0px !important;
- }
- #wrapper{
- width:700px;
- margin:0px auto;
- border:0px solid #000;
- }
- #header{
- background:rgba(255,255,255,0.5);
- position:fixed;
- top:0px;
- padding:10px 0px;
- width:700px;
- z-index:9999;
- }
- .left_header{
- width:350px;
- float:left;
- }
- .left_header ul{
- list-style:none;
- margin:0px;
- padding:0px;
- }
- .left_header li{
- list-style:none;
- margin:0px;
- padding:0px 2px;
- display:inline-block;
- }
- .right_header{
- width:350px;
- float:right;
- text-align:right;
- }
- .right_header h1{
- font-weight:400;
- font-size:16px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:right;
- letter-spacing:2px;
- margin:0px;
- padding:0px;
- }
- #description{
- text-align:justify;
- font-size:10px;
- line-height:13px;
- letter-spacing:0px;
- text-align:justify;
- display:none;
- }
- #posts{
- margin-top:47px;
- background:{color:PostsBackground};
- }
- .post{
- margin:25px 0px;
- background:{color:PostsBackground};
- }
- .permalink_l{
- position:absolute;
- width:700px;
- opacity:0;
- line-height:12px;
- padding:5px;
- margin:0px;
- font-size:10px;
- }
- .post:hover .permalink_l{
- opacity:1;
- }
- .text{
- font-size:14px;
- line-height:27px;
- letter-spacing:2px;
- text-align:justify;
- }
- .text p{
- margin-bottom:0px;
- padding-bottom:0px;
- }
- .text h3{
- margin-bottom:0px;
- padding-bottom:0px;
- font-weight:400;
- font-size:16px;
- }
- .text img{
- border:0px !important;
- max-width:700px;
- height:auto;
- }
- .photo img{
- width:700px;
- height:auto;
- }
- .quote{
- text-align:justify;
- }
- .link p{
- margin-bottom:0px;
- padding-bottom:0px;
- }
- .quote p{
- margin-bottom:0px;
- padding-bottom:0px;
- }
- .q-source{
- text-align:right;
- letter-spacing:1px;
- font-style:italic;
- font-size:10px;
- }
- .chat ul, .chat ul li{
- list-style:none;
- margin:0px;
- padding:0px;
- }
- .chat .label{
- font-weight:bold;
- font-style:italic;
- }
- .video embed, .video object, .video iframe{
- width:700px !important;
- height:400px !important;
- }
- .player{
- text-align:justify;
- }
- .audio {
- height:30px;
- overflow-y: hidden;
- line-height:1px !important;
- }
- .audio span {
- background:{color:PostsBackground};
- font-size:1px;
- }
- .audio span a{
- background:{color:PostsBackground};
- font-size:1px;
- }
- .artist{
- text-transform:lowercase;
- padding:0px;
- }
- .question p{
- margin-bottom:0px;
- padding-bottom:0px;
- }
- .prev{
- float:left;
- }
- .next{
- float:right;
- }
- .source{
- display:none;
- }
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="header">
- <div class="left_header">
- <ul>
- {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
- {block:HasPages}
- {block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}
- {/block:HasPages}
- <li><a href="http://shop.kitesinsummer.com/">theme</a></li>
- </ul>
- </div>
- <div class="right_header">
- <h1><a href="/">{Title}</a></h1>
- </div>
- <div class="clear"></div>
- </div><!--header end-->
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div class="post text">
- {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
- {Body}
- {block:IndexPage}
- <div class="permalink_l"><a href="{Permalink}">× {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">× {Tag}</a> {/block:Tags} {/block:HasTags}</div>
- {/block:IndexPage}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post photo">
- {block:IndexPage}<a title="" href="{ReblogURL}"> reblog</a><a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- {block:IfHighResImages}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0"/>{/block:IfHighResImages}
- {block:IfNotHighResImages}<img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0"/>{block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{/block:IfNotHighResImages}
- {block:PermalinkPage}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}{/block:PermalinkPage}
- {block:IndexPage}
- <div class="permalink_l"><a title="" href="{ReblogURL}"> reblog</a><a title="" href="{Permalink}">{NoteCount} notes</a><a href="{Permalink}">× {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">× {Tag}</a> {/block:Tags} {/block:HasTags}
- {/block:IndexPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post photoset">
- {Photoset-500}
- {block:PermalinkPage}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}{/block:PermalinkPage}
- {block:IndexPage}
- <div class="permalink_l"><a href="{Permalink}">× {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">× {Tag}</a> {/block:Tags} {/block:HasTags}</div>
- {/block:IndexPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post quote">
- <p>“{Quote}”</p>
- {block:Source}<div class="q-source">— {Source}</div>{/block:Source}
- {block:IndexPage}
- <div class="permalink_l"><a href="{Permalink}">× {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">× {Tag}</a> {/block:Tags} {/block:HasTags}</div>
- {/block:IndexPage}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="post link">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {block:IndexPage}
- <div class="permalink_l"><a href="{Permalink}">× {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">× {Tag}</a> {/block:Tags} {/block:HasTags}</div>
- {/block:IndexPage}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post chat">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}
- <div class="permalink_l"><a href="{Permalink}">× {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">× {Tag}</a> {/block:Tags} {/block:HasTags}</div>
- {/block:IndexPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post video">
- {Video-500}
- {block:PermalinkPage}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}{/block:PermalinkPage}
- {block:IndexPage}
- <div class="permalink_l"><a href="{Permalink}">× {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">× {Tag}</a> {/block:Tags} {/block:HasTags}</div>
- {/block:IndexPage}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post player">
- <div class="audio" id="{postID}">{AudioPlayerWhite}</div>
- <div class="artist"><a href="{Permalink}">{block:Artist}<b>{Artist}</b></a>{/block:Artist} {block:TrackName}<em>{TrackName}</em>{/block:TrackName}</div>
- {block:PermalinkPage}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}{/block:PermalinkPage}
- {block:IndexPage}
- <div class="permalink_l"><a href="{Permalink}">× {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">× {Tag}</a> {/block:Tags} {/block:HasTags}</div>
- {/block:IndexPage}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="post question">
- <p><b>{Question}</b></p>
- <p>{Answer}</p>
- {block:IndexPage}
- <div class="permalink_l"><a href="{Permalink}">× {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">× {Tag}</a> {/block:Tags} {/block:HasTags} Asked by <em>{Asker}</em></div>
- {/block:IndexPage}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- <div class="notestags">{block:NoteCount}{NoteCount} notes{/block:NoteCount} {block:HasTags}
- | {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}</div>
- <div class="source">
- {block:ContentSource}
- <a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
- </a>
- {/block:ContentSource}
- {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- {block:Pagination}
- {block:JumpPagination length="1000"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber} </span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber} </a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}
- <div id="footer">
- {block:NextPage}
- <div class="next"><a href="{NextPage}">{text:Next Pagination}</a></div>
- {/block:NextPage}
- {block:PreviousPage}
- <div class="prev"><a href="{PreviousPage}">{text:Previous Pagination}</a></div>
- {/block:PreviousPage}
- <div class="clear"></div>
- </div>
- </div><!--wrapper end-->
- </body>
- </html>
Add Comment
Please, Sign In to add comment