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" xml:lang="en" lang="en">
- <!--
- Giants Theme by lsaac.tumblr.com
- Feel free to customise the theme as much as you like but please rememeber to leave at least one credit link, thank you :-)
- -->
- <head>
- <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(){
- $(".description").hide();
- $(".about").click(function(){
- $('.description').slideToggle("fast");
- return true;
- });
- });
- </script>
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $('li.drawer div:nth-child(2)').hide();
- $('li.drawer h4').click(function () {
- if ($(this).hasClass('open')) {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
- else {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
- $(this).next().slideDown();
- $(this).addClass('open');}
- });
- });
- </script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Text" content="#333" />
- <meta name="color:Links" content="#888888"/>
- <meta name="color:Content" content="#555555"/>
- <meta name="if:background image" content="0" />
- <meta name="image:Background" content=""/>
- <meta name="text:first custom link title" content=""/>
- <meta name="text:first custom link url" content=""/>
- <meta name="text:second custom link title" content=""/>
- <meta name="text:second custom link url" content=""/>
- <meta name="text:third custom link title" content=""/>
- <meta name="text:third custom link url" content=""/>
- <meta name="text:fourth custom link title" content=""/>
- <meta name="text:fourth custom link url" content=""/>
- <meta name="if:first custom link" content="0"/>
- <meta name="if:second custom link" content="0"/>
- <meta name="if:third custom link" content="0"/>
- <meta name="if:fourth custom link" content="0"/>
- <meta name="if:submit link" content="0"/>
- <meta name="if:archive link" content="1"/>
- <meta name="if:home link" content="1"/>
- <meta name="if:message link" content="1"/>
- <meta name="if:inverted fade" content="1" />
- <meta name="if:faded images" content="0" />
- <meta name="if:rounded post corners" content="1" />
- <meta name="font:Body" content="Baskerville"/>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <title>Untitled Document</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}
- <style type="text/css">
- {CustomCSS}
- p{
- margin:0px;
- padding:0px;
- }
- #tumblr_controls{
- position:fixed;
- }
- #tumblr_controls{
- -webkit-transition: opacity 0.2s linear;
- opacity: 0.7;
- }
- #tumblr_controls:hover{
- -webkit-transition: opacity 0.2s linear;
- opacity: 1;
- }
- a{
- text-decoration:none;
- color:{color:links};
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- a:hover{
- text-decoration:underline;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- body{
- color:{color:Text};
- background-color:{color:Background};
- font-size:12px;
- text-align: center;
- font-family: {font:Body};
- line-height:15px;
- }
- #content{
- margin: auto auto auto auto ;
- width:100%;
- top:0px;
- position:relative;
- }
- #content .posts{
- width:1320px;
- font-family: {font:Body};
- margin: 5px 0px 0px 0px;
- {block:PermalinkPage}
- width:510px;
- {/block:PermalinkPage}
- }
- #content .entry{
- {block:IndexPage}
- width:430px;
- margin:5px;
- padding:0px;
- float:left;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-top:10px;
- width:500px;
- {/block:PermalinkPage}
- }
- #content .entry img{
- {block:IndexPage}
- {block:ifroundedpostcorners}
- border-radius:8px;
- {/block:ifroundedpostcorners}
- max-width:430px
- {/block:IndexPage}
- }
- .top{
- width:100%;
- text-align:left;
- margin: 565px 0px 0px -5px;
- z-index:5000;
- margin-bottom:10px;
- {block:ifdescrightborder}
- border-right-style:solid;
- border-width: 1px;
- {/block:ifdescrightborder}
- padding: 15px;
- position: fixed;
- background-color:{color:Content};
- font-family: Times New Roman;
- }
- .top{
- -webkit-transition: opacity 0.5s linear;
- opacity: 0.60;
- }
- .top:hover{
- -webkit-transition: opacity 0.3s linear;
- opacity: 1;
- }
- {block:ifinvertedfade}
- img{
- -webkit-transition: opacity 0.3s linear;
- opacity: 1;
- }
- img:hover{
- -webkit-transition: opacity 0.3s linear;
- opacity: 0.7;
- }
- {/block:ifinvertedfade}
- {block:iffadedimages}
- img{
- -webkit-transition: opacity 0.3s linear;
- opacity: 0.8;
- }
- img:hover{
- -webkit-transition: opacity 0.3s linear;
- opacity: 1;
- }
- {/block:iffadedimages}
- .h1{
- display:block;
- font-size:27px;
- letter-spacing: 7px;
- line-height:20px;
- text-align: center;
- margin-bottom: 10px;
- font-family: {font:Body};
- }
- .h2{
- font-size:27px;
- letter-spacing: 5px;
- line-height:20px;
- margin-bottom:5px;
- font-family: {font:Body};
- }
- .h3{
- font-size:17px;
- line-height:20px;
- text-align:center;
- font-family: {font:Body};
- }
- .nav{
- text-align:center;
- margin-top:0px;
- margin-bottom:0px;
- font-family: {font:Body};
- }
- .h4{
- font-size:11px;
- line-height:20px;
- text-align:left;
- text-transform: uppercase;
- letter-spacing:1px;
- font-family: {font:Body};
- }
- .permalink{
- display:block;
- font-size:15px;
- border-top-style: dotted;
- border-width:1px;
- text-align:center;
- padding:0px;
- font-family: {font:Body};
- }
- .permalink{
- -webkit-transition: opacity 0.3s linear;
- opacity: 0.3;
- }
- .permalink:hover{
- -webkit-transition: opacity 0.3s linear;
- opacity: 1;
- }
- .quote{
- font-size:17px;
- line-height:20px;
- text-transform:none;
- margin-bottom:5px;
- font-family: {font:Body};
- }
- .audio{
- {block:IndexPage}
- width:418px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:488px;
- {/block:PermalinkPage}
- background-color:#fff;
- padding:5px;
- margin-bottom:0px;
- border-left:1px solid;
- border-right:1px solid;
- border-color:{color:Other};
- }
- .audiocap, .videocap{
- background-color:{color:Other};
- display:block;
- padding:10px;
- }
- .albumart, .albumart img{
- {block:IndexPage}
- width:430px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- div.video embed,
- div.post div.video object {
- {block:IndexPage}
- width:250px !important;
- height:150px !important;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px !important;
- height:400px !important;
- {/block:PermalinkPage}
- }
- .question{
- font-weight:normal;
- margin-bottom:5px;
- font-size:13px;
- line-height:15px;
- display:block;
- font-family: {font:Body};
- }
- a img{
- -webkit-box-shadow: 3px 14px 5px
- rgba(0,0,0,0.3);
- -moz-box-shadow: 3px 14px 5px
- rgba(0,0,0,0.3);
- box-shadow: 1px 2px 12px
- rgba(0,0,0,0.3);}
- .nav { font-size:10px;
- }
- #bg img {
- z-index:-1;
- position:fixed;
- top:0;
- left:0;
- height:100%;
- width:100%;
- }
- </style>
- {block:IfBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfBackgroundImage}
- <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 () {
- $('.posts').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 : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
- <body>
- <div class="top">
- <span class="h3"><a href="/">{Title}</a></span><br>
- <div class="nav"><div align="left"><p><span class="h4">
- {block:ifhomelink}<a href="/">Home</a> ·{block:ifhomelink}
- {block:ifmessagelink}<a href="/ask">Message</a> ·{block:ifmessagelink}
- {block:ifarchivelink} <a href="/archive">Archive</a> ·{/block:ifarchivelink}
- {block:ifsubmitlink}<a href="/submit">Submit</a> ·
- {/block:ifsubmitlink}
- {block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a> ·{/block:iffirstcustomlink}
- {block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a> ·{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a> ·{/block:ifthirdcustomlink}
- {block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a> ·{/block:iffourthcustomlink} <a href="http://lsaac.tumblr.com">Theme</a><br><br><br></span>
- </form></div></div></div></div><div id="content"><div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<span class="h1">{Title}</span>{/block:Title}
- {Body}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoUrl-500}" width="430"></a>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoUrl-500}" width="500"></a>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-400}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div>
- {block:Source}<small>{Source}</small>{/block:Source}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"{Target}><span class="h2"> ☞{Name}☜</span></a>
- {block:Description}<small>{Description}</small>{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {/block:Link}
- {block:Video}
- <div class="video">
- {block:IndexPage}{Video-400}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- </div>
- {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- {block:Title}
- <div class="ptitle">{Title}</div>
- {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:IndexPage}{block:Caption}<div class="audiocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div class="question">{Asker}: {Question}</div>
- {Answer}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div>{/block:IndexPage}</span></div></div>
- {/block:Answer}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {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 style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement