HI,
ich habe ein kleines problem....ich möchte die schriftfarbe von meinem template von schwarz auf weiß bekommen, jedoch finde ich nichts in der html datei, da dachte ich dass es vielleicht in der .css datei steht, aber da kenne ich mich leider nicht aus...
.menu
{
display:block;
color: #000000;
font-size: 11px;
width: 164px;
height: 20px;
text-indent: 25px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 19px;
background-image: url('bilder/loa_01_button.png');
background-repeat: no-repeat;
}
.menu:hover
{
display:block;
color: #990000;
font-size: 11px;
width: 164px;
height: 20px;
text-indent: 27px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 19px;
background-image: url('bilder/loa_01_button_v.png');
background-repeat: no-repeat;
}
.title
{
font-size: 10px;
font-weight: bold;
color: #0066CC;
}
.login_1
{
color: #000000;
background:#FFF url('bilder/login_1.gif') ;
width: 103px;
height: 17px;
border-width: 0px;
font-weight: normal;
text-decoration: none;
text-align: center;
padding-top: 3px; font-style:normal; font-variant:normal; font-size:12px; font-family

ahoma
}
.login_2
{
color: #000000;
background:#FFF url('bilder/login_2.gif') ;
width: 103px;
height: 15px;
border-width: 0px;
font-weight: normal;
text-decoration: none;
text-align: center;
padding-top: 5px; font-style:normal; font-variant:normal; font-size:12px; font-family

ahoma
}
.login_s
{
background:url('bilder/login_s.gif') ;
width:40px;
height:20px;
border-width: 0px;
font-weight: normal;
text-decoration: none
}
.btitle
{
color: #000000;
font-weight: bold;
font-size:12px;
}
.bcontent
{
margin-left: 10px;
}
body
{
background-color: #000000;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
td
{
font-family: Verdana;
font-size: 10px;
color: #FFFFFF;
}
a
{
color: #0099CC;
font-family: Verdana;
font-size: 10px;
text-decoration: none;
}
a:hover
{
color: #990000;
text-decoration: none;
}
a.box
{
color: #0099FF;
font-family: Verdana;
font-size: 10px;
text-decoration: none;
}
a.box:hover
{
color: #990000;
text-decoration: none;
}
.Chead
{
color: #000000;
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
color: #000000;
}
.Callg
{
color: #000000;
}
.Callg td
{
color: #808080;
}
.Cnorm
{
color: #000000;
background-color: #666666;
}
.Cmite
{
color:#000000;
background-color: #576973;
}
.Cdark
{
background-color: #5D5D5D;
}
#Ballg
{
color: #FFFFFF;
background-color: #111111;
}
#Ballg td
{
color: #666666;
background-color: #111111;
}
.Bhead
{
color: #000000;
}
.Bbody
{
color: #FFFFFF;
}
.smalfont
{
color: #FFFFFF;
font-size: 10px;
text-decoration: none;
}
.smalfont_copyright
{
color: #FFFFFF;
font-size: 10px;
text-decoration: none;
}
.border
{
background-color: #999999;
}
hr
{
height: 0px;
border-top-width: 1px;
}
input, textarea, select
{
color: #333333;
background-color: #999999;
font: 10px Verdana;
border-color: #333333;
border-width: 1px;
border-style: double;
font-weight: normal;
text-decoration: none;
}
#menu {}
#menu ul { padding-left: 10px; margin-left: 10px; }
#smallmenu { }
#smallmenu li { font-size: 10px; }
#smallmenu a { font-size: 10px; }
könnt ihr mir helfen?