Einzelnen Beitrag anzeigen
Alt 14.11.2004, 18:31   #1
darkcobalt
Des moch ma in da Post...
 
Registriert seit: 24.10.2001
Beiträge: 2.451


Standard CSS Problem BACKGROUND

hallo. wie muss ich die folgende Syntax verändern dass die hintergrundfarbe des douments GRAU ist???

welchen html befehl an welche stelle????


.leer { }

BODY,TD,TR,TH,P,DIV,BR,LI,OL,UL,SUP,SELECT,INPUT,T EXTAREA,DD,DT,SPAN,DL { text-decoration: none; color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 11px; }

.text { text-decoration: none; color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 11px; }
.mini { text-decoration: none; color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 10px; }
.header { text-decoration: none; color: #000000; font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; }

A:link { text-decoration: none; color: #00264F; font-family: Verdana,Arial,Helvetica; font-size: 11px; font-weight: bold; }
A:active { text-decoration: none; color: #FA7D19; font-family: Verdana,Arial,Helvetica; font-size: 11px; font-weight: bold; }
A:visited { text-decoration: none; color: #00264F; font-family: Verdana,Arial,Helvetica; font-size: 11px; font-weight: bold; }
A:hover { text-decoration: underline; color: #FA7D19; font-family: Verdana,Arial,Helvetica; font-size: 11px; font-weight: bold; }

.htitel { font-size: 12px; font-weight: bold; }
A.ahtitel:link { font-size: 12px; font-weight: bold; }
A.ahtitel:active { font-size: 12px; font-weight: bold; }
A.ahtitel:visited { font-size: 12px; font-weight: bold; }
A.ahtitel:hover { font-size: 12px; font-weight: bold; }

.utitel { font-size: 12px; font-weight: normal; }
A.autitel:link { font-size: 12px; font-weight: normal; }
A.autitel:active { font-size: 12px; font-weight: normal; }
A.autitel:visited { font-size: 12px; font-weight: normal; }
A.autitel:hover { font-size: 12px; font-weight: normal; }

A.more:link { font-size: 10px; }
A.more:active { font-size: 10px; }
A.more:visited { font-size: 10px; }
A.more:hover { font-size: 10px; }

A.al:link { font-size: 10px; }
A.al:active { font-size: 10px; }
A.al:visited { font-size: 10px; }
A.al:hover { font-size: 10px; }

.Copyright { font-size: 10px; }

A.copy:link { font-size: 10px; }
A.copy:active { font-size: 10px; }
A.copy:visited { font-size: 10px; }
A.copy:hover { font-size: 10px; }

.i0 { font-size:11px; font-family:Verdana, Arial, Helvetica; }
.i2 { width: 350px; font-size:11px; font-family:Verdana, Arial, Helvetica; }
____________________________________
thanks

D|C .::: DARKCOBALT :::.
darkcobalt ist offline   Mit Zitat antworten