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:
|
.groupcoloradmin {
color: #FF0000;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}
.groupcolorsmod {
color: #0066FF;
font-weight: bold;
text-decoration: underline;
}
.groupcolormod {
color: #009933;
font-weight: bold;
text-decoration: underline;
}
.groupcoloruser {
color: #1800a6;
text-decoration: underline;
}
|