Log in

View Full Version : Rounded top right hand corner


Neofreaks
12-09-2005, 10:00 PM
This template modification will round off the top right hand corner.

Instructions

Downlaod the attached image (or create your own), name it rtop.gif, and upload it to the images/misc/ subdirectory of your forum directory.
In the CSS for the template in which you want to add this modification, add the following:
#round {
background: #FFF url(../../images/misc/rtop.gif) no-repeat top right;
}
In the 'header' template, find:
<!-- content table -->
Add above:
<div id="round"><br /></div>
In the 'navbar' template, find and remove the first <br /> tag.
Job done!

Enjoy! :D

michaelbenson
12-11-2005, 12:05 AM
Why is this just the top right hand corner?
What did the left hand corner do to deserve such prejudice? :P

Tidy
12-11-2005, 02:51 AM
On the stanard vBulletin 3.5.x or 3.0.x Style the Top Left is Already Rounded in a sense. Just the right hand corner is Square which looks stupid. This modification just cleans it up a bit.

harpez
12-11-2005, 08:17 AM
I had never noticed that before, but know you come to mention it that square corner looks horrible!

Justdave
12-12-2005, 08:40 PM
Where's the rtop.gif download?

Good idea, BTW.

Neofreaks
12-12-2005, 09:55 PM
Where's the rtop.gif download?

Good idea, BTW.
To the right of the attached thumbnail. Look carefully.

mkdevo
12-16-2005, 11:23 PM
great idea. thanks!

xeon
01-11-2006, 01:41 PM
Nice little change, cleans the default top right up nicely.

GoNz00
03-16-2006, 07:36 AM
cant figure out where to put this part In the CSS for the template in which you want to add this modification, add the following:

Code:
#round {
background: #FFF url(../../images/misc/rtop.gif) no-repeat top right;
}

any help please ?

im a tad nooby :)

GoNz00
03-18-2006, 05:55 AM
bump, anyone ?