Como troca a cor
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Como troca a cor
Qual é minha questão:
eu gostaria de trocar a cor do meu portal quando passa o mouse por cima
pela cor preta
Medidas que eu tomei para corrigir o problema:
Links e imagens do meu problema:
Endereço do meu fórum:
www.maniacoscheats.forumais.com
Versão do meu fórum:
PHPBB3
eu gostaria de trocar a cor do meu portal quando passa o mouse por cima
pela cor preta
Medidas que eu tomei para corrigir o problema:
- Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Maniacos Cheats : o melhor forum de cheats</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="http://i.imgur.com/4KYwj.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Criado por ManiacosCheatS ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#000;
text-decoration:underline;
}
body {
background-image: url('http://i.imgur.com/qUVj9.png') !important;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div>
<span class="reference">
MC Copyright 2012 | Editado por <a href="www.maniacoscheats.forumais.com" target="_Blank" alt="Web Designer MC">Lukas</a> | Hospedado por <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Saiba como comecar bem no forum</span></div>
<div><span>Compre efeitos para o nick</span></div>
<div><span>Estas sao as regras da staff</span></div>
<div><span>Ainda temos vagas,cadastre-se e veja</span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="http://maniacoscheats.forumais.com/forum" title="">Forum</a></li>
<li><a href="http://maniacoscheats.forumais.com/t3-regrascomo-nao-ser-banido" title="">Regras</a></li>
<li><a href="http://maniacoscheats.forumais.com/f57-loja-mc" title="">Loja MC</a></li>
<li><a href="http://maniacoscheats.forumais.com/t381-regras-da-staff" title="">
Staff</a></li>
<li><a href="http://maniacoscheats.forumais.com/t320-apresente-se-para-staff" title=""> Vagas na Staff</a></li>
</ul>
</body>
</html>
Links e imagens do meu problema:
Endereço do meu fórum:
www.maniacoscheats.forumais.com
Versão do meu fórum:
PHPBB3
Re: Como troca a cor
Olá!
Substitua por esse código:
Até mais.
Substitua por esse código:
- Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Maniacos Cheats : o melhor forum de cheats</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="http://i.imgur.com/4KYwj.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Criado por ManiacosCheatS ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#000;
text-decoration:underline;
}
body {
background-image: url('http://i.imgur.com/qUVj9.png') !important;
background-repeat: no-repeat;
}
.slidingMenu li.move{background:black!important}
</style>
</head>
<body>
<div>
<span class="reference">
MC Copyright 2012 | Editado por <a href="www.maniacoscheats.forumais.com" target="_Blank" alt="Web Designer MC">Lukas</a> | Hospedado por <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Saiba como comecar bem no forum</span></div>
<div><span>Compre efeitos para o nick</span></div>
<div><span>Estas sao as regras da staff</span></div>
<div><span>Ainda temos vagas,cadastre-se e veja</span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="http://maniacoscheats.forumais.com/forum" title="">Forum</a></li>
<li><a href="http://maniacoscheats.forumais.com/t3-regrascomo-nao-ser-banido" title="">Regras</a></li>
<li><a href="http://maniacoscheats.forumais.com/f57-loja-mc" title="">Loja MC</a></li>
<li><a href="http://maniacoscheats.forumais.com/t381-regras-da-staff" title="">
Staff</a></li>
<li><a href="http://maniacoscheats.forumais.com/t320-apresente-se-para-staff" title=""> Vagas na Staff</a></li>
</ul>
</body>
</html>
Até mais.
Re: Como troca a cor
funcionou
agora um os bangue das letra fica preta
mais os bangue da descriçao quando o mouse fica em cima ainda fica azul
agora um os bangue das letra fica preta
mais os bangue da descriçao quando o mouse fica em cima ainda fica azul
Re: Como troca a cor
Olá!
Substitua por esse código:
Até mais.
Substitua por esse código:
- Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Maniacos Cheats : o melhor forum de cheats</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="http://i.imgur.com/4KYwj.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Criado por ManiacosCheatS ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#000;
text-decoration:underline;
}
body {
background-image: url('http://i.imgur.com/qUVj9.png') !important;
background-repeat: no-repeat;
}
.slidingMenu li.move{background:black!important}
#slidingMenuDesc.slidingMenuDesc div{background:black!important}
</style>
</head>
<body>
<div>
<span class="reference">
MC Copyright 2012 | Editado por <a href="www.maniacoscheats.forumais.com" target="_Blank" alt="Web Designer MC">Lukas</a> | Hospedado por <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Saiba como comecar bem no forum</span></div>
<div><span>Compre efeitos para o nick</span></div>
<div><span>Estas sao as regras da staff</span></div>
<div><span>Ainda temos vagas,cadastre-se e veja</span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="http://maniacoscheats.forumais.com/forum" title="">Forum</a></li>
<li><a href="http://maniacoscheats.forumais.com/t3-regrascomo-nao-ser-banido" title="">Regras</a></li>
<li><a href="http://maniacoscheats.forumais.com/f57-loja-mc" title="">Loja MC</a></li>
<li><a href="http://maniacoscheats.forumais.com/t381-regras-da-staff" title="">
Staff</a></li>
<li><a href="http://maniacoscheats.forumais.com/t320-apresente-se-para-staff" title=""> Vagas na Staff</a></li>
</ul>
</body>
</html>
Até mais.
Tópicos semelhantes
» Troca de Trafego
» Troca da cor de uma fonte
» Troca de reputação
» Troca de cor da categoria
» Troca de senha
» Troca da cor de uma fonte
» Troca de reputação
» Troca de cor da categoria
» Troca de senha
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos