PDA

View Full Version : Calender Text color


Muecke77
12-03-2006, 08:08 AM
Since I used a specific Joomla template, the text color changed in the calendar. I am not really skill in creating css. What do I have to change, to adapt the calendar background and textcolor?

http://www.q1u.de/joomla/

Thanks in advance

-muecke

triadib
12-03-2006, 08:45 AM
Hi,

check this: http://www.easyphpcalendar.com/forums/showthread.php?t=5641
(the last entry)

If you have further questions PM me (in german).

Regards Dirk (Bad Soden am Taunus :-))

Muecke77
12-03-2006, 09:46 AM
Hi Dirk,

I saw this thread already. Anyway it is still not clear to me, what I have to change to avoid this problem. I changed calendar.php and content.html.php w/o solving the problem.

-muecke (-muecke77@gmx.net)

BTW: Seems to me private messaging is disabled

Brian
12-03-2006, 09:48 AM
The problem lies in this section of CSS in the style_snowfile.css file:

div#right div,
div#right p,
div#right td {
color: #CDE0F0;
}

It is overriding the color of the calendar text.

That CSS is telling the browser to make the text color of everything in the right column a light text color.

Muecke77
12-03-2006, 09:54 AM
Outstandig. This nearly solved the problem.

Is there on option just changing the color of the calendar?

Thanks
-muecke

PS: How did you figured that out so fast?

triadib
12-03-2006, 10:08 AM
Hi,

it seems to be that Privat Messaging isn't available for anybody...

Nevertheless your layout is working fine now - the internal popup CSS format settings are being forwarded too (like the frame around the popup).

Ciao
Dirk

Brian
12-03-2006, 10:13 AM
PS: How did you figured that out so fast?

I use FireFox and the Web Developer extension. It lets you edit CSS on pages in real-time and see the results. So, I just systematically delete CSS until I delete the part that makes the calendar appear as it should. :)

The way the snowflake CSS is set up, it will override any CSS in the right column for anything in a div, p or td (which includes the calendar).

You may can try to force the div the calendar is in to chage the text color, but I'm not sure how to do that with Joomla.

If you're still stuck, let us know. Maybe ve9gra will be able to help.