Simple CSS rounded corners for your forum [no images]
This modification is in the archives.
With this simple CSS you can give your forum that look you always wanted. Sick and tired of the old bland square design every where in vBulletin? Well fear no more, because here's your rounded edges.
In your style of choice, go to add the following into the Additional CSS: Code:
.rc{display:block} .rc *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#000000} .rc1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #919191; border-right:1px solid #919191; background:#3f3f3f} .rc2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5; background:#303030} .rc3{ margin-left:1px; margin-right:1px; border-left:1px solid #303030; border-right:1px solid #303030;} .rc4{ border-left:1px solid #919191; border-right:1px solid #919191} .rc5{ border-left:1px solid #3f3f3f; border-right:1px solid #3f3f3f} .rcfg{ background:#000000} Code:
<div> <b class="rc"> <b class="rc1"><b></b></b> <b class="rc2"><b></b></b> <b class="rc3"></b> <b class="rc4"></b> <b class="rc5"></b></b> <div class="rcfg"> Code:
</div> <b class="rc"> <b class="rc5"></b> <b class="rc4"></b> <b class="rc3"></b> <b class="rc2"><b></b></b> <b class="rc1"><b></b></b></b> </div> Download No files for download. Screenshots |