[Resolvido] Widget de Login

2 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido [Resolvido] Widget de Login

Mensagem por Vinícius Gonçalves 21.10.10 23:06

Queria saber como neste code de LOGIN se tem como colocar para ele obedecer aos CSS de modificação de borda do fórum.

Código:
<fieldset class="fields1"><dl><dt><label for="username">Nome de usuário:</label></dt><dd><input tabindex="1" name="username" id="username" size="20" maxlength="40" value="" class="inputbox autowidth" type="text"></dd></dl><dl><dt><label for="password">Senha:</label></dt><dd><input tabindex="2" id="password" name="password" size="20" maxlength="25" class="inputbox autowidth" type="password"></dd><dd><a href="/profile.forum?mode=sendpassword" rel="nofollow">Esqueci minha senha</a></dd></dl><dl><dd><label for="autologin" style="display: inline; white-space: normal;"><input name="autologin" id="autologin" tabindex="4" class="checkbox" checked="checked" type="checkbox"> Conexão automática</label></dd></dl><dl><dt> </dt><dd><input name="login" tabindex="6" value="Login" class="button1" type="submit"></dd></dl></fieldset>
Vinícius Gonçalves

Vinícius Gonçalves
***

Membro desde : 30/04/2010
Mensagens : 129
Pontos : 230

http://percylightning.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: [Resolvido] Widget de Login

Mensagem por Gabe 22.10.10 1:57

Olá.

É só colocá-lo como um widget, ativando a opção Utilizar um table type.

Painel de Controle Seta Módulos Seta Portal & Widgets Seta Configuração do portal Seta Estrutura Seta Criar um Widget Personalizado.

Abraços, Gabriel.
Gabe

Gabe
Membro Entusiasta
Membro Entusiasta

Membro desde : 10/01/2010
Mensagens : 5769
Pontos : 7547

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido] Widget de Login

Mensagem por Vinícius Gonçalves 22.10.10 2:08

Eu fiz isso mas ainda assim não aceita o CSS para o campo de texto.
Vinícius Gonçalves

Vinícius Gonçalves
***

Membro desde : 30/04/2010
Mensagens : 129
Pontos : 230

http://percylightning.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: [Resolvido] Widget de Login

Mensagem por Gabe 22.10.10 2:14

Olá novamente.

Qual CSS adicionou e o que quer modificar nesse código com o CSS?

Abraços, Gabriel.
Gabe

Gabe
Membro Entusiasta
Membro Entusiasta

Membro desde : 10/01/2010
Mensagens : 5769
Pontos : 7547

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: [Resolvido] Widget de Login

Mensagem por Vinícius Gonçalves 22.10.10 17:50

Adicionei esses:
Código:
#chatbox {
background-image: url(http://img100.imageshack.us/img100/9642/chatimg.png);
background-repeat: no-repeat;
background-position: bottom right;
}
.forumbg, .forabg {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.post {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
}
#wrap {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 1px solid #000000;
}
a:hover {
cursor: url('http://cur.cursors-4u.net/cursors/cur-5/cur438.cur'), url('http://cur.cursors-4u.net/cursors/images5/cur438.png'), auto;
}
body {
cursor: url('http://cur.cursors-4u.net/cursors/cur-5/cur425.cur'), url('http://cur.cursors-4u.net/cursors/images5/cur425.png'), auto;
}
.introduction, .panel, .post {
background-color: transparent;
border: 1px solid #eee;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

div.module {
background-color: transparent;
background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
background-repeat: repeat;
border: 1px solid #eee;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

input.button1, input.button2, a.button1, a.button2, button.button2, button.button1 {
background:#e7f3f7 url(http://im1.all-up.com/i/img/bg_button.png) repeat-x;
border:3px solid #008AE6;
color:#5e6669;
overflow:visible;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 3px 3px #CCCCCC;
-webkit-box-shadow: 0px 3px 3px #CCCCCC;
}
input.button1:hover, input.button2:hover, a.button1:hover, a.button2:hover, button.button2:hover, button.button1:hover {
border: 1px solid #FF9D00;
color:black;
background-position: top;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

blockquote{
background-color: #FFFFFF;
border: 4px solid #008AE6;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
color : #eee;
display: block;
overflow: auto;
padding: 5px;
}

dl.codebox {
border: 4px solid #008AE6;
padding: 6px;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
}

codebox dt{
background-image: url('http://i65.servimg.com/u/f65/11/95/30/70/citati10.png');
background-repeat: no-repeat;
background-position: top right;
padding: 5px 10px 3px 3px;
color: #000;
font-weight: bold;
background-color: #707070;
border: 1px solid #888888;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#text_editor_textarea {
border:3px solid #008AE6;
-moz-border-radius-topleft: 15px;
-webkit-border-radius-topleft: 15px;
-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
-moz-border-radius-bottomright: 15px;
-webkit-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius-bottomleft: 0px;
-moz-box-shadow: 0px 10px 10px #CCCCCC;
-webkit-box-shadow: 0px 10px 10px #CCCCCC;
}


.postprofile{
border: 1px solid #eee;
text-align: center;
background-image: url("http://hitskin.com/themes/13/92/59/i_list_bg.png");
background-repeat: repeat;
-moz-border-radius-topright: 15px;
-webkit-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius-bottomleft: 15px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

.h3, .catHead {
background-image: url("http://www.sebrasil.com.br/styles/AeroBlack/theme/images/cellpic1.gif");
background-repeat: repeat;
border: 1px solid #eee;
color: #FFF;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
text-align: center;
}
ul.topiclist {
border: 1px solid #eee;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-box-shadow: 0px 2px 2px #CCCCCC;
-webkit-box-shadow: 0px 2px 2px #CCCCCC;
}


.pathname-box {
background-image: url('http://demo.phpbb3styles.net/styles/proVista/theme/images/cellpic4.gif');
background-repeat: repeat;
border: 1px solid #eee;
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;
-moz-box-shadow: 0px 5px 5px #CCCCCC;
-webkit-box-shadow: 0px 5px 5px #CCCCCC;
}

Vinícius Gonçalves

Vinícius Gonçalves
***

Membro desde : 30/04/2010
Mensagens : 129
Pontos : 230

http://percylightning.forumeiros.com/

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo

- Tópicos semelhantes

Permissões neste sub-fórum
Não podes responder a tópicos