1
tedsmith
CBB 3.01 - Changing the colour of the User Profile Text
  • 2006/2/27 17:16

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


CBB 3.01 on XOOPS 2.0.13.2

Does anyone know how to change the colour of the text that shows in a thread for the user who posted the thread? For example, where it says

User Avatar here
Joined:
2/19 18:43:17
Group:
Webmasters
Registered Users
Posts: 19
Level : 3; EXP : 9
HP : 20 / 52
MP : 3 / 3


It is the text above that I want to change the colour of. I have tried it with all different themes, and from what I have gathered the colour scheme is set by the module itself (because, for example, where it says 'Posts 19' this is always slightly bolder than the rest of it with every theme). Basically, I just want it to be black instead of light blue which it seems to be.

I have looked though the css for the module but I have had no joy.

Note - it is neither of the sites in my signature which this is for.

Can anyone help?

Thanks

Ted

2
domecc
Re: CBB 3.01 - Changing the colour of the User Profile Text
  • 2006/2/27 18:53

  • domecc

  • Just popping in

  • Posts: 71

  • Since: 2005/10/30


Just modify the following CSS class:
.comUserStat
.comUserStatCaption
XoopsChina Webmaster

3
tedsmith
Re: CBB 3.01 - Changing the colour of the User Profile Text
  • 2006/2/27 21:44

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


Where are these values? I've looked in newbb\templates\newbb.css but can't find it?

4
marcionline
Re: CBB 3.01 - Changing the colour of the User Profile Text

I founf this two lines im my style.css of theme/my_theme folder.

.comUserStatCaption {font-weightnormal;}
.
comUserStatus {margin-left2pxmargin-top10pxcolor#6D6926; font-weight:bold; font-size: 11px;}


If they not exist you can add them.

5
tedsmith
Re: CBB 3.01 - Changing the colour of the User Profile Text
  • 2006/2/28 18:14

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


Excellent!

You are right - I opened style.css in my theme and changed the following values to get black text :

from 

.
comUserStat {color: [b]#6699ff[/b]; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}

to :

.
comUserStat {color: [b]#000000[/b]; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}

and 

.
comUserStatus {margin-left2pxmargin-top10pxcolor: [b]#6699ff;[/b] font-weight:bold;}

to

.comUserStatus {margin-left2pxmargin-top10pxcolor: [b]#000000[/b]; font-weight:bold;}


Hopefully this may be of use to anyone else.

Thanks again

Ted

Login

Who's Online

150 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 150


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits