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">
- <!--
- ~ Faggot Theme by Zak (http://ipads.tumblr.com) ~
- Keep the credits or I will report you to infinite <3
- -->
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <title>{title}</title>
- <link rel=”shortcut icon” href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
- <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="if:Sidebar Image" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Sidebar Background" content=""/>
- <meta name ="color:Sidebar Background" content="#ffffff"/>
- <meta name="text:Faq" content=""/>
- <meta name="color:Borda" content="#00000"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="image:Background" content="0"/>
- <meta name="text:Reblog" content="Reblog"/>
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 Title" content="Link"/>
- <meta name="text:Link 2" content="/"/>
- <meta name="text:Link 2 Title" content="Link"/>
- <meta name="text:Link 3" content="/"/>
- <meta name="text:Link 3 Title" content="Link"/>
- <meta name="text:Link 4" content="/"/>
- <meta name="text:Link 4 Title" content="Link"/>
- <link href='http://fonts.googleapis.com/css?family=Text+Me+One|Megrim' rel='stylesheet' type='text/css'>
- <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
- <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://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" 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>
- <div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script>
- </div>
- <style type="text/css">
- #tumblr_controls{
- position:fixed !important;
- }
- #important{
- font-size: 8px;
- position: fixed;
- bottom: 2px;
- right: 2px;
- padding: 4px;
- background-color: #fff;
- border: 1px solid #eee;
- z-index: 9999999999999999999999999999;
- }
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- a:hover{
- text-decoration:none;
- color:{color:hover};
- }
- body{
- color:#000;
- font-family:text me one;
- font-size:13px;
- line-height:100%;
- background-color:{color:background};
- background-image: url({image:background});
- }
- #blogtitle{
- font-size:30px;
- line-height:75%;
- text-align:center;
- font-family:megrim;
- }
- #blogtitle a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- #blogtitle a:hover{
- text-decoration:none;
- color:{color:link};
- }
- .title{
- font-size:20px;
- font-family:megrim;
- }
- .title a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- #sidebar{
- background-color: {color:sidebar background};
- background-image: url({image:sidebar background});
- border: 1px solid #aaa;
- z-index:999999999999999;
- position:fixed !important;
- font-size: 12px;
- line-height:12px;
- font-family:'text me one';
- width:250px;;
- margin-left:20px;
- margin-top:105px;
- height:auto;
- padding:7px;
- z-index:10;
- overflow:hidden;
- text-align:center;
- }
- #wrap{
- width: 1000px;
- float:center;
- margin-left:285px;
- background-color:transparent;
- position:absolute;
- padding:5px;
- }
- #title {
- text-align:center;
- color: {color:link};
- font-weight:bold;
- font-family: 'megrim';
- padding:0px;
- padding-top: 0px;
- font-size:40px;
- line-height:95%;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: ;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .00;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 10px;
- opacity:0.9;
- border: 1px solid #ddd;
- border-radius: 5px;
- float: left;
- font-size:11px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- -webkit-animation: fly 1s linear normal ;
- -webkit-animation-duration: 1s;
- -moz-animation: fly 1s linear normal ;
- -moz-animation-duration: 1s;
- animation: fly 1s linear normal ;
- animation-duration: 1s;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
- ::-webkit-scrollbar-thumb { background-color:black; }
- .entry{
- padding:3px;
- float:left;
- -webkit-animation: flip 1.5s;
- -moz-animation: flip 1.5s;
- -ms-animation: flip 1.5s;
- {block:IndexPage}
- width: 250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:600px;
- {/block:PermalinkPage}
- }
- .entry img{
- display: block;
- max-width: 100%;
- }
- .entry .perma a{
- color: #000;
- }
- .entry .perma{
- border-radius: 100px;
- position:absolute;
- margin-top: 7px;
- margin-left:7px;
- max-width:175px;
- padding:0px;
- height:5px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:10px;
- background: #fff;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:center;
- font-family: 'text me one';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .perma{
- max-width:300px;
- opacity:0.6;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .perma:hover{
- opacity: 0.9;
- z-index: 1;
- }
- .textperma{
- display: block;
- max-width: 100%;
- font-size: 9px;
- line-height:14px;
- text-align: right;
- background-color: white;
- padding: 0px;
- opacity:0.7;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .textperma:hover{
- opacity:1;
- }
- {CustomCSS]
- </style>
- </head>
- {block:IndexPage}
- <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">
- $(window).load(function () {
- var $content = $('#wrap');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/block:IndexPage}
- <body>
- <div id="sidebar">
- <center>
- <div id="title"><a href="/"><div style="background-color: #fff; padding: 7px; border: 1px solid #aaa;">{Title}</div></a></div>
- <div style="padding-top:7px;"></div>
- {Block:IfSidebarImage}<div style="background-color: #fff; padding: 7px; border: 1px solid #aaa;"><a href="/"><img src="{image:sidebar}" width="228px"></a></div>{/Block:IfSidebarImage}
- <div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript">
- var ref = (''+document.referrer+'');
- document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>');
- </script></div>
- <div style="padding-top:7px;"></div>
- <center><div style="background-color: #fff; padding: 10px; border: 1px solid #aaa;">{Description}</div>
- <div style="padding-top: 7px;"></div><div style="background-color: #fff; padding: 10px; border: 1px solid #aaa;"><a href="/">Home</a> ☯
- <a href="#?w=450" rel="02" class="poplight">Ask</a> ☯
- {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a> ☯{/block:iflink1}
- {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a> ☯{/block:iflink2}
- {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}</center><p>
- <div style="margin-bottom:-10px;"></div>
- </div>
- </div>
- </div>
- </div>
- <div id="wrap">
- {block:Posts}
- <div class="entry">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:Text}{Body}
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">+{NotecountWithLabel}</a><br></div>{/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">{NotecountWithLabel}</a> ☯ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" {Block:IfOneColumn}width="500"{/Block:IfOneColumn}{Block:IfTwoColumns}width="250"{/Block:IfTwoColumns}/></a></div>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600"/></a>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Block:IfOneColumn}{Photoset-500}{/Block:IfOneColumn}
- {Block:IfTwoColumns}{Photoset-250}{/Block:IfTwoColumns}
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">+{NotecountWithLabel}</a><br> <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}<div class="title">{Source}</div>{/block:Source}
- </div>
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
- {/block:Quote}
- {block:Video}
- {Block:IfOneColumn}{Video-500}{/Block:IfONeColumn}
- {Block:IfTwoColumns}{Video-250}{/Block:IfTwoCOlumns}<br>
- {PlayCountWithLabel}
- {block:IndexPage}<div class="perma"><a href="{Permalink}">{NotecountWithLabel}</a> ☯ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Video}
- {block:Link}
- <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a></div><BR>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerWhite}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- {Asker}: <b>{Question}</b><Br>
- {Answer}
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">+ {NotecountWIthLabel}</a><br></div>{/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {NoteCountWithLabel}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"> →</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">← </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- <div id="02" class="popup_block">
- <Center>
- {text:faq}<p>
- <iframe frameborder="0" scrolling="no" width="100%" height="200" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com"
- style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe></center>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--
- if you delete this please put a link in your faq or somewhere on your blog :)
- -->
- <div id="important">Theme by <a href="http://unstrong.tumblr.com"><b>Zak</b></a></div>
- <div style="position: fixed; bottom: 3px; right: 3px;"><a href="http://unstrong.tumblr.com">theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement