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>
- <link href='http://fonts.googleapis.com/css?family=Gochi+Hand|Gloria+Hallelujah|Leckerli+One|Indie+Flower' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="color:background" content="#fff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:hover" content="#bebebe"/>
- <meta name="color:scrollbar" content="#aaa"/>
- <meta name="color:sidebar border" content="#bebebe"/>
- <meta name="color:text permalink" content="#bebebe"/>
- <meta name="color:glow colour" content="#a3c7c6"/>
- <meta name="image:Background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:show photo" content="0"/>
- <meta name="if:One column" content="0"/>
- <meta name="if:Two columns" content="0"/>
- <meta name="if:Three columns" content="1"/>
- <meta name="text:Reblog label" content="Reblog"/>
- <meta name="text:Link one Title" content=""/>
- <meta name="text:Link one" content="" />
- <meta name="text:Link Three Title" content=""/>
- <meta name="text:Link Three" content=""/>
- <meta name="text:Link Four Title" content=""/>
- <meta name="text:Link Four" content=""/>
- <meta name="text:Link two Title" content=""/>
- <meta name="text:Link two" content=""/>
- <meta name="text:Link five Title" content=""/>
- <meta name="text:Link five" content=""/>
- <script type="text/javascript" src="http://static.tumblr.com/o0thhnj/LCDma95ko/infinite.txt"></script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i707.photobucket.com/albums/ww76/sheltsm/Simplicity%20graphics/pixels/x.gif" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Alex+Brush|Cookie' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://static.tumblr.com/twte3d7/s48lvqls2/jquery-1.4.4.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- <!--
- //(c) Ian Muscat 2007
- function IE(e) {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3")){
- return false;
- }}
- function NS(e) {
- if (document.layers || (document.getElementById && !document.all)){
- if (e.which == "2" || e.which == "3"){
- return false;}}}
- document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
- //-->
- </script>
- <style type="text/css">
- a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- p {
- margin:0px;
- margin-top:0px;
- }
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration: none;
- -webkit-transition: color 0.5s ease-in;
- -moz-transition: color 0.5s ease-in;
- }
- a:hover {
- color: {color:hover};
- text-decoration: none;
- font-style: none;
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;
- }
- body {
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;}
- body, div, p, textarea, submit, input{
- font-family:short stack; line-height:10px; font-size:10px;
- letter-spacing:0px;
- color:{color:Text};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:transparent;
- height:5px !important;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:3px;
- background-color:#fff;
- border:1px solid #eeeeee;
- }
- .wrapper{
- margin: 0px auto;
- width: 817px;
- }
- .left{
- float: left;
- margin-left: 0px;
- width: 817px;
- }
- .entry {
- float:left;
- margin:2px;
- border:1px #ccc solid;
- padding-left:4px;
- padding-right:4px;
- padding-top:4px;
- padding-bottom:2px;
- {block:IndexPage}
- width: 400px;
- {block:ifTwoColumns}width:340px;{/block:ifTwoColumns}
- {block:ifThreeColumns}width:240px;{/block:ifThreeColumns}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- background-color: white;
- }
- .entry:hover{-moz-box-shadow: 0 0 15px {color:glow colour};
- -webkit-box-shadow: 0 0 15px {color:glow colour};
- box-shadow: 0 0 15px {color:glow colour};
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;}
- #posts {
- float:left;
- width:800px;
- margin-left: 110px;
- {block:PermalinkPage}
- width:504px;
- {/block:PermalinkPage}
- }
- .blogtitle{
- font-size:40px;
- color:#888;
- -webkit-transition-duration:1.5s;
- font-family:bebas neue;
- letter-spacing:0px;
- line-height:100%;
- text-align: center;
- margin-top: 1px;
- margin-bottom: -2px;
- text-transform: lowercase;
- }
- #postnotes{
- text-align: left;
- }
- #postnotes blockquote{
- border: 0px;
- }
- div#sidebar{
- position:fixed !important;
- top: 100px;
- margin-left:-210px;
- width: 300px;
- height:auto;
- background-color: white;
- padding:4px;
- border: 1px solid #ccc;
- }
- #sidebar:hover{
- -moz-box-shadow: 0 0 15px {color:glow colour};
- -webkit-box-shadow: 0 0 15px {color:glow colour};
- box-shadow: 0 0 15px {color:glow colour};
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;}
- #linkbar {
- opacity:.3;
- margin-left: -55x;
- margin-top:-34px;
- width:280px;
- font-family: pixel;
- font-size:8px;
- color:#000;
- background-color:#fff;
- text-align:left;
- padding:10px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- position:fixed;
- line-height: 23px;
- }
- #linkbar:hover {
- opacity:.8;
- border-top-right-radius:0px;
- border-bottom-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- border-radius: 5px 0px 5px 0px;
- }
- .text {
- padding: 0px;
- }
- @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
- .entry:hover .textperma {
- opacity: 1;
- filter: alpha(opacity = 100);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- }
- div#links{
- font-family:bebas neue;
- font-size:25px;
- margin-top: 5px;
- line-height:110%;
- margin:3px;
- }
- #description {
- opacity:1;
- margin-left: -2.5px;
- margin-top:0px;
- width:292px;
- font-family:short stack;
- font-size:10px;
- color:#000;
- border:1px #ccc solid;
- background-color:#fff;
- text-align:left;
- padding:5px;
- text-align:center;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- position:fixed;
- line-height: 13px;
- }
- #description:hover {-moz-box-shadow: 0 0 15px {color:glow colour};
- -webkit-box-shadow: 0 0 15px {color:glow colour};
- box-shadow: 0 0 15px {color:glow colour};
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;}
- opacity:.5;
- border-top-right-radius:0px;
- border-bottom-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- border-radius: 5px 0px 5px 0px;
- }
- #sidebarimgok{ margin-left:-50px;
- width:300px;
- z-index:1;
- position:fixed !important;
- text-align:center;
- top:0px;
- height:100%;
- background-color: {color:background};
- background-image:url('{image:Sidebar background}');
- background-attachment: fixed;
- background-image: repeat;
- opacity: 1;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- blockquote{
- padding: 2px 2px 2px 5px;
- margin:2px 2px 2px 5px;
- border-left: 2px solid #888;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, li{
- list-style:none;
- padding: 1px 1px 1px 2px;
- margin:1px 1px 1px 1px;
- }
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
- .wildthemes a {color:{color:links};
- ;}
- .entry .wildthemes{
- position:absolute;
- width:auto;
- height:20px;
- line-height:190%;
- background-color:#fff;
- overflow:hidden;
- top: -10px;
- text-align:center;
- text-transform:uppercase;
- border:1px solid #ccc;
- opacity:0.0;
- left:-10px;
- padding:1px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .wildthemes{
- -webkit-transition: opacity 0.5s linear; opacity: 0.8;
- transition: all 0.4s linear;
- text-transform:uppercase;
- background-color:#fff;
- top: 10px;
- left:10px;
- opacity:0.8;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;}
- }
- .entry:hover .details {
- opacity: 1.0;
- margin:12px 0px 0px 0px;
- filter: alpha(opacity = 100);
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- }
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div class="wrapper">
- <div id="sidebar"><div class="blogtitle"><a href="/">{title}</a></div>
- {block:ifshowphoto}<div id="sidebarimg"><a href="/"><img src="{image:sidebar}" width=300px></a></div>{/block:ifshowphoto}<br><center>
- {description}</center>
- <center>
- <div id="links"><a href="/">home</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:IfLinkFourTitle} <a href="{text:Link Four}">{text:Link Four Title}</a> {/block:ifLinkFourTitle} {block:IfLinkFiveTitle} <a href="{text:Link Five}">{text:Link Five Title}</a> {/block:ifLinkFiveTitle} {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages} {/block:HasPages}
- <a title="theme maker" a href="http://wildthemes.tumblr.com/">theme</a>
- </div>
- </div>
- <div class="header">
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="text">
- {block:Title}
- <div style="font-family:Leckerli One;font-size:20px; line-height:21px; text-align:left;" <a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {block:IndexPage}
- {/block:IndexPage}
- </div>
- {/block:Text}
- {block:Answer}
- <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #fff;">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
- {Asker}: {Question}</div>
- <div style="margin-top:2px; margin-bottom:4px; background-color: #fff;">{Answer}</div>
- <div class="fweeb">
- <a href="{Permalink}">{TimeAgo} :: {NoteCountWithLabel}</a>
- </div>
- {/block:Answer}
- {block:Link}
- <div class="text">
- <div style="font-family:Leckerli One;font-size:20px; line-height:21px; text-align:left;">
- <a href="{URL}" class="link" {Target}>{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- <p>
- {block:IndexPage}
- <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:IndexPage}
- </div>{/block:Link}
- {block:Photo}
- {block:indexpage} <div class="wildthemes"><a href="{permalink}">{NoteCountwithLabel}</a> - <a href="{ReblogURL}" target="_blank">{text:reblog label}</a> </div>
- <img src="{PhotoURL-HighRes}" width="100%"/>
- {/block:indexpage}
- {block:permalinkpage}
- <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
- {/block:permalinkpage} {block:IndexPage}
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="permalinkk">
- <p>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} :: {NoteCountWithLabel} :: <a href="{ReblogURL}" target="_blank">reblog</a></p>
- </div>
- <center>{Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="textpost">
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- {block:IndexPage}
- <div class="fweeb">
- <a href="{Permalink}">{TimeAgo} :: {NoteCountWithLabel}</a>
- </div>
- {/block:IndexPage}
- </div>
- {/block:Quote}
- {block:Chat}
- <div class="text">
- {block:Title}
- <div class="title"> <a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
- {Line} </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}
- {/block:IndexPage}
- </div>{/block:Chat}
- {block:Audio}
- <div class="text">
- {AudioPlayerGrey}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:IndexPage}
- {/block:IndexPage}
- </div>{/block:Audio}
- {block:Video}
- {block:IndexPage}
- <div class="permalinkk">
- <p>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} :: {NoteCountWithLabel} :: <a href="{ReblogURL}" target="_blank">reblog</a></p>
- </div>
- <center>{Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}<center>{Video-500}</center>{/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
- <p>{block:RebloggedFrom}<div style="border-bottom:1px solid #ddd; text-align:left; text-transform:none; "> reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
- {/block:RebloggedFrom}</center></span><br><div id="postnotes">{PostNotes}</div><br>
- {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}{/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <ul id="pagination">
- {block:PreviousPage}
- <li><a href="{PreviousPage}"></a></li>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
- {/block:CurrentPage}
- {block:JumpPage}
- <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <li><a id="nextPage" href="{NextPage}"></a></li>
- {/block:NextPage}
- </ul>
- {/block:Pagination}
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : ".entry",
- bufferPx : 200,
- loadingImg : "http://static.tumblr.com/plngtrn/ieqlmwwlc/ajax-loader.gif",
- loadingText : "<em></em>",
- },
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement