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">
- <!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>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.j
- s"></script>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background" content="#ebe7e7"/>
- <meta name="color:Text" content="#646462"/>
- <meta name="color:Blog Title" content="#995d96"/>
- <meta name="color:First Letter" content="#cc96c5">
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#9b64a5"/>
- <meta name="color:Entrys" content="#fff"/>
- <meta name="color:Sidebar" content="#fff"/>
- <meta name="color:Permalink Bar" content="#fff"/>
- <meta name="if:Show Blog Title" content="1"/>
- <meta name="if:Show Sidebar Image" content=""/>
- <meta name="if:Rainbow Links" content=""/>
- <meta name="if:Faded Images" content="1"/>
- <meta name="if:Show Captions" content=""/>
- <meta name="if:Heart Cursor" content=""/>
- <meta name="if:Small Cursor" content=""/>
- <meta name="if:Tiny Scrollbar" content="1"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="text:Link One Title" content="link1" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two Title" content="link2" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content="link3" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Four Title" content="link4" />
- <meta name="text:Link Four" content="" />
- <style type="text/css">
- </style>
- <style type="text/css">
- {block:iftinyscrollbar}
- ::-webkit-scrollbar {
- height:5px;
- width:5px;
- background-color:#ECECEC;
- border-left: 1px solid #C5C5C5;
- }
- ::-webkit-scrollbar-thumb {
- border-top: 1px solid #303030;
- border-bottom: 1px solid #303030;
- border-left: 1px solid #4B4B4B;
- background-color:#474747;
- height:auto;
- }
- {/block:iftinyscrollbar}
- {block:ifheartcursor}
- body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lymchkPSin1qfjy56.png), progress;}
- {/block:ifheartcursor}
- {block:ifsmallcursor}
- body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), progress;}
- {/block:ifsmallcursor}
- @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
- @font-face { font-family: "silk"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
- 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: 'verdana';
- font-size: 10px;
- line-height:11px;
- letter-spacing:0px;
- color:{color:Text};
- }
- #tumblr_controls{
- position:fixed !important;
- }
- .top{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- .bottom{
- float: right;
- width: 200px;
- background-color: {color:Background};
- }
- p {
- margin:0px;
- margin-top:0px;
- }
- {block:ifFadedImages}
- img{
- -webkit-transition: opacity 0.3s linear;
- opacity: 0.80;
- }
- img:hover{
- -webkit-transition: opacity 0.2s linear;
- opacity: 1.00;
- }
- {/block:iffadedimages}
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {color:{color:Hover};
- text-decoration: none;
- letter-spacing: 2px;
- }
- .entry {
- background-color: {color:Entrys};
- font-size: 10px;
- line-height:10px;
- float:left;
- padding-left: 4px;
- padding-right: 4px;
- padding-top: 4px;
- padding-bottom: 3px;
- margin: 4px;
- {block:IndexPage}
- width:300px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:510px;
- {/block:PermalinkPage}
- }
- #content {
- width: 632px;
- margin-top: 3px;
- float:left;
- margin-left: 80px;
- {block:PermalinkPage}
- margin-left: 210px;
- {/block:PermalinkPage}
- }
- div#sidebar{
- position:fixed !important;
- margin-left:730px;
- width: 300px;
- margin-top: 130px;
- height:auto;
- padding: 3px;
- font-family: 'Happy Monkey', cursive;
- font-size: 10px;
- line-height:10px;
- letter-spacing:0px;
- background-color: {color:Sidebar};
- border-bottom: 1px solid #dbdbdb;
- }
- .meow {
- position:fixed !important;
- color: {color:blogtitle};
- font-family: "stars";
- font-size: 21px;
- margin-top: -53px;
- line-height: 20px;
- width:320px;
- margin-left: -20px;
- text-align: right;
- margin-bottom:1px;
- }
- .meow:first-letter {
- position:fixed !important;
- color: {color:First Letter};
- font-size:60px;
- }
- #descrip{
- position:fixed;
- margin-top: auto;
- width: 300px;
- height: auto;
- overflow: auto;
- margin-left: 0px;
- padding: 5px;
- text-align: left;
- background: #fff;
- font-family: 'silk';
- font-size: 8px;
- line-height: 10px;
- text-align: center;
- margin-left:0px;
- margin-top:10px;
- }
- .winks a{
- font-size: 8px;
- line-height:12px;
- letter-spacing: 2px;
- margin: 5px;
- font-family: 'silk';
- color: {color:link};
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .winks:hover a{
- border-bottom: 2px solid {color:hover};
- color:{color:hover}
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .title{
- font-family: "stars";
- font-size: 20px;
- line-height:35px;
- color: {color:Title};
- font-weight: normal;
- }
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .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;}
- .notes img{width:10px; position:relative; top:3px;}
- .permalinks{
- display: block;
- font-family: 'silk';
- font-size: 8px;
- text-transform: uppercase;
- font-style:none;
- text-align: right;
- background-color: {color:Permanlink Bar};
- margin-top: 2px;
- margin-bottom: 0px;
- border-top: 1px solid #bebebe;
- }
- {CustomCSS}
- </style>
- {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/jqueryinfintescrol
- l.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#content');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/sfmyhuy/Z8rm3yq7y/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}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS"
- href="{RSS}" />
- <meta name="viewport" content="width=820" />
- {block:ifrainbowlinks}
- <script type='text/javascript'>
- //<![CDATA[
- var rate = 20;
- if (document.getElementById)
- window.onerror=new Function("return true")
- var objActive; // The object which event occured in
- var act = 0; // Flag during the action
- var elmH = 0; // Hue
- var elmS = 128; // Saturation
- var elmV = 255; // Value
- var clrOrg; // A color before the change
- var TimerID; // Timer ID
- if (document.all) {
- document.onmouseover = doRainbowAnchor;
- document.onmouseout = stopRainbowAnchor;
- }
- else if (document.getElementById) {
- document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
- document.onmouseover = Mozilla_doRainbowAnchor;
- document.onmouseout = Mozilla_stopRainbowAnchor;
- }
- function doRainbow(obj)
- {
- if (act == 0) {
- act = 1;
- if (obj)
- objActive = obj;
- else
- objActive = event.srcElement;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- function stopRainbow()
- {
- if (act) {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- function doRainbowAnchor()
- {
- if (act == 0) {
- var obj = event.srcElement;
- while (obj.tagName != 'A' && obj.tagName != 'BODY') {
- obj = obj.parentElement;
- if (obj.tagName == 'A' || obj.tagName == 'BODY')
- break;
- }
- if (obj.tagName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function stopRainbowAnchor()
- {
- if (act) {
- if (objActive.tagName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function Mozilla_doRainbowAnchor(e)
- {
- if (act == 0) {
- obj = e.target;
- while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
- obj = obj.parentNode;
- if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
- break;
- }
- if (obj.nodeName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = obj.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function Mozilla_stopRainbowAnchor(e)
- {
- if (act) {
- if (objActive.nodeName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function ChangeColor()
- {
- objActive.style.color = makeColor();
- }
- function makeColor()
- {
- // Don't you think Color Gamut to look like Rainbow?
- // HSVtoRGB
- if (elmS == 0) {
- elmR = elmV; elmG = elmV; elmB = elmV;
- }
- else {
- t1 = elmV;
- t2 = (255 - elmS) * elmV / 255;
- t3 = elmH % 60;
- t3 = (t1 - t2) * t3 / 60;
- if (elmH < 60) {
- elmR = t1; elmB = t2; elmG = t2 + t3;
- }
- else if (elmH < 120) {
- elmG = t1; elmB = t2; elmR = t1 - t3;
- }
- else if (elmH < 180) {
- elmG = t1; elmR = t2; elmB = t2 + t3;
- }
- else if (elmH < 240) {
- elmB = t1; elmR = t2; elmG = t1 - t3;
- }
- else if (elmH < 300) {
- elmB = t1; elmG = t2; elmR = t2 + t3;
- }
- else if (elmH < 360) {
- elmR = t1; elmG = t2; elmB = t1 - t3;
- }
- else {
- elmR = 0; elmG = 0; elmB = 0;
- }
- }
- elmR = Math.floor(elmR).toString(16);
- elmG = Math.floor(elmG).toString(16);
- elmB = Math.floor(elmB).toString(16);
- if (elmR.length == 1) elmR = "0" + elmR;
- if (elmG.length == 1) elmG = "0" + elmG;
- if (elmB.length == 1) elmB = "0" + elmB;
- elmH = elmH + rate;
- if (elmH >= 360)
- elmH = 0;
- return '#' + elmR + elmG + elmB;
- }
- //]]>
- </script>
- {/block:ifrainbowlinks}
- </head>
- <body>
- <div id="sidebar">
- <div class="meow">{Title}</div>
- {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=300px></a>{/block:ifshowsidebarimage} <br><div id="descrip">{description}
- <br><br><center>
- <span class="winks"><a href="/">home</a></span>
- {block:ifLinkOneTitle}<span class="winks"><a href="{text:Link One}">{text:Link One Title}</a></span>{/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle}<span class="winks"><a href="{text:Link Two}">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}<span class="winks"><a href="{text:Link Three}">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}
- {block:ifLinkFourTitle}<span class="winks"><a href="{text:Link Four}">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}
- <span class="winks"><a href="http://jagpanzer.tumblr.com">credit</a></span>
- </center>
- </div>
- </div>
- <div class="top">
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}<span
- class="entrytext">{Body}</span>{block:IndexPage}<span
- class="permalinks"><a href="{permalink}">{NoteCountWithLabel}
- </a></span>
- {/block:IndexPage}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title"><span style="color= {color:link}">{Name}</span></a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<span class="permalinks"><a
- href="{permalink}">{NoteCountWithLabel}</a></span>
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}{LinkOpenTag}<a href="{permalink}"><div class="photo"><a><a href="{permalink}"><img class="photo"
- src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
- width="300"/></a></div>{LinkCloseTag}{/block:IndexPage}
- {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img
- class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
- width="510"/></a>{LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- {/block:PermalinkPage}
- {block:IndexPage}<span class="permalinks"><a
- href="{permalink}">{NoteCountWithLabel}</a></span>
- {/block:IndexPage}
- {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
- {/block:Photoset}
- {block:Quote}
- <center>"{Quote}"</span><p>
- {block:Source}<strong>{Source}</strong></center>{/block:Source}
- {block:IndexPage}<span class="permalinks"><a
- href="{permalink}">{NoteCountWithLabel}</a></span>
- {/block:IndexPage}
- {/block:Quote}
- {block:Answer}<i>{Question}</i> asked by {Asker}<p>{Answer}
- {block:IndexPage}<span class="permalinks"><a
- href="{permalink}">{NoteCountWithLabel}</a></span>
- {/block:IndexPage}
- {/block:Answer}
- {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}<span class="permalinks"><a
- href="{permalink}">{NoteCountWithLabel}</a></span>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <center><div style="width:250px; height:28px;"><div
- style="float:left">{AudioPlayerWhite}</div><div
- style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
- {block:IndexPage}<span class="permalinks"><a
- href="{permalink}">{NoteCountWithLabel}</a></span>
- {/block:IndexPage}
- {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- {block:IndexPage}<span class="permalinks"><a
- href="{permalink}">{NoteCountWithLabel}</a></span>
- {/block:IndexPage}
- {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
- {block:Video}
- {block:PermalinkPage}
- <div style="text-align: left;">
- {block:NoteCount}
- {NoteCountWithLabel}
- {/block:NoteCount}</br>
- {block:RebloggedFrom} Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br /></a>
- {/block:RebloggedFrom}</center></br>
- {block:Caption} {Caption}{/block:Caption}
- </div>
- <br><br>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- {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>
- <!--delete this and your theme won't work, just sayin :3 -->
- </body><div style="display:block;bottom:5px;right:5px;font-size:8px;font-family: silk;position:fixed;background-color:background-color;padding:3px;border-radius:10px;z-index:55554235555;"> <a href="http://jagpanzer.tumblr.com" target="_blank">© theme</a></div></html>
Advertisement
Add Comment
Please, Sign In to add comment