UseBB Community

UseBB support, discussion and development

Font color of moderator's and member's name

Moderators: Gaia.

Post Reply

Page: 1

Author Post
Member
Registered: May 2009
Posts: 20
Hello,

does anybody know in which file I can find the line of code that generates the font color of the user's name?

Moderators are displayed in fat blue, members in faint lightgray.

For my taste, this look has a very egocentric touch, it exposes the hierarchy too much. (The agressive red for the admin is not very nice either, in my opinion, but that red one is rarely online anyway :-)).

Well, this is just a minor cosmetic issue – I find UseBB the best forum software that I have ever tested.. I love it!

Thank you!

Walter
Member
Registered: May 2005
Posts: 386
Location: US WA. St.
templates/default/styles.css

Regular members use a:link etc.

Line 35 to 48 for numbering editors.
a:link, a:active, a:visited {
color: #336699;
text-decoration: underline;
}
a:hover {
color: #800000 !important;
text-decoration: underline;
}
a.administrator:link, a.administrator:active, a.administrator:visited {
color: #B20000 !important;
}
a.moderator:link, a.moderator:active, a.moderator:visited {
color: #0000B2 !important;
}
_______________
My board started January 03, 2012 and is powered by UseBB.
- wimc message board
Member
Registered: May 2009
Posts: 20
Ah, great. So easy.

Thank you!

Post Reply

Page: 1

UseBB Community is powered by UseBB 1 Forum Software