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. -->
- <html lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background" content="#FFF"/>
- <meta name="color:Box" content="#FFF"/>
- <meta name="color:Title" content="#000"/>
- <meta name="color:Text" content="#000"/>
- <meta name="color:Link" content="#777"/>
- <meta name="color:Hover" content="#FFADF1"/>
- <meta name="color:Navigation" content="#FFADF1"/>
- <meta name="color:Navigation Hover" content="#000"/>
- <meta name="color:Ask Bubble" content="#DBDBDB"/>
- <meta name="color:Tiny Scrollbar" content="#fff"/>
- <meta name="image:Background" content="http://25.media.tumblr.com/tumblr_ls3fi35uFE1qlg5hko7_r2_250.jpg"/>
- <meta name="text:Title Font Size" content="25"/>
- <meta name="text:Link" content="/"/>
- <meta name="text:Link Title" content="link"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show Photo" content="0"/>
- <meta name="if:Show Title" content="1"/>
- <meta name="if:Tiny Scrollbar" content="1"/>
- <meta name="if:Arrow Cursor" content="1"/>
- <meta name="if:Inverted Fade" content="0"/>
- <meta name="if:Faded Images" content="1"/>
- <meta name="if:Pixel Font" content="0"/>
- <title>{Title}</title>
- <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>
- <script>
- jQuery(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- singleMode: true,
- columnWidth: 312,
- itemSelector: '#space'
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#space',
- },
- 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;}
- @font-face {font-family: "little";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- @font-face {font-family:thin; src: url(http://static.tumblr.com/l3rkvkd/HZsm3o22l/sverigescriptclean_demo.ttf) format("truetype"); }
- {block:iftinyscrollbar}
- ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF ; }
- ::-webkit-scrollbar-thumb { background-color: {color:Tiny Scrollbar}; -webkit-border-radius: 1ex; border: 1px solid black;}
- {/block:iftinyscrollbar}
- body{
- {block:ifArrowCursor}cursor: url(http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif), auto;
- {/block:ifArrowCursor}
- margin:0px; background-color: {color:Background}; background-image:url({image:Background});
- background-attachment: fixed; background-repeat: repeat; {block:ifPixelFont}font-family: little; font-size: 8px;{/block:ifPixelFont}{block:ifnotPixelFont} font-family: arial; font-size: 10px;{/block:ifnotPixelFont} line-height:10px; color:{color:Text};}
- a, a:link, a:active, a:visited{
- color:{color:Link};
- text-decoration: none;
- webkit-transition: all 0.8s linear;
- -webkit-transition: all 0.8s linear;
- -moz-transition: all 0.8s linear;
- transition: all 0.8s linear;
- }
- a:hover {
- color:{color:Hover};
- text-decoration: none;
- }
- #center{position:relative; width:1000px; overflow:auto; overflow-y:hidden;}
- #posts{{block:IndexPage}margin-left: 280px; margin-top:3px; width: 650px;{/block:IndexPage} {block:PermalinkPage}margin-left: 280px; margin-top: 30px; width: 500px;{/block:PermalinkPage}height: auto; margin-bottom: 20px;}
- #bottom{position: fixed; margin: 8px; width: auto; bottom: 0px; right: 0px; background-color:#FFF; padding: 5px; color:#777; font-family: Arial; font-size: 10px; line-height: 10px; opacity: 0.8;}
- #bottom a{color:#555;}
- #space{{block:IndexPage}float: left; width: 300px;{/block:IndexPage} {block:PermalinkPage}width: 500px;{/block:PermalinkPage} padding: 3px; margin: 3px; background-color: {color:box};}
- #space img{{block:IndexPage}max-width:300px;{/block:IndexPage}}
- #side{width:240px; position: fixed; height: auto; background-color:{color:box}; padding:10px; margin-top: 33px; margin-left: 15px;}
- #mee{
- position:fixed !important;
- width:auto;
- height:auto;
- right:3px;
- top:26px;
- }
- div.navigate a{
- background: {color:Navigation};
- color:{color:text};
- display:inline-block;
- padding:0px;
- width: 50px;
- height: 50px;
- padding-left:3px;
- font-family: little;
- text-transform:uppercase;
- font-size: 6pt;
- text-align: center;
- position: center ;
- -webkit-transition-duration: .4s;
- z-index:3;
- -moz-border-radius: 160px;-webkit-border-radius: 160px;
- }
- div.navigate a:hover{
- background:{color:Navigation Hover};
- color:#fff;
- display:inline-block;
- padding:1px;
- text-align: center;
- width: 50px;
- -moz-border-radius: 0px;-webkit-border-radius: 0px;
- padding-left: 3px;
- z-index:2;
- }
- #pages{font-family: Tahoma; font-size: 9px; line-height: 9px; margin-top: 15px;}
- #permapage{font-family: Arial; font-size: 10px; margin-bottom: 20px;}
- .permalink{display: block; font: normal 10px Helvetica, Arial, Sans Serif; text-align: right; text-transform: none; padding: 1px;}
- .permalink a{color:#999;}
- .title{font-family: arial; font-size: 11px; line-height: 12px; color: {color:Title}; font-weight: normal;}
- .bubble {align:right;background: {color:Ask Bubble}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:Ask Bubble};}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 1px; background: #000}
- .blogtitle{
- font-family: thin;
- font-weight: normal;
- font-size: {text:Title Font Size}px;
- line-height: 30px;
- text-transform:;
- margin-bottom: 3px;}
- .blogtitle a{color: #555;}
- .video embed, .post div.video object {width:300px !important; height:200 !important;}
- blockquote{padding:0px 0px 2px 3px; margin:0px 0px 2px 1px; border-left: 1px solid {color:Text};}
- {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
- {/block:ifFadedImages}
- {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.7s linear; opacity: .7;}
- {/block:ifInvertedFade}
- </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 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="side">
- {block:ifShowTitle}<center><div class="blogtitle"><a href="/">{Title}</a></div><br><br>{/block:ifShowTitle}{block:ifShowPhoto}<a title="" href="/"><img src="{image:sidebar}" width=240px></a>{/block:ifShowPhoto}</center>
- <center>
- {Description}
- <p>
- <p>
- <div class="navigate">
- <center>
- <a href="/"><BR><BR>home</a>
- <a href="/ask"><BR><BR>ask</a>
- <a href="{text:Link}"><BR><BR>{text:Link Title}</a>
- <a href="http://jagpanzer.tumblr.com"><BR><BR>credit</a>
- </div>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div id="space">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span>
- {block:IndexPage}<div style="float: right; width: auto; font-size: 10px; line-height: 10px; font-family: century gothic;"><a href="{Permalink}">Posted {TimeAgo}</a></div>{/block:IndexPage}
- {/block:Text}
- {block:Answer}
- <div style="background-color:; padding: 4px; {block:IndexPage}width: 292px;{/block:IndexPage}{block:PermalinkPage}width:492px;{/block:PermalinkPage}"><img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question} </div>{Answer}{block:IndexPage}<div style="float: right; width: auto; font-size: 10px; line-height: 10px; font-family: century gothic;"><a href="{Permalink}">Posted {TimeAgo}</a></div></div>{/block:IndexPage}
- {/block:Answer}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div style="float: right; width: auto; font-size: 10px; line-height: 10px; font-family: century gothic;"><a href="{Permalink}">Posted {TimeAgo}</a></div>{/block:IndexPage}
- {block:Link}
- {block:Photo}{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}{/block:Photo}
- {block:Photoset}
- {block:IndexPage}<center><div style="padding-top: 10px; padding-bottom: 10px; background-color:#FFFFFF;">{Photoset-250}</div></center>{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:IndexPage}<div style="float: right; width: auto; font-size: 10px; line-height: 10px; font-family: century gothic;"><a href="{Permalink}">Posted {TimeAgo}</a></div>{/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div style="background-color:FFFFFF; padding: 4px;">{Quote}<div style="margin-left: 30px; font-style: italic;">{block:Source}- {Source}{/block:Source}</div></div>
- {block:IndexPage}<div style="float: right; width: auto; font-size: 10px; line-height: 10px; font-family: century gothic;"><a href="{Permalink}">Posted {TimeAgo}</a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}<div style="float: right; width: auto; font-size: 10px; line-height: 10px; font-family: century gothic;"><a href="{Permalink}">Posted {TimeAgo}</a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:IndexPage}<div style="background-color:#000; width: 300px;"><div style="width:300px; height:27px;">{AudioPlayerBlack}</div></div>{/block:IndexPage}
- {block:PermalinkPage}<div style="background-color:#000; width: 500px;"><div style="width:500px; height:27px;">{AudioPlayerBlack}</div></div>{/block:PermalinkPage}
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px; font-family: century gothic;"><a href="{Permalink}">Posted {TimeAgo}</a></div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}<div class="video">{Video-400}</div>{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:IndexPage}<div style="float: right; width: auto; font-size: 9px; line-height: 9px; font-family: century gothic;"><a href="{Permalink}">Posted {TimeAgo}</a></div>{/block:IndexPage}
- {block:Video}
- {block:PermalinkPage}
- <div id="permapage"><div style="float: left; width: auto; font-weight: bold;">{block:Date}Posted on {DayofMonth} {Month}{/block:Date}</div>
- <div style="float: right; width: auto; font-weight: bold;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <BR>{Caption}</div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </center>
- </body>
- </html>
Add Comment
Please, Sign In to add comment