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">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>{Title}{block:SearchPage} | {SearchQuery}{/block:SearchPage}{block:PostSummary} | {PostSummary}{/block:PostSummary}</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}
- <meta name="image:Background" content="" />
- <meta name="image:Footer" content="" />
- <meta name="color:Background" content="#FFFFFF" />
- <meta name="color:Text" content="#444444" />
- <meta name="color:Footer background" content="#ECEEF5" />
- <meta name="color:Footer text" content="#3B5998" />
- <meta name="text:Post height" content="100%" />
- <meta name="text:Shadow strength" content="1" />
- <!-- More fonts here: http://www.google.com/webfonts -->
- <meta name="text:Google webfont name" content="Miniver" />
- <meta name="text:URL to Like" content="" />
- <meta name="text:Twitter username" content="" />
- <meta name="if:Repeat background" content="1" />
- <meta name="if:Center background" content="0" />
- <meta name="if:Stretch background" content="0" />
- <meta name="if:Infinite scroll" content="1" />
- <meta name="if:Scroll hidden text" content="0" />
- <meta name="if:Show RSS link" content="1" />
- <meta name="if:Show archive link" content="1" />
- <meta name="if:Show Facebook Like button" content="0" />
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/rejwoxv/UYDmaubdy/theme.js"></script>
- {block:IfGoogleWebfontName}<link href='http://fonts.googleapis.com/css?family={text:Google webfont name}' rel='stylesheet' type='text/css'>{/block:IfGoogleWebfontName}
- <style type="text/css">
- html, body {
- width:auto;
- height:auto;
- }
- body {
- margin: 0px;
- {block:IfBackgroundImage}background-image: url('{image:Background}');{/block:IfBackgroundImage}
- {block:IfNotRepeatBackground}background-repeat: no-repeat;{/block:IfNotRepeatBackground}
- {block:IfCenterBackground}background: center;{/block:IfCenterBackground}
- {block:IfStretchBackground}background-size: cover;{/block:IfStretchBackground}
- background-color: {color:Background};
- font-family: 'Helvetica neue', Helvetia, Arial, sans-serif;
- line-height: 1.5;
- color: {color:Text};
- }
- p, li, blockquote, code, pre, td {
- font-size: 12px;
- }
- blockquote {
- margin: 10px 0px;
- padding: 0px 10px;
- border-left: 1px solid;
- }
- h1 {
- font-family: '{text:Google webfont name}';
- margin: 0px;
- }
- a {
- color: inherit;
- }
- img {
- border: 0px;
- }
- .posts {
- position: relative;
- text-align: center;
- margin: 20px;
- }
- article {
- {block:IndexPage}height: {text:Post height}{block:IfNotPostHeight}100%{/block:IfNotPostHeight};{/block:IndexPage}
- display: inline-block;
- position: relative;
- margin: 5px;
- text-align: left;
- vertical-align: middle;
- }
- {block:IndexPage}article .controls {
- position: absolute;
- top: 10px;
- right: 10px;
- display: none;
- }
- article:hover .controls {
- display: block;
- }
- article .controls .item {
- float: right;
- position: relative;
- }
- article .controls .like {
- background-image: url('http://static.tumblr.com/jw8fmba/JQllum7dg/like.png');
- width:100%;
- height:auto;
- margin-left: 5px;
- }
- article .controls .reblog {
- background-image: url('http://static.tumblr.com/jw8fmba/bPzlum7er/reblog.png');
- width:100%;
- height:auto;
- }
- article .controls .note_count {
- background-image: url('http://static.tumblr.com/jw8fmba/Iosm7ri3a/note_count_middle.png');
- height: 16px;
- color: #FFF;
- font-weight: bold;
- font-size: 11px;
- padding: 2px 5px;
- margin-left: 7px;
- }
- article .controls .note_count:before {
- content: '';
- background-image: url('http://static.tumblr.com/jw8fmba/dIim7ri67/note_count_left.png');
- height:100%;
- width:auto;
- position: absolute;
- top: 0px;
- left: -5px;
- }
- article .controls .note_count:after {
- content: '';
- background-image: url('http://static.tumblr.com/jw8fmba/gtqm7ri8i/note_count_right.png');
- height:100%;
- width:auto;
- position: absolute;
- top: 0px;
- right: -2px;
- }
- article img {
- height: 100%;
- width:auto;
- float: left;
- }
- .audio_embed, .photo_set {
- overflow-y: scroll;
- }
- .video iframe {
- height: 100%;
- width: auto;
- }{/block:IndexPage}
- .text, .quote, .chat, .link, .answer {
- {block:IndexPage}max-{/block:IndexPage}width: {block:IndexPage}{text:Post height}{block:IfNotPostHeight}250px{/block:IfNotPostHeight}{/block:IndexPage}{block:PermalinkPage}500px{/block:PermalinkPage};
- overflow-y: {block:IfScrollHiddenText}scroll{/block:IfScrollHiddenText}{block:IfNotScrollHiddenText}hidden{/block:IfNotScrollHiddenText};
- }
- article .chat_table {
- border-top: 1px solid {color:Text};
- border-left: 1px solid {color:Text};
- }
- article .chat_table td {
- border-bottom: 1px solid {color:Text};
- border-right: 1px solid {color:Text};
- }
- .audio_player {
- width: 100%;
- height:auto;
- position: absolute;
- left: 0px;
- bottom: 0px;
- background-color: #000;
- opacity: 0.75;
- }
- .pagination {
- width: 100%;
- text-align: center;
- }
- .pagination h1 {
- display: inline-block;
- margin: 5px;
- }
- .notes {
- list-style: none;
- width:100%;
- margin: 40px auto;
- }
- .notes li {
- padding: 10px 0px;
- text-align: left;
- }
- footer {
- width: 100%;
- position: fixed;
- bottom: 0px;
- left: 0px;
- background-color: {color:Footer background};
- color: {color:Footer text};
- box-shadow: 0px -1px 10px rgba(0,0,0,0.{text:Shadow strength});
- }
- footer ul {
- width: 100%;
- text-align: center;
- list-style: none;
- padding: 0px;
- margin: 0px;
- }
- footer ul a {
- text-decoration: none;
- }
- footer ul li {
- padding: 10px;
- margin: 0px;
- display: inline-block;
- vertical-align: middle;
- font-size: 12px;
- line-height: 1;
- }
- footer ul .title {
- font-size: 18px;
- font-family: '{text:Google webfont name}';
- }
- footer ul .title img {
- max-height:auto;
- }
- {CustomCSS}
- </style>
- </head>
- <body class="{Name}" onload="var image1 = new Image(); image1.src = 'http://assets.tumblr.com/images/iframe_like_active_alpha.png'">
- <div class="posts">
- {block:Posts}<article class="{PostType}{block:Photoset}_set{/block:Photoset}{block:Audio}{block:AudioEmbed}_embed{/block:AudioEmbed}{/block:Audio}">
- {block:IndexPage}<div class="controls">
- <a href="{Permalink}"><div class="note_count item" id="note_count_{PostID}">{NoteCount}</div></a>
- <a class="like item" onclick="LikePost('{PostID}','{ReblogURL}',this); $(this).css('background-image', 'url(http://assets.tumblr.com/images/iframe_like_active_alpha.png)')"></a>
- <a href="{ReblogURL}?redirect_to=http%3A%2F%2F{Name}.tumblr.com%2Fpage%2F{CurrentPage}" class="reblog item" target="_blank"></a>
- </div>{/block:IndexPage}
- {block:Photo}{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{PhotoURL-HighRes}"style="max-width:10000px";" alt="{PhotoAlt}"/>{block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{/block:Photo}{block:Photoset}
- {Photoset-500}{/block:Photoset}{block:Video}
- {Video-500}{/block:Video}{block:Title}
- <h1>{Title}</h1>{/block:Title}{block:Text}
- {Body}{/block:Text}{block:Chat}
- <table width="100%" cellpadding="100" cellspacing="0" class="chat_table">
- {block:Lines}<tr>
- {block:Label}<td>{Label}</td>{/block:Label}
- <td>{Line}</td>
- </tr>{/block:Lines}
- </table>{/block:Chat}{block:Link}<a href="{URL}" {Target}><h1>{Name}</h1></a>{block:Description}
- {Description}{/block:Description}{/block:Link}{block:Quote}<h1>"{Quote}"</h1>{block:Source}
- <p>- {Source}</p>{/block:Source}{/block:Quote}{block:Audio}{block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}{block:AudioPlayer}{block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}
- {AudioPlayerBlack}{/block:AudioPlayer} {/block:Audio}{block:Answer}
- <h1>{lang:Asker asked} {Question}</h1>{Answer}{/block:Answer}{block:PermalinkPage}{block:Caption}
- <div class="caption">
- {Caption}
- </div>{/block:Caption}{/block:PermalinkPage}
- </article>{/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {block:Pagination}<div class="pagination"{block:IfInfiniteScroll} style="display: none"{/block:IfInfiniteScroll}>
- {block:PreviousPage}<h1><a href="{PreviousPage}" class="previous_page">← {lang:Previous}</a></h1>{/block:PreviousPage}{block:NextPage}
- <h1><a href="{NextPage}" class="next_page">{lang:Next} →</a></h1>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <footer>
- <ul>
- <a href="/" title="{Title}"><li class="title">{block:IfNotFooterImage}{Title}{/block:IfNotFooterImage}{block:IfFooterImage}<img src="{image:Footer}" />{/block:IfFooterImage}</li></a>
- {block:AskEnabled}<a href="/ask"><li>{AskLabel}</li></a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit"><li>{SubmitLabel}</li></a>{/block:SubmissionsEnabled}
- {block:IfShowRSSLink}<a href="{RSS}"><li>{lang:RSS}</li></a>{/block:IfShowRSSLink}
- {block:IfShowArchiveLink}<a href="/archive"><li>{lang:Archive}</li></a>{/block:IfShowArchiveLink}
- {block:HasPages}{block:Pages}
- <a href="{URL}"><li>{Label}</li></a>{/block:Pages}{/block:HasPages}
- {block:IfShowFacebookLikeButton}<li>
- <iframe src="http://www.facebook.com/plugins/like.php?href={text:URL to like}{block:IfNotURLToLike}http://{Name}.tumblr.com/{/block:IfNotURLToLike}&send=false&layout=button_count&width=50&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:48px; height:21px;" allowTransparency="true"></iframe>
- </li>{/block:IfShowFacebookLikeButton}
- {block:IfTwitterUsername}<li>
- <a href="https://twitter.com/{text:Twitter username}" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @{text:Twitter username}</a>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
- </li>{/block:IfTwitterUsername}
- </ul>
- </footer>
- <script type="text/javascript">
- $(document).ready(function() {
- var footerHeight = $('footer').height();
- $('.posts').css('margin-bottom', footerHeight);
- });
- function LikePost(sPostID,sReblogID,obj)
- {
- sReblogID = sReblogID.replace("http://","");
- var sArray = sReblogID.split("/");
- document.getElementById("likes_frame").setAttribute("src","http://www.tumblr.com/like/" + sArray[3] + "?id=" + sPostID);
- document.getElementById("note_count_" + sPostID).innerHTML = parseInt(document.getElementById("note_count_" + sPostID).innerHTML) + 1;
- }
- {block:IfInfiniteScroll}$('.posts').infinitescroll({
- navSelector: '.pagination',
- nextSelector: '.next_page',
- itemSelector: 'article',
- loading: {
- img: 'http://static.tumblr.com/jw8fmba/yGMlx5zw8/transparent.gif',
- msgText : '',
- donetext: ''
- }
- });{/block:IfInfiniteScroll}
- </script>
- <iframe id="likes_frame" width="0" height="0" frameborder="0"></iframe>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement