Alteração da cor dos títulos

3 participantes

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

Tópico resolvido Alteração da cor dos títulos

Mensagem por Ramon_Teles 13.01.16 15:20

Detalhes da questão


Endereço do fórum: npsamp.com.br
Versão do fórum: PhpBB3

Descrição


Observem as imagens... Como faço para colocar essa cor em PRETO?

Alteração da cor dos títulos 2uswu1y

Alteração da cor dos títulos Bi9lom
Ramon_Teles

Ramon_Teles
***

Membro desde : 27/11/2015
Mensagens : 189
Pontos : 316

http://www.npsamp.com.br

Ir para o topo Ir para baixo

Tópico resolvido Re: Alteração da cor dos títulos

Mensagem por Harleen 13.01.16 15:25

Olá Ramon o link não está redirecionando, poderia edita-lo por favor.
E deixe um tópico para visitantes.
Harleen

Harleen
Super Membro

Membro desde : 09/07/2012
Mensagens : 1779
Pontos : 2373

https://antenadogames.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Alteração da cor dos títulos

Mensagem por Ramon_Teles 14.01.16 12:54

Harleen escreveu:Olá Ramon o link não está redirecionando, poderia edita-lo por favor.
E deixe um tópico para visitantes.

Só adicionar o www. na frente do link do fórum.

E isto aparece em vários lugares, não só ai, nas respostas rápidas também entre outros... A fonte ficou em branco e não sei onde alterar para PRETA.
Ramon_Teles

Ramon_Teles
***

Membro desde : 27/11/2015
Mensagens : 189
Pontos : 316

http://www.npsamp.com.br

Ir para o topo Ir para baixo

Tópico resolvido Re: Alteração da cor dos títulos

Mensagem por Harleen 14.01.16 14:03

Boa Tarde Ramon, me forneça um link de tópico para visitantes, por gentileza

Até
Harleen

Harleen
Super Membro

Membro desde : 09/07/2012
Mensagens : 1779
Pontos : 2373

https://antenadogames.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Alteração da cor dos títulos

Mensagem por RafaelS. 14.01.16 14:06

Olá!

Queira nos fornecer a sua folha de estilos (CSS).

Até mais.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Alteração da cor dos títulos

Mensagem por Ramon_Teles 14.01.16 14:15

RafaelS. escreveu:Olá!

Queira nos fornecer a sua folha de estilos (CSS).

Até mais.

Código:
a[href="/u2253"] {
text-shadow: 0px 0px 5px #000000;
}

a[href="/u2253"] {
   background: url("http://sl.glitter-graphics.net/pub/590/590935ankbyj1xx4.gif");
}

.module .h3 {
   color: #000;
}

.owner {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #FF6600;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.donosub {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #2D5913;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.moderador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #0C1B80;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.admin {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #FC7EDE;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.lider {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #A39B9B;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.designer {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #80548F;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.membro {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #A39B9B;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.desenvolvedor {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #51D6BB;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}
Ramon_Teles

Ramon_Teles
***

Membro desde : 27/11/2015
Mensagens : 189
Pontos : 316

http://www.npsamp.com.br

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Alteração da cor dos títulos

Mensagem por RafaelS. 14.01.16 14:19

Olá!

Troque por este:

Código:
a[href="/u2253"] {
text-shadow: 0px 0px 5px #000000;
}

a[href="/u2253"] {
  background: url("http://sl.glitter-graphics.net/pub/590/590935ankbyj1xx4.gif");
}

.module .h3 {
  color: #000;
}

.owner {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #FF6600;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.donosub {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #2D5913;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.moderador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #0C1B80;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.admin {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #FC7EDE;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.lider {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #A39B9B;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.designer {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #80548F;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.membro {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #A39B9B;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.desenvolvedor {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #51D6BB;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.h3, h3 {color: #000}

Até mais.
RafaelS.

RafaelS.
Membro Entusiasta
Membro Entusiasta

Membro desde : 26/04/2014
Mensagens : 5746
Pontos : 7156

http://techmais.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Alteração da cor dos títulos

Mensagem por Ramon_Teles 14.01.16 14:39

RafaelS. escreveu:Olá!

Troque por este:

Código:
a[href="/u2253"] {
text-shadow: 0px 0px 5px #000000;
}

a[href="/u2253"] {
   background: url("http://sl.glitter-graphics.net/pub/590/590935ankbyj1xx4.gif");
}

.module .h3 {
   color: #000;
}

.owner {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #FF6600;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.donosub {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #2D5913;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.moderador {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #0C1B80;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.admin {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #FC7EDE;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.lider {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #A39B9B;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.designer {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #80548F;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.membro {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #A39B9B;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.desenvolvedor {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #51D6BB;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
margin-top: 5px;
padding: 3px 8px;
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
}

.h3, h3 {color: #000}

Até mais.


RESOLVIDO, OBRIGADO.
Ramon_Teles

Ramon_Teles
***

Membro desde : 27/11/2015
Mensagens : 189
Pontos : 316

http://www.npsamp.com.br

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