Seite 1 von 1

Schriftfarbenänderung in der Navigation

Verfasst: So 14. Sep 2003, 19:56
von thobreu
Hallo,

ich bin neuer User von Contenido 4.3.2 Beta und bin begeistert von diesem CMS. :D

Ich habe für das Navigationsmodul die Hintergrundfarbe geändert.
Nun möchte ich auch die Schriftarbe ändern. Dies habe ich in der Datei format.css versucht, ohne Erfolg.

Wo kann ich die Schriftfarbe ändern ?


Für Tips bin ich dankbar.

Thobreu

class=text

Verfasst: So 14. Sep 2003, 21:01
von Q-Man
rufe in der Format.css eine classe für die Schrift auf.
z.b.:
.text { font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
color: #666666;
padding-bootom:0px;
margin-bottom:0px;
line-height:16px;
}


Gruß
:wink:
Q-Man

Verfasst: So 14. Sep 2003, 21:36
von Arno Simon
Diese Zeilen in der Format.css

Code: Alles auswählen

A:link           {font-family: helvetica, arial, geneva, sans-serif; font-size:13; text-decoration: none; color: #000000}
A:visited        {font-family: helvetica, arial, geneva, sans-serif; font-size:13; text-decoration: none; color: #000000}
A:hover          {font-family: helvetica, arial, geneva, sans-serif; font-size:13; text-decoration: none; color: #AE6B00}
A:active         {font-family: helvetica, arial, geneva, sans-serif; font-size:13; text-decoration: none; color: #AE6B00}
sind für die Link-Einstellungen zuständig. Werden die Link-Tags ohne "class="-Angabe erstellt, die erste Gruppe. Mit 'class=".klein" die zweite Gruppe etc. pp.

Gruß

Arno