PDA

View Full Version : Where is the colour of Users online in the stylevar?


acast
01-18-2012, 01:56 PM
Hi friends, i cant find where are the colours of the box in the main forum of the users that are online (with Vb4). Anybody knows the name in the sylevar?

I mean the background where the users online appears.

HMBeaty
01-18-2012, 02:58 PM
Its not a stylevar. It's the Username HTML Markup in the Usergroup Options

acast
01-18-2012, 04:07 PM
Its not a stylevar. It's the Username HTML Markup in the Usergroup OptionsSorry, i mean the background, not the color of the links. I'll edit now.

Lynne
01-18-2012, 04:11 PM
Using firebug:
.wgo_block .blockbody { background: url("http://www.thetradersden.org/vb4_suite/images/gradients/gradient-greytowhite.png") repeat-x scroll 0 0 #FFFFFF; border: 1px solid #C4C4C4;}


Quick search in templates:
.wgo_block .blockbody {
border: {vb:stylevar secondarycontent_border};
background: {vb:stylevar secondarycontent_background};
_background-image: none;
}

acast
01-18-2012, 04:47 PM
Using firebug:
.wgo_block .blockbody { background: url("http://www.thetradersden.org/vb4_suite/images/gradients/gradient-greytowhite.png") repeat-x scroll 0 0 #FFFFFF; border: 1px solid #C4C4C4;}


Quick search in templates:
.wgo_block .blockbody {
border: {vb:stylevar secondarycontent_border};
background: {vb:stylevar secondarycontent_background};
_background-image: none;
}

I used firebug too, and it tells me the same, but it isn't true. If i change the block body background or border, change the color of the quick answer:

http://s3.subirimagenes.com:81/otros/previo/thump_7344688quick.jpg:confused:

--------------- Added 1326913068 at 1326913068 ---------------

Using firebug:
.wgo_block .blockbody { background: url("http://www.thetradersden.org/vb4_suite/images/gradients/gradient-greytowhite.png") repeat-x scroll 0 0 #FFFFFF; border: 1px solid #C4C4C4;}


Quick search in templates:
.wgo_block .blockbody {
border: {vb:stylevar secondarycontent_border};
background: {vb:stylevar secondarycontent_background};
_background-image: none;
}

It was the secondary content! Thanks!!!

Solved! :rolleyes: