PDA

View Full Version : Admin Usernames


King Kovifor
07-04-2005, 05:37 PM
I noticed that the Admin usernames changed with every style. How do you do that?

Zachery
07-04-2005, 06:01 PM
I noticed that the Admin usernames changed with every style. How do you do that?
Using a class in the html markup

Box a:
<span class="adminclass">
Box b:
</span>

Then in each style adding

.adminclass {color: #HEX;}

MrNase
07-04-2005, 10:54 PM
Actually it's


.staffcolor
{
color: #448CCB;
}
;)

Chris M
07-04-2005, 11:10 PM
I think he was using it as an example :p

Satan