Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <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}
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 Title" content="" />
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #toTop {
- position:fixed; /* this is the magic */
- bottom:10px; /* together with this to put the div at the bottom*/
- right:10px;
- cursor:pointer;
- display:none;
- z-index:1000;
- }
- body {
- background:url('http://www.snazzyspace.com/defaultimages/f49f69_wood.gif') repeat #FFFFFF;
- background-attachment:fixed;
- margin:25px 0;
- text-align:center;
- font-size:12px;
- font-family: 'Open Sans', sans-serif;
- color:000;
- }
- #container {
- margin:0 auto;
- width:1100px;
- }
- a, a:active, a:visited, a:link {
- color:#737373;
- font-weight:bold;
- text-decoration:none;
- }
- a:hover {
- color:#000;
- }
- a img {
- border:0;
- }
- {block:IndexPage}
- .post {
- text-align:left;
- padding:5px;
- width:500px;
- margin:5px 5px 5px 0;
- position:relative;
- }
- .post img {
- -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
- -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
- box-shadow: 0 1px 10px rgba(0,0,0,.3);
- }
- .box {
- float:left;
- overflow:hidden;
- }
- {/block:IndexPage}
- .notes {
- clear:both;
- text-align:left;
- background:#fff;
- padding:5px;
- width:490px;
- margin:5px 0;
- -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
- -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
- box-shadow: 0 1px 10px rgba(0,0,0,.3);
- opacity:0.8;
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 1px #ccc;
- }
- ol.notes li.note {
- border-top: solid 1px #ccc;
- padding: 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: bold;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- {block:PermalinkPage}
- .box {
- overflow:hidden;
- }
- .post {
- text-align:left;
- padding:5px;
- width:500px;
- margin:5px 5px 5px 0;
- }
- .post img {
- }
- {/block:PermalinkPage}
- .postCount {
- background:#fff;
- color:#b8b8b8;
- padding:3px 0;
- text-align:right;
- }
- .post a, .post a:link, .post a:active, .post a:visited {
- color:#707070;
- text-decoration:none;
- }
- .post a:hover {
- color:black;
- }
- ol {
- margin:0;
- padding:0;
- }
- ol li {
- padding:0;
- margin:0;
- list-style-type:none;
- }
- .text, .quote, .link, .chats {
- background:#fff;
- -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
- -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
- box-shadow: 0 1px 10px rgba(0,0,0,.3);
- }
- .post:hover #reblog{
- margin:0 0 0 0;
- display:block;
- opacity:1;-webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;transition: all 2s ease-out;
- }
- #reblog{
- padding:20px 0 0 0;
- margin:0 0 0 0;
- text-align:center;
- position:absolute;
- width:510px;
- top:0;
- left:0;
- opacity:0;-webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;transition: all 2s ease-out;}
- #reblog a {
- display:block;
- padding:5px;
- margin:0;
- font-family: 'Open Sans', sans-serif;
- font-size:60px;
- color:#fff;
- font-weight:800;
- text-shadow: 1px 1px 1px #666;
- text-transform:lowercase;
- letter-spacing:-2px;
- }
- #lighter {
- width:510px;
- cursor:pointer;
- position:absolute;
- top:0;
- background:#fff;
- left:0;
- opacity:0;
- height:800px;
- }
- .post:hover #lighter {
- opacity:0.3;
- display:block;
- -moz-box-shadow: inset 0 0 150px #000;
- -webkit-box-shadow: inset 0 0 150px #000;
- box-shadow: inset 0 0 150px #000;
- }
- #infscr-loading {
- text-align: center;
- z-index: 100;
- position: fixed;
- left: 45%;
- bottom: 40px;
- padding: 5px;
- background: #000;
- color: #fff;
- font-family: 'Open Sans', sans-serif;
- font-size:20px;
- text-transform:lowercase;
- }
- #infscr-loading img {
- display:none;
- }
- #mainRight {
- width:1100px;
- margin:0 0 10px 0;
- padding:5px;
- text-align:center;
- }
- #holder {
- margin:0 auto;
- width:1100px;
- }
- h1 {
- display:block;
- padding:5px;
- margin:0;
- font-family: 'Open Sans', sans-serif;
- font-size:120px;
- color:#fff;
- font-weight:800;
- text-shadow: 1px 1px 1px #666;
- text-transform:lowercase;
- letter-spacing:-1px;
- }
- #descr {
- padding:5px;
- font-weight:normal;
- font-size:13px;
- text-transform:uppercase;
- color:#fff;
- text-shadow:1px 1px 1px #666;
- }
- #navy {
- padding:5px;
- }
- #navy a, #navy a:active, #navy a:visited {
- padding:0 10px;
- font-weight:normal;
- color:#fff;
- text-shadow:1px 1px 1px #666;
- }
- #navy a:hover {
- text-decoration:underline;
- }
- #navy a:after {
- content:'x';
- font-size:10px;
- margin:0 5px 0 20px;
- text-shadow:1px 1px 1px #666;
- }
- </style>
- </head>
- <body>
- <div id="toTop"><img src="http://www.snazzyspace.com/images/back_to_top.png" /></div>
- <div id="container" class="transitions-enabled infinite-scroll clearfix">
- <div id="mainRight">
- <h1>{Title}</h1>
- {block:Description}
- <div id="descr">
- {Description}
- </div>
- {/block:Description}
- <div id="navy">
- <a href="/">Home</a>
- {block:AskEnabled}
- <a href="/ask"> {AskLabel}</a>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <a href="/submit"> {SubmitLabel}</a>
- {/block:SubmissionsEnabled}
- {block:HasPages}{block:Pages}<a href="{URL}">
- {Label}</a>{/block:Pages}
- {/block:HasPages}
- {block:ifLink1Title}
- <a href="{text:Link 1}" title="{text:Link 1 Title}">
- {text:Link 1 Title}</a>
- {/block:ifLink1Title}
- {block:ifLink2Title}
- <a href="{text:Link 2}" title="{text:Link 2 Title}">
- {text:Link 2 Title}</a>
- {/block:ifLink2Title}
- {block:ifLink3Title}
- <a href="{text:Link 3}" title="{text:Link 3 Title}">
- {text:Link 3 Title}</a>
- {/block:ifLink3Title}
- {block:ifLink4Title}
- <a href="{text:Link 4}" title="{text:Link 4 Title}">
- {text:Link 4 Title}</a>
- {/block:ifLink4Title}
- {block:ifLink5Title}
- <a href="{text:Link 5}" title="{text:Link 5 Title}">
- {text:Link 5 Title}</a>
- {/block:ifLink5Title}
- </div>
- </div>
- <div id="holder">
- {block:Posts}
- {block:Text}
- <div class="box shake post text">
- {block:IndexPage}
- <div id="lighter"></div>
- <div id="reblog">{block:NoteCount}<a class="notesLink "href="{Permalink}">{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" title="Reblog">REBLOG</a></div>
- {/block:IndexPage}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="box shake post photo">
- {block:IndexPage}
- <div id="lighter"></div>
- <div id="reblog">{block:NoteCount}<a class="notesLink "href="{Permalink}">{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" title="Reblog">REBLOG</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <a href="{LinkURL}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
- {/block:PermalinkPage}
- {block:IndexPage}
- <a href="{LinkURL}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
- {/block:IndexPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="box shake post photoset">
- {block:IndexPage}
- <div id="lighter"></div>
- <div id="reblog">{block:NoteCount}<a class="notesLink "href="{Permalink}">{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" title="Reblog">REBLOG</a></div>
- {/block:IndexPage}
- {Photoset-250}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="box shake post quote">
- {block:IndexPage}
- <div id="lighter"></div>
- <div id="reblog">{block:NoteCount}<a class="notesLink "href="{Permalink}">{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" title="Reblog">REBLOG</a></div>
- {/block:IndexPage}
- "{Quote}"
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="box shake post link">
- {block:IndexPage}
- {/block:IndexPage}
- <a href="{URL}" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="box shake post chats">
- {block:IndexPage}
- {/block:IndexPage}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul>
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <div class="box shake post video">
- {block:IndexPage}
- {/block:IndexPage}
- {Video-250}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="box shake post audio">
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {/block:Posts}
- {block:PermalinkPage} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage}
- </div>
- </div>
- <nav id="page-nav">
- <a href="/page/2"></a>
- </nav>
- {block:IndexPage}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(function() {
- $(window).scroll(function() {
- if($(this).scrollTop() != 0) {
- $('#toTop').fadeIn();
- } else {
- $('#toTop').fadeOut();
- }
- });
- $('#toTop').click(function() {
- $('body,html').animate({scrollTop:0},800);
- });
- });
- $(window).load(function () {
- // endless scrolling
- var $container = $('#holder');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.box'
- });
- });
- $container.infinitescroll({
- navSelector : '#page-nav', // selector for the paged navigation
- nextSelector : '#page-nav a', // selector for the NEXT link (to page 2)
- itemSelector : '.box', // selector for all items you'll retrieve
- bufferPx: 0,
- debug : true,
- loading: {
- finishedMsg: 'No more posts to load.',
- img: '',
- msgText: 'Loading More Posts'
- }
- },
- // trigger Masonry as a callback
- function( newElements ) {
- // hide new items while they are loading
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- // show elems now they're ready
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- // End of endless scrolling
- });
- </script>
- {/block:IndexPage}
- </body>
- </html>
- <a style="position: fixed; z-index: 1999; top: 0px; left: 0px;" href="http://www.snazzyspace.com/" target="_blank" class="trans_col"><img src="http://www.snazzyspace.com/img/badge.png" alt="A snazzyspace.com Theme" border="0"></a> <a style="position: fixed; z-index: 1999; bottom: 100px; right: 0px;" href="http://www.snazzyspace.com/" target="_blank" class="trans_col"><img src="http://www.snazzyspace.com/img/badge_2.png" alt="A snazzyspace.com Theme" border="0"></a><a style="position: absolute; z-index: 10; top: 86px; right: 3px;" href="http://www.snazzyspace.com/tumblr" target="_blank" class="install_but"><img src="http://www.snazzyspace.com/img/install_theme.png" border="0"></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement