Painel de usuário na parte superior
5 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
Painel de usuário na parte superior
Qual é minha questão:
Queria saber como colocar o Painel de Usuario no topo da página ...
Acima do LOGO '-'
Aqui uma imagem :
Suponho que seja por código CSS .
Se alguém souber , eu agradeço .
Thanks .
Endereço do meu fórum:
http://wydavatar.forumeiros.com/
Versão do meu fórum:
PHPBB3
Queria saber como colocar o Painel de Usuario no topo da página ...
Acima do LOGO '-'
Aqui uma imagem :
Suponho que seja por código CSS .
Se alguém souber , eu agradeço .
Thanks .
Endereço do meu fórum:
http://wydavatar.forumeiros.com/
Versão do meu fórum:
PHPBB3
Re: Painel de usuário na parte superior
Olá!
Experimente este código:
Painel de Controle -> Visualização -> Homepage -> Geral
Atenciosamente!
Tópico movido de 'Questões diversas' para 'Questões sobre códigos'
Experimente este código:
- Código:
<!-- The CSS -->
<link rel="stylesheet" href="http://web-kreation.com/demos/login_form_mootools_1.2/fx.slide.css" type="text/css" media="screen" />
<style>
#login {
overflow: visible;
height: auto;
-webkit-transition: margin-top 0.5s ease-in-out 0s;
-moz-transition: margin-top 0.5s ease-in-out 0s;
-o-transition: margin-top 0.5s ease-in-out 0s;
transition: margin-top 0.5s ease-in-out 0s;
}
/* Login Panel I */
#topp {
height: 38px;
position: relative;
}
#topp ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 38px;
width: auto;
font-weight: bold;
line-height: 38px;
margin: 0;
right: 150px;
color: white;
font-size: 80%;
text-align: center;
padding-right: 45px;
}
#topp ul.login li.left {
height: 38px;
width: 45px;
padding: 0;
margin: 0;
display: block;
float: left;
}
#topp ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 38px;
}
#topp ul.login li a {color: #33CCCC;}
#topp ul.login li a:hover {color: white;}
/* Login Panel */
#topp {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_top.jpg) repeat-x 0 0;}
#topp ul.login {
background: url(http://img18.imageshack.us/img18/3017/loginrw.png) no-repeat right 0;}
#topp ul.login li.left {
background: url(http://img41.imageshack.us/img41/3439/loginlc.png) no-repeat left 0;}
#topp ul.login li {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_m.jpg) repeat-x 0 0;}
/*Login*/
/* toggle effect - show/hide login*/
#login {
background: #1E1E1E;}
#login .loginContent input:focus.field {
background: #545454;}
#login .loginContent{padding-top:0px;width:790px;height:100px;}
#login .loginContent input.button_login {
background: transparent url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg) no-repeat 0 0;}
#login .loginClose a {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right 0;}
#login .loginClose a:hover {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right -20px;}
</style>
<!-- Login --><div id="loginn" style="display: block;position: absolute;left: 0px;top: 0px;width: 100%;"><div id="login" style="margin-top:-100px;"><div class="loginContent">
<table style="width:100%;" border="0">
<tr>
<td style="text-align:center;">
<table border="0">
<tr>
<td>
<script>
jQuery(document).ready(function(){
jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
link = jQuery('.panel dl:first img', data).attr('src');
if(link){
jQuery('#avatar').html('<img src="'+link+'" align="left" width="60" height="80">');
}else{
jQuery('#avatar').html('');
}
});
});
</script><div id="avatar"><center><img src="http://i53.tinypic.com/1e1fex.gif"></center></div>
</td>
<td>
<span style="font-size: 1.2em;">
<font size="4"><a href="http://pwn3dmods.forumbrasil.net/profile.forum?mode=viewprofile&u=283">{USERNAME}</a></font>
<b>Mensagens:</b> {USERCOUNTPOST}
</span>
</td>
</tr>
</table>
</td>
<td style="text-align:center;">
<span style="font-size: 1.2em;"><b>Alterar</b>
<a href="../profile.forum?mode=editprofile&page_profil=informations">Informações</a>
<a href="../profile.forum?mode=editprofile&page_profil=preferences">Preferências</a>
<a href="../profile.forum?mode=editprofile&page_profil=signature">Assinatura</a>
<a href="../profile.forum?mode=editprofile&page_profil=avatars">Avatar</a>
</span>
</td>
<td style="text-align:center;">
<span style="font-size: 1.2em;"><b>Ver</b>
<a href="../profile.forum?mode=editprofile&page_profil=friendsfoes">Amigos & ignorados</a>
<a href="../search.forum?search_id=watchsearch">Tópicos supervisionados</a>
<a href="../search.forum?search_id=draftsearch">Rascunhos</a>
<a href="../search.forum?search_id=favouritesearch">Tópicos favoritos</a>
<a href="../rpg_sheet_edit.forum">Ficha de personagem</a>
</span>
</td>
<td style="text-align:center;">
<span style="font-size: 1.2em;"><b>Tópicos & Mensagens</b>
<a href="../msg.forum?folder=inbox">Mensagens Privadas</a>
<a href="../search.forum?search_topics=Victor">Meus tópicos</a>
<a href="../search.forum?search_id=egosearch">Tópicos que participa</a>
<a href="../search.forum?search_author=Victor&show_results=posts">Minhas mensagens</a>
<a href="../search.forum?search_id=newposts">Últimos tópicos</a>
</span>
</td>
</tr>
</table>
</div>
</div>
<!-- /login --><div id="container"><div id="topp">
<!-- login -->
<ul class="login">
<li class="left"> </li>
<li><a id="toggleLogin" href="#" onclick="document.getElementById('login').style.marginTop=((document.getElementById('login').style.marginTop=='0px')? '-100px' : '0px');">Painel de Usuário</a></li>
</ul> <!-- / login -->
</div> <!-- / topp --><div class="clearfix"></div>
</div></p></div>
Painel de Controle -> Visualização -> Homepage -> Geral
Atenciosamente!
Tópico movido de 'Questões diversas' para 'Questões sobre códigos'
Consolado- Hiper Membro
- Membro desde : 09/05/2011
Mensagens : 4243
Pontos : 6128
Re: Painel de usuário na parte superior
Não deu aqui não ...
Coloquei na Home page > Geral , dai fica aparecendo o código quando entra no Inicio do fórum .
Dai dps tentei colocar na Folha CSS . E não pegou também .
Coloquei na Home page > Geral , dai fica aparecendo o código quando entra no Inicio do fórum .
Dai dps tentei colocar na Folha CSS . E não pegou também .
Re: Painel de usuário na parte superior
Olá!
O código exato para o campo CSS é este:
Atenciosamente!
O código exato para o campo CSS é este:
- Código:
#login {
overflow: visible;
height: auto;
-webkit-transition: margin-top 0.5s ease-in-out 0s;
-moz-transition: margin-top 0.5s ease-in-out 0s;
-o-transition: margin-top 0.5s ease-in-out 0s;
transition: margin-top 0.5s ease-in-out 0s;
}
/* Login Panel I */
#topp {
height: 38px;
position: relative;
}
#topp ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 38px;
width: auto;
font-weight: bold;
line-height: 38px;
margin: 0;
right: 150px;
color: white;
font-size: 80%;
text-align: center;
padding-right: 45px;
}
#topp ul.login li.left {
height: 38px;
width: 45px;
padding: 0;
margin: 0;
display: block;
float: left;
}
#topp ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 38px;
}
#topp ul.login li a {color: #33CCCC;}
#topp ul.login li a:hover {color: white;}
/* Login Panel */
#topp {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_top.jpg) repeat-x 0 0;}
#topp ul.login {
background: url(http://img18.imageshack.us/img18/3017/loginrw.png) no-repeat right 0;}
#topp ul.login li.left {
background: url(http://img41.imageshack.us/img41/3439/loginlc.png) no-repeat left 0;}
#topp ul.login li {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_m.jpg) repeat-x 0 0;}
/*Login*/
/* toggle effect - show/hide login*/
#login {
background: #1E1E1E;}
#login .loginContent input:focus.field {
background: #545454;}
#login .loginContent{padding-top:0px;width:790px;height:100px;}
#login .loginContent input.button_login {
background: transparent url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg) no-repeat 0 0;}
#login .loginClose a {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right 0;}
#login .loginClose a:hover {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right -20px;}
Atenciosamente!
Consolado- Hiper Membro
- Membro desde : 09/05/2011
Mensagens : 4243
Pontos : 6128
Re: Painel de usuário na parte superior
Cara, meu fórum não abre aqui no trampo, mas eu tenho isso implementado, é um Widget, se ninguém te ajudar, a noite te mando o código. ^^
Re: Painel de usuário na parte superior
Olá,
Tente o seguinte código:
Coloque em um WidGet!
Painel de Controles -> Módulo -> Gestão dos widgets do fórum -> Criar um widget personalizado
Até mais.
Tente o seguinte código:
- Código:
<!-- The CSS -->
<link rel="stylesheet" href="http://web-kreation.com/demos/login_form_mootools_1.2/fx.slide.css" type="text/css" media="screen" />
<style>
#login {
overflow: visible;
height: auto;
-webkit-transition: margin-top 0.5s ease-in-out 0s;
-moz-transition: margin-top 0.5s ease-in-out 0s;
-o-transition: margin-top 0.5s ease-in-out 0s;
transition: margin-top 0.5s ease-in-out 0s;
}
/* Login Panel I */
#topp {
height: 38px;
position: relative;
}
#topp ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 38px;
width: auto;
font-weight: bold;
line-height: 38px;
margin: 0;
right: 150px;
color: white;
font-size: 80%;
text-align: center;
padding-right: 45px;
}
#topp ul.login li.left {
height: 38px;
width: 45px;
padding: 0;
margin: 0;
display: block;
float: left;
}
#topp ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 38px;
}
#topp ul.login li a {color: #33CCCC;}
#topp ul.login li a:hover {color: white;}
/* Login Panel */
#topp {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_top.jpg) repeat-x 0 0;}
#topp ul.login {
background: url(http://img18.imageshack.us/img18/3017/loginrw.png) no-repeat right 0;}
#topp ul.login li.left {
background: url(http://img41.imageshack.us/img41/3439/loginlc.png) no-repeat left 0;}
#topp ul.login li {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_m.jpg) repeat-x 0 0;}
/*Login*/
/* toggle effect - show/hide login*/
#login {
background: #1E1E1E;}
#login .loginContent input:focus.field {
background: #545454;}
#login .loginContent{padding-top:0px;width:790px;height:100px;}
#login .loginContent input.button_login {
background: transparent url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg) no-repeat 0 0;}
#login .loginClose a {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right 0;}
#login .loginClose a:hover {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right -20px;}
</style>
<!-- Login --><div id="loginn" style="display: block;position: absolute;left: 0px;top: 0px;width: 100%;"><div id="login" style="margin-top:-100px;"><div class="loginContent">
<table style="width:100%;" border="0">
<tr>
<td style="text-align:center;">
<table border="0">
<tr>
<td>
<script>
jQuery(document).ready(function(){
jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
link = jQuery('.panel dl:first img', data).attr('src');
if(link){
jQuery('#avatar').html('<img src="'+link+'" align="left" width="60" height="80">');
}else{
jQuery('#avatar').html('');
}
});
});
</script><div id="avatar"><center><img src="http://i53.tinypic.com/1e1fex.gif"></center></div>
</td>
<td>
<span style="font-size: 1.2em;">
<font size="4"><a href="http://pwn3dmods.forumbrasil.net/profile.forum?mode=viewprofile&u=283">{USERNAME}</a></font>
<b>Mensagens:</b> {USERCOUNTPOST}
</span>
</td>
</tr>
</table>
</td>
<td style="text-align:center;">
<span style="font-size: 1.2em;"><b>Alterar</b>
<a href="../profile.forum?mode=editprofile&page_profil=informations">Informações</a>
<a href="../profile.forum?mode=editprofile&page_profil=preferences">Preferências</a>
<a href="../profile.forum?mode=editprofile&page_profil=signature">Assinatura</a>
<a href="../profile.forum?mode=editprofile&page_profil=avatars">Avatar</a>
</span>
</td>
<td style="text-align:center;">
<span style="font-size: 1.2em;"><b>Ver</b>
<a href="../profile.forum?mode=editprofile&page_profil=friendsfoes">Amigos & ignorados</a>
<a href="../search.forum?search_id=watchsearch">Tópicos supervisionados</a>
<a href="../search.forum?search_id=draftsearch">Rascunhos</a>
<a href="../search.forum?search_id=favouritesearch">Tópicos favoritos</a>
</span>
</td>
<td style="text-align:center;">
<span style="font-size: 1.2em;"><b>Tópicos & Mensagens</b>
<a href="../msg.forum?folder=inbox">Mensagens Privadas</a>
<a href="../search.forum?search_topics=Victor">Meus tópicos</a>
<a href="../search.forum?search_id=egosearch">Tópicos que participa</a>
<a href="../search.forum?search_author=Victor&show_results=posts">Minhas mensagens</a>
<a href="../search.forum?search_id=newposts">Últimos tópicos</a>
</span>
</td>
</tr>
</table>
</div>
</div>
<!-- /login --><div id="container"><div id="topp">
<!-- login -->
<ul class="login">
<li class="left"> </li>
<li><a id="toggleLogin" href="#" onclick="document.getElementById('login').style.marginTop=((document.getElementById('login').style.marginTop=='0px')? '-100px' : '0px');">Painel de Usuário</a></li>
</ul> <!-- / login -->
</div> <!-- / topp --><div class="clearfix"></div>
</div></p></div>
Coloque em um WidGet!
Painel de Controles -> Módulo -> Gestão dos widgets do fórum -> Criar um widget personalizado
Até mais.
Re: Painel de usuário na parte superior
Agora deu ...
Obs: Esse é o mesmo código que o de antes ou não ?
Porque antes não tinha dado .
Obs²: Não tem como colocar sem ser em um WIDGET não ? '-'
Obs: Esse é o mesmo código que o de antes ou não ?
Porque antes não tinha dado .
Obs²: Não tem como colocar sem ser em um WIDGET não ? '-'
Re: Painel de usuário na parte superior
Mals pelo FLOOD , mas quando eu clico em " Meus Tópicos " abre esse LINK aqui :
http://wydavatar.forumeiros.com/search.forum?search_topics=Victor
Obs: Victor ? x.x
Quando clico em " Minhas mensagens " abre esse LINK aqui também :
http://wydavatar.forumeiros.com/search.forum?search_author=Victor&show_results=posts
Dnovo victor? kk '-'
Help-me
http://wydavatar.forumeiros.com/search.forum?search_topics=Victor
Obs: Victor ? x.x
Quando clico em " Minhas mensagens " abre esse LINK aqui também :
http://wydavatar.forumeiros.com/search.forum?search_author=Victor&show_results=posts
Dnovo victor? kk '-'
Help-me
Re: Painel de usuário na parte superior
Meus Tópicos
Procure esse código:
E mude para:
Minhas Mensagens
Procure esse código:
E mude para:
^^
Procure esse código:
- Código:
<a href="../search.forum?search_topics=Victor">Meus tópicos</a>
E mude para:
- Código:
<a href="../search.forum?search_topics={USERNAME}">Meus tópicos</a>
Minhas Mensagens
Procure esse código:
- Código:
<a href="../search.forum?search_author=Victor&show_results=posts">Minhas mensagens</a>
E mude para:
- Código:
<a href="../search.forum?search_author={USERNAME}&show_results=posts">Minhas mensagens</a>
^^
Re: Painel de usuário na parte superior
Ali onde tá " USERNAME " tem que colocar algo ou deixar assim mesmo ?
Re: Painel de usuário na parte superior
DarkNiight escreveu:Ali onde tá " USERNAME " tem que colocar algo ou deixar assim mesmo ?
Olá!
Deixe assim mesmo, pois isso é uma variável que serve para mostrar os nomes dos usuários. Veja se resulta o método há cima.
Atenciosamente.
Convidad- Convidado
Re: Painel de usuário na parte superior
Olá!
Hehehehe, modifique por este e veja se obtém êxito:
Espero que ajude.
Atenciosamente.
Hehehehe, modifique por este e veja se obtém êxito:
- Código:
<!-- The CSS -->
<link rel="stylesheet" href="http://web-kreation.com/demos/login_form_mootools_1.2/fx.slide.css" type="text/css" media="screen" />
<style>
#login {
overflow: visible;
height: auto;
-webkit-transition: margin-top 0.5s ease-in-out 0s;
-moz-transition: margin-top 0.5s ease-in-out 0s;
-o-transition: margin-top 0.5s ease-in-out 0s;
transition: margin-top 0.5s ease-in-out 0s;
}
/* Login Panel I */
#topp {
height: 38px;
position: relative;
}
#topp ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 38px;
width: auto;
font-weight: bold;
line-height: 38px;
margin: 0;
right: 150px;
color: white;
font-size: 80%;
text-align: center;
padding-right: 45px;
}
#topp ul.login li.left {
height: 38px;
width: 45px;
padding: 0;
margin: 0;
display: block;
float: left;
}
#topp ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 38px;
}
#topp ul.login li a {color: #33CCCC;}
#topp ul.login li a:hover {color: white;}
/* Login Panel */
#topp {
background: red repeat-x 0 0;}
#topp ul.login {
background:red no-repeat right 0;}
#topp ul.login li.left {
background: red no-repeat left 0;}
#topp ul.login li {
background: red repeat-x 0 0;}
/*Login*/
/* toggle effect - show/hide login*/
#login {
background: red;}
#login .loginContent input:focus.field {
background: #545454;}
#login .loginContent{padding-top:0px;width:790px;height:100px;}
#login .loginContent input.button_login {
background: transparent url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg) no-repeat 0 0;}
#login .loginClose a {
background: red no-repeat right 0;}
#login .loginClose a:hover {
background: <!-- The CSS -->
<link rel="stylesheet" href="http://web-kreation.com/demos/login_form_mootools_1.2/fx.slide.css" type="text/css" media="screen" />
<style>
#login {
overflow: visible;
height: auto;
-webkit-transition: margin-top 0.5s ease-in-out 0s;
-moz-transition: margin-top 0.5s ease-in-out 0s;
-o-transition: margin-top 0.5s ease-in-out 0s;
transition: margin-top 0.5s ease-in-out 0s;
}
/* Login Panel I */
#topp {
height: 38px;
position: relative;
}
#topp ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 38px;
width: auto;
font-weight: bold;
line-height: 38px;
margin: 0;
right: 150px;
color: white;
font-size: 80%;
text-align: center;
padding-right: 45px;
}
#topp ul.login li.left {
height: 38px;
width: 45px;
padding: 0;
margin: 0;
display: block;
float: left;
}
#topp ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 38px;
}
#topp ul.login li a {color: #33CCCC;}
#topp ul.login li a:hover {color: white;}
/* Login Panel */
#topp {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_top.jpg) repeat-x 0 0;}
#topp ul.login {
background: url(http://img18.imageshack.us/img18/3017/loginrw.png) no-repeat right 0;}
#topp ul.login li.left {
background: url(http://img41.imageshack.us/img41/3439/loginlc.png) no-repeat left 0;}
#topp ul.login li {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_m.jpg) repeat-x 0 0;}
/*Login*/
/* toggle effect - show/hide login*/
#login {
background: #1E1E1E;}
#login .loginContent input:focus.field {
background: #545454;}
#login .loginContent{padding-top:0px;width:790px;height:100px;}
#login .loginContent input.button_login {
background: transparent url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg) no-repeat 0 0;}
#login .loginClose a {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right 0;}
#login .loginClose a:hover {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right -20px;}
</style>
<!-- Login --><div id="loginn" style="display: block;position: absolute;left: 0px;top: 0px;width: 100%;"><div id="login" style="margin-top:-100px;"><div class="loginContent">
<td>
<form action="/login" method="post" name="form_login">
<label for="username">Nome de usuário:</label></dt><dd><input type="text" tabindex="1" name="username" id="username" size="25" maxlength="40" value="" class="inputbox autowidth" /></dd></dl><dl><dt><label for="password">Senha:</label></dt><dd><input type="password" tabindex="2" id="password" name="password" size="25" maxlength="25" class="inputbox autowidth" />
<br></br>
<dd><input type="hidden" name="redirect" value="" /><input type="hidden" name="query" value="" /><input type="submit" name="login" tabindex="6" value="Login" class="button1" />
<p><input type="checkbox" name="autologin" id="autologin" tabindex="4" class="checkbox" checked="checked" /><label for="autologin"> Conexão automática</label> <a href="/profile?mode=sendpassword" rel="nofollow">Esqueci minha senha</a></p></dd>
</form>
</td>
</div>
</div>
<!-- /login --><div id="container"><div id="topp">
<!-- login -->
<ul class="login">
<li class="left"> </li>
<li><a id="toggleLogin" href="#" onclick="document.getElementById('login').style.marginTop=((document.getElementById('login').style.marginTop=='0px')? '-100px' : '0px');">Painel de Usuário</a></li>
</ul> <!-- / login -->
</div> <!-- / topp --><div class="clearfix"></div>
</div></p></div> no-repeat right -20px;}
</style>
<!-- Login --><div id="loginn" style="display: block;position: absolute;left: 0px;top: 0px;width: 100%;"><div id="login" style="margin-top:-100px;"><div class="loginContent">
<td>
<form action="/login" method="post" name="form_login">
<label for="username">Nome de usuário:</label></dt><dd><input type="text" tabindex="1" name="username" id="username" size="25" maxlength="40" value="" class="inputbox autowidth" /></dd></dl><dl><dt><label for="password">Senha:</label></dt><dd><input type="password" tabindex="2" id="password" name="password" size="25" maxlength="25" class="inputbox autowidth" />
<br></br>
<dd><input type="hidden" name="redirect" value="" /><input type="hidden" name="query" value="" /><input type="submit" name="login" tabindex="6" value="Login" class="button1" />
<p><input type="checkbox" name="autologin" id="autologin" tabindex="4" class="checkbox" checked="checked" /><label for="autologin"> Conexão automática</label> <a href="/profile?mode=sendpassword" rel="nofollow">Esqueci minha senha</a></p></dd>
</form>
</td>
</div>
</div>
<!-- /login --><div id="container"><div id="topp">
<!-- login -->
<ul class="login">
<li class="left"> </li>
<li><a id="toggleLogin" href="#" onclick="document.getElementById('login').style.marginTop=((document.getElementById('login').style.marginTop=='0px')? '-100px' : '0px');">Painel de Usuário</a></li>
</ul> <!-- / login -->
</div> <!-- / topp --><div class="clearfix"></div>
</div></p></div>
Espero que ajude.
Atenciosamente.
Convidad- Convidado
Re: Painel de usuário na parte superior
você deixou apenas
- Código:
USERNAME
- Código:
{USERNAME}
Re: Painel de usuário na parte superior
Olá!
Teste esse código:
Até mais.
Teste esse código:
- Código:
<!-- The CSS -->
<link rel="stylesheet" href="http://web-kreation.com/demos/login_form_mootools_1.2/fx.slide.css" type="text/css" media="screen" />
<style>
#login {
overflow: visible;
height: auto;
-webkit-transition: margin-top 0.5s ease-in-out 0s;
-moz-transition: margin-top 0.5s ease-in-out 0s;
-o-transition: margin-top 0.5s ease-in-out 0s;
transition: margin-top 0.5s ease-in-out 0s;
}
/* Login Panel I */
#topp {
height: 38px;
position: relative;
}
#topp ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 38px;
width: auto;
font-weight: bold;
line-height: 38px;
margin: 0;
right: 150px;
color: white;
font-size: 80%;
text-align: center;
padding-right: 45px;
}
#topp ul.login li.left {
height: 38px;
width: 45px;
padding: 0;
margin: 0;
display: block;
float: left;
}
#topp ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 38px;
}
#topp ul.login li a {color: #33CCCC;}
#topp ul.login li a:hover {color: white;}
/* Login Panel */
#topp {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_top.jpg) repeat-x 0 0;}
#topp ul.login {
background: url(http://img18.imageshack.us/img18/3017/loginrw.png) no-repeat right 0;}
#topp ul.login li.left {
background: url(http://img41.imageshack.us/img41/3439/loginlc.png) no-repeat left 0;}
#topp ul.login li {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_m.jpg) repeat-x 0 0;}
/*Login*/
/* toggle effect - show/hide login*/
#login {
background: #1E1E1E;}
#login .loginContent input:focus.field {
background: #545454;}
#login .loginContent{padding-top:0px;width:790px;height:100px;}
#login .loginContent input.button_login {
background: transparent url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg) no-repeat 0 0;}
#login .loginClose a {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right 0;}
#login .loginClose a:hover {
background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right -20px;}
</style>
<!-- Login --><div id="loginn" style="display: block;position: absolute;left: 0px;top: 0px;width: 100%;"><div id="login" style="margin-top:-100px;"><div class="loginContent">
<table style="width:100%;" border="0">
<tr>
<td style="text-align:center;">
<table border="0">
<tr>
<td>
<script>
jQuery(document).ready(function(){
jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
link = jQuery('.panel dl:first img', data).attr('src');
if(link){
jQuery('#avatar').html('<img src="'+link+'" align="left" width="60" height="80">');
}else{
jQuery('#avatar').html('');
}
});
});
</script><div id="avatar"><center><img src="http://i53.tinypic.com/1e1fex.gif"></center></div>
</td>
<td>
<span style="font-size: 1.2em;">
<font size="4"><a href="http://pwn3dmods.forumbrasil.net/profile.forum?mode=viewprofile&u=283">{USERNAME}</a></font>
<b>Mensagens:</b> {USERCOUNTPOST}
</span>
</td>
</tr>
</table>
</td>
<td style="text-align:center;">
<span style="font-size: 1.2em;"><b>Alterar</b>
<a href="../profile.forum?mode=editprofile&page_profil=informations">Informações</a>
<a href="../profile.forum?mode=editprofile&page_profil=preferences">Preferências</a>
<a href="../profile.forum?mode=editprofile&page_profil=signature">Assinatura</a>
<a href="../profile.forum?mode=editprofile&page_profil=avatars">Avatar</a>
</span>
</td>
<td style="text-align:center;">
<span style="font-size: 1.2em;"><b>Ver</b>
<a href="../profile.forum?mode=editprofile&page_profil=friendsfoes">Amigos & ignorados</a>
<a href="../search.forum?search_id=watchsearch">Tópicos supervisionados</a>
<a href="../search.forum?search_id=draftsearch">Rascunhos</a>
<a href="../search.forum?search_id=favouritesearch">Tópicos favoritos</a>
</span>
</td>
<td style="text-align:center;">
<span style="font-size: 1.2em;"><b>Tópicos & Mensagens</b>
<a href="../msg.forum?folder=inbox">Mensagens Privadas</a>
<a href="../search.forum?search_topics={USERNAME}">Meus tópicos</a>
<a href="../search.forum?search_id=egosearch">Tópicos que participa</a>
<a href="../search.forum?search_author={USERNAME}&show_results=posts">Minhas mensagens</a>
<a href="../search.forum?search_id=newposts">Últimos tópicos</a>
</span>
</td>
</tr>
</table>
</div>
</div>
<!-- /login --><div id="container"><div id="topp">
<!-- login -->
<ul class="login">
<li class="left"> </li>
<li><a id="toggleLogin" href="#" onclick="document.getElementById('login').style.marginTop=((document.getElementById('login').style.marginTop=='0px')? '-100px' : '0px');">Painel de Usuário</a></li>
</ul> <!-- / login -->
</div> <!-- / topp --><div class="clearfix"></div>
</div></p></div>
Até mais.
Tópicos semelhantes
» Excluir painel de usuário da parte superior
» Remover painel superior de login
» Painel de login na parte superior
» Painel de login na parte superior
» Painel de login na parte superior do fórum
» Remover painel superior de login
» Painel de login na parte superior
» Painel de login na parte superior
» Painel de login na parte superior do fórum
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