Advertisement
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">
- <!--
- Theme: Fleur
- A sleepy theme, created by Shannon.
- @ sleepingtigers.tumblr.com
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <meta name="color:Background" content="#F7F7F7"/>
- <meta name="color:Header" content="#FFFFFF"/>
- <meta name="font:Body" content="Georgia"/>
- <meta name="if:Underline Header" content="0" />
- <meta name="if:Display Photo Links" content="1" />
- <meta name="if:Display Tags" content="1" />
- <meta name="if:Display Captions" content="0"/>
- <meta name="if:Endless Scrolling" content="0"/>
- <meta name="image:Background" content=""/>
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="" />
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- body { font-family:{font:Body}; font-size:9px; line-height:14px; color:#000; background-color: {color:Background}; background-image:url('{image:Background}'); background-attachment:fixed;}
- a { text-decoration:none; color:#000; -webkit-transition-duration: .5s;}
- a:hover { text-decoration:none; }
- #header { background-color:{color:Header}; {block:IfUnderlineHeader} border-bottom:1px dotted #000; {/block:IfUnderlineHeader} padding:15px; }
- .description { max-width:400px; }
- #center { margin:auto; {block:IndexPage} width:840px; {/block:IndexPage} {block:PermalinkPage} width:750px; {/block:PermalinkPage} background-color: #FFF; padding:15px; margin-top: -7px; margin-bottom: -7px; }
- .entry { padding:15px; width:250px; float:left; margin:auto; background-color:#FFF; {block:PermalinkPage}margin:-15px; width:750px;{/block:PermalinkPage} }
- .entry img { {block:IndexPage}width:250px; max-width:250px;{/block:IndexPage} {block:PermalinkPage}width:750px; max-width:750px;{/block:PermalinkPage} height:auto; background-color:#FFF;}
- .trigger { cursor: help; display:inline-block; opacity:.7; padding-left:20px; text-align:center; text-decoration:underline; padding-bottom:20px; }
- .info { padding:1px;}
- ol.notes { padding: 20px; margin:0; list-style-type: none; }
- ol.notes li.note { padding: 4px 0; margin:0; -webkit-transition-duration: .5s; }
- ol.notes li.note img.avatar { display:none; }
- .photo_set { {block:IndexPage} max-width:300px; width:300px; {/block:IndexPage} {/block:PermalinkPage} width:500px; {/block:PermalinkPage} }
- #navigation {width:840px;}
- </style>
- {block:IfEndlessScrolling}<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IfEndlessScrolling}
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
- </script>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#postwrap').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",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "http://www.freeiconsweb.com/Icons-show/loading/loading3.gif",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#postwrap').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- {block:PermalinkPage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
- <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".info").hide();
- $(".trigger").click(function(){
- $('.info').slideToggle("slow");
- return true;
- });
- });
- </script>
- {/block:PermalinkPage}
- </head>
- <body>
- <div id="center">
- <div id="header">
- <span style="text-transform:uppercase; font-weight:bold; font-size:11px;"> <p><a href="/">{Title}</a></p> </span>
- <a href="/ask">ask</a> <a href="/archive">archive</a> <a href="/rss">rss</a> <a href="http://sleepingtigers.tumblr.com">credit</a> {block:IfLinkOneTitle} <a href="{text:Link One}">{text:Link One Title}</a> {/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle} <a href="{text:Link Two}"> {text:Link Two Title}</a> {/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle} <a href="{text:Link Three}"> {text:Link Three Title}</a> {/block:ifLinkThreeTitle}
- {block:HasPages}
- {block:Pages}
- <a href="{URL}" class="page">{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- <br>
- <div class="description">
- <p>{block:Description}{Description}{/block:Description}</p></div>
- </div>
- <div id="postwrap">
- {block:Posts}
- {block:Photo}
- <div class="entry">
- {block:PermalinkPage}
- <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount} — {NoteCountWithLabel}{/block:NoteCount} {block:ContentSource} <a href="{SourceURL}"><u>source</u></a> {/block:ContentSource}
- {block:IfDisplayTags}<br>{block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags} {block:HasTags} {/block:IfDisplayTags}</p>
- {/block:PermalinkPage}
- {block:IfNotDisplayPhotoLinks}<a href="{Permalink}">{/block:IfNotDisplayPhotoLinks}
- <p><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" /></p> {block:IfNotDisplayPhotoLinks}</a>
- {/block:IfNotDisplayPhotoLinks}
- {block:IfDisplayCaptions}{block:IndexPage}<p>{Caption}</p>{/block:IndexPage}{/block:IfDisplayCaptions}
- {block:PermalinkPage}
- {block:IfNotDisplayCaptions}{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:IfNotDisplayCaptions}
- {/block:PermalinkPage}
- {block:IfDisplayPhotoLinks}
- {block:IndexPage}
- <p><a href="{Permalink}">{12Hour}:{Minutes} </a> {block:ContentSource} <a href="{SourceURL}"><u>source</u></a> {/block:ContentSource} <a href="{ReblogURL}" target="_blank"><u>reblog</u></a> </p>
- {block:IfDisplayTags}
- {block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags}{block:HasTags}
- {/block:IfDisplayTags}
- {/block:IndexPage}
- {/block:IfDisplayPhotoLinks}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="entry">
- {block:PermalinkPage}
- <p>{12Hour}:{Minutes} {AmPm} {block:NoteCount} — {NoteCountWithLabel}{/block:NoteCount} {block:ContentSource} <a href="{SourceURL}"><u>source</u></a> {/block:ContentSource}
- {block:IfDisplayTags}<br>{block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags} {block:HasTags} {/block:IfDisplayTags}</p>
- {/block:PermalinkPage}
- <p>{Photoset-250}</p>
- {block:IfDisplayCaptions}{block:IndexPage}<p>{Caption}</p>{/block:IndexPage}{/block:IfDisplayCaptions}
- {block:PermalinkPage}
- {block:IfNotDisplayCaptions}{block:Caption}<p>{Caption}</p>{/block:Caption}{/block:IfNotDisplayCaptions}
- {/block:PermalinkPage}
- {block:IfDisplayPhotoLinks}
- {block:IndexPage}
- <p><a href="{Permalink}">{12Hour}:{Minutes} </a> {block:ContentSource} <a href="{SourceURL}"><u>source</u></a> {/block:ContentSource} <a href="{ReblogURL}" target="_blank"><u>reblog</u></a> </p>
- {block:IfDisplayTags}
- {block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags}{block:HasTags}
- {/block:IfDisplayTags}
- {/block:IndexPage}
- {/block:IfDisplayPhotoLinks}
- </div>
- {/block:Photoset}
- {block:Text}
- <div class="entry">
- {block:Title}<p><b>{Title}</b></p>{/block:Title}
- <p>{Body}</p>
- {block:IndexPage}
- <p><a href="{Permalink}">{12Hour}:{Minutes}</a></p>
- {block:IfDisplayTags}
- {block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags}{block:HasTags}
- {/block:IfDisplayTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="photopage">
- {12Hour}:{Minutes} {AmPm} {block:NoteCount} — {NoteCountWithLabel}{/block:NoteCount}
- {block:IfDisplayTags}<br>{block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Text}
- {block:Quote}
- <div class="entry">
- <p>{Quote}</p>
- {block:Source}<p> — {Source} </p> {/block:Source}
- {block:IndexPage}
- <p><a href="{Permalink}">{12Hour}:{Minutes}</a></p>
- {block:IfDisplayTags}
- {block:HasTags}Filed under: {block:Tags}<u><a href="{TagURL}">{Tag}</a></u> {/block:Tags}{block:HasTags}
- {/block:IfDisplayTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="photopage">
- {12Hour}:{Minutes} {AmPm} {block:NoteCount} — {NoteCountWithLabel}{/block:NoteCount}
- {block:IfDisplayTags}<br>{block:HasTags}Filed under: {block:Tags}<u><a href="{TagURL}">{Tag}</a></u> {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="entry">
- <p><a href="{URL}"><u>{Name}</u></a></p>
- <p>{block:Description}{Description}{/block:Description}</p>
- {block:IndexPage}
- <p><a href="{Permalink}">{12Hour}:{Minutes}</a></p>
- {block:IfDisplayTags}
- {block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags}{block:HasTags}
- {/block:IfDisplayTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="photopage">
- {12Hour}:{Minutes} {AmPm} {block:NoteCount} — {NoteCountWithLabel}{/block:NoteCount}
- {block:IfDisplayTags}<br>{block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="entry">
- {block:Title}<p>{Title}</p>{/block:Title}
- {block:Lines}{block:Label}
- <span style="text-transform: uppercase; ">{Label}</span>{/block:Label} <span style="line-height:20px;">{Line}</span> <br>{/block:Lines}
- {block:IndexPage}
- <p><a href="{Permalink}">{12Hour}:{Minutes}</a></p>
- {block:IfDisplayTags}
- {block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags}{block:HasTags}
- {/block:IfDisplayTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="photopage">
- {12Hour}:{Minutes} {AmPm} {block:NoteCount} — {NoteCountWithLabel}{/block:NoteCount}
- {block:IfDisplayTags}<br>{block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="entry">
- {AudioPlayerGrey}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {block:IndexPage}
- <p><a href="{Permalink}">{12Hour}:{Minutes}</a></p>
- {block:IfDisplayTags}
- {block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags}{block:HasTags}
- {/block:IfDisplayTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="photopage">
- {12Hour}:{Minutes} {AmPm} {block:NoteCount} — {NoteCountWithLabel}{/block:NoteCount}
- {block:IfDisplayTags}<br>{block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="entry">
- {Video-250}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {block:IndexPage}
- <p><a href="{Permalink}">{12Hour}:{Minutes}</a></p>
- {block:IfDisplayTags}
- {block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags}{block:HasTags}
- {/block:IfDisplayTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="photopage">
- {12Hour}:{Minutes} {AmPm} {block:NoteCount} — {NoteCountWithLabel}{/block:NoteCount}
- {block:IfDisplayTags}<br>{block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="entry">
- <div style="padding:5px;"><u>{Asker}</u>: <b>{Question}</b></div>
- <p>{Answer}</p>
- {block:IndexPage}
- <p><a href="{Permalink}">{12Hour}:{Minutes}</a></p>
- {block:IfDisplayTags}
- {block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags}{block:HasTags}
- {/block:IfDisplayTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="photopage">
- {12Hour}:{Minutes} {AmPm} {block:NoteCount} — {NoteCountWithLabel}{/block:NoteCount}
- {block:IfDisplayTags}<br>{block:HasTags}Filed under: {block:Tags} <u><a href="{TagURL}">{Tag}</a></u> {/block:Tags} {block:HasTags} {/block:IfDisplayTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Answer}
- {block:PostNotes}
- <center> <div class="trigger">Show notes</div> </center>
- <div class="info">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div> <!-- post wrap -->
- {block:IndexPage}
- {block:IfNotEndlessScrolling}
- <div id="navigation">
- <div align="right">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">Last / </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- {/block:IfNotEndlessScrolling}
- {/block:IndexPage}
- </div> <!-- center -->
- {block:IfEndlessScrolling}
- {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:IfEndlessScrolling}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement