<div>It would be nice and IMO necessary for each widget or sidebar block to have the ability to use a different set of styles* lets say we want each block or widget to look different* have different background colour* padding or border* the easiest way is to define separate CSS values for each custom looking block/widget in an area dedicated to block/widget styles* so we define our CSS codes and for example call it custom_block_style and apply this style to the block/widget we want from block edit area
for example* following is the default template for sidebar blocks* we want this particular sidebar block to look different* by choosing the styleset:custom_block_style from block edit area* we apply the following:
(DEFAULT RED TO BE REPLACED byGREEN)
<div class="bfont color="Red"underblock/font font color="SeaGreen"custom_underblock/font/b"/>
Also it is possible to simplify above by giving each tag an id so we can enforce custom styles upon them* it's up to vB to decide how to implement it if they decide to do so
I would also like to mention that every CMS I have used to this date have had ability to customize each box/block individually it wouldn't be nice for vB not to have this
Attached Images