The Arcive of vBulletin Modifications Site. |
|
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 |
|
#2
|
|||
|
|||
|
thanks looking good
|
|
#3
|
||||
|
||||
|
Thanks for this, looks good on my test site. Only thing is that on CMS this affects the page title too on each section.
EDIT: I just noticed this is in Forum Home Enchancements. my bad. |
|
#4
|
|||
|
|||
|
tagged....will install this tomorrow ...looks fantastic by the way ,awesome stuff Borbole
|
|
#5
|
||||
|
||||
|
was wonderful, thank you
|
|
#6
|
||||
|
||||
|
Thank you for your feedbacks/comments guys. Glad to see that you like it
|
|
#7
|
|||
|
|||
|
thanx is great but i am trying to reduce the amount of images in my site because it has a great impact on the site speed
but i really luv it tag for latter use |
|
#8
|
|||
|
|||
|
cool. it works man
|
|
#9
|
||||
|
||||
|
Are you able to do it for CMS?
|
|
#10
|
||||
|
||||
|
Quote:
Glad to hear it. Enjoy it ![]() Thanks. It shouldn''t be too hard but the thing is that I don''t use the cms to test it. |
![]() |
|
|