PDA

View Full Version : navigation bar


Eric L.
11-09-2005, 04:34 PM
Hi,

I would like to change the background color of the navigation bar aswell as the size of the table and have the buttons bold. I have tried to change the essstyle file. but nothing changes. What do I need to do?

Regards,
Eric

Brian
11-09-2005, 07:00 PM
What calendar mode are you using? Normal?

If it is, look in theme/default/esstyle.css for:

.navTable {
background-color: #FFFFFF;
border: 0px solid #FFFFFF;
width: 175px;
}

.navTableText {
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 9px;
font-weight: Normal;
text-decoration: none;
color: #003366;
}

Change the FFFFFF background to any color you'd need. Make sure to upload the changes to the server.

NOTE: IE tends to cache CSS. You may need to restart your browser and/or clear your cachec to see the changes. (Try FireFox).

Eric L.
11-13-2005, 08:57 AM
Hi,

I use the calendar in Blog mode. All I can find is: navtabletexttoc.

ve9gra
11-13-2005, 10:22 AM
In blog mode, the calendar itself is still controled by the esstyle.css file that's associated with your theme. And Brian was right about which style to change... you just have to keep looking a bit lower. There's a big blank space between the TOC styles and the regular styles. Might want to do a search for ".navTable".

Eric L.
11-17-2005, 05:59 AM
I have tried to change every background in the esstyle.css file but nothing (noticable) changes. I can't remember what I changed so I downloaded everything once again and uploaded it. Now I run the calendar in limited mode (still blog mode).

What do I need to change so I can edit the navigation bar?

The url is: http://www.tenchiryu.nl (press training followed by kalender).

Brian
11-17-2005, 09:25 AM
I'm looking at your CSS file and I see the navTable CSS still set to FFFFFF (white).

Make sure you've uploaded the changes to the server and that you're editing the esstyle.css file in the theme/default directory.