Acesso rápido
Perdi minha senha!

Nota: use se tiver perdido acesso administrativo.

Os membros mais ativos do mês
Invisible
 
Dr.House
 
nikka
 
Shek
 
Josh
 
Lullaby
 
StyLe®
 
Robe!
 
Luciano98
 
Cream
 

  • Pesquisar em
    Ajuda e Suporte

    Pesquisa questões na categoria Ajuda e Suporte, já colocadas por outros membros, poderás obter respostas mais rapidamente

    Resultados por:


Login

Esqueci minha senha

Últimos assuntos
» Modificação do nome de usuário (apelido)
Hoje à(s) 4:30 por Luciano98

» Icone ao lado do grupo
Hoje à(s) 4:05 por Thiagogeber

» Tenho uma duvida
Hoje à(s) 3:04 por Dr.House

» Botão resolvido
Hoje à(s) 2:15 por cyllaz

» Galera ajuda a o tema
Hoje à(s) 1:24 por Dr.House

» Font do forum
Hoje à(s) 0:43 por Dr.House

» Novas mensagens em fóruns separados
Hoje à(s) 0:29 por Dr.House

» Botão neon para punbb
Hoje à(s) 0:18 por Buarque00

» Uma área antes do portal,,,
Hoje à(s) 0:05 por Dr.House

Quem está conectado
127 usuários online :: 1 usuário cadastrado, Nenhum Invisível e 126 Visitantes :: 2 Motores de busca

nikka

[ Ver toda a lista ]


O recorde de usuários online foi de 3131 em Qui 24 Dez 2009 - 12:05

Imagem do Portal

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

Em curso Imagem do Portal

Mensagem por luisvic em Qui 8 Jan 2009 - 20:53

Caros amigos estou de novo com um pronlema com as imagens, mas no Portal. As caixas de enquadramento dos Widgets do Portal aparecem cortadas ou não são visiveis. Creio ser necessário eliminar alguma imagem que está por trás, através de um código inserido na Folha de Estilo CSS. Será isso? Se for poderão por favor fornecer-me o código e indicar onde inseri-lo correctamente?

Obrigado

Exemplo:



luisvic
sou nível 6

Masculino
Inscrito dia: 23/11/2007
Número de Mensagens: 55


Ver perfil do usuário

Voltar ao Topo Ir em baixo

Em curso Re: Imagem do Portal

Mensagem por Connect em Qui 8 Jan 2009 - 21:15

Olá! Muito feliz

Poderia colocar aqui o código CSS já presente em seu fórum?

Busque-o em Painel de Controle :: visualização :: cores / Guia Folha de Estilo CSS

Abraços, Expert.

Connect
Super usuário

Masculino
Inscrito dia: 17/11/2007
Número de Mensagens: 3346


Ver perfil do usuário

Voltar ao Topo Ir em baixo

Em curso Re: Imagem do Portal

Mensagem por luisvic em Sex 9 Jan 2009 - 13:03

Olá Experte, suponho que me pediu para copiar tudo:

.module {
margin-bottom: 4px;
padding: 5px 5px 5px 5px;
background-color: #f9f9f9;
color: #000000;
background-image: url('http://img179.imageshack.us/img179/2295/bgtableib2.png
');
background-repeat: repeat-x;
border: 3px solid #000000;
border-bottom: px solid #00000;
border-top: 2px solid #000000;
}
.module .h3,.postbody .h3,.introduction .h3 {
margin-top: -13px;
padding: 10px 0px;
color: #ffffff;
border-bottom: 0px solid #f9f9f9;
height: 1%;
}');
}
.module h3 {
margin-top: -13px;
padding: 10px 0px;
color: #ffffff;
border-bottom: 0px solid #f9f9f9;
height: 1%;
}
.module ul, .module ol {
list-style-position: inside;
}
.module dl.details dt {
width: 10em;
text-align: center;
margin-left: 5px;
}

a.button1, input.button1, a.button2, input.button2, button.button2 {
color: #000000;
background-color: #FFFFFF;
background-image: url('');
border: 1px solid #BDBEBD;
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, button.button2:hover {
color: #105289;
background-color: #FFFFFF;
background-image: url('');
border: 1px solid #105289;
}
.headerbar {
margin: -5px;
}
/* Menu-------------------------------------------------*/
#page-header ul.linklist li a {
font-weight: bold;
color: #ffffff;
}

#page-footer ul.linklist li a {
font-weight: bold;
color: #000000;
}

#page-footer ul.linklist li a:hover {
font-weight: bold;
color: #d31141;
}

#page-footer .navbar{
clear: both;
background-color: #ffffff;
border-top: 1px solid #34619c;
font-size: 0.8em;
padding:0px 0px;
}

ul.linklist li a img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}

ul.linklist li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
position: relative;
cursor:allowed;
}

ul.navlinks {
border-bottom: 0px solid #000000;
}

#page-header .navbar {
clear: both;
background-color: #000000;
background-repeat: repeat-x;
padding-top: 10px;
margin: -5px;
margin-bottom: 25px;
}
.search-box {
margin-top: 3px;
margin-left: 5px;
float: left;
}
#search-box {
margin-top: -10px;
margin-right: 5px;
float: right;
white-space: nowrap;
/* For Opera */
}
* html #search-box {
margin-right: 35px;
}
#search-box #keywords {
width: 95px;
background-color: #f6f7f9;
filter: alpha(opacity = 0); /* esta linha para o IE */
opacity: 0.0; /*esta para os demais browsers*/
}
#search-box input {
border: 0px solid #BCBCBC;
background-image: url('http://illiweb.com/fa/empty.gif');
background-color: transparent;
filter: alpha(opacity = 0); /* esta linha para o IE */
opacity: 0.0; /*esta para os demais browsers*/
}
#search-box input.button1 {
padding: 1px 5px;
}
input.search {
background-image: url('http://illiweb.com/fa/prosilver/icon_textbox_search.gif');
background-repeat: no-repeat;
background-position: left 1px;
padding-left: 17px;
}
/*Forum-Tabs-------------------------------------------------*/

li.header dt {
font-size: 1.2em;
}

.table-title, .table-title h2 {
font-weight: bold;
}


/* infoBar Mod */
body
{
padding: 0;
margin: 0;
}
#info
{
overflow: visible;
width: 100%;
position: fixed;
z-index:2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
{
display: block;
float: left;
width:100%;
clear: both;
color: InfoText;
background: InfoBackground url(icon_warning.gif) no-repeat fixed .3em .3em;
padding: .10em .3em .10em 2em;
border-bottom: .16em outset;
text-decoration: none;
cursor: default;
}

#infobar a:hover
{
color: HighlightText;
background: Highlight url(icon_warning_hover.gif) no-repeat fixed .3em .3em;
}

#viewplot
{
width: 100%;
height: expres​sion(this.parentNode.offsetHeight - this.offsetTop);
overflow-x: hidden;
overflow-y: scroll;
padding: 1em;
}
#message-box textarea {
background-image: url('http://img360.imageshack.us/img360/4797/hitechch1.png');
}
form#quick_reply #textarea_content textarea#text_editor_textarea {
background-image: url('http://img360.imageshack.us/img360/4797/hitechch1.png');
}
li.row:hover {
background-image: url("http://img242.imageshack.us/img242/5088/lagoqg6pk1.jpg");
background-repeat: repeat-y;
background-color: transparent;
}
.post {
background-image: url('http://i34.servimg.com/u/f34/12/44/72/18/offl10.png');
background-repeat: no-repeat;
background-position: 100% 0%;
}
.online {
background-image: url('http://illiweb.com/fa/prosilver/icon_user_online_en.png');
}
textarea {
background-image: none !important;
}


É isto?

Obrigado

luisvic
sou nível 6

Masculino
Inscrito dia: 23/11/2007
Número de Mensagens: 55


Ver perfil do usuário

Voltar ao Topo Ir em baixo

Em curso Re: Imagem do Portal

Mensagem por Flavisic em Seg 12 Jan 2009 - 19:18

luisvic escreveu:.module {
margin-bottom: 4px;
padding: 5px 5px 5px 5px;
background-color: #f9f9f9;
color: #000000;
background-image: url('http://img179.imageshack.us/img179/2295/bgtableib2.png
');

background-repeat: repeat-x;
border: 3px solid #000000;
border-bottom: px solid #00000;
border-top: 2px solid #000000;
}
.module .h3,.postbody .h3,.introduction .h3 {
margin-top: -13px;
padding: 10px 0px;
color: #ffffff;
border-bottom: 0px solid #f9f9f9;
height: 1%;
}');
}
.module h3 {
margin-top: -13px;
padding: 10px 0px;
color: #ffffff;
border-bottom: 0px solid #f9f9f9;
height: 1%;
}
.module ul, .module ol {
list-style-position: inside;
}
.module dl.details dt {
width: 10em;
text-align: center;
margin-left: 5px;
}
...
Olá, boa noite!

No primeiro erro, invés de estar assim:
Código:
background-image: url('http://img179.imageshack.us/img179/2295/bgtableib2.png
');
Coloque assim:
Código:
background-image: url('http://img179.imageshack.us/img179/2295/bgtableib2.png');
O erro é que no final do endereço da imagem, tem um "Enter", não é necessário, ou melhor, não deve ser feito!


No segundo erro!
Ao invés de estar:
Código:
height: 1%;
}');
}
.module h3 {
Deve estar:
Código:
height: 1%;
}
.module h3 {
Adicionou mais do que um tag de encerramento da propriedade!

Corrija estes dois erro e depois diga-nos se conseguiu resolver o problema!
:cheers:

Flavisic
Principal contribuidor

Masculino
Inscrito dia: 09/11/2007
Número de Mensagens: 6304


Ver perfil do usuário

Voltar ao Topo Ir em baixo

Ver o tópico anterior Ver o tópico seguinte Voltar ao Topo


Permissão deste fórum:
Você não pode responder aos tópicos neste fórum