1
areteam
change css colour in username/groups user
  • 2007/10/18 9:00

  • areteam

  • Just popping in

  • Posts: 16

  • Since: 2007/1/23


hi xoopers,
i want ask about css colour

my question:
how to change css colour in username/groups user

example:
Webmaster - (Myname) = colour is red
Moderator - (Modname) = colour is green

thanks for advice.

2
kris_fr
Re: change css colour in username/groups user
  • 2007/10/18 21:50

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31



3
Sublime
Re: change css colour in username/groups user
  • 2007/10/19 23:28

  • Sublime

  • Just popping in

  • Posts: 99

  • Since: 2006/5/23


Or without having to install a module:

Open up your style.css and add values for

span.online_admin and span.online_moderator respectively

for example:

span.online_admin {
colorred;
}
span.online_moderator {
colorgreen;
}


That, hex colors, or RGB will work for the value.

4
areteam
Re: change css colour in username/groups user
  • 2007/10/27 14:24

  • areteam

  • Just popping in

  • Posts: 16

  • Since: 2007/1/23


Quote:

Sublime wrote:
Or without having to install a module:

Open up your style.css and add values for

span.online_admin and span.online_moderator respectively

for example:

span.online_admin {
colorred;
}
span.online_moderator {
colorgreen;
}


That, hex colors, or RGB will work for the value.


not working

Login

Who's Online

163 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

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

Latest GitHub Commits