Spice Up Your Forum Look. Rounded Corners For All Browsers
This will give your forum the cool rounded corners in all the browsers spiced up with the cool shadow.
At the header template add the following code at the top, above everything: HTML Code:
<div class="header"> <div class="headerleft"> <div class="headerright"> </div> </div> </div> <div id="allwrapper"><!-- closing tag is in footer template --> At the navbar template, find the following code and either remove it or comment it out: HTML Code:
<div class="body_wrapper">
Att the footer template find the following code and either remove it or comment it out: Code:
</div> <!-- closing div for body_wrapper --> HTML Code:
</div><!-- closing div for allwrapper --> <div class="footerround"> <div class="footerleft"> <div class="footerright"> </div> </div> </div> And as last but not least, at the additional.css template add the following code: Code:
/* Rounded corners in Vb */ .header{ padding : 0; margin : 0; background : url(images/misc/header.png) repeat-x; height : 46px; } .headerleft { padding : 0; margin : 0; background : url(images/misc/headerleft.png) no-repeat 0% 0%; height : 46px; } .headerright { padding : 0; margin : 0; background : url(images/misc/headerright.png) no-repeat 100% 0%; height : 46px; } #allwrapper { background : #FFFFFF; padding : 0 14px 0 14px; } .footerround { padding : 0; margin : 0; background : url(images/misc/footer.png) repeat-x; height : 106px; } .footerleft { padding : 0; margin : 0; background : url(images/misc/footerleft.png) no-repeat 0% 0%; height : 106px; } .footerright { padding : 0; margin : 0; background : url(images/misc/footerright.png) no-repeat 100% 0%; height : 106px; } Then upload the images at the misc folder in your images directory. A screenshot with the end result and the images are atatched below. Download
rounded_corners.zip (11.0 KB, 334 downloads) Screenshots |
Similar Mods
Rounded Corners | vBulletin 3.0 Template Modifications |