Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ┏━━━┓╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋┏━━━━┳┓
- ┃┏━┓┃╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋┃┏┓┏┓┃┃
- ┃┗━┛┣━━┳━┓┏━━━┳━━┳━┓┗┛┃┃┗┫┗━┳━━┳┓┏┳━━┳━━┓
- ┃┏━━┫┏┓┃┏┓╋━━┃┃┃━┫┏┛╋╋┃┃╋┃┏┓┃┃━┫┗┛┃┃━┫━━┫
- ┃┃╋╋┃┏┓┃┃┃┃┃━━┫┃━┫┃╋╋╋┃┃╋┃┃┃┃┃━┫┃┃┃┃━╋━━┃
- ┗┛╋╋┗┛┗┻┛┗┻━━━┻━━┻┛╋╋╋┗┛╋┗┛┗┻━━┻┻┻┻━━┻━━┛
- Theme Made and copyrighted By PanzerThemes.Tumblr.com.
- All themes are free for personal use! Please respect the credit and keep it in tact. You may make changes to the theme; however, that doesn't mean you created it. If you do remove the credit please place it in your FAQ or somewhere where your followers can be informed of creator.
- You will be reported if you do not follow the simple rules of using my themes. -->
- <head>
- <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://stephanielouie.comule.com/material/x2.gif" class="btn_close" title="Close it" 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=Playball&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Zeyada&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
- <title>{title}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Link" content="#000000" />
- <meta name="color:Hover" content="#d8d8d8" />
- <meta name="color:Blog Title" content="#d8d8d8" />
- <meta name="color:Pop Out Background" content="#fff"/>
- <meta name="color:Pop Out Links" content="#d8d8d8"/>
- <meta name="color:Link Border" content="#d8d8d8" />
- <meta name="color:Tiny Scrollbar Front" content="#d8d8d8" />
- <meta name="color:Tiny Scrollbar Back" content="#000" />
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="if:Show Photo" content=""/>
- <meta name="if:Show Blog Title" content="1"/>
- <meta name="if:Title Shadow" content="1"/>
- <meta name="if:Rainbow Links" content=""/>
- <meta name="if:Captions On" content=""/>
- <meta name="if:Tiny Scrollbar" content="1"/>
- <meta name="if:Tiny Cursor" content="1"/>
- <meta name="if:Solid Link Border" content="0" />
- <meta name="text:Ask Title" content="ask" />
- <meta name="text:Above Ask Box" content="Message me!"/>
- <meta name="text:Title Size" content="30" />
- <meta name="text:Custom Link One" content="/" />
- <meta name="text:Custom Link One Title" content="link" />
- <meta name="text:Custom Link Two" content="/" />
- <meta name="text:Custom Link Two Title" content="link" />
- <meta name="text:Custom Link Three" content="/" />
- <meta name="text:Custom Link Three Title" content="link" />
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
- <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
- <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
- {block:indexpage}
- <script>
- jQuery(window).load(function(){
- var $wall = $('#content');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- singleMode: true,
- columnWidth: 260,
- itemSelector: '#entry'
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#entry',
- },
- function( newElements ){
- $(newElements).hide();
- setTimeout(function(){
- $wall.masonry({ appendedContent: $(newElements) });
- },2000);
- setTimeout(function(){
- $(newElements).fadeIn('slow');
- },2100);
- },1000);
- });
- </script>
- <script>
- $.fn.imagesLoaded = function(callback){
- var elems = this.find('img'),
- len = elems.length,
- _this = this;
- if ( !elems.length ) {
- callback.call( this );}
- elems.bind('load',function(){
- if (--len <= 0){
- callback.call( _this );}
- }).each(function(){
- // cached images don't fire load sometimes, so we reset src.
- if (this.complete || this.complete === undefined){
- var src = this.src;
- // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
- // data uri bypasses webkit log warning (thx doug jones)
- this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
- this.src = src;}
- });
- return this;};
- </script>
- {/block:indexpage}
- <style type="text/css">
- iframe#tumblr_controls{position:fixed !important;}
- {block:iftinycursor}
- body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
- {/block:iftinycursor}
- {block:iftinyscrollbar}
- ::-webkit-scrollbar {width: 5px; height: 4px; background: {color:Tiny Scrollbar Back}; }
- ::-webkit-scrollbar-thumb { background-color: {color:Tiny Scrollbar Front}; -webkit-border-radius: 1ex}
- {/block:iftinyscrollbar}
- .popup_block{
- display: none;
- background: {color:pop out background};
- padding: 10px;
- font-family: cambria;
- float: left;
- font-size: 10px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 1;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- *html .popup_block {
- position: absolute;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 3px;
- }
- body{
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- background-attachment: fixed;
- font-family: cambria;
- font-size: 9px;
- margin: auto;
- padding: auto;
- }
- a:link, a:active, a:visited{ color: {color:link}; text-decoration: none;}
- a:hover {color:{color:hover}; text-decoration: none;}
- ul, ol, li{
- list-style:none;
- margin:0px;
- padding:0px;
- }
- .notes img{
- width:9px;
- position:relative;
- top:3px;
- }
- .permalink{
- display: block;
- font-size: 9px;
- text-align: right;
- }
- #mee{
- position:fixed !important;
- width:auto;
- height:auto;
- right:3px;
- top:26px;
- }
- div#center{
- position: relative;
- background-color:;
- width: 900px;
- padding: 0px 0px 0px 0px;
- margin: 0px 0px 0px 0px;
- }
- div#links{
- margin: -100px 0px 0px 270px;
- float:left;
- font-family:cambria;
- font-size:8px;
- line-height:10px;
- }
- .headerlinks {height:15px; width:250px; background-color:{color:Pop Out Links}; line-height:15px; margin-bottom:2px; text-align:center; float:center; -moz-border-radius:6px; border-radius:6px;}
- .headerlinks:hover {background-color: {color:Pop Out Background};}
- div#content{
- {block:indexpage}
- width: 530px;
- {/block:indexpage}
- {block:permalinkpage}
- width: 365px;
- {/block:permalinkpage}
- margin: 0px 0px 0px 375px;
- padding: 0px 0px 0px 0px;
- background color:#ffffff;
- opacity: .8;
- }
- #entry{
- {block:indexpage}
- width: 250px;
- height:auto;
- {/block:indexpage}
- {block:permalinkpage}
- width: 350px;
- height:auto;
- {/block:permalinkpage}
- background color:#ffffff;
- margin: 0px 0px 0px 0px;
- padding: 5px 0px 0px 5px;
- border: 0px solid #000000;
- float:left;
- overflow:hidden;
- overflow-y:hidden;
- }
- #entry .perma{
- width: 250px;
- position: absolute;
- font-family: cambria;
- font-size: 9px;
- line-height: 15px;
- text-align: center;
- overflow:hidden;
- opacity: 0.0;
- background-color:#fcfcfc;
- }
- #entry:hover .perma{
- overflow:visible;
- -webkit-transition: opacity 0.2s linear; opacity: 0.8;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #sidebar{
- width: 350px;
- height: auto;
- margin: 300px 0px 0px 1px;
- position: fixed !important;
- padding:5px;
- background-color:{color:background};
- font-family:cambria;
- font-size:10px;
- text-align: center;
- float: center;
- opacity:.8;
- }
- div#sidebar2{
- position:fixed !important;
- width: 100px;
- height:auto;
- margin: 290px 0px 0px 915px;
- padding:3px;
- text-align: center;
- font-family:'Zeyada', cursive;
- font-size:20px;
- background-color: {color:background};
- background-image:url({image:Background});
- {block:ifsolidlinkborder}
- border: 1px solid {color:Link Border};
- {/block:ifsolidlinkborder}
- border: 1px dashed {color:Link Border};
- }
- .quote{
- font-size: {text:Title Size}px;
- font-family:'Zeyada', cursive;
- line-height:38px;
- color:{color:blogtitle};
- text-align:center;
- position: fixed !important;
- width:300px;
- height:auto;
- {block:iftitleshadow}
- text-shadow: 2px 2px 2px #888;
- {/block:iftitleshadow}
- background-color: transparent;
- padding: 2px;
- text-align:center;
- margin: 265px 0px 0px 10px;
- }
- lions{
- font-family: cambria;
- color: {color:link};
- font-size: 8px;
- font-weight: normal;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- </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>
- {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
- "></script>{/block:ifrainbowlinks}
- <body>
- <div id="mee">
- <a href="http://jagpanzer.tumblr.com/" target="_blank"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a>
- </div>
- <div id="center">
- <div id="sidebar"><div id="hide">
- {block:ifShowPhoto}<a href="/"><img src="{image:sidebar}" width="350px" ></a>{/block:ifShowPhoto}
- <br/>{description}<br>
- </div></div>
- <div id="sidebar2"><a href="/">home</a> <br>
- <a href="#?w=500" rel="02" class="poplight">{text:Ask Title}</a><br>
- <a href="#?w=250" rel="links" class="poplight">links</a><br>
- <a href="http://jagpanzer.tumblr.com" target="blank">theme</a>
- </div>
- {block:ifshowblogtitle}<div class="quote"><color="{color:blogtitle}"><a href="/">{Title}</a></font>
- </div>{/block:ifshowblogtitle}
- <div id="content">
- {block:posts}
- <div id="entry">
- {block:IndexPage}
- <div class="perma"><lions style=”font-size: 8pt; letter-spacing: 1px; ”>
- <a href="{permalink}">{NoteCount}</a> · <a href="{ReblogURL}" target="_blank">REBLOG</a></style></span></div>
- {/block:IndexPage}
- {block:text}
- {block:Title}<b>{Title}</b>{/block:Title}{Body}
- {/block:text}
- {block:photo}
- {linkopentag}{block:indexpage}<a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width=250px>{/block:indexpage}{block:permalinkpage}<a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width=350px>{/block:permalinkpage}{linkclosetag}
- {block:ifCaptionsOn}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptionsOn}
- {/block:photo}
- {block:photoset}{photoset-250}{/block:photoset}
- {block:Quote}
- "{Quote}"<br> - {block:source}{Source}{/block:source}
- {/block:Quote}
- {block:Answer}
- {Asker} asked: {Question}<p>{Answer}
- {/block:Answer}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="chat">
- <div class="lines">
- {block:Lines}
- <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Link}
- <div class="link"><a href="{URL}" {Target}>{Name} »</a></div>
- {block:Description}<div class="copy">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Video}
- <div class="media">{Video-400}</div>
- {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:audio}
- <div class="audio">
- <div class="player">{AudioPlayerBlack}</div>
- <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> • <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div></div>
- {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:hasTags}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:posts}
- </div></div></div>
- <div id="links" class="popup_block">
- <br><br>
- <Center><span style="font-family:Zeyada;font-size:50px; line-height: 10px; text-shadow: 2px 2px 2px #888;">My Links</span>
- </span><br><br><br><br>
- <span style="font-family:cambria; font-size:10px;">
- <div class="headerlinks">{block:ifCustomLinkOneTitle}
- <a href="{text:Custom Link One}">{text:Custom Link One Title}</a> {/block:ifCustomLinkOneTitle}</div>
- <div class="headerlinks">{block:ifCustomLinkTwoTitle}
- <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> {/block:ifCustomLinkTwoTitle}</div>
- <div class="headerlinks">{block:ifCustomLinkThreeTitle}
- <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a> {/block:ifCustomLinkThreeTitle}</div>
- {block:HasPages}{block:Pages}<div class="headerlinks"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages}</span>
- </div></div>
- <div id="02" class="popup_block">
- <Center><span style="font-family:Zeyada;font-size:20px;">{text:Above Ask Box}</span>
- <br>
- <iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment