The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Spice Up Your Forum Look. Rounded Corners For All Browsers Details »» | |||||||||||||||||||||||||||||||
Spice Up Your Forum Look. Rounded Corners For All Browsers
Developer Last Online: Oct 2015
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 Now
Screenshots
Show Your Support
|
Comments |
#22
|
||||
|
||||
Thank You - Tagged.
|
#23
|
||||
|
||||
Quote:
You are welcome |
#24
|
|||
|
|||
Attached is a screen shot of what I'm experiencing. There appears to be an issue in the footer "menu" as well. Anyone else experiencing this?
|
#25
|
|||
|
|||
Borbole, the issue isn't the color of the background and what I wish it to be, it's the fact that the header is blanked out, as if the color for the div in the header is being overriden. If I attempt to change this color, it still washes out everything and doesn't allow for the header to appropriately render it's own div properties. I've attached a screenshot, maybe this is an issue that I'm alone in experiencing.
|
#26
|
||||
|
||||
Quote:
|
#27
|
|||
|
|||
Quote:
In the meantime I'm curious if anyone else can reproduce this. I'm beginning to lean towards a conflict issue. Regardless, I'll report back on my results. |
#28
|
||||
|
||||
Quote:
|
#29
|
||||
|
||||
Updated.
|
#30
|
|||
|
|||
Still not working for me. I did try the other version on a fresh install, and got the same results as I did earlier.
On this one, the rounded corners and borders show up above and below the header and footer, but there is no "white" in between. I noticed that in this version you removed the css structure that was causing me some issues earlier. I do like the look of this one and will continue to try to work on it as well. ***EDIT*** Ok, I got it to work, my last issue was my own error. I can confirm that this version works. Very nice. Thank you for making the change to this from that corrected the first version issues! ***Edit*** I spoke too soon. I'm having issues in IE8 and Opera, both the latest version of this mod. The header is not being rendered well at all and the footer only shows the images. |
#31
|
||||
|
||||
Can I see the link to your forum please where you installed this?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|