PDA

View Full Version : Creating New Stylevar


Satviewers
04-27-2010, 04:00 PM
Hi,

Is there an easy way to convert my stylesheet.css to stylevar.

If there isn't an easy way, how would I convert this:

.boxTitle {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #bbc3d3;
color: white;
vertical-align: top;
padding-left: 5px;
padding-right: 5px;
}

And how is this style then called from the stylevar.

Thanks,