der hintergrund ist dunkel und die schrift weiß. hab soweit alles hinbekommen nur wird z.b. im Gästebuch der hintergrund weiß angezeigt und die schrift auch.
Ich müsste also wissen wie ich entweder die eingabezeilen schwarz bekomme, oder den text den man eingeben kann.
Leider kenn ich mich nicht mit der style.css aus, und weis nicht welcher befehl die farbe dafür einstellt.
hier die momentane style.css
/*customs*/ .lg_messages { color:#ffffff; font-family: Tahoma; font-size:11px; } .lg_hello { color:#ffffff; font-family:Tahoma; font-size:11px; } a.menu { display:block; color: #ffffff; font-size: 9px; background:url(images/img_mp_norm.jpg) #000000 ; width: 170px; height: 19px; text-indent: 15px; text-decoration: none; font-family: Tahoma, Arial,Verdana, Helvetica, sans-serif; line-height: 19px; } a.menu:hover { display:block; color: #ffffff; font-size: 9px; background:url(images/img_mp_hover.jpg) #000000 ; width: 170px; height: 19px; text-indent: 15px; text-decoration: none; font-family: Tahoma, Arial,Verdana, Helvetica, sans-serif; line-height: 19px; } /*standart*/ body { background-color: #000000; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; } .abg { } td { font-family: Verdana; font-size: 10px; color:#ffffff; } a { color: #ffffff; font-family: Tahoma; font-size: 10px; text-decoration: none; } a:hover { color: #ffffff; text-decoration: none; } a.box { color: #ffffff; font-family: Tahoma; font-size: 10px; } a.box:hover { color: #ffffff; text-decoration: none; } .Chead { color: #ffffff; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { color: #ffffff; } .Callg { color: #ffffff; } .Callg td { color: #ffffff; } .Cnorm { color:#ffffff; background-color: #000000; } .Cmite { color:#ffffff; background-color: #000000; } .Cdark { background-color:#000000; } #Ballg { color: #ffffff; background-color: #000000; } #Ballg td { color: #ffffff; background-color: #000000; } .Bhead { color: #000000; } .Bbody { color: #000000; } .rand { } .smalfont { color:#ffffff; font-size: 10px; text-decoration: none; } .smalfont_copyright { color: #ffffff; font-size: 10px; text-decoration: none; } .border { background-color: #000000; } hr { height: 0px; border-top-width: 1px; } input, textarea, select { color: #ffffff; font: 10px Tahoma; border-color: #000000; border-width: 1px; border-style: solid; font-weight: none; text-decoration: none; } #menu {} #menu ul { padding-left: 10px; margin-left: 10px; } #smallmenu { } #smallmenu li { font-size: 9px; } #smallmenu a { font-size: 9px; }
Vielen Dank
Zuletzt modifiziert von holz am 10.03.2013 - 17:34:22