X und Y Shoutbox

cRysTaL*
Ich wollte mal fragen, mit welchem CSS Code, ich es hinbekomme, das die user so farblich angezeigt werden, wie im ACP in der Gruppe eingestellt?

Hier mein bisheriger CSS Code

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
form {
 padding:0px;
 margin:0px;
}

pre {
 padding:0px;
 margin:0px;
}

.oben-mitte {
background-image: url('images/Digistyle_red/obenmitte.gif');
}

.unten-mitte {
background-image: url('images/Digistyle_red/untenmitte.gif');
}


Und hier der Code der genau daneben steht:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
 .sboxfirstrow {color: #XXXXXX;}
.sboxsecondrow {color: #XXXXXX;}
.shoutbg {background-image: url(); }
.sboxfirstrow a:link, .sboxfirstrow a:visited, .sboxfirstrow a:active {
 text-decoration: none;
 color: #XXXXXX;}
 .sboxsecondrow a:link, .sboxsecondrow a:visited, .sboxsecondrow a:active  {
 text-decoration: none;
 color: #XXXXXX;}
Biggi
Warum fragst du nicht bei X und Y nach? verwirrt
Ich denke mal, mit CSS bekommst du das nicht hin.
Da muß was an den php-Dateien gemacht werden.