Páginas (3):    1 2 3
nocktis21   1 Feb, 2012, 4:33 pm
#21
Ah... upper_panel y lower_panel... haha no me fije que eran dos '.'

Busca en global.css:
.upper_panel a {
	padding-left: 20px;
	margin-right: 15px;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
}

Cambia por:
.upper_panel a {
	color: black;
	padding-left: 20px;
	margin-right: 15px;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
}

Y agrega:
.upper_panel a {
	color: blue;
}

Solo cambia el color por el que quieras.
Arandhel   1 Feb, 2012, 5:05 pm
#22
Listo, ahora si.. jja
Ahora solo me falta una cosa y mi foro queda de 10 :B
Última modificación: 1 Feb, 2012, 5:23 pm por segaalvaro.
nocktis21   1 Feb, 2012, 5:29 pm
#23
¿Cierro el tema o escribirás el último problema?
Arandhel   1 Feb, 2012, 5:39 pm
#24
Si insistis..

http://dawee.com.ar/forumdisplay.php?fid=2 fijate ahi, en la barra negra, los textos estan negros y no se nota..
Ryuuseiken   1 Feb, 2012, 5:40 pm
#25
En el global.css edita esto:

.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
	color: #333;
}

por esto:

.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
	color: #fff;
}
Arandhel   1 Feb, 2012, 5:55 pm
#26
Buenísimo che!
Resuelto gracias Big Grin
Páginas (3):    1 2 3
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.