Mudar cor das letras do meu fórum?

3 participantes

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

Tópico resolvido Mudar cor das letras do meu fórum?

Mensagem por Belissimo 14.07.16 20:25

Detalhes da questão


Endereço do fórum: http://novelasbrasileiras.boardslog.com/
Versão do fórum: PunBB

Descrição


Olá a todos, boa tarde... queria pedir a ajuda de vocês novamente, deixei meu fórum na cor desejada, porém desejo modificar a cor de todas as letras. Estão na cor laranja e cinza... queria deixar elas na cor amarela, que nem desse meu antigo fórum como exemplo: http://web.archive.org/web/20080918053803/http://globodownloads.ipbfree.com/

Se puderem me ajudar, agradeço!


Última edição por Belissimo em 17.07.16 3:56, editado 1 vez(es)
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 14.07.16 20:36

Olá,
adiciona esse código em sua folha de CSS.
Código:
.pun a:link {
    color: #fffc00 !important;
    text-decoration: none;
}
body {
    color: #fffc00 !important;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 13px;
    font-weight: 400;
}
Poste resultados.
Até.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 14.07.16 20:41

O código resultou, só não pegou no nome ''GLOBO DO MOMENTO'' e no nome ''Início''. Esses permanecem da mesma cor, é possível ficar amarelo iguais aos outros?
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 14.07.16 20:50

Olá,
adiciona esse outro código na sua CSS.
Código:
div.mainmenu {
color: #fffc00 !important;
}

div.page-title {
    color: #fffc00 !important;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    text-shadow: 0 -1px 0 #613633;
}
Até. zen
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 14.07.16 21:03

Boa tarde, não resolveu.
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 14.07.16 21:09

Olá,
altere pra estes;
Código:
#mainmenu {
color: #fffc00 !important;
}
 
#page-title {
    color: #fffc00 !important;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    text-shadow: 0 -1px 0 #613633;
}
Diz resultados.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 15.07.16 3:38

Boa noite, novamente não resolveu.
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 15.07.16 3:43

Boas,
substitua por esse;
Código:
div.page-title {
    color: #fffc00 !important;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    text-shadow: 0 -1px 0 #000000 !important;
}
Copia no final da CSS, é apaga os outros que não houve mudanças.
Resulta?
Até mais.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 15.07.16 4:41

Fiz isso... agora sumiu a cor de vários lados e alguns pegaram amarelo, nada mudou.
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 15.07.16 5:06

Boa noite,
adiciona na sua folha de CSS.
Código:
#pun-head a.mainmenu href="/", #calendar, #faq, #search, #memberlist, #groups, #register, #login {
   color: ##fffc00 !important;
   
}
#pun a:link {
    color: #fcf900 !important;
    text-decoration: none;
}
Resulta?

Até mais.


Última edição por Luig em 15.07.16 19:13, editado 1 vez(es)
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Shek 15.07.16 15:38

Bom dia! Muito feliz

Autor, que tal nos fornecer o seu CSS? Por favor, cole aqui dentro das tags [code] para que possamos ajudá-lo. Muito feliz

Até mais!
Shek

Shek
Principal Contribuidor
Principal Contribuidor

Membro desde : 11/04/2009
Mensagens : 18896
Pontos : 22793

https://shiftactive.blogspot.com/ https://www.facebook.com/ShiftActif https://twitter.com/ShiftActif

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 15.07.16 20:34

Não resultou o código,.
Como coloco meu CSS dentro desse code?
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 15.07.16 21:06

Olá,
digita [code ] [/ code] sem espaço. Ou clica neste botão
mudar - Mudar cor das letras do meu fórum? 58dde3c37c6e47eda8f6c8d1b8d50378

Até.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 15.07.16 22:05

Código:
.pun table.table {width:1000px;margin-left:-1px;}
/*.tcr {
-moz-border-radius: 7px;
-moz-box-shadow: 0 0 8px #666;
-webkit-border-radius: 7px;
-webkit-box-shadow: 0 0 8px #666;
border: 10px solid #EEE;
border-image: initial;
border-radius: 10px;
box-shadow: 0 0 7px #666;
margin: 3px;
width: auto;
}*/
/*Votaçao*/
.vote {
float: right;
width: 32px;
margin-left: 32px;
}
/*Efeito nos Grupos*/
a[href="/g1-administradores"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/g2-moderadores"] {
text-shadow: 0px 0px 5px #00569C;
}
a[href="/g5-gerencia"] {
text-shadow: 0px 0px 5px #e007bf;
}
a[href="/g9-designer"] {
text-shadow: 0px 0px 5px #00bdad;
}
a[href="/g10-informatico"] {
text-shadow: 0px 0px 5px #fc8d05;
}
/*CODES, QUOTES, SPOILERS
================================================================*/
dl.codebox {
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 9px;
margin-right: 7px;
margin-top: 2px;
margin-bottom: 4px;
}

blockquote{
font-size: 0.9em;
font-style: italic;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 2px;
margin-right: 7px;
margin-top: 5px;
margin-bottom: 3px;
}

blockquote cite{
border-bottom: 1px solid #dbdcd4;
padding-bottom: 0px;
}

/*PASSWORD PROTECT
=================================================================*/
#pwd_good {
background:url('http://img52.imageshack.us/img52/2378/strong.png');
}
#pwd_middle {
background:url('http://img262.imageshack.us/img262/9555/medium.png');
}
#pwd_bad {
background:url('http://img264.imageshack.us/img264/5695/weakg.png');
}

/* Brilho no nick */
a[href="/u1"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/u4"] {
text-shadow: 0px 0px 5px #ff6600;
}


body {
background-color:#010066;
color: #5D5D5D;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 13px;
font-weight: normal;
margin-top: -1px;
padding-bottom: 10px;
}

.pun {
width: 1000px;
background: #010066;
border: 1px solid #878787;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
box-shadow:0px 0px 8px #707070;
line-height: 1.6em;
padding: 12px;
}

.pun a:link {
color: #964e4e;
text-decoration: none;
}

.pun a:visited {
color: #964e4e;
text-decoration: none;
}

.pun a:hover, a:active {
color: #8a2f2f;
text-decoration: underline;
}

#pun-intro {
background:#5c1818 url(http://i.imgur.com/DUJBWLG.png) repeat top center;
border-bottom-color: #591b1b;
border-bottom-style: solid;
border-bottom-width: 0px;
min-height: 64px;
margin-left: -12px;
width: 998px;
margin-top: -12px;
}



.entry-content {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 13px;
}

.quick_login {
background: #efefef;
color: #993232;
font-size: 11px;
border: 1px solid #edcccc;
padding: 4px;
}

#pun-legend {
padding-bottom: 4px;
padding-top: 10px;
}

#pun-title {
display: none;
}

.post_field {
background:#fff none ;
color:#4d5153;
border:1px solid #bcb6ad;
padding:3px 3px 3px 10px;
margin-top: 2px;
text-align:left;
}

#pun-head #pun-navlinks {
background-color: #010066;
background-image: url("http://i.imgur.com/r45df2I.png");
background-repeat: repeat-x;
color: #fff;
font-size: 13px;
height: 37px;
margin-bottom: 10px;
margin-left: -12px;
width: 996px;
}

#pun-navlinks ul {
list-style: none;
text-align: center;
}

#pun-navlinks li {
display: inline;
font-size: 1.15em;
}

#pun-navlinks li a {
margin: 0 0.1em 0 0;
}

#pun-navlinks a, #pun-navlinks a:visited {
color: #fff;
font-weight: normal;
text-decoration: none;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
padding-left: 10px;
line-height: 26px;
}

#pun-navlinks a:hover, #pun-navlinks a:active, #pun-navlinks a:focus {
text-decoration: none;
color: #fff;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
}

#pun-about {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
text-align: right;
line-height: 150%;
padding: 0.6em 1em;
}
#pun-about ul li a {
font-weight: normal;
}
#pun-about #qjump {
display: none;
}

.pun .paged-head, .pun .paged-foot {
border: 0px solid #dddddd;
background-color: #010066;
padding: 0.6em 1.3em 0.3em 1.3em;
}

#pun-visit, .main-box {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
}

.user-info span {
color: #000000;
font-size: 11px;
}
.pun .user .user-info {
color: #666666;
font-size: 11px;
line-height: 1.5;
}

.postmain blockquote {
padding: 0.5em 1em;
background-color: #EFEFEF;
border: 1px solid #c48181;
}

.postmain cite {
display: block;
margin: 0 0 1em 0;
font-weight: bold;
font-style: normal;
}

.codebox {
margin: 1em;
background-color: #F5F5F5;
border: 1px solid #8f1010;
}

.codebox dt {
padding: 0.25em;
border-bottom: 1px dashed #c48181;
}

.codebox dd {
margin: 0.5em;
padding: 0.5em;
background-color: #F5F5F5;
}

.main .main-head {
background-color: #;
background-image: url("http://i.imgur.com/r45df2I.png");
background-position: left 50%;
background-repeat: repeat-x;
border: 1px solid #;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-top: 15px;
padding-left: 390px;
}

.page-title h2, .page-title span {
font-weight: bold !important;
}

.main .main-head .page-title {
color: #fff;
font-size: 14px;
font-weight: bold !important;
font-family: tahoma,arial,verdana,sans-serif;
text-shadow: 0 -1px 0 #613633;
}
.pun .main-content {
border: 1px solid #96514e;
background-color: #fbfbfb;
}

.pun .post {
background-color: transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 6px;
}

.main .main-foot {
padding: 0.7em 1.3em;
font-weight: normal;
color: #660000;
background-color: transparent;
}

.pun .postmain {
background-color: #fbfbfb;
border-left: 1px solid #DADADA;
margin-left: 17em;
}

.pun .posthead {
padding: 0.5em 1.3em 0.5em 1em;
background-color: #D9D9D9;
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/gradie10.png");
background-position: 0 50%;
background-repeat: repeat-x;
border-bottom-color: #D0D0D0;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-top: -2px;
}

.postfoot {
border-top-color: #DADADA;
border-top-style: solid;
border-top-width: 1px;
clear: both;
margin-left: 0em;
padding-bottom: 0.5em;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
text-align: right;
}

.frm-buttons {
border-top-color: #DDDDDD;
border-top-style: double;
border-top-width: 0px;
margin-bottom: 0;
margin-top: 0.5em;
padding-bottom: 0;
padding-left: 17.5em;
padding-right: 0;
padding-top: 0.7em;
}

#stats {
padding: 0.6em 1em;
line-height: 150%;
background-color: transparent!important;
border-bottom-color: transparent!important;
border-bottom-style: solid;
border-bottom-width: 2px;
}

#tabs ul {
list-style-position: outside;
list-style-type: none;
padding: 0px;
white-space: nowrap;
}

#tabs ul li {
float: left;
margin: 0;
padding: 0 4px 0 0;
padding-bottom: 3px;
}

#tabs ul li.activetab a {
background-color: #fff;
border: #8f1010;
border-style: double;
border-width: 3px;
color: #666666;
text-decoration:none;
}

#tabs ul li.activetab a:hover {
background-color: #F5F5F5;
}

#tabs ul li a {
float: left;
padding: 0 1em;
background-color: #fff;
border: #8f1410;
border-style: double;
border-width: 3px;
font-size:1.1em;
font-weight:normal;
line-height: 2em;
text-decoration:none;
}

#tabs ul li a:hover {
background-color: #F5F5F5;
}

.pun .frm .frm-form table {
border: 1px solid #c48181;
padding-left: 4px;
}

.pun table.table th {
padding: 0.4em 0;
border-style: none;
border-color: transparent !important;
background-color: transparent !important;
color: transparent !important;
}

.pun table.table td {
padding: 0.6em 0 0.7em;
line-height: 130%;
background-color: transparent !important;
border-color: transparent !important;
border-width: 1px;
border-style: dashed none none none;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #fff;
}

.pun .posthead h2 strong {
display: block;
float: right;
font-size: 11px;
font-weight: normal;
margin-right: -6px;
margin-top: -1px;
padding-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
}
.pun .posthead h2 strong {
background-color: #8f5151;
color: #FFFFFF;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.user-contact a {
background-color: #964e4e;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
}

.trow_sep {
color: #FFFFFF;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 14px;
font-weight: bold !important;
text-shadow: 0 -1px 0 #613333;
}

.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/help10.png");
background-position: left center;
background-repeat: no-repeat;
padding-left: 20px;
}

#forum_statistics {
background-color: #F3F3F3;
border-bottom-color: #964e4e;
border-bottom-style: solid;
border-bottom-width: 4px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

#board-stats span {
background-color: #E2E2E2;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #4A4A4A;
font-weight: bold;
padding-bottom: 2px;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
}

#board-stats {
border-left-color: #DEDEDE;
border-left-style: solid;
border-left-width: 0px;
float: right;
padding-left: 20px;
width: 38%;
}
#board-stats dl {
margin-top: 10px;
}
#board-stats dt, #board-stats dd {
border-top-color: #DEDEDE;
border-top-style: solid;
border-top-width: 1px;
float: left;
font-size: 0.85em;
padding-bottom: 6px;
padding-left: 2px;
padding-right: 2px;
padding-top: 6px;
width: 45%;
}
#board-stats dt {
clear: both;
font-weight: bold;
}

#board-stats h2 {
clear: both;
font-weight: bold;
}

#chatbox_header.main-head {
background-color: #964e4e;
background-image: url("http://i41.servimg.com/u/f41/14/81/40/78/gradie10.png");
background-position: left 50%;
background-repeat: repeat-x;
color: #dedede;
padding-bottom: 0;
padding-left: 1.3em;
padding-right: 1.3em;
padding-top: 0;
}

#onlinechat {
border-top: 0px dashed #ccc;
padding: 0.6em 1em;
background-color: #f4f4f4;
}

#chatbox_members {
position: absolute;
top: 30px;
bottom: 30px;
width: 180px;
overflow: auto;
border-right: 1px dashed #ccb7b7;
}

#chatbox_footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: 1px dashed #ccb7b7;
}

#onlinelist {
border-top: transparent !important;
padding: 0.6em 1em;
background-color: transparent !important;
}
body { background: url('http://i.imgur.com/ih9OcPj.gif') repeat-y 11%, url('http://i.imgur.com/ih9OcPj.gif') repeat-y 89%; }

.tcl .hierarchy .forumtitle {
padding-left: 40px;
}
.pun .main-content {
background-color: transparent;
border: 0 none;
padding: 9px 1px !important;
}
#fa_ticker {
background-color: #FFFF00;
height: 15px;
}
div.user_login_form main-box center{
  background: transparent !important;
}
div.tcl, #tc2, #tc3, #tcr {
padding-right: 0px;
padding-left: 42px;
background: transparent;
}
div.page-title {
    color: #fffc00 !important;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    text-shadow: 0 -1px 0 #000000 !important;
}
#pun-head a.mainmenu href="/", #calendar, #faq, #search, #memberlist, #groups, #register, #login {
  color: ##fffc00 !important;
 
}
#pun a:link {
    color: #fcf900 !important;
    text-decoration: none;
}
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 15.07.16 22:41

Boa noite,
apaga toda sua CSS, é cole este;
Código:
.pun table.table {width:1000px;margin-left:-1px;}
/*.tcr {
-moz-border-radius: 7px;
-moz-box-shadow: 0 0 8px #666;
-webkit-border-radius: 7px;
-webkit-box-shadow: 0 0 8px #666;
border: 10px solid #EEE;
border-image: initial;
border-radius: 10px;
box-shadow: 0 0 7px #666;
margin: 3px;
width: auto;
}*/
/*Votaçao*/
.vote {
float: right;
width: 32px;
margin-left: 32px;
}
/*Efeito nos Grupos*/
a[href="/g1-administradores"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/g2-moderadores"] {
text-shadow: 0px 0px 5px #00569C;
}
a[href="/g5-gerencia"] {
text-shadow: 0px 0px 5px #e007bf;
}
a[href="/g9-designer"] {
text-shadow: 0px 0px 5px #00bdad;
}
a[href="/g10-informatico"] {
text-shadow: 0px 0px 5px #fc8d05;
}
/*CODES, QUOTES, SPOILERS
================================================================*/
dl.codebox {
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 9px;
margin-right: 7px;
margin-top: 2px;
margin-bottom: 4px;
}

blockquote{
font-size: 0.9em;
font-style: italic;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 2px;
margin-right: 7px;
margin-top: 5px;
margin-bottom: 3px;
}

blockquote cite{
border-bottom: 1px solid #dbdcd4;
padding-bottom: 0px;
}

/*PASSWORD PROTECT
=================================================================*/
#pwd_good {
background:url('http://img52.imageshack.us/img52/2378/strong.png');
}
#pwd_middle {
background:url('http://img262.imageshack.us/img262/9555/medium.png');
}
#pwd_bad {
background:url('http://img264.imageshack.us/img264/5695/weakg.png');
}

/* Brilho no nick */
a[href="/u1"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/u4"] {
text-shadow: 0px 0px 5px #ff6600;
}


body {
background-color:#010066;
color: #5D5D5D;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 13px;
font-weight: normal;
margin-top: -1px;
padding-bottom: 10px;
}

.pun {
width: 1000px;
background: #010066;
border: 1px solid #878787;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
box-shadow:0px 0px 8px #707070;
line-height: 1.6em;
padding: 12px;
}

.pun a:link {
color: #964e4e;
text-decoration: none;
}

.pun a:visited {
color: #964e4e;
text-decoration: none;
}

.pun a:hover, a:active {
color: #8a2f2f;
text-decoration: underline;
}

#pun-intro {
background:#5c1818 url(http://i.imgur.com/DUJBWLG.png) repeat top center;
border-bottom-color: #591b1b;
border-bottom-style: solid;
border-bottom-width: 0px;
min-height: 64px;
margin-left: -12px;
width: 998px;
margin-top: -12px;
}



.entry-content {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 13px;
}

.quick_login {
background: #efefef;
color: #993232;
font-size: 11px;
border: 1px solid #edcccc;
padding: 4px;
}

#pun-legend {
padding-bottom: 4px;
padding-top: 10px;
}

#pun-title {
display: none;
}

.post_field {
background:#fff none ;
color:#4d5153;
border:1px solid #bcb6ad;
padding:3px 3px 3px 10px;
margin-top: 2px;
text-align:left;
}

#pun-head #pun-navlinks {
background-color: #010066;
background-image: url("http://i.imgur.com/r45df2I.png");
background-repeat: repeat-x;
color: #fff;
font-size: 13px;
height: 37px;
margin-bottom: 10px;
margin-left: -12px;
width: 996px;
}

#pun-navlinks ul {
list-style: none;
text-align: center;
}

#pun-navlinks li {
display: inline;
font-size: 1.15em;
}

#pun-navlinks li a {
margin: 0 0.1em 0 0;
}

#pun-navlinks a, #pun-navlinks a:visited {
color: #fff;
font-weight: normal;
text-decoration: none;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
padding-left: 10px;
line-height: 26px;
}

#pun-navlinks a:hover, #pun-navlinks a:active, #pun-navlinks a:focus {
text-decoration: none;
color: #fff;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
}

#pun-about {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
text-align: right;
line-height: 150%;
padding: 0.6em 1em;
}
#pun-about ul li a {
font-weight: normal;
}
#pun-about #qjump {
display: none;
}

.pun .paged-head, .pun .paged-foot {
border: 0px solid #dddddd;
background-color: #010066;
padding: 0.6em 1.3em 0.3em 1.3em;
}

#pun-visit, .main-box {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
}

.user-info span {
color: #000000;
font-size: 11px;
}
.pun .user .user-info {
color: #666666;
font-size: 11px;
line-height: 1.5;
}

.postmain blockquote {
padding: 0.5em 1em;
background-color: #EFEFEF;
border: 1px solid #c48181;
}

.postmain cite {
display: block;
margin: 0 0 1em 0;
font-weight: bold;
font-style: normal;
}

.codebox {
margin: 1em;
background-color: #F5F5F5;
border: 1px solid #8f1010;
}

.codebox dt {
padding: 0.25em;
border-bottom: 1px dashed #c48181;
}

.codebox dd {
margin: 0.5em;
padding: 0.5em;
background-color: #F5F5F5;
}

.main .main-head {
background-color: #;
background-image: url("http://i.imgur.com/r45df2I.png");
background-position: left 50%;
background-repeat: repeat-x;
border: 1px solid #;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-top: 15px;
padding-left: 390px;
}

.page-title h2, .page-title span {
font-weight: bold !important;
}

.main .main-head .page-title {
color: #fff;
font-size: 14px;
font-weight: bold !important;
font-family: tahoma,arial,verdana,sans-serif;
text-shadow: 0 -1px 0 #613633;
}
.pun .main-content {
border: 1px solid #96514e;
background-color: #fbfbfb;
}

.pun .post {
background-color: transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 6px;
}

.main .main-foot {
padding: 0.7em 1.3em;
font-weight: normal;
color: #660000;
background-color: transparent;
}

.pun .postmain {
background-color: #fbfbfb;
border-left: 1px solid #DADADA;
margin-left: 17em;
}

.pun .posthead {
padding: 0.5em 1.3em 0.5em 1em;
background-color: #D9D9D9;
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/gradie10.png");
background-position: 0 50%;
background-repeat: repeat-x;
border-bottom-color: #D0D0D0;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-top: -2px;
}

.postfoot {
border-top-color: #DADADA;
border-top-style: solid;
border-top-width: 1px;
clear: both;
margin-left: 0em;
padding-bottom: 0.5em;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
text-align: right;
}

.frm-buttons {
border-top-color: #DDDDDD;
border-top-style: double;
border-top-width: 0px;
margin-bottom: 0;
margin-top: 0.5em;
padding-bottom: 0;
padding-left: 17.5em;
padding-right: 0;
padding-top: 0.7em;
}

#stats {
padding: 0.6em 1em;
line-height: 150%;
background-color: transparent!important;
border-bottom-color: transparent!important;
border-bottom-style: solid;
border-bottom-width: 2px;
}

#tabs ul {
list-style-position: outside;
list-style-type: none;
padding: 0px;
white-space: nowrap;
}

#tabs ul li {
float: left;
margin: 0;
padding: 0 4px 0 0;
padding-bottom: 3px;
}

#tabs ul li.activetab a {
background-color: #fff;
border: #8f1010;
border-style: double;
border-width: 3px;
color: #666666;
text-decoration:none;
}

#tabs ul li.activetab a:hover {
background-color: #F5F5F5;
}

#tabs ul li a {
float: left;
padding: 0 1em;
background-color: #fff;
border: #8f1410;
border-style: double;
border-width: 3px;
font-size:1.1em;
font-weight:normal;
line-height: 2em;
text-decoration:none;
}

#tabs ul li a:hover {
background-color: #F5F5F5;
}

.pun .frm .frm-form table {
border: 1px solid #c48181;
padding-left: 4px;
}

.pun table.table th {
padding: 0.4em 0;
border-style: none;
border-color: transparent !important;
background-color: transparent !important;
color: transparent !important;
}

.pun table.table td {
padding: 0.6em 0 0.7em;
line-height: 130%;
background-color: transparent !important;
border-color: transparent !important;
border-width: 1px;
border-style: dashed none none none;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #fff;
}

.pun .posthead h2 strong {
display: block;
float: right;
font-size: 11px;
font-weight: normal;
margin-right: -6px;
margin-top: -1px;
padding-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
}
.pun .posthead h2 strong {
background-color: #8f5151;
color: #FFFFFF;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.user-contact a {
background-color: #964e4e;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
}

.trow_sep {
color: #FFFFFF;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 14px;
font-weight: bold !important;
text-shadow: 0 -1px 0 #613333;
}

.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/help10.png");
background-position: left center;
background-repeat: no-repeat;
padding-left: 20px;
}

#forum_statistics {
background-color: #F3F3F3;
border-bottom-color: #964e4e;
border-bottom-style: solid;
border-bottom-width: 4px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

#board-stats span {
background-color: #E2E2E2;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #4A4A4A;
font-weight: bold;
padding-bottom: 2px;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
}

#board-stats {
border-left-color: #DEDEDE;
border-left-style: solid;
border-left-width: 0px;
float: right;
padding-left: 20px;
width: 38%;
}
#board-stats dl {
margin-top: 10px;
}
#board-stats dt, #board-stats dd {
border-top-color: #DEDEDE;
border-top-style: solid;
border-top-width: 1px;
float: left;
font-size: 0.85em;
padding-bottom: 6px;
padding-left: 2px;
padding-right: 2px;
padding-top: 6px;
width: 45%;
}
#board-stats dt {
clear: both;
font-weight: bold;
}

#board-stats h2 {
clear: both;
font-weight: bold;
}

#chatbox_header.main-head {
background-color: #964e4e;
background-image: url("http://i41.servimg.com/u/f41/14/81/40/78/gradie10.png");
background-position: left 50%;
background-repeat: repeat-x;
color: #dedede;
padding-bottom: 0;
padding-left: 1.3em;
padding-right: 1.3em;
padding-top: 0;
}

#onlinechat {
border-top: 0px dashed #ccc;
padding: 0.6em 1em;
background-color: #f4f4f4;
}

#chatbox_members {
position: absolute;
top: 30px;
bottom: 30px;
width: 180px;
overflow: auto;
border-right: 1px dashed #ccb7b7;
}

#chatbox_footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: 1px dashed #ccb7b7;
}

#onlinelist {
border-top: transparent !important;
padding: 0.6em 1em;
background-color: transparent !important;
}
body { background: url('http://i.imgur.com/ih9OcPj.gif') repeat-y 11%, url('http://i.imgur.com/ih9OcPj.gif') repeat-y 89%; }

.tcl .hierarchy .forumtitle {
padding-left: 40px;
}
.pun .main-content {
background-color: transparent;
border: 0 none;
padding: 9px 1px !important;
}
#fa_ticker {
background-color: #FFFF00;
height: 15px;
}
div.user_login_form main-box center{
  background: transparent !important;
}
div.tcl, #tc2, #tc3, #tcr {
padding-right: 0px;
padding-left: 42px;
background: transparent;
}
div.page-title {
    color: #fffc00 !important;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    text-shadow: 0 -1px 0 #000000 !important;
}
#pun-navlinks a, #pun-navlinks a:visited {
    color: #fffc00 !important;
    font-weight: 400;
    line-height: 26px;
    padding-left: 10px;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}
div.pun-visit {
    color: #fffc00 !important;
}
.pun a:link {
    color: #fffc00 !important;
    text-decoration: none;
}
poste resultados.

Até.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 16.07.16 3:46

Boa noite.
Pegou em alguns locais, bem mais do que no anterior... porém diversos locais permanecem na cor de antigamente. Não resultou por completo.
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 16.07.16 3:54

Olá,
as outras cores você pode mudar no painel de controle.
Painel de controle Flecha ajudeiros Visualização Flecha ajudeiros Imagens e Cores Flecha ajudeiros Cores Flecha ajudeiros Cores e tamanho do texto Flecha ajudeiros Cor do Texto.
Basta colocar o código da cor ou seja este. #fffc00 .
Caso não muda adiciona esse código em sua folha de CSS.
Código:
div.pun-visit {
color: #fffc00 !important;
}

Até.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 16.07.16 15:45

Olá.
Fiz os dois passos, o problema persiste... nada mudou. Chorando ou muito tr Chorando ou muito tr Chorando ou muito tr
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 16.07.16 16:50

Boa tarde,
apaga sua CSS toda é altera por esta;
Código:
.pun table.table {width:1000px;margin-left:-1px;}
/*.tcr {
-moz-border-radius: 7px;
-moz-box-shadow: 0 0 8px #666;
-webkit-border-radius: 7px;
-webkit-box-shadow: 0 0 8px #666;
border: 10px solid #EEE;
border-image: initial;
border-radius: 10px;
box-shadow: 0 0 7px #666;
margin: 3px;
width: auto;
}*/
/*Votaçao*/
.vote {
float: right;
width: 32px;
margin-left: 32px;
}
/*Efeito nos Grupos*/
a[href="/g1-administradores"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/g2-moderadores"] {
text-shadow: 0px 0px 5px #00569C;
}
a[href="/g5-gerencia"] {
text-shadow: 0px 0px 5px #e007bf;
}
a[href="/g9-designer"] {
text-shadow: 0px 0px 5px #00bdad;
}
a[href="/g10-informatico"] {
text-shadow: 0px 0px 5px #fc8d05;
}
/*CODES, QUOTES, SPOILERS
================================================================*/
dl.codebox {
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 9px;
margin-right: 7px;
margin-top: 2px;
margin-bottom: 4px;
}

blockquote{
font-size: 0.9em;
font-style: italic;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 2px;
margin-right: 7px;
margin-top: 5px;
margin-bottom: 3px;
}

blockquote cite{
border-bottom: 1px solid #dbdcd4;
padding-bottom: 0px;
}

/*PASSWORD PROTECT
=================================================================*/
#pwd_good {
background:url('http://img52.imageshack.us/img52/2378/strong.png');
}
#pwd_middle {
background:url('http://img262.imageshack.us/img262/9555/medium.png');
}
#pwd_bad {
background:url('http://img264.imageshack.us/img264/5695/weakg.png');
}

/* Brilho no nick */
a[href="/u1"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/u4"] {
text-shadow: 0px 0px 5px #ff6600;
}


body {
background-color:#010066;
color: #5D5D5D;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 13px;
font-weight: normal;
margin-top: -1px;
padding-bottom: 10px;
}

.pun {
width: 1000px;
background: #010066;
border: 1px solid #878787;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
box-shadow:0px 0px 8px #707070;
line-height: 1.6em;
padding: 12px;
}

.pun a:link {
color: #964e4e;
text-decoration: none;
}

.pun a:visited {
color: #964e4e;
text-decoration: none;
}

.pun a:hover, a:active {
color: #8a2f2f;
text-decoration: underline;
}

#pun-intro {
background:#5c1818 url(http://i.imgur.com/DUJBWLG.png) repeat top center;
border-bottom-color: #591b1b;
border-bottom-style: solid;
border-bottom-width: 0px;
min-height: 64px;
margin-left: -12px;
width: 998px;
margin-top: -12px;
}



.entry-content {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 13px;
}

.quick_login {
background: #efefef;
color: #993232;
font-size: 11px;
border: 1px solid #edcccc;
padding: 4px;
}

#pun-legend {
padding-bottom: 4px;
padding-top: 10px;
color: #fffc00 !important;
}

#pun-title {
display: none;
}

.post_field {
background:#fff none ;
color:#4d5153;
border:1px solid #bcb6ad;
padding:3px 3px 3px 10px;
margin-top: 2px;
text-align:left;
}

#pun-head #pun-navlinks {
background-color: #010066;
background-image: url("http://i.imgur.com/r45df2I.png");
background-repeat: repeat-x;
color: #fff;
font-size: 13px;
height: 37px;
margin-bottom: 10px;
margin-left: -12px;
width: 996px;
}

#pun-navlinks ul {
list-style: none;
text-align: center;
}

#pun-navlinks li {
display: inline;
font-size: 1.15em;
}

#pun-navlinks li a {
margin: 0 0.1em 0 0;
}

#pun-navlinks a, #pun-navlinks a:visited {
color: #fff;
font-weight: normal;
text-decoration: none;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
padding-left: 10px;
line-height: 26px;
}

#pun-navlinks a:hover, #pun-navlinks a:active, #pun-navlinks a:focus {
text-decoration: none;
color: #fff;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
}

#pun-about {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
text-align: right;
line-height: 150%;
padding: 0.6em 1em;
}
#pun-about ul li a {
font-weight: normal;
}
#pun-about #qjump {
display: none;
}

.pun .paged-head, .pun .paged-foot {
border: 0px solid #dddddd;
background-color: #010066;
padding: 0.6em 1.3em 0.3em 1.3em;
}

#pun-visit, .main-box {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
color: #fffc00 !important;
}

.user-info span {
color: #000000;
font-size: 11px;
}
.pun .user .user-info {
color: #666666;
font-size: 11px;
line-height: 1.5;
}

.postmain blockquote {
padding: 0.5em 1em;
background-color: #EFEFEF;
border: 1px solid #c48181;
}

.postmain cite {
display: block;
margin: 0 0 1em 0;
font-weight: bold;
font-style: normal;
}

.codebox {
margin: 1em;
background-color: #F5F5F5;
border: 1px solid #8f1010;
}

.codebox dt {
padding: 0.25em;
border-bottom: 1px dashed #c48181;
}

.codebox dd {
margin: 0.5em;
padding: 0.5em;
background-color: #F5F5F5;
}

.main .main-head {
background-color: #;
background-image: url("http://i.imgur.com/r45df2I.png");
background-position: left 50%;
background-repeat: repeat-x;
border: 1px solid #;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-top: 15px;
padding-left: 390px;
}

.page-title h2, .page-title span {
font-weight: bold !important;
}

.main .main-head .page-title {
color: #fff;
font-size: 14px;
font-weight: bold !important;
font-family: tahoma,arial,verdana,sans-serif;
text-shadow: 0 -1px 0 #613633;
}
.pun .main-content {
border: 1px solid #96514e;
background-color: #fbfbfb;
}

.pun .post {
background-color: transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 6px;
}

.main .main-foot {
padding: 0.7em 1.3em;
font-weight: normal;
color: #660000;
background-color: transparent;
}

.pun .postmain {
background-color: #fbfbfb;
border-left: 1px solid #DADADA;
margin-left: 17em;
}

.pun .posthead {
padding: 0.5em 1.3em 0.5em 1em;
background-color: #D9D9D9;
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/gradie10.png");
background-position: 0 50%;
background-repeat: repeat-x;
border-bottom-color: #D0D0D0;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-top: -2px;
}

.postfoot {
border-top-color: #DADADA;
border-top-style: solid;
border-top-width: 1px;
clear: both;
margin-left: 0em;
padding-bottom: 0.5em;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
text-align: right;
}

.frm-buttons {
border-top-color: #DDDDDD;
border-top-style: double;
border-top-width: 0px;
margin-bottom: 0;
margin-top: 0.5em;
padding-bottom: 0;
padding-left: 17.5em;
padding-right: 0;
padding-top: 0.7em;
}

#stats {
padding: 0.6em 1em;
line-height: 150%;
background-color: transparent!important;
border-bottom-color: transparent!important;
border-bottom-style: solid;
border-bottom-width: 2px;
color: #fffc00 !important;
}

#tabs ul {
list-style-position: outside;
list-style-type: none;
padding: 0px;
white-space: nowrap;
}

#tabs ul li {
float: left;
margin: 0;
padding: 0 4px 0 0;
padding-bottom: 3px;
}

#tabs ul li.activetab a {
background-color: #fff;
border: #8f1010;
border-style: double;
border-width: 3px;
color: #666666;
text-decoration:none;
}

#tabs ul li.activetab a:hover {
background-color: #F5F5F5;
}

#tabs ul li a {
float: left;
padding: 0 1em;
background-color: #fff;
border: #8f1410;
border-style: double;
border-width: 3px;
font-size:1.1em;
font-weight:normal;
line-height: 2em;
text-decoration:none;
}

#tabs ul li a:hover {
background-color: #F5F5F5;
}

.pun .frm .frm-form table {
border: 1px solid #c48181;
padding-left: 4px;
}

.pun table.table th {
padding: 0.4em 0;
border-style: none;
border-color: transparent !important;
background-color: transparent !important;
color: transparent !important;
}

.pun table.table td {
padding: 0.6em 0 0.7em;
line-height: 130%;
background-color: transparent !important;
border-color: transparent !important;
border-width: 1px;
border-style: dashed none none none;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #fff;
}

.pun .posthead h2 strong {
display: block;
float: right;
font-size: 11px;
font-weight: normal;
margin-right: -6px;
margin-top: -1px;
padding-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
}
.pun .posthead h2 strong {
background-color: #8f5151;
color: #FFFFFF;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.user-contact a {
background-color: #964e4e;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
}

.trow_sep {
color: #FFFFFF;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 14px;
font-weight: bold !important;
text-shadow: 0 -1px 0 #613333;
}

.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/help10.png");
background-position: left center;
background-repeat: no-repeat;
padding-left: 20px;
}

#forum_statistics {
background-color: #F3F3F3;
border-bottom-color: #964e4e;
border-bottom-style: solid;
border-bottom-width: 4px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

#board-stats span {
background-color: #E2E2E2;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #4A4A4A;
font-weight: bold;
padding-bottom: 2px;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
}

#board-stats {
border-left-color: #DEDEDE;
border-left-style: solid;
border-left-width: 0px;
float: right;
padding-left: 20px;
width: 38%;
}
#board-stats dl {
margin-top: 10px;
}
#board-stats dt, #board-stats dd {
border-top-color: #DEDEDE;
border-top-style: solid;
border-top-width: 1px;
float: left;
font-size: 0.85em;
padding-bottom: 6px;
padding-left: 2px;
padding-right: 2px;
padding-top: 6px;
width: 45%;
}
#board-stats dt {
clear: both;
font-weight: bold;
}

#board-stats h2 {
clear: both;
font-weight: bold;
}

#chatbox_header.main-head {
background-color: #964e4e;
background-image: url("http://i41.servimg.com/u/f41/14/81/40/78/gradie10.png");
background-position: left 50%;
background-repeat: repeat-x;
color: #dedede;
padding-bottom: 0;
padding-left: 1.3em;
padding-right: 1.3em;
padding-top: 0;
}

#onlinechat {
border-top: 0px dashed #ccc;
padding: 0.6em 1em;
background-color: #f4f4f4;
}

#chatbox_members {
position: absolute;
top: 30px;
bottom: 30px;
width: 180px;
overflow: auto;
border-right: 1px dashed #ccb7b7;
}

#chatbox_footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: 1px dashed #ccb7b7;
}

#onlinelist {
border-top: transparent !important;
padding: 0.6em 1em;
background-color: transparent !important;
color: #fffc00 !important;
}
body { background: url('http://i.imgur.com/ih9OcPj.gif') repeat-y 11%, url('http://i.imgur.com/ih9OcPj.gif') repeat-y 89%; }

.tcl .hierarchy .forumtitle {
padding-left: 40px;
}
.pun .main-content {
background-color: transparent;
border: 0 none;
padding: 9px 1px !important;
}
#fa_ticker {
background-color: #FFFF00;
height: 15px;
}
div.user_login_form main-box center{
  background: transparent !important;
  color: #fffc00 !important;
div.tcl, #tc2, #tc3, #tcr {
padding-right: 0px;
padding-left: 42px;
background: transparent;
}
div.page-title {
    color: #fffc00 !important;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    text-shadow: 0 -1px 0 #000000 !important;
}
#pun-navlinks a, #pun-navlinks a:visited {
    color: #fffc00 !important;
    font-weight: 400;
    line-height: 26px;
    padding-left: 10px;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}
Resulta?

Até mais.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 16.07.16 16:56

Boa tarde.
Apaguei e colei esse só que deu a seguinte mensagem: Erro detectado
Nós contamos um número diferente de "{" e de "}". Isto significa que o seu CSS pode não ser válido e não será exibido corretamente no seu fórum.

Lhe aconselhamos que releia o seu código.
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 16.07.16 17:05

Olá,
troque por essa:
Código:
.pun table.table {width:1000px;margin-left:-1px;}
/*.tcr {
-moz-border-radius: 7px;
-moz-box-shadow: 0 0 8px #666;
-webkit-border-radius: 7px;
-webkit-box-shadow: 0 0 8px #666;
border: 10px solid #EEE;
border-image: initial;
border-radius: 10px;
box-shadow: 0 0 7px #666;
margin: 3px;
width: auto;
}*/
/*Votaçao*/
.vote {
float: right;
width: 32px;
margin-left: 32px;
}
/*Efeito nos Grupos*/
a[href="/g1-administradores"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/g2-moderadores"] {
text-shadow: 0px 0px 5px #00569C;
}
a[href="/g5-gerencia"] {
text-shadow: 0px 0px 5px #e007bf;
}
a[href="/g9-designer"] {
text-shadow: 0px 0px 5px #00bdad;
}
a[href="/g10-informatico"] {
text-shadow: 0px 0px 5px #fc8d05;
}
/*CODES, QUOTES, SPOILERS
================================================================*/
dl.codebox {
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 9px;
margin-right: 7px;
margin-top: 2px;
margin-bottom: 4px;
}

blockquote{
font-size: 0.9em;
font-style: italic;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 2px;
margin-right: 7px;
margin-top: 5px;
margin-bottom: 3px;
}

blockquote cite{
border-bottom: 1px solid #dbdcd4;
padding-bottom: 0px;
}

/*PASSWORD PROTECT
=================================================================*/
#pwd_good {
background:url('http://img52.imageshack.us/img52/2378/strong.png');
}
#pwd_middle {
background:url('http://img262.imageshack.us/img262/9555/medium.png');
}
#pwd_bad {
background:url('http://img264.imageshack.us/img264/5695/weakg.png');
}

/* Brilho no nick */
a[href="/u1"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/u4"] {
text-shadow: 0px 0px 5px #ff6600;
}


body {
background-color:#010066;
color: #5D5D5D;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 13px;
font-weight: normal;
margin-top: -1px;
padding-bottom: 10px;
}

.pun {
width: 1000px;
background: #010066;
border: 1px solid #878787;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
box-shadow:0px 0px 8px #707070;
line-height: 1.6em;
padding: 12px;
}

.pun a:link {
color: #964e4e;
text-decoration: none;
}

.pun a:visited {
color: #964e4e;
text-decoration: none;
}

.pun a:hover, a:active {
color: #8a2f2f;
text-decoration: underline;
}

#pun-intro {
background:#5c1818 url(http://i.imgur.com/DUJBWLG.png) repeat top center;
border-bottom-color: #591b1b;
border-bottom-style: solid;
border-bottom-width: 0px;
min-height: 64px;
margin-left: -12px;
width: 998px;
margin-top: -12px;
}



.entry-content {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 13px;
}

.quick_login {
background: #efefef;
color: #993232;
font-size: 11px;
border: 1px solid #edcccc;
padding: 4px;
}

#pun-legend {
padding-bottom: 4px;
padding-top: 10px;
color: #fffc00 !important;
}

#pun-title {
display: none;
}

.post_field {
background:#fff none ;
color:#4d5153;
border:1px solid #bcb6ad;
padding:3px 3px 3px 10px;
margin-top: 2px;
text-align:left;
}

#pun-head #pun-navlinks {
background-color: #010066;
background-image: url("http://i.imgur.com/r45df2I.png");
background-repeat: repeat-x;
color: #fff;
font-size: 13px;
height: 37px;
margin-bottom: 10px;
margin-left: -12px;
width: 996px;
}

#pun-navlinks ul {
list-style: none;
text-align: center;
}

#pun-navlinks li {
display: inline;
font-size: 1.15em;
}

#pun-navlinks li a {
margin: 0 0.1em 0 0;
}

#pun-navlinks a, #pun-navlinks a:visited {
color: #fff;
font-weight: normal;
text-decoration: none;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
padding-left: 10px;
line-height: 26px;
}

#pun-navlinks a:hover, #pun-navlinks a:active, #pun-navlinks a:focus {
text-decoration: none;
color: #fff;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
}

#pun-about {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
text-align: right;
line-height: 150%;
padding: 0.6em 1em;
}
#pun-about ul li a {
font-weight: normal;
}
#pun-about #qjump {
display: none;
}

.pun .paged-head, .pun .paged-foot {
border: 0px solid #dddddd;
background-color: #010066;
padding: 0.6em 1.3em 0.3em 1.3em;
}

#pun-visit, .main-box {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
color: #fffc00 !important;
}

.user-info span {
color: #000000;
font-size: 11px;
}
.pun .user .user-info {
color: #666666;
font-size: 11px;
line-height: 1.5;
}

.postmain blockquote {
padding: 0.5em 1em;
background-color: #EFEFEF;
border: 1px solid #c48181;
}

.postmain cite {
display: block;
margin: 0 0 1em 0;
font-weight: bold;
font-style: normal;
}

.codebox {
margin: 1em;
background-color: #F5F5F5;
border: 1px solid #8f1010;
}

.codebox dt {
padding: 0.25em;
border-bottom: 1px dashed #c48181;
}

.codebox dd {
margin: 0.5em;
padding: 0.5em;
background-color: #F5F5F5;
}

.main .main-head {
background-color: #;
background-image: url("http://i.imgur.com/r45df2I.png");
background-position: left 50%;
background-repeat: repeat-x;
border: 1px solid #;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-top: 15px;
padding-left: 390px;
}

.page-title h2, .page-title span {
font-weight: bold !important;
}

.main .main-head .page-title {
color: #fff;
font-size: 14px;
font-weight: bold !important;
font-family: tahoma,arial,verdana,sans-serif;
text-shadow: 0 -1px 0 #613633;
}
.pun .main-content {
border: 1px solid #96514e;
background-color: #fbfbfb;
}

.pun .post {
background-color: transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 6px;
}

.main .main-foot {
padding: 0.7em 1.3em;
font-weight: normal;
color: #660000;
background-color: transparent;
}

.pun .postmain {
background-color: #fbfbfb;
border-left: 1px solid #DADADA;
margin-left: 17em;
}

.pun .posthead {
padding: 0.5em 1.3em 0.5em 1em;
background-color: #D9D9D9;
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/gradie10.png");
background-position: 0 50%;
background-repeat: repeat-x;
border-bottom-color: #D0D0D0;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-top: -2px;
}

.postfoot {
border-top-color: #DADADA;
border-top-style: solid;
border-top-width: 1px;
clear: both;
margin-left: 0em;
padding-bottom: 0.5em;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
text-align: right;
}

.frm-buttons {
border-top-color: #DDDDDD;
border-top-style: double;
border-top-width: 0px;
margin-bottom: 0;
margin-top: 0.5em;
padding-bottom: 0;
padding-left: 17.5em;
padding-right: 0;
padding-top: 0.7em;
}

#stats {
padding: 0.6em 1em;
line-height: 150%;
background-color: transparent!important;
border-bottom-color: transparent!important;
border-bottom-style: solid;
border-bottom-width: 2px;
color: #fffc00 !important;
}

#tabs ul {
list-style-position: outside;
list-style-type: none;
padding: 0px;
white-space: nowrap;
}

#tabs ul li {
float: left;
margin: 0;
padding: 0 4px 0 0;
padding-bottom: 3px;
}

#tabs ul li.activetab a {
background-color: #fff;
border: #8f1010;
border-style: double;
border-width: 3px;
color: #666666;
text-decoration:none;
}

#tabs ul li.activetab a:hover {
background-color: #F5F5F5;
}

#tabs ul li a {
float: left;
padding: 0 1em;
background-color: #fff;
border: #8f1410;
border-style: double;
border-width: 3px;
font-size:1.1em;
font-weight:normal;
line-height: 2em;
text-decoration:none;
}

#tabs ul li a:hover {
background-color: #F5F5F5;
}

.pun .frm .frm-form table {
border: 1px solid #c48181;
padding-left: 4px;
}

.pun table.table th {
padding: 0.4em 0;
border-style: none;
border-color: transparent !important;
background-color: transparent !important;
color: transparent !important;
}

.pun table.table td {
padding: 0.6em 0 0.7em;
line-height: 130%;
background-color: transparent !important;
border-color: transparent !important;
border-width: 1px;
border-style: dashed none none none;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #fff;
}

.pun .posthead h2 strong {
display: block;
float: right;
font-size: 11px;
font-weight: normal;
margin-right: -6px;
margin-top: -1px;
padding-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
}
.pun .posthead h2 strong {
background-color: #8f5151;
color: #FFFFFF;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.user-contact a {
background-color: #964e4e;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
}

.trow_sep {
color: #FFFFFF;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 14px;
font-weight: bold !important;
text-shadow: 0 -1px 0 #613333;
}

.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/help10.png");
background-position: left center;
background-repeat: no-repeat;
padding-left: 20px;
}

#forum_statistics {
background-color: #F3F3F3;
border-bottom-color: #964e4e;
border-bottom-style: solid;
border-bottom-width: 4px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

#board-stats span {
background-color: #E2E2E2;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #4A4A4A;
font-weight: bold;
padding-bottom: 2px;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
}

#board-stats {
border-left-color: #DEDEDE;
border-left-style: solid;
border-left-width: 0px;
float: right;
padding-left: 20px;
width: 38%;
}
#board-stats dl {
margin-top: 10px;
}
#board-stats dt, #board-stats dd {
border-top-color: #DEDEDE;
border-top-style: solid;
border-top-width: 1px;
float: left;
font-size: 0.85em;
padding-bottom: 6px;
padding-left: 2px;
padding-right: 2px;
padding-top: 6px;
width: 45%;
}
#board-stats dt {
clear: both;
font-weight: bold;
}

#board-stats h2 {
clear: both;
font-weight: bold;
}

#chatbox_header.main-head {
background-color: #964e4e;
background-image: url("http://i41.servimg.com/u/f41/14/81/40/78/gradie10.png");
background-position: left 50%;
background-repeat: repeat-x;
color: #dedede;
padding-bottom: 0;
padding-left: 1.3em;
padding-right: 1.3em;
padding-top: 0;
}

#onlinechat {
border-top: 0px dashed #ccc;
padding: 0.6em 1em;
background-color: #f4f4f4;
}

#chatbox_members {
position: absolute;
top: 30px;
bottom: 30px;
width: 180px;
overflow: auto;
border-right: 1px dashed #ccb7b7;
}

#chatbox_footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: 1px dashed #ccb7b7;
}

#onlinelist {
border-top: transparent !important;
padding: 0.6em 1em;
background-color: transparent !important;
color: #fffc00 !important;
}
body { background: url('http://i.imgur.com/ih9OcPj.gif') repeat-y 11%, url('http://i.imgur.com/ih9OcPj.gif') repeat-y 89%; }

.tcl .hierarchy .forumtitle {
padding-left: 40px;
}
.pun .main-content {
background-color: transparent;
border: 0 none;
padding: 9px 1px !important;
}
#fa_ticker {
background-color: #FFFF00;
height: 15px;
}
div.user_login_form main-box center{
  background: transparent !important;
  color: #fffc00 !important;
}
div.tcl, #tc2, #tc3, #tcr {
padding-right: 0px;
padding-left: 42px;
background: transparent;
}
div.page-title {
    color: #fffc00 !important;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    text-shadow: 0 -1px 0 #000000 !important;
}
#pun-navlinks a, #pun-navlinks a:visited {
    color: #fffc00 !important;
    font-weight: 400;
    line-height: 26px;
    padding-left: 10px;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 16.07.16 18:14

Olá.
O código arrumou, porém... o erro das cores persiste, elas continuam sem pegar a cor que eu quero.
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.com/

Ir para o topo Ir para baixo

  • 0

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por REVIEW 16.07.16 18:27

Boas,
troque por este;
Código:
.pun table.table {width:1000px;margin-left:-1px;}
/*.tcr {
-moz-border-radius: 7px;
-moz-box-shadow: 0 0 8px #666;
-webkit-border-radius: 7px;
-webkit-box-shadow: 0 0 8px #666;
border: 10px solid #EEE;
border-image: initial;
border-radius: 10px;
box-shadow: 0 0 7px #666;
margin: 3px;
width: auto;
}*/
/*Votaçao*/
.vote {
float: right;
width: 32px;
margin-left: 32px;
}
/*Efeito nos Grupos*/
a[href="/g1-administradores"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/g2-moderadores"] {
text-shadow: 0px 0px 5px #00569C;
}
a[href="/g5-gerencia"] {
text-shadow: 0px 0px 5px #e007bf;
}
a[href="/g9-designer"] {
text-shadow: 0px 0px 5px #00bdad;
}
a[href="/g10-informatico"] {
text-shadow: 0px 0px 5px #fc8d05;
}
/*CODES, QUOTES, SPOILERS
================================================================*/
dl.codebox {
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 9px;
margin-right: 7px;
margin-top: 2px;
margin-bottom: 4px;
}

blockquote{
font-size: 0.9em;
font-style: italic;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin-left: 2px;
margin-right: 7px;
margin-top: 5px;
margin-bottom: 3px;
}

blockquote cite{
border-bottom: 1px solid #dbdcd4;
padding-bottom: 0px;
}

/*PASSWORD PROTECT
=================================================================*/
#pwd_good {
background:url('http://img52.imageshack.us/img52/2378/strong.png');
}
#pwd_middle {
background:url('http://img262.imageshack.us/img262/9555/medium.png');
}
#pwd_bad {
background:url('http://img264.imageshack.us/img264/5695/weakg.png');
}

/* Brilho no nick */
a[href="/u1"] {
text-shadow: 0px 0px 5px #FF00D0;
}
a[href="/u4"] {
text-shadow: 0px 0px 5px #ff6600;
}


body {
background-color:#010066;
color: #5D5D5D;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 13px;
font-weight: normal;
margin-top: -1px;
padding-bottom: 10px;
}

.pun {
width: 1000px;
background: #010066;
border: 1px solid #878787;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
box-shadow:0px 0px 8px #707070;
line-height: 1.6em;
padding: 12px;
}

.pun a:link {
color: #fffc00 !important;
text-decoration: none;
}

.pun a:visited {
color: #fffc00 !important;
text-decoration: none;
}

.pun a:hover, a:active {
color: #fffc00 !important;
text-decoration: underline;
}

#pun-intro {
background:#5c1818 url(http://i.imgur.com/DUJBWLG.png) repeat top center;
border-bottom-color: #591b1b;
border-bottom-style: solid;
border-bottom-width: 0px;
min-height: 64px;
margin-left: -12px;
width: 998px;
margin-top: -12px;
}



.entry-content {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 13px;
}

.quick_login {
background: #efefef;
color: #993232;
font-size: 11px;
border: 1px solid #edcccc;
padding: 4px;
}

#pun-legend {
padding-bottom: 4px;
padding-top: 10px;
color: #fffc00 !important;
}

#pun-title {
display: none;
}

.post_field {
background:#fff none ;
color:#4d5153;
border:1px solid #bcb6ad;
padding:3px 3px 3px 10px;
margin-top: 2px;
text-align:left;
}

#pun-head #pun-navlinks {
background-color: #010066;
background-image: url("http://i.imgur.com/r45df2I.png");
background-repeat: repeat-x;
color: #fff;
font-size: 13px;
height: 37px;
margin-bottom: 10px;
margin-left: -12px;
width: 996px;
}

#pun-navlinks ul {
list-style: none;
text-align: center;
}

#pun-navlinks li {
display: inline;
font-size: 1.15em;
}

#pun-navlinks li a {
margin: 0 0.1em 0 0;
}

#pun-navlinks a, #pun-navlinks a:visited {
color: #fff;
font-weight: normal;
text-decoration: none;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
padding-left: 10px;
line-height: 26px;
}

#pun-navlinks a:hover, #pun-navlinks a:active, #pun-navlinks a:focus {
text-decoration: none;
color: #fff;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
}

#pun-about {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
text-align: right;
line-height: 150%;
padding: 0.6em 1em;
}
#pun-about ul li a {
font-weight: normal;
}
#pun-about #qjump {
display: none;
}

.pun .paged-head, .pun .paged-foot {
border: 0px solid #dddddd;
background-color: #010066;
padding: 0.6em 1.3em 0.3em 1.3em;
}

#pun-visit, .main-box {
background-color: transparent !important;
border: 1px solid transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 2px;
color: #fffc00 !important;
}

.user-info span {
color: #000000;
font-size: 11px;
}
.pun .user .user-info {
color: #666666;
font-size: 11px;
line-height: 1.5;
}

.postmain blockquote {
padding: 0.5em 1em;
background-color: #EFEFEF;
border: 1px solid #c48181;
}

.postmain cite {
display: block;
margin: 0 0 1em 0;
font-weight: bold;
font-style: normal;
}

.codebox {
margin: 1em;
background-color: #F5F5F5;
border: 1px solid #8f1010;
}

.codebox dt {
padding: 0.25em;
border-bottom: 1px dashed #c48181;
}

.codebox dd {
margin: 0.5em;
padding: 0.5em;
background-color: #F5F5F5;
}

.main .main-head {
background-color: #;
background-image: url("http://i.imgur.com/r45df2I.png");
background-position: left 50%;
background-repeat: repeat-x;
border: 1px solid #;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-top: 15px;
padding-left: 390px;
}

.page-title h2, .page-title span {
font-weight: bold !important;
}

.main .main-head .page-title {
color: #fff;
font-size: 14px;
font-weight: bold !important;
font-family: tahoma,arial,verdana,sans-serif;
text-shadow: 0 -1px 0 #613633;
}
.pun .main-content {
border: 1px solid #96514e;
background-color: #fbfbfb;
}

.pun .post {
background-color: transparent !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-bottom-width: 6px;
}

.main .main-foot {
padding: 0.7em 1.3em;
font-weight: normal;
color: #660000;
background-color: transparent;
}

.pun .postmain {
background-color: #fbfbfb;
border-left: 1px solid #DADADA;
margin-left: 17em;
}

.pun .posthead {
padding: 0.5em 1.3em 0.5em 1em;
background-color: #D9D9D9;
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/gradie10.png");
background-position: 0 50%;
background-repeat: repeat-x;
border-bottom-color: #D0D0D0;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-top: -2px;
}

.postfoot {
border-top-color: #DADADA;
border-top-style: solid;
border-top-width: 1px;
clear: both;
margin-left: 0em;
padding-bottom: 0.5em;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
text-align: right;
}

.frm-buttons {
border-top-color: #DDDDDD;
border-top-style: double;
border-top-width: 0px;
margin-bottom: 0;
margin-top: 0.5em;
padding-bottom: 0;
padding-left: 17.5em;
padding-right: 0;
padding-top: 0.7em;
}

#stats {
padding: 0.6em 1em;
line-height: 150%;
background-color: transparent!important;
border-bottom-color: transparent!important;
border-bottom-style: solid;
border-bottom-width: 2px;
color: #fffc00 !important;
}

#tabs ul {
list-style-position: outside;
list-style-type: none;
padding: 0px;
white-space: nowrap;
}

#tabs ul li {
float: left;
margin: 0;
padding: 0 4px 0 0;
padding-bottom: 3px;
}

#tabs ul li.activetab a {
background-color: #fff;
border: #8f1010;
border-style: double;
border-width: 3px;
color: #666666;
text-decoration:none;
}

#tabs ul li.activetab a:hover {
background-color: #F5F5F5;
}

#tabs ul li a {
float: left;
padding: 0 1em;
background-color: #fff;
border: #8f1410;
border-style: double;
border-width: 3px;
font-size:1.1em;
font-weight:normal;
line-height: 2em;
text-decoration:none;
}

#tabs ul li a:hover {
background-color: #F5F5F5;
}

.pun .frm .frm-form table {
border: 1px solid #c48181;
padding-left: 4px;
}

.pun table.table th {
padding: 0.4em 0;
border-style: none;
border-color: transparent !important;
background-color: transparent !important;
color: transparent !important;
}

.pun table.table td {
padding: 0.6em 0 0.7em;
line-height: 130%;
background-color: transparent !important;
border-color: transparent !important;
border-width: 1px;
border-style: dashed none none none;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #fff;
}

.pun .posthead h2 strong {
display: block;
float: right;
font-size: 11px;
font-weight: normal;
margin-right: -6px;
margin-top: -1px;
padding-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
}
.pun .posthead h2 strong {
background-color: #8f5151;
color: #FFFFFF;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.user-contact a {
background-color: #964e4e;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
}

.trow_sep {
color: #FFFFFF;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 14px;
font-weight: bold !important;
text-shadow: 0 -1px 0 #613333;
}

.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/help10.png");
background-position: left center;
background-repeat: no-repeat;
padding-left: 20px;
}

#forum_statistics {
background-color: #F3F3F3;
border-bottom-color: #964e4e;
border-bottom-style: solid;
border-bottom-width: 4px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

#board-stats span {
background-color: #E2E2E2;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #4A4A4A;
font-weight: bold;
padding-bottom: 2px;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
}

#board-stats {
border-left-color: #DEDEDE;
border-left-style: solid;
border-left-width: 0px;
float: right;
padding-left: 20px;
width: 38%;
}
#board-stats dl {
margin-top: 10px;
}
#board-stats dt, #board-stats dd {
border-top-color: #DEDEDE;
border-top-style: solid;
border-top-width: 1px;
float: left;
font-size: 0.85em;
padding-bottom: 6px;
padding-left: 2px;
padding-right: 2px;
padding-top: 6px;
width: 45%;
}
#board-stats dt {
clear: both;
font-weight: bold;
}

#board-stats h2 {
clear: both;
font-weight: bold;
}

#chatbox_header.main-head {
background-color: #964e4e;
background-image: url("http://i41.servimg.com/u/f41/14/81/40/78/gradie10.png");
background-position: left 50%;
background-repeat: repeat-x;
color: #dedede;
padding-bottom: 0;
padding-left: 1.3em;
padding-right: 1.3em;
padding-top: 0;
}

#onlinechat {
border-top: 0px dashed #ccc;
padding: 0.6em 1em;
background-color: #f4f4f4;
}

#chatbox_members {
position: absolute;
top: 30px;
bottom: 30px;
width: 180px;
overflow: auto;
border-right: 1px dashed #ccb7b7;
}

#chatbox_footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: 1px dashed #ccb7b7;
}

#onlinelist {
border-top: transparent !important;
padding: 0.6em 1em;
background-color: transparent !important;
color: #fffc00 !important;
}
body { background: url('http://i.imgur.com/ih9OcPj.gif') repeat-y 11%, url('http://i.imgur.com/ih9OcPj.gif') repeat-y 89%; }

.tcl .hierarchy .forumtitle {
padding-left: 40px;
}
.pun .main-content {
background-color: transparent;
border: 0 none;
padding: 9px 1px !important;
}
#fa_ticker {
background-color: #FFFF00;
height: 15px;
}
div.user_login_form main-box center{
  background: transparent !important;
  color: #fffc00 !important;
}
div.tcl, #tc2, #tc3, #tcr {
padding-right: 0px;
padding-left: 42px;
background: transparent;
}
div.page-title {
    color: #fffc00 !important;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    text-shadow: 0 -1px 0 #000000 !important;
}
#pun-navlinks a, #pun-navlinks a:visited {
    color: #fffc00 !important;
    font-weight: 400;
    line-height: 26px;
    padding-left: 10px;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}
Até.
REVIEW

REVIEW
Super Membro

Membro desde : 30/12/2014
Mensagens : 1190
Pontos : 2285

http://ceudasart.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Mudar cor das letras do meu fórum?

Mensagem por Belissimo 17.07.16 3:55

Boa noite.
Resolvido, obrigado pela paciência.
Belissimo

Belissimo
****

Membro desde : 11/03/2015
Mensagens : 230
Pontos : 353

http://globodownloads.boardslog.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