css für Navigation

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
macangelo
Posts: 756
Joined: Sat 29. Nov 2003, 14:19
Location: Düsseldorf
Contact:

css für Navigation

Post by macangelo »

Meine Frage noch mal - anders formuliert - wo kann ich die css für die Navigation anpassen? Habe ich in der phpwcms_template->inc_css->frontend.css nicht gefunden.

Herzlichen Dank

Uwe
GHOST
Posts: 6
Joined: Fri 28. Nov 2003, 16:31

Post by GHOST »

Hier findest du die Tabellen Settings:

conf.template_default.inc.php


und hier einige css settings:

phpwcms_template->inc_css->frontend.css

Stichwort:

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: normal;
text-decoration: none;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: bold;
text-decoration: none;
}


Kleiner Tipp: Leg dir nen anständigen Editor zu, z.B. Macromedia Homesite oder Eclipse dann kannst auch durch Vewrzeichnisse hindurch nach Begriffen suchen.
macangelo
Posts: 756
Joined: Sat 29. Nov 2003, 14:19
Location: Düsseldorf
Contact:

Post by macangelo »

herzlichen Dank für die Antwort. Diese hatte ich gefunden, allerdings in den styles kein bgcolor.

mit inc_conf/conf.template_default.inc.php hat es geklappt.

Gruß

macangelo
Post Reply