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. -->
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <html lang="en">
- <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://i707.photobucket.com/albums/ww76/sheltsm/Simplicity%20graphics/pixels/x.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=Amatic+SC' rel='stylesheet' type='text/css'>
- <!-- DEFAULT VARIABLES -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:Background" content="#E2E1E1"/>
- <meta name="color:Sidebar" content="#fff"/>
- <meta name="color:Entry Background" content="#fff"/>
- <meta name="color:Pop Out Background" content="#fff"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:Link" content="#000"/>
- <meta name="color:Hover" content="#fff"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show sidebar Image" content="0"/>
- <meta name="image:Background" content=""/>
- <meta name="if:Blog Title" content="1"/>
- <meta name="if:Tiny Scrollbar" content="1"/>
- <meta name="if:Tiny Cursor" content="0"/>
- <meta name="text:Hover Title" content="Links"/>
- <meta name="text:Username" content=""/>
- <meta name="text:Above Ask Box" content="Message me!"/>
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="link" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="link" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="link" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Four Title" content="link" />
- <title>{Title}</title>
- <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/J4wm0fipy/jquery-1.7.1.min.js"></script>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/YGPlywnob/jquery.min.js"></script>
- <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: 8px; height: 4px; background: #FFFFFF; }
- ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid black;}
- {/block:iftinyscrollbar}
- a:hover{-webkit-transition-duration: 0.5s; outline: none; color:{color:text};; -moz-outline-style: none;}
- </style>
- <style type="text/css">
- #hovr
- #hov a {display:block}
- #hov .hovdes {margin-left:-40px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- #hov:hover .hovdes {margin-left:17px; -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
- .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 {
- margin:10px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;}
- body, div, p, textarea, submit, input{
- font-family: cambria;
- font-size: 10px;
- line-height:10px;
- letter-spacing:1px;
- color:{color:Text};
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- }
- div#center{
- margin:auto;
- position:relative;
- width:840px;
- background-color: {color:Background};
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- width:520px;
- padding:2px;
- padding-top: 1px;
- margin-left: 325px;
- }
- .permalink a{
- color: #000;}
- #mee{
- position:fixed !important;
- width:auto;
- height:auto;
- right:3px;
- top:26px;
- }
- .links2{
- font-size: 10px;
- font-family: cambria;
- text-align: center;
- margin-left: 0px;
- text-color:#000000;
- }
- .links2 a {
- padding:0px;
- padding-top:0px;
- margin-top:0px;
- margin-left:0px;
- font-family: cambria;
- font-size:10px;
- }
- .links2:hover {
- -webkit-transform: rotate(360deg);
- }
- div#sidephoto{
- position:fixed !important;
- width:250px;
- height:auto;
- margin: -116px 0px 0px -3px;
- padding-top:0px;
- padding-left:-2px;
- margin-bottom: 6px;
- background-color:white;
- border: 4px solid transparent;
- }
- @font-face { font-family: "king"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }
- .navtitle{
- font-family: amatic;
- font-size:33px;
- line-height: 22px;
- letter-spacing: 1px;
- color: #777;
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;
- }
- .links {
- display:inline-block;
- width: 50px;
- background-color: #fff;
- line-height: 10px;
- font-size: 8px;
- font-family: cambria;
- text-transform: normal;
- padding: 1px;
- text-align:center;
- -webkit-transition-duration: .3s;
- border: 1px dotted;
- }
- .links:hover {
- background-color: #e1e1e1;
- -webkit-transition-duration: .5s;
- text-align: left;
- }
- .nav a {
- padding:3px;
- padding-top:4px;
- margin-top:2px;
- margin-left:0px;
- display:block;
- font-family:cambria;
- font-size:10px;
- text-align: left;
- text-transform:normal;
- text-decoration:none;
- color:#000;
- background-color:#F7F7F7;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .nav a:hover{
- color: #000;
- background-color: lightgrey;
- text-align: center;
- border-left:8px solid #eee;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- font-style:none;
- text-decoration:none;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 3px;
- }
- #sidebar{
- float: right;
- position:fixed;
- background: {color:Sidebar};
- padding: 10px;
- margin-left: 10px;
- width:200px;
- line-height: 10px;
- height: auto;
- text-align:center;
- height: auto;
- margin: 159px 8px 20px 0px;
- margin-top: 15%;
- }
- #sidebar a:hover {
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- #postnotes{
- text-align: auto;}
- #postnotes blockquote{
- border: 4px;}
- .title{
- font-family: cambria;
- font-size: 14px;
- line-height: 13px;
- color: {color:Title};
- letter-spacing: 1;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .title2{
- position:fixed !important;
- font-family: amatic sc;
- font-size: 30px;
- line-height: auto;
- margin-top: auto;
- color: black;
- letter-spacing: 4;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .entry {
- float: left;
- display: block;
- margin: 8px;
- {block:indexpage}
- width: 400px;
- {/block:indexpage}
- {block:permalinkpage}
- width: 500px;
- {/block:permalinkpage}
- overflow:hidden;
- -moz-box-shadow: 0 0 6px #555;
- -webkit-box-shadow: 0 0 6px#555;
- box-shadow: 0 0 6px #555;
- background: {color:entry background};
- {block:indexpage}
- opacity: .9;
- filter: alpha(opacity = 80);
- {/block:indexpage}
- }
- .entry:hover {
- -webkit-transition: opacity 0.4s linear;
- opacity: 1;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- filter: alpha(opacity = 100);
- }
- .entry img {
- display: block;
- }
- blockquote, q {
- quotes: "«" "»" "'" "'";
- padding-left: 5px;
- }
- 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;
- }
- }
- ol.notes img {
- width: 15px;
- position: relative;
- top: 3px;
- display: inline;
- }
- .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
- margin: 0 auto;
- }
- .text {
- padding: 8px;
- }
- ol.notes {
- padding: 5 10px;
- }
- #notes {
- letter-spacing: 1px;}
- .perma {
- opacity: 0.0;
- filter: alpha(opacity = 0);
- margin-top: -21px;
- width: px;
- height: 30px;
- line-height: 30px;
- font-size: 9px;
- position:absolute;
- text-align: center;
- z-index:9999991;
- color: #fff;
- } a.p {
- color: #fff; }
- .entry:hover .perma {
- -webkit-transition: opacity 0.4s linear;
- opacity: 1;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- filter: alpha(opacity = 100);
- }
- select {
- font-size: 9px;
- width: 100px;
- margin-left: 10px;
- }
- option {
- font-size: 9px;
- width: 100px;
- text-align: left;
- }
- input[type=button]
- {
- font-size: 9px;
- }
- .rep {
- width: 24px;
- height: 20px;
- overflow: hidden;
- position: relative;
- z-index: 9999999;
- position: absolute;
- margin-top: 5px;
- margin-left: 5px;
- }
- .rep img{
- width: 24px;
- height: 20px;
- line-height: 30px;
- display: inline;
- }
- .not { position: absolute;
- background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
- height: 20px;
- font-size: 11px;
- line-height: 20px;
- color: #fff;
- position: absolute;
- margin-top: 5px;
- margin-left: 32px;
- padding-left: 4px;
- padding-right: 4px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- }
- .not a{
- color: #fff;
- }
- {CustomCSS}
- </style>
- </head>
- <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="cage">
- <div id="contain">
- <div id="sidebar">
- {block:ifblogtitle}<a href="/"><span style="font-family:amatic sc;font-size:30px;">{Title}</span></a>{/block:ifblogtitle}
- <center>
- {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=200px;></a>{/block:ifshowsidebarimage}
- <br><br>{Description}
- <div id="hov">
- <div class="title2"><br>{text:hover title}</a></div> <br>
- <div class="hovdes"> <a href="#?w=500" rel="02" class="poplight">message</a> • <a href="#?w=250" rel="links" class="poplight">navigate</a>
- <span class="links2">
- </div></div>
- </script>
- </span>
- </center>
- <div align="right">
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}<div class="perma">
- <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">
- <img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- <div class="not"><a href="{Permalink}">{NoteCount}</a></div>
- </div>
- {/block:IndexPage}
- {block:Text}
- <div class="text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- {LinkOpenTag}<img src="{PhotoURL-400}" a href="{Permalink} alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:IndexPage}
- {block:permalinkpage}{LinkOpenTag}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {Photoset-400}
- {/block:IndexPage}
- {block:permalinkpage}
- {Photoset-500}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <div class="text">
- "{Quote}"
- {block:Source}
- <div class="source">-{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="text">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {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}
- {block:IndexPage}
- {Video-400}
- {/block:IndexPage}
- {block:permalinkpage}
- {Video-500}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- <div class="text">
- {block:Caption}
- {Caption}
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:PermalinkPage}
- <center><div style="text-align: center; letter-spacing: 1px;">
- {block:Date}
- {Month} {DayOfMonth}, {Year}
- {/block:Date} / {NoteCountWithLabel}
- {block:RebloggedFrom}
- <br>Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a><br>Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}<br>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}"># {Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </center>
- <br>
- {block:PostNotes}
- <div id="notes">
- <br>
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- </body>
- <div id="links" class="popup_block">
- <br><center><div class="navtitle"><center><span style="font-family:amatic sc;font-size:50px;">navigation:</span></center></div>
- <br>
- <div class="nav a"><div style="border-left:1px solid #fff;border-right:1px solid #fff;"><a href="{text:Link One}">{text:Link One Title}</a></div></div>
- <div class="nav a"><div style="border-left:1px solid #fff;border-right:1px solid #fff;"><a href="{text:Link Two}"> {text:Link Two Title} </a></div></div>
- <div class="nav a"><div style="border-left:1px solid #fff;border-right:1px solid #fff;"><a href="{text:Link Three}"> {text:Link Three Title} </a></div></div>
- <div class="nav a"><div style="border-left:1px solid #fff;border-right:1px solid #fff;"><a href="{text:Link Four}"> {text:Link Four Title} </a></div></div>
- <div class="nav a"><div style="border-left:1px solid #fff;border-right:1px solid #fff;"><a href="http://jagpanzer.tumblr.com"> Theme </a></div></div>
- </div>
- <div id="02" class="popup_block">
- <Center><span style="font-family:amatic sc;font-size:30px;">{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>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment