[Wbblite] Style ändern

Quen
Hallo,
ich bräuchte dringend hilfe, wir haben jetzt in unserem Forum ein neues Design erstellt, doch nicht alle Farben lassen sich ändern, was muss ich tun damit es übernommen wird ?
außerdem habe ich keine ahnung wie ich die tabelle neu beschriften kann, bitte dringend um hilfe ,
http://acadian.kilu.de/index.php?sid=
dass forum
Quen
hab ich funktioniert nur irgendwie nicht
Quen
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
BODY { 
SCROLLBAR-BASE-COLOR: #d9cebd; SCROLLBAR-ARROW-COLOR: #62a0ac;
 }
.tableoutborder {
background-color: #90a1af;
padding: 5px;
}
h1 {
      font-size: 12px;
      color: #62a0ac;
      text-align: left;
font-weight: 500;
text-decoration: underline;
      background-color: #d9cebd;
border: 1px dotted; color:#62a0ac;
line-height: 140%;
margin: 0px;
margin-top: 0;
margin-bottom: 0;
width: 150px;

}
h1:hover 
{ background-color: #c7b8a1;
text-align: right;
color:#FFFFFF;
text-decoration:line-through;}

u
{border-color: #62a0ac;
border-bottom: dotted 2px;
}

SELECT {
FONT-SIZE: 11px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #578893;
 BACKGROUND-COLOR: #e8e8e2;
 BORDER: 1px dotted #d06245;
}


TEXTAREA {
 FONT-SIZE: 11px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #578893;
 BACKGROUND-COLOR: #d8dee5;
 BORDER: 1px dotted #677581;
}

.input {
 FONT-SIZE: 11px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #5
Itoe
Da fehlen noch die variablen für die ganzen Tabellenbereiche, Links usw. fröhlich

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
BODY { SCROLLBAR-BASE-COLOR: #eaa4a2; SCROLLBAR-ARROW-COLOR: #f2e9e2; }
SELECT {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #f2e9e2;
 BACKGROUND-COLOR: #CFCFCF;
}

TEXTAREA {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #f2e9e2;
 BACKGROUND-COLOR: #eaa4a2;
}

.input {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #f2e9e2;
 BACKGROUND-COLOR: #eaa4a2;
 
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}
.topnavi {
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}

#bg A:link, #bg A:visited, #bg A:active { COLOR: #f2e9e2; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #f2e9e2; TEXT-DECORATION: none; }

#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #f2e9e2; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #f2e9e2; TEXT-DECORATION: none; }

#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #f2e9e2; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #f2e9e2; TEXT-DECORATION: none; }

#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #f2e9e2; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #f2e9e2; TEXT-DECORATION: none; }

#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #f2e9e2; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #f2e9e2; TEXT-DECORATION: underline; }

#tabletitle { background-image: url(); }
.clsCursor {  cursor: hand}


Das ist der Grundbau des Standartdingens da, halt nur andere Farben ^^
Quen
oh dankeschön smile