Está aqui: Entrada Forum JoomlaPT

Comunidade Portuguesa Joomla - JoomlaPT

  
Voltar   Fórum Comunidade Portuguesa de Joomla > Versão 1.5.x > J1.5 - Site > J1.5 - Temas

J1.5 - Temas Instalação e configuração de temas no Joomla 1.5

Use a pesquisa antes de abrir tópicos
ANUNCIE NO JOOMLAPT - CLIQUE AQUI !

Responder
 
Ligações de sites Opções do tópico Pesquisar no Tópico Visualização
Antigo 27-05-2006, 15:56
mercon
Visitante
 
Mensagens: n/a
Padrão Alterar cor dos títulos

Boas,

Como ando a ver qual o template final para o meu site, estou a expirmentar o uwf_rounde, só que existe um problema, que é o titulo das noticias serem de cor branca que é a mesma do fundo.

Como podem ver na imagem:
http://emuleworld.org/mercon/images/homepage.png

Qual a linha no .css que tenho de alterar para ficar de cor diferente?

Código:
/*
**	TEMPLATE: uwf_rounded
**	AUTHOR: James Voss (jvoss@ultimatewebforums.com)
**	DATE: 10-16-2005
*/

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	color: #333333;
}

.logo {
	text-align:center;
}

.search {
	float:right;
	padding:0px 20px 10px 0px;
}

/* 
** This block causes the 'Top Menu' to be displayed horizontally 
** 'Top Menu' is actually displayed across the Bottom of the page 
** in this Template
*/
.user3 {
	text-align:center;
	padding:10px 0px 10px 0px;
}

.user3 ul {
	display:inline;
	list-style: none;
	margin:10px 0px 10px 0px;
}

.user3 ul li {
	display:inline;
	list-style: none;
	padding:0px 0px 0px 20px;
}
/* end Top Menu */

.inputbox {
	font-size: 100%;
}

.left {
	padding: 0px 10px 0px 10px;
	height: 100%;
}

.main_content {
	width: 100%;
}

.right {
	padding: 0px 10px 0px 10px;
}

/* Pathway */
.pathwayArea {
	padding-left:20px;
}

.pathway, a.pathway:link, a.pathway:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a.pathway:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c64934;
}

#patharrow {
	background: url(../images/patharrow.jpg) no-repeat;
	width: 40px;
	height: 21px;
}

/* Main Menu */
.mainlevel {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
	padding-top: 2px;
	margin: 0px 5px 0px 5px;
	height: 12px !important;
	width: 170px; 
	text-decoration: none;
}

a.mainlevel:link, a.mainlevel:visited, a.mainlevel:active {
	text-decoration: none;
	color: #333333;
}

a.mainlevel:hover {
	text-decoration: none;
	background-color:#CCCCCC;
	color: #c64934;
}

a#active_menu {
	text-decoration: underline;
}

a#active_menu:hover {
}

/*** Markup for the Rounded Corner boxes ***/
/* 
** NOTE: if you want to see the actual area affected by
** this CSS class, remove the 'x' at the beginning of the line
*/
.round_box {
	margin: 0;
	padding: 0;
	background: url(../images/round-br.gif) no-repeat bottom right;
	font-size: 100%;
x	border: 1px solid #FFCC66;
}

.round_boxtitle {
	background: url(../images/round-ttr.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.round_boxtitle h2 {
	background: url(../images/round-ttl.gif) no-repeat top left;
	margin: 0;
	padding: 5px 0px 5px 0px;
	color:#333333;
	font-weight: bold; 
	font-size: 100%; 
}

.round_boxnotitle {
	background: url(../images/round-tr.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.round_boxnotitle h2 {
	background: url(../images/round-tl.gif) no-repeat top left;
	margin: 0;
	padding: 6px 0px 1px 0px;
	color: black; 
	font-weight: bold; 
}

.round_boxbody {
	background: url(../images/round-bl.gif) no-repeat bottom left;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

.round_boxbody table {
	width:100%;
	margin: 0px 0px 0px 0px;
x	border: 1px solid red;
	padding: 0px 5px 0px 5px;
}

/* Set the width for the right column */
.right .round_box {
	width:175px;
}

/* Banner */
.moduletable-banner img {
	margin: 20px;
}

/* Content */
.contentpane,.contentpaneopen {
	width: 95%;
	margin: 0px 0px 0px 15px;
	text-align:justify;
}

.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 120%; 
	font-weight: bold;
	color:#000000;
}

.category {
	font-size: 120%; 
	font-weight: bold;
	color:#000000;
}

.contentheading {
	height: 30px;
	color: #FFFFFF;
x	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.latestnews, .mostread {
	list-style-type:none;
	margin-left:5px;
	padding-left:0px;
}

/* Blog Sections */
.blog_more {
	font-size: 10px; 
	font-weight: normal;
	color: #BE2B21;
}

/* Footer */
.footer {
	text-align:center;
	font-size: 10px;
	color: #c0c0c0;
}

/* Links */
a:link, a:visited {
	color: #c64934; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	
	text-decoration: none;
	font-weight: bold;
}

/* Sections */
.sectiontableheader {
	background: #E9E9E9;
}

.sectiontableentry1 {
	font-size:80%; 
	line-height: 1.2em;
}

.sectiontableentry2 {
	font-size:80%; 
	line-height: 1.2em;
	background-color:#CCCCCC;
}

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 10px;
	padding-bottom: 5px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 10px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

.mosimage {
 border: 1px solid #cccccc;
 margin: 5px
}

.mosimage_caption {
 margin-top: 2px;
 background: #efefef;
 padding: 1px 2px;
 color: #666;
 text-transform: none;
 font-size: 10px;
 border-top: 1px solid #cccccc;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Responder com citação
Antigo 27-05-2006, 17:45
R1cardo
Visitante
 
Mensagens: n/a
Padrão Re: Alterar cor dos títulos

é esta:

Código:
.contentheading {
	height: 30px;
	color: #FFFFFF;
x	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}
apaga a linha
color: #FFFFFF;

e tira o x de trás de
color: #c64934;

o que é que está a fazer aí o x?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Responder com citação


Antigo 28-05-2006, 11:45
mercon
Visitante
 
Mensagens: n/a
Padrão Re: Alterar cor dos títulos

Terás que perguntar ao autor do Template :P

Obrigado pela ajuda.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Responder com citação


Responder

Favoritos

Opções do tópico Pesquisar no Tópico
Pesquisar no Tópico:

Pesquisa avançada
Visualização

Regras para mensagens
Não pode colocar novos tópicos
Não pode colocar respostas
Não pode colocar anexos
Não pode editar as suas mensagens

BB code está Ligado
Emoções estão Ligado
Código [IMG] está Ligado
Código HTML está Desligado
Trackbacks are Ligado
Pingbacks are Ligado
Refbacks are Ligado

Ir para...


Hora baseada na GMT +1. São agora 19:14.


Criado em vBulletin® Versão 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. :: Traduzido por Joomlapt.com
Copyright © 2009 Comunidade Portuguesa Joomla - JoomlaPT. Todos os direitos reservados.
Design YD Labs. Network Provider SPVHOSTING.