Quote:
Originally Posted by setishock
I downloaded this when it got released but just got to install it tonight. Very nice. Smooth and clean. The icons are made to go with the theme and not the stock VB icons. I wish I had the patients to make my own but there's so many.
Well like the little guy in RoboCop said when he shot his buddy's car with the tank gun, "IIIIIIII like it!!!". It's a keeper...
Um where is it picking up the anime appeal in the header logo area?
|
Glad you like it

For the icons, check the threads here there have been several made and of course if you need any made let me know or request them over at the
Freestyleskins we'll gladly make them for you.
It's picking up the name of your site from the header template:
Code:
<td width="100%" style="background: url($stylevar[titleimage]/header_fill.gif) repeat-x top left;" align="center"><div class="titlefont">$vboptions[bbtitle]</div></td>
If you want to modify this it is done in the "all style options" > "Additional CSS Definitions "
Code:
.titlefont
{
background: transparent;
color: #80909c;
opacity:0.5;
filter:alpha(opacity=50);
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
font-size: 24pt;
}