I want to change the colors for admin and moderator thats used to display their name under Users Online, where can i do this??
i tried it with the help in the following topic:
http://www.boardnation.com/index.php?board=20;action=display;threadid=151And added the following text under meaction
.admin_color {
COLOR: #E2E2E2; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.gmod_color {
COLOR: #E2E2E2; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.mem_color {
COLOR: #E2E2E2; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
But this yust doesnt work, what did i do wrong??