andreamarucci
02-26-2007, 03:41 PM
I'm trying to develop a skin for VB but there isn't too much documentation about the CSS, apart in the VB docs on vbulletin.com.
I've a question for you. I would like to pud a specific background in the Quote box, the box that appear in a message when you quote another message. I've tried to change the value of
.alt2, .alt2Active
{
background: #ffffff;
color: #464A51;
border: 1px solid #FFFFFF;
}
and the background appear in the box but also in the legacy postbit (where you see the name of the person that has posted the message.
It's possible to style just this box? How can I do it?
Thanks
I've a question for you. I would like to pud a specific background in the Quote box, the box that appear in a message when you quote another message. I've tried to change the value of
.alt2, .alt2Active
{
background: #ffffff;
color: #464A51;
border: 1px solid #FFFFFF;
}
and the background appear in the box but also in the legacy postbit (where you see the name of the person that has posted the message.
It's possible to style just this box? How can I do it?
Thanks