The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Tumblr Posts not showing up, My posts on tumblr will not show up!
baylee
post Jun 26 2012, 05:14 PM
Post #1





Group: Members
Posts: 1
Joined: 26-June 12
Member No.: 17,339



I use the infinite 3 theme code.
It worked fine for about 3 months, but I was answering a question and all of the sudden my posts stopped showing up.
I tried using a different theme and my posts showed up, and as soon as I went back to the infinite 3 theme code (the exact code I was using, I copied it so I wouldn't loose anything) my posts stopped showing up again. So I figured it must have something to do with my HTML code:

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------


<script type="text/javascript">

//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)

function tb8_makeArray(n){

this.length = n;

return this.length;

}



tb8_messages = new tb8_makeArray(1);

tb8_messages[0] = "(1) Niall Horan messaged you!";

tb8_rptType = 'infinite';

tb8_rptNbr = 5;

tb8_speed = 100;

tb8_delay = 2000;

var tb8_counter=1;

var tb8_currMsg=0;

var tb8_tekst ="";

var tb8_i=0;

var tb8_TID = null;

function tb8_pisi(){

tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);

document.title = tb8_tekst;

tb8_sp=tb8_speed;

tb8_i++;

if (tb8_i==tb8_messages[tb8_currMsg].length){

tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;

}

if (tb8_currMsg == tb8_messages.length){

if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){

clearTimeout(tb8_TID);

return;

}

tb8_counter++;

tb8_currMsg = 0;

}

tb8_TID = setTimeout("tb8_pisi()", tb8_sp);

}

tb8_pisi()

</script>

<!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>
<style type=”text/css”>
a:hover{ background:url(‘http://24.media.tumblr.com/tumblr_m5wonc7v6W1rz326qo1_500.jpg’);}
hr{background-image:url(‘http://24.media.tumblr.com/tumblr_m5wonc7v6W1rz326qo1_500.jpg’); </style>

<script language="javascript">
var text='Mrs. Tomlinson';
var delay=40; // speed of trail
var Xoff=16; // pixel count from the left of the cursor (- values go to left)
var Yoff=0; // pixel count from the top of the cursor (- values go up)
var txtw=10; // amount of pixel space each character occupies
var beghtml='<font color="##8E35EF"><b>'; // optional html code that effects whole text string such as font color, size, etc.
var endhtml='</b></font>';
ns4 = (navigator.appName.indexOf("Netscape")>=0 && document.layers)? true : false;
ie4 = (document.all && !document.getElementById)? true : false;
ie5 = (document.all && document.getElementById)? true : false;
ns6 = (document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;
var txtA=new Array();
text=text.split('');
var x1=0;
var y1=-1000;
var t='';
for(i=1;i<=text.length;i++){
t+=(ns4)? '<layer left="0" top="-100" width="'+txtw+'" name="txt'+i+'" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-100px; left:0px; height:1px; width:'+txtw+'; visibility:visible;">';
t+=beghtml+text[i-1]+endhtml;
t+=(ns4)? '</layer>' : '</div>';
}
document.write(t);
function moveid(id,x,y){
if(ns4)id.moveTo(x,y);
else{
id.style.left=x+'px';
id.style.top=y+'px';
}}
function animate(evt){
x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);
y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);
}
function getidleft(id){
if(ns4)return id.left;
else return parseInt(id.style.left);
}
function getidtop(id){
if(ns4)return id.top;
else return parseInt(id.style.top);
}
function getwindowwidth(){
if(ie4||ie5)return document.body.clientWidth+document.body.scrollLeft;
else return window.innerWidth+pageXOffset;
}
function movetxts(){
for(i=text.length;i>1;i=i-1){
if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()){
moveid(txtA[i-1],0,-1000);
moveid(txtA[i],0,-1000);
}else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));
}
moveid(txtA[1],x1,y1);
}
window.onload=function(){
for(i=1;i<=text.length;i++)txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);
if(ns4)document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=animate;
setInterval('movetxts()',delay);
}
</script>

<script type="text/javascript">

// <![CDATA[

var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"

var sparkles=50;

/****************************

* Tinkerbell Magic Sparkle *

*©2005-11 mf2fm web-design*

* http://www.mf2fm.com/rv *

* DON'T EDIT BELOW THIS BOX *

****************************/

var x=ox=400;

var y=oy=300;

var swide=800;

var shigh=600;

var sleft=sdown=0;

var tiny=new Array();

var star=new Array();

var starv=new Array();

var starx=new Array();

var stary=new Array();

var tinyx=new Array();

var tinyy=new Array();

var tinyv=new Array();

window.onload=function() { if (document.getElementById) {

var i, rats, rlef, rdow;

for (var i=0; i<sparkles; i++) {

var rats=createDiv(3, 3);

rats.style.visibility="hidden";

document.body.appendChild(tiny[i]=rats);

starv[i]=0;

tinyv[i]=0;

var rats=createDiv(5, 5);

rats.style.backgroundColor="transparent";

rats.style.visibility="hidden";

var rlef=createDiv(1, 5);

var rdow=createDiv(5, 1);

rats.appendChild(rlef);

rats.appendChild(rdow);

rlef.style.top="2px";

rlef.style.left="0px";

rdow.style.top="0px";

rdow.style.left="2px";

document.body.appendChild(star[i]=rats);

}

set_width();

sparkle();

}}

function sparkle() {

var c;

if (x!=ox || y!=oy) {

ox=x;

oy=y;

for (c=0; c<sparkles; c++) if (!starv[c]) {

star[c].style.left=(starx[c]=x)+"px";

star[c].style.top=(stary[c]=y)+"px";

star[c].style.clip="rect(0px, 5px, 5px, 0px)";

star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;

star[c].style.visibility="visible";

starv[c]=50;

break;

}

}

for (c=0; c<sparkles; c++) {

if (starv[c]) update_star©;

if (tinyv[c]) update_tiny©;

}

setTimeout("sparkle()", 40);

}

function update_star(i) {

if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";

if (starv[i]) {

stary[i]+=1+Math.random()*3;

if (stary[i]<shigh+sdown && starx[i]>0) {

star[i].style.top=stary[i]+"px";

starx[i]+=(i%5-2)/5;

star[i].style.left=starx[i]+"px";

}

else {

star[i].style.visibility="hidden";

starv[i]=0;

return;

}

}

else {

tinyv[i]=50;

tiny[i].style.top=(tinyy[i]=stary[i])+"px";

tiny[i].style.left=(tinyx[i]=starx[i])+"px";

tiny[i].style.width="2px";

tiny[i].style.height="2px";

tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;

star[i].style.visibility="hidden";

tiny[i].style.visibility="visible"

}

}

function update_tiny(i) {

if (--tinyv[i]==25) {

tiny[i].style.width="1px";

tiny[i].style.height="1px";

}

if (tinyv[i]) {

tinyy[i]+=1+Math.random()*3;

if (tinyy[i]<shigh+sdown && tinyx[i]>0) {

tiny[i].style.top=tinyy[i]+"px";

tinyx[i]+=(i%5-2)/5;

tiny[i].style.left=tinyx[i]+"px";

}

else {

tiny[i].style.visibility="hidden";

tinyv[i]=0;

return;

}

}

else tiny[i].style.visibility="hidden";

}

document.onmousemove=mouse;

function mouse(e) {

set_scroll();

y=(e)?e.pageY:event.y+sdown;

x=(e)?e.pageX:event.x+sleft;

}

function set_scroll() {

if (typeof(self.pageYOffset)=="number") {

sdown=self.pageYOffset;

sleft=self.pageXOffset;

}

else if (document.body.scrollTop || document.body.scrollLeft) {

sdown=document.body.scrollTop;

sleft=document.body.scrollLeft;

}

else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {

sleft=document.documentElement.scrollLeft;

sdown=document.documentElement.scrollTop;

}

else {

sdown=0;

sleft=0;

}

}

window.onresize=set_width;

function set_width() {

var sw_min=999999;

var sh_min=999999;

if (document.documentElement && document.documentElement.clientWidth) {

if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;

if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;

}

if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {

if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;

if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;

}

if (document.body.clientWidth) {

if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;

if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;

}

if (sw_min==999999 || sh_min==999999) {

sw_min=800;

sh_min=600;

}

swide=sw_min;

shigh=sh_min;

}

function createDiv(height, width) {

var div=document.createElement("div");

div.style.position="absolute";

div.style.height=height+"px";

div.style.width=width+"px";

div.style.overflow="hidden";

return (div);

}

function newColour() {

var c=new Array();

c[0]=255;

c[1]=Math.floor(Math.random()*256);

c[2]=Math.floor(Math.random()*(256-c[1]/2));

c.sort(function(){return (0.5 - Math.random());});

return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");

}

// ]]>

</script>


<style type="text/css">a:hover{background:url('http://www.glitter-graphics.com/graphics/38271');}hr{background-image:url('http://www.glitter-graphics.com/graphics/38271'); </style>

<meta property=”og:title” content=”{block:PostTitle}
{PostTitle}
{/block:PostTitle}”>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="image:Background" content=""/>
<meta name="color:Main Text" content="#333333"/>
<meta name="color:Header Links" content="#dacde6"/>
<meta name="text:Number of columns" content="3"/>
<meta name="color:Background" content="#e98357"/>
<meta name="if:Fade in posts" content="0"/>
<meta name="color:Post Title" content="#000000"/>
<meta name="color:Description" content="#4a4847"/>
<meta name="text:Post padding" content="15"/>
<meta name="if:Post shadow" content="1"/>
<meta name="if:Show Captions" content="1"/>
<meta name="color:Scroll Bar" content="#e98357"/>
<meta name="image:Logo" content=""/>
<meta name="if:RSS link" content="0">
<meta name="if:Archive link" content="0">
<meta name="color:Links" content="#e98357"/>
<meta name="color:Links Hover" content="#ea0d36"/>
<meta name="color:Blog" content="#191a19"/>
<meta name="if:Text Background" content="1">
<meta name="if:Textured Background" content="1">


<meta name="color:Text background" content="#ffffff"/>
<meta name="color:Caption Color" content="#ffffff"/>
<meta name="color:Caption Text Color" content="#574f4f"/>
<meta name="color:Caption Links Color" content="#e98357"/>
<meta name="color:Caption Links Hover Color" content="#e98357"/>




<title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
<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 src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="http://www.themecloud.co/themes/v3/easing.js"></script>

<script src="http://www.themecloud.co/themes/infinitev3/jquery.tipsy.js"></script>
<script src="http://static.tumblr.com/ssdtkch/5cRls2m3o/jquery.lazyload.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="http://static.tumblr.com/2w7y46r/tpCltl37a/pictos_base.css">



<link href='http://fonts.googleapis.com/css?family=Open+Sans:700italic' rel='stylesheet' type='text/css'>





{block:IndexPage}
<script src="http://www.themecloud.co/themes/infinitev3/getjs.asp?id=14346"></script>
{/block:IndexPage}

<script src="http://www.themecloud.co/themes/infinitev3/common.js"></script>
<script src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script>
<link href="http://www.themecloud.co/themes/infinitev3/core.css" rel="stylesheet" type="text/css" >
<style>
.tipsy { padding: 5px; font-size: 10px; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: {color:Caption Color}; color: {color:Caption Text Color}; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
</style>
<script src="http://www.themecloud.co/themes/infinitev3/jquery.tipsy.js"></script>

<script type="text/javascript" src="http://static.tumblr.com/ssdtkch/AhIlqr0kb/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/ssdtkch/YP9ls3323/untitled.js"></script>
<link rel="stylesheet" type="text/css" href="http://static.tumblr.com/ssdtkch/EUjlqtc4s/jquery.fancybox-1.3.4.css" media="screen" />

<link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800&v2" rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Terminal+Dosis:800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Stardos+Stencil:700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://static.tumblr.com/ts2nqrf/Msal8du92/cufon.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/ts2nqrf/mNQl8du9p/bebas.js"></script> <script type="text/javascript"> Cufon.DOM.ready(function() { Cufon.replace('.bebas', { fontFamily: 'bebas', hover:true }); $('.bebas').css('visibility','visible'); }); </script>
{block:IndexPage}

<script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang: 'en-GB'}
</script>

<script>
$(window).load(function() {
{block:iffixheader}

$("#posts").css("margin-top",$("#header_menu2").height() + "px");

{/block:iffixheader}
});
$(document).ready(function() {
GetPosts({block:IfNumberofcolumns}{text:Number of columns}{/block:IfNumberofcolumns},"600");

});
</script>


<script>
var ScrollTopNumber;
$(window).scroll(function(){
ScrollTopNumber = $(document).height() / 4 - $(window).height();
if ($(window).scrollTop() > ScrollTopNumber)
{
return GetMorePosts();
}
})
</script>

{/block:IndexPage}


<style>

{block:ifnottextbackground}.drop_shadow img{
display:none;
}
{/block:ifnottextbackground}


.bqstart,
.bqend { font-size: 300%; }

.bqstart {
text-indent: 0;
position: absolute;
top: -0.2em;
left: 0;
}

.bqend {
position: absolute;
margin-top: -0.2em;
right: 0;
text-indent: 0;
}
.post{
overflow:hidden;
}

body{
background-color:{color:Background};
{block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
{block:ifnotbackgroundimage}{block:iftexturedbackground}background-image:url('http://www.themecloud.co/themes/infinitev3/bg.png');{/block:iftexturedbackground}{/block:ifnotbackgroundimage}

font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color:{color:main text};
margin:0;
background-repeat:repeat;
background-attachment:fixed;
margin-bottom:50px;
}


iframe#tumblr_controls{
z-index:600 !important;
}
#purchase_theme{
z-index:600 !important;
}


::-webkit-scrollbar-thumb:vertical {background-color: {color:scroll bar}; height:100px;}

::-webkit-scrollbar-thumb:horizontal {background-color: {color:scroll bar}; height:10px !important;}

::-webkit-scrollbar { height:10px; width:7px; background-color:{color:Background};}

a{
text-decoration:none;
color:{color:Links};
}

a:hover{
color:{color:Links Hover};
-moz-transition: all .2s;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2;
}

.column{
float:left;
width:300px;
margin:0;
padding:0;
}

.column img{
width:100%;
margin-bottom:0px;
height:auto;
}

.post img{
width:100%;
height:auto;
}

.post{
font-size:11px;
position: relative;
text-align:left;



{block:iffadeinposts}
opacity:0.8;
filter:alpha(opacity=80);
{/block:iffadeinposts}
}

{block:iffadeinposts}
.post:hover {
opacity:1;
filter:alpha(opacity=100);
}
{/block:iffadeinposts}


{block:PermalinkPage}
.notes{float:left;
}
.reblog_etc{
display:none;
z-index:400;
}

.post{ width:600px;

}

{/block:PermalinkPage}


#outer_container{
width:100%;
margin-top:0px;
}

#container{
margin-left:auto;
margin-right:auto;
{block:PermalinkPage}
margin-top:30px;
{/block:PermalinkPage}
}

.captions{
width:100%;
overflow:hidden;

{block:IndexPage}
padding-top:10px;
margin-left:auto;
margin-right:auto;
{/block:IndexPage}

text-align:left;
font-size:11px;
color:{color:Caption Text};
}

.captions p{
margin:0;
margin-top:5px;
padding:0;
}

.captions a{
color:{color:Links};
}

.note_count{
text-align:left;
}

.audio_player embed{
margin-left:0;
font-size:11px;
z-index:300 !important;
color:#FF0000;
opacity:1;
filter:alpha(opacity=100);
}

.audio{
opacity:1;
filter:alpha(opacity=100);
-moz-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px;
}

.audio_player{
margin-left:0;
font-size:11px;
color:#FF0000;
background-color:#000000;
opacity:1;
filter:alpha(opacity=100);
-moz-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px;
}

.audio_player a{
font-size:11px;
color:#FF0000;
text-decoration:none;
}

.chat{
{block:iftextbackground}background-color:{color:text background};{/block:iftextbackground}
color:{color:main text};
text-align:left;
font-family: "Helvetica Neue",Helvetica,Arial;
{block:indexpage}padding:10px 5px 5px 5px;{/block:indexpage}
{block:ifnottextbackground}{block:permalinkpage}padding:0px 5px 5px 5px;{/block:permalinkpage}{block:ifnottextbackground}
{block:iftextbackground}{block:permalinkpage}padding:10px 5px 5px 10px;{/block:permalinkpage}{block:iftextbackground}
-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;
}


.chat_line_odd{
{block:indexpage}margin-left:2%;{/block:indexpage}
{block:permalinkpage}margin-left:5px;{/block:permalinkpage}
font-size:13px;
padding-bottom:7px;
min-height:15px;
color:{color:links hover};
}

.chat_line_even{
font-size:13px;
{block:indexpage}margin-left:2%;{/block:indexpage}
{block:permalinkpage}margin-left:5px;{/block:permalinkpage}
min-height:15px;
padding-bottom:7px;
color:{color:links};
}

.chat_title{
margin-bottom:10px;
}
.chat_title a{
font-weight:normal;
font-size:16px;
padding:5px;
padding-bottom:7px;
color:{color:post title};
}

.chat_title a:hover{
color:{color:Links hover};

}
.chat_chat{
color:{color:main text};

}

.video embed{
width:100%;
z-index:500 !important;
{block:PermalinkPage}
height:350px !important;;
{/block:PermalinkPage}
}
.video
{
background-color:#000;
}
.video iframe{
width:100%;
z-index:500 !important;
{block:PermalinkPage}
height:350px !important;;
{/block:PermalinkPage}

}

facebook_like iframe{
width:90%;
height:21px;
}

.text_title a{
font-weight:normal;
font-size:16px;
font-family:"Helvetica Neue",Helvetica,Arial;
color:{color:post title};

}

.text_title a:hover{
color:{color:Links hover};
-moz-transition: all .2s;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2;
}

.text{
overflow:hidden;
text-align:left;
font-size:12px;
color:{color:main text};
font-family:"Helvetica Neue",Helvetica,Arial;
{block:indexpage}padding:10px 10px 10px 10px;{/block:indexpage}
{block:ifnottextbackground}{block:permalinkpage}padding:0px 10px 10px 10px;{/block:permalinkpage}{block:ifnottextbackground}
{block:iftextbackground}{block:permalinkpage}padding:10px 10px 10px 10px;{/block:permalinkpage}{block:iftextbackground}
{block:iftextbackground}background-color:{color:text background};{/block:iftextbackground}
-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;

}

.quote{
overflow:hidden;
text-align:left;
font-size:12px;
color:{color:main text};
font-family:"Helvetica Neue",Helvetica,Arial;
{block:indexpage}padding:10px 10px 10px 10px;{/block:indexpage}
{block:ifnottextbackground}{block:permalinkpage}padding:0px 10px 10px 10px;{/block:permalinkpage}{block:ifnottextbackground}
{block:iftextbackground}{block:permalinkpage}padding:10px 10px 10px 10px;{/block:permalinkpage}{block:iftextbackground}
{block:iftextbackground}background-color:{color:text background};{/block:iftextbackground}
-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;
}

.quote_title a{
font-weight:normal;
font-size:16px;
font-family:"Helvetica Neue",Helvetica,Arial;
color:{color:post title};
margin-bottom:10px;

}
.quote_title{
font-weight:normal;
font-size:16px;
font-family:"Helvetica Neue",Helvetica,Arial;
color:{color:post title};
margin-bottom:10px;

}

.quote_title a:hover{
color:{color:Links hover};
-moz-transition: all .2s;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2;
}

blockquote {
margin-left: 5px;
padding-left:10px;
border-left: 3px solid {color:Links};
}

.link{
overflow:hidden;
text-align:left;
font-size:12px;
color:{color:main text};
font-family:"Helvetica Neue",Helvetica,Arial;
{block:indexpage}padding:10px 10px 15px 10px;{/block:indexpage}
{block:ifnottextbackground}{block:permalinkpage}padding:0px 10px 10px 10px;{/block:permalinkpage}{block:ifnottextbackground}
{block:iftextbackground}{block:permalinkpage}padding:10px 10px 10px 10px;{/block:permalinkpage}{block:iftextbackground}
text-indent: 0;
{block:iftextbackground}background-color:{color:text background};{/block:iftextbackground}
-moz-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;

}

.link_title a{
font-weight:normal;
font-size:16px;
border-bottom:2px solid {color:post title};
line-height:20px;
font-family:"Helvetica Neue",Helvetica,Arial;
color:{color:post title};
}

.link_title a:hover{
color:{color:Links Hover};
border-bottom:2px solid {color:Links Hover};
-moz-transition: all .2s;
-webkit-transition: all .2s;

-o-transition: all .2s;
transition: all .2s;
}

#tags{
font-weight:normal;
font-size:11px;
font-family:"Helvetica Neue",Helvetica,Arial;
color:{color:main text};
padding-left:20px;
width:350px;
margin-top:10px;
padding-bottom:5px;
}

#tags a{
color:{color:main text};
}

#time{
width:350px;

font-weight:normal;
font-size:11px;
font-family:"Helvetica Neue",Helvetica,Arial;
color:{color:main text};
padding-left:20px;
overflow:ellipsis;
padding-bottom:5px;
}

#time a{
color:{color:main text};
}

#time a:hover{color:{color:links hover};}

#likes{
width:350px;
font-weight:normal;
font-size:11px;
font-family:"Helvetica Neue",Helvetica,Arial;
color:{color:main text};
padding-left:20px;

padding-bottom:5px;}

/*Booleans */

{block:IndexPage}
.captions{
display:none;
visibility:hidden;
height:0px;
margin:0;
padding:0;
}
{/block:IndexPage}

.captions{
display:none;
visibility:hidden;
height:0px;
margin:0;
padding:0;
}


.notes2{
position:absolute;
bottom:3px;
left:8px;
padding:0;
z-index:499;
opacity:0;
filter:alpha(opacity=0);
top: 75%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.notes3{
position:relative;
bottom:3px;
left:0px;
padding:0;
z-index:499;
display:none;
margin-top:10px;
}

.page_title{
font-family:{font:Page Title};
color:{color:Page Title};
font-size:24px;
}

.page_title a{
font-family:{font:Page Title};
color:{color:Page Title};
font-size:24px;
text-decoration:none;
}



.photoset:hover .notes2{
display:block;
}
.photo:hover .notes2{
opacity:1;
filter:alpha(opacity=100);
top:45%;
}
.text:hover .notes3{
display:block;
}
.link:hover .notes3{
display:block;
}
.quote:hover .notes3{
display:block;
}
.chat:hover .notes3{
display:block;
}
.video embed:hover .notes3{
display:block;
}
.video iframe:hover .notes3{
display:block;
}
.video:hover .notes3{
display:block;
}
.photoset
{
-moz-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px;
}


.blog_title7 {
font-size:22px;
position: absolute;
float:left;
font-weight:500;
font-style:italic;
font-family: Helvetica, sans-serif;
color: #B4B4BC;
text-transform: uppercase;
margin:0px;
float:left;
z-index:483;
padding:21px 15px 0px 31px;
{block:iflogoImage}display:none{/block:iflogoImage}
}
.blog_title6 {
font-size:22px;
position: absolute;
float:left;
font-weight:500;
font-style:italic;
font-family: Helvetica, sans-serif;
color: #F46429;
text-transform: uppercase;
margin:0px;
float:left;
z-index:484;
padding:20px 0px 0px 30px;
{block:iflogoImage}display:none{/block:iflogoImage}
}
.blog_title5 {
font-size:22px;
position: absolute;
float:left;
font-weight:500;
font-style:italic;
font-family: Helvetica, sans-serif;
color:#B41639;
text-transform: uppercase;
margin:0px;
float:left;
z-index:485;
padding:19px 0px 0px 29px;
{block:iflogoImage}display:none{/block:iflogoImage}
}
.blog_title4 {
font-size:22px;
position: absolute;
float:left;
font-weight:500;
font-style:italic;
font-family: Helvetica, sans-serif;
color:#644697;
text-transform: uppercase;
margin:0px;
float:left;
z-index:486;
padding:18px 0px 0px 28px;
{block:iflogoImage}display:none{/block:iflogoImage}
}
.blog_title3 {
font-size:22px;
position: absolute;
float:left;
font-weight:500;
font-style:italic;
font-family: Helvetica, sans-serif;
color:#124B99;
text-transform: uppercase;
margin:0px;
float:left;
z-index:487;
padding:17px 0px 0px 27px;
{block:iflogoImage}display:none{/block:iflogoImage}
}
.blog_title2 {
font-size:22px;
position: absolute;
float:left;
font-weight:500;
font-style:italic;
font-family: Helvetica, sans-serif;
color:{color:blog};
text-transform: uppercase;
margin:0px;
float:left;
z-index:488;
padding:16px 0px 0px 26px;
{block:iflogoImage}display:none{/block:iflogoImage}
}
.blog_title_version_a a
{
z-index:489;
position: relative;
font-weight:500;
color:{color:blog};
text-transform: uppercase;
margin:0px;
float:left;
padding:15px 0px 0px 25px;
{block:iflogoImage}display:none{/block:iflogoImage}
}
.terminal
{
font-size:22px;
font-family: 'Terminal Dosis', sans-serif;
}
.stardos
{
font-size:26px;
font-family: 'Stardos Stencil', cursive;
}
.blog_title a{
font-size:22px;
z-index:489;
position: relative;
font-weight:500;
font-style:italic;
font-family: Helvetica, sans-serif;
color:{color:blog};
text-transform: uppercase;
margin:0px;
float:left;
padding:15px 0px 0px 25px;
{block:iflogoImage}display:none{/block:iflogoImage}
}

.blog_title_2
{
z-index:489;
margin-left:auto;
margin-right:auto;
width:100%;
text-align:center;
font-weight: normal; font-size:60px;
color:{color:blog};
}

.blog_title_2 a
{
color:{color:blog};
text-transform: uppercase;
font-weight: normal; font-size:60px;
text-decoration:none;
}
.logo2_image
{
margin-bottom:20px;

}

#logo2
{
z-index:489;
margin-left:auto;
margin-right:auto;
text-align:center;
width:auto;
}

.blog_title a:hover{
color:{color:bloghover};
}

header_title{
padding:10px 0px 0px 20px;
border:1px solid red;
top:0px;
position:fixed;
}
#posts{

{block:ifheaderstyleA}

{block:iffixheader}
padding-top:50px;
{/block:iffixheader}

{/block:ifheaderstyleA}



}



#header_menu{

display:none;
width:100%;
height:60px;
z-index:503;
{block:ifnottransparentheader}
background-color:{color:header};
{/block:ifnottransparentheader}

{block:iftransparentheader}
background-color:{color:Background};
{block:ifbackgroundimage}background-image:url('{image:background}');
background-repeat:repeat;
{/block:ifbackgroundimage}
{/block:iftransparentheader}


{block:iffixheader}
position:fixed;
margin-bottom:80px;
{/block:iffixheader}
top:0px;
left:0px;
}
#header_menu2{
width:100%;
height:auto;
z-index:503;
padding-top:30px;
{block:ifnottransparentheader}
background-color:{color:header};
{/block:ifnottransparentheader}

{block:iftransparentheader}
background-color:{color:Background};
{block:ifbackgroundimage}background-image:url('{image:background}');
background-repeat:repeat;
{/block:ifbackgroundimage}
{/block:iftransparentheader}




{block:iffixheader}
position:fixed;
{/block:iffixheader}
top:0px;
left:0px;
}

#page_menu{
display:none;
width:100%;
height:auto;
z-index:501;
margin-top:60px;
{block:ifnottransparentheader}
background-color:{color:header};
{/block:ifnottransparentheader}
{block:iftransparentheader}
background-color:{color:Background};
{block:ifbackgroundimage}background-image:url('{image:background}');
background-repeat:repeat;
{/block:ifbackgroundimage}
{/block:iftransparentheader}
position:absolute;
{block:iffixheader}
position:fixed;
{/block:iffixheader}
color:{color:description};
top:0px;
left:0px;
}
#page_content{
display:none;
visibility:hidden;
width:100%;
height:140px;
z-index:508;
position:fixed;
top:60px;
left:0px;
}
#page_curl{
margin-top:0px;
margin-left:20px;
z-index:16000000;
float:left;
}
#page_plus{
margin-top:8px;
margin-left:15px;
z-index:16000000;
font-size:30px;
color:{color:description};
font-family:"Helvetica Neue",Helvetica,Arial;
float:left;
}
#nav{
float:left;
font-size:10px;
text-transform:uppercase;
margin-top:20px;
margin-left:25px;
}

#nav a{
display:block;
float:left;
margin-right:30px;
color:{color:Header Links};
border-top:0px solid {color:Header Links};
text-decoration:none;
-moz-transition: all .2s;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2;
line-height:20px;

}

#nav a:hover{
color:{color:Links Hover};
border-top:3px solid {color:Header Links};
-moz-transition: all .2s;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;}

#nav2{
text-align:center;
font-size:12px;
text-transform:uppercase;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
}

#nav2 a{
color:{color:Header Links};
margin-right:15px;
margin-left:15px;
border-top:0px solid {color:Header Links};
text-decoration:none;
-moz-transition: all .2s;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2;
line-height:20px;
}

#nav2 a:hover{
color:{color:Links Hover};
-moz-transition: all .2s;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;}


#link_description{
font-family:"Helvetica Neue",Helvetica,Arial;
width:400px;
margin-left:25px;
height:auto;
float:left;
font-size:12px;
margin-bottom:20px;
color:{color:description};
}

#description2{
font-family:"Helvetica Neue",Helvetica,Arial;
text-align:center;
margin-left:auto;
margin-right:auto;
width:50%;
height:auto;
font-size:12px;
padding-bottom:20px;
color:{color:description};
}
#profile_picture
{
font-family:"Helvetica Neue",Helvetica,Arial;
width:70px;
margin-left:25px;
height:auto;
float:left;
font-size:12px;
margin-bottom:20px;
}
#my_likes
{
font-family:"Helvetica Neue",Helvetica,Arial;
width:auto;
margin-left:25px;
height:auto;
float:left;
font-size:12px;

margin-bottom:20px;
color:{color:description} !important;
}

ul#likes {
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
li.like_post img
{
border:3px solid {color:links};
}
li.like_post {
/* Should match the width specified in the Likes tag */
width: 100px;
padding:0;
float: left;
}
li.like_caption
{
display:none;
}


li.like_post blockquote {
display:none;
}

li.like_post ol,
li.like_post ul {
margin: 0 0 0 0;
padding: 0;
}

li.like_post .like_link a {
font-weight: bold;
}

li.like_post .like_title {
font-weight: bold;
}

li.like_post .post_info_bottom {
margin: 0 0 0 0;
display: block !important;
}


#profile_picture img
{
border:3px solid {color:links};
}
#toTop{
position:fixed;
right:5px;
bottom:5px;
padding:10px;
border:0px;
z-index:500;

}

.perma_notes {
width:100%;;
}
.perma_notes .clear {
margin:0;
padding:0;
height:0px;
}

.perma_notes .avatar {
border:none;
margin:0;
padding:0;
}
.perma_notes ol {
margin:0;
padding:0;
}
.perma_notes li {
margin:0;
padding:0;
width:30px;
list-style:none;
border:none;
float:left;
margin-right:4px;
margin-bottom:4px;
}
.perma_notes .note .action {
display:none;
visibility:hidden;
margin:0;
padding:0;
}
.more_box{
width:30px;
height:30px;
color:red;
margin:0;
padding:0;
float:left;
}
.more_notes_link
{
width:30px;
height:30px;
font-size:16px;
background-color:{color:Caption Color};
color:{color:Caption Text Color};
}
.more_notes_link_container
{
margin:0;
padding:0;
width:30px;
height:30px;
list-style:none;
border:none;
float:left;
margin-right:4px;
margin-bottom:4px;
background-color:{color:Caption Color};
color:{color:Caption Text Color};
}

.note more_notes_link_container li a
{
color:{color:Caption Text Color};
}

.perma_notes blockquote
{
display:none;
}

.post
{
margin-top:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
margin-bottom:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
margin-left:0;
margin-right:0;

}
.column
{
margin-left:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
margin-right:0px;
}
.column0
{
margin-left:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
margin-right:0px;
}
.columnlast
{
margin-right:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
}

#toTop {
display:none;
text-decoration:none;
position:fixed;
bottom:10px;
right:10px;
overflow:hidden;
width:50px;
height:50px;
border:none;
text-indent:-999px;
}

#totop_image

{
background-image:url(http://www.themecloud.co/themes/infinitev3/totop_1.png);
width:50px;
height:50px
}

#sponsor {
color:{color:description};
}
#sponsor a{
color:{color:description};
}


.corner
{
position:fixed;z-index:60000;color:red;
display: block;
width: 200px;
height: 200px;

top: -25px;
right: -25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);

}
.bebas
{
font-size:36px;
font-family: 'BebasNeueRegular', sans-serif;
}



</style>

<script>
var IsOpen = "no";
function ShowMenu()
{
if (IsOpen == "no")
{
$("#page_menu").slideDown("slow");
document.getElementById('page_plus').innerHTML = ' - ';
IsOpen="yes";
}else
{
$("#page_menu").slideUp("slow");
document.getElementById('page_plus').innerHTML = '+ ';
IsOpen="no";
}
}
</script>
<script>
var IsOpen2 = "no";
function ShowMenu2()
{
if (IsOpen2 == "no")
{

$("#header_menu").slideDown("slow");
$("#page_menu").slideDown("slow");

document.getElementById('page_plus').innerHTML = '';
IsOpen2="yes";
}else
{
$("#header_menu").slideUp("slow");
$("#page_menu").slideUp("slow");
document.getElementById('page_plus').innerHTML = '';
IsOpen2="no";
}
}
</script>
<script type="text/javascript">
function changeText(){

}
</script>





<script>
$(document).ready(function() {
// try adding a shadow


/* This is basic - uses default settings */
$("a#single_image").fancybox();
/* Using custom settings */
$("a#inline").fancybox({
'hideOnContentClick': true
});


$(".various3").fancybox({
'width' : '50%',
'height' : '30%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'
});
});
</script>



<script src="http://www.themecloud.co/themes/infinitev3/totop.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'moccaUItoTop', // fading element id
containerHoverClass: 'moccaUIhover', // fading element hover class
scrollSpeed: 1200,
easingType: 'linear'
};
*/



$().UItoTop({ easingType: 'easeOutQuart' });

});
</script><script type=’text/javascript’>

//<![CDATA[

var rate = 50;

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>
<script type=’text/javascript’>

//<![CDATA[

var rate = 50;

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>
<script type=’text/javascript’>

//<![CDATA[

var rate = 50;

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>


</head>
<script type=’text/javascript’>

//<![CDATA[

var rate = 50;

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
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 09:47 AM